Validate values submitted with Web forms

PHP, PHP Scripts
This class might be utilized to approve qualities submitted utilizing Web structures. It takes as parameters the worth of submitted structure field, an approval guideline , acceptance parameters, and a failure message. The class stores the lapse message in a class variable when esteem does not pass the asked for acceptance tenet. Right now it backs the sorts of approval tenets: content, numeric, message, void, invalid, scheck, mcheck and select. Download Source Files
Read More

Create blog posts stored in text files

PHP, PHP Scripts
This class could be utilized to make blog entries which are saved in content documents. It can make blog entries that are archived in a content index, uprooting all line breaks of the blog entry HTML so each one post just possesses line in the website document. The class likewise uproots hazardous tags that could be utilized to perform cross-site scripting assaults. It can additionally concentrate blog entry information from the website index. Download Code Files
Read More

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

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

How to customize your WordPress dashboard

CMS, PHP, Tutorials, Web Development Services, WordPress
There are many ways to customize the WordPress Dashboard. In default Wordpress Installation WP Dashboard have a brief view of the main sections of your site in terms of meta boxes, they also provide granular & graphical data on everything from recent comments & plugin updates to incoming links as well as WordPress latest news. There are many of dashboard widgets and plugins available in the WordPress Plugin Directory that you can use to transform your Dashboard into nice customized dashboard with your own text/images and links, or even disable it completely. The details of new plugins, WordPress News & Blog Updates , all these sections are added using the wp_dashboard_setup() hook and we can used it to remove them. You can use below code in your theme`s functions.php file…
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