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

Adding Menu Descriptions in a WordPress Theme

CMS, Web Design & Programming, Web Development Services, WordPress
WordPress 3.x menu has a very nice feature where you can add descriptions with each menu items. But this feature is hidden by default. When enabled displaying these description is not supported sometime in few themes. These menu descriptions provides a better user experience on your website and these descriptions can be used to show visitors more about a menu item. Most of the themes are not designed with menu-item descriptions but here We can guide you how to enable menu descriptions in WordPress and how to add each menu descriptions in your WordPress theme. You can follow these simple steps to show menu description for your WordPress theme: 1. Go to Menu section and click on screen option in top right. 2. Tick the checkbox of description and click…
Read More