Everyone loves the gmail and facebook inline chat modules. This jQuery chat module enables you to seamlessly integrate Gmail/Facebook style chat into your existing website. By: Julia Bright | 27 June 2009 | AJAX
This script displays a modal message at the center of the screen. All other page controls are disabled until the message is close. By: Julia Bright | 27 June 2009 | AJAX
This ajax e-mail form can be used for collecting e-mail addresses for anything you wish! It dynamically collects e-mails and stores them into an easy to read text file. You can modify the script yourself for integration with a database or whatever else. Features include but aren't limited to: Dynamically submits e-mails, Checks if e-mails are in the correct format, stores in an easy to read text document, parses the e-mail address for better storage, Sleek and simple design, Easy to edit and easy to implement, Shows message if someone has already entered an e-mailSimply upload the files as is and it should work from the get-go! For implementation into a design just simply copy the HTML and stick it anywhere in the page! You can view the e-mail addresses that have been entered by going to the file.txt in the same directory as your write.php file. You can protect people from viewing it with their web browser by CHMODing the read writes to zero. By: Mehmet Dikici | 05 June 2009 | AJAX
php Free Chat is a free, simple to install, fast, customizable and multi languages chat that uses a simple filesystem for message and nickname storage. It uses AJAX to smoothly refresh (no flicker) and display the chat zone and the nickname zone. It supports multi-rooms (/join), private messages, moderation (/kick, /ban), customized themes based on CSS and plugins systems that allows you to write your own storage routines (ex: Mysql, IRC backends ...), and you own chat commands ! By: Mehmet Dikici | 05 June 2009 | AJAX
Load dynamic page content into a block element, without needing to reload the entire page, using a PHP backend and javascript. By: Mehmet Dikici | 05 June 2009 | AJAX
Place linked select boxes or radio button groups on to your page that dynamicaly load items from database using Ajax. Like Category-Subcategory selections. You can chain as many select boxes as you like. Extra filtering parameter for roor select box so all data can be stored in one db table. Tested on FF and IE for windows and now on FF and Safari for mac. In the same file sc_classes.php there is an other class. Called sc_form_elements. Used partialy from sc_ajax_select_boxes. It is a nice form helper class. Adds select boxes, radio groups and check box groups. It is usual to have options on db and have to populate with them select boxes, or show a list of radio buttons or a list of checkboxes. The routine is to query the database and loop throu the selected rows and add elements to the form. sc_form_elements class comes to save time rewriting that peace of code again and again, but still have control over the form. By: Mehmet Dikici | 05 June 2009 | AJAX