Ajax Availability Calendar

Ajax, PHP
The Ajax Availability Calendar is a php script designed to show availability of whatever you might need it for (eg. holiday cottage, hotel rooms etc.). Free to use on your website or application and is currently being used by hundreds, if not thousands, of websites around the world. [caption id="attachment_694" align="alignnone" width="585"] Ajax Calendar[/caption] Features Open Source and FREE to use in your site or aplication Unlimited Items (holiday homes, apartments etc.). Unlimited Languages. Unlimited Booking States (available, booked am, Special Offer etc.). 100% administrable ( see admin panel ). Multiple administration users. Styled with CSS - easy to adapt to any design. Uses AJAX to change months viewed without reloading the page. Simple integration with booking form. Simple installation script to help with the calendar setup. All javascript handled…
Read More

Add products to a shopping cart using AJAX

Ajax, Techniques, Web Design & Programming
This class could be utilized to add items to a shopping truck without reloading the page. It can recover a rundown of items from a Mysql database and produce HTML to show the items on a page with connections to add or evacuate them to a shopping cart. The point when the client clicks on the item interfaces the browser sends an AJAX solicitation to the server to add or evacuate the items to the shopping cart. Download files from here
Read More

Manipulate the item of a shopping cart using AJAX

Ajax, PHP, Web Design & Programming
This class might be utilized to control the things of a shopping truck utilizing AJAX to abstain from making the client leave the present page. The class can create HTML and Javascript to show the agenda of things in the shopping cart. The agenda has structure submit catches to trigger the execution of AJAX demands that can include or uproot things from the shopping cart. The agenda of shopping cart things is saved in a session variable. The activities of including and uprooting things are likewise followed by saving the activity items in a Mysql database table. Download files here  
Read More

Process browser events on the server using AJAX

Ajax, PHP, Techniques, Tips
RSPA stands for Really Simple PHP and AJAX. It is a framework with components for processing browser events on the server using AJAX to provide interaction between the browser and the server without page reloading. It can be used for calling PHP class functions from the browser side. It provides means to manipulate JavaScript objects on the browser page. It can be used to manipulate common HTML page elements. It also provides custom page elements such as labels and auto-complete inputs. It now works with PHP 4 and PHP 5 Download files from here
Read More

Generate editable text box that is saved with AJAX

Ajax, PHP, PHP Scripts, Techniques
This class might be utilized to produce a content box that gets editable when the client twofold clicks on the content. It shows the content to be altered inside a DIV tag that is displaced by a content info when the client twofold clicks on the DIV. The point when the content data looses the center, the altered content is submitted to the server to be spared without reloading the page utilizing AJAX. Download Files
Read More

AJAX in WordPress

Ajax, CMS, PHP, Tutorials, WordPress
Introduction AJAX = Asynchronous JavaScript and XML AJAX is not a programming language, but a way to use existing standards, AJAX is the art of exchanging data with a web-server, and updating parts of a web page - without reloading the whole page. Here is a basic example of how we use AJAX in WordPress. It explains how to take a variables from JavaScript and pass it to a PHP function,  and then pass it back to the JavaScript. For using this you must know how to enqueue JavaScript in Wordpress. JavaScriptCode [code] //PS: you may need to add jQuery Library in your theme for using this in some cases, but in admin side, jQuery is already added. jQuery(document).ready(function($) { // here you can get any user input or can…
Read More

Browse and choose images without page reloading (Image File Browser)

Ajax, PHP
[caption id="attachment_505" align="alignnone" width="585"] Image File Browser[/caption] This class might be utilized to let the client peruse and pick pictures archived in the server. It utilizes an Ajax based client interface to keep away from page reloading when the perusing showcase is redesigned. Needed outside javascripts: prototype.js, scriptaculous library (scriptaculous.js,unittest.js,effects.js) Download Files Here
Read More

Visual editor to let the user crop images (Crop Images)

Ajax, PHP
[caption id="attachment_502" align="alignnone" width="585"] Crop User images.[/caption] This bundle could be utilized to actualize a superficial manager to let the client yield pictures. It produces Html, Javascript and Css for a client interface to let the client click on a picture and outline a territory of the picture to be edited. A Php class of the bundle can trim the picture as characterized by the client and save the trimmed picture to a given record.  Download Files Here
Read More

Trigger an AJAX request upon an HTML page event

Ajax, PHP, PHP Scripts
This is a very simple class that generates HTML attributes to handle events on page elements using AJAX requests. It generates Javascript code that calls a simple Javascript library that performs an AJAX request and uses the request response to update the contents of a given page element. The AJAX request URL, request method, and the page element to be update are configurable. The code and documentation is available in English and Spanish. Download Files
Read More