Posts in category jQuery
Creating Your Own Ajax Poll System
- 16
- Nov
Creating own ajax poll system
Today I prepared new interesting tutorial – we will creating own Poll system (AJAX) for your projects with PHP. Polls, answers and results I going to keep in single SQL table. When we will vote for one of variants – jQuery will POST data, and then we will animate our results in realtime.
Read more
Creating a Diary style PHP Guestbook
- 07
- Nov
PHP guestbook
Today I prepared new interesting tutorial – I will tell how you can create ajax PHP guestbook with own unique design. Our records will be saved into SQL database. This table will contain next info: name of sender, email, guestbook record, date-time of record and ip of sender. Of course, we will use jQuery too (to make it ajaxy). One of important features will spam protection (we can post no more than one record every 10 minutes)!
Read more
Creating jQuery Templates – Usage Practice
- 27
- Oct
jQuery Templates – practice of using
Today we will talk about jQuery. I going to provide you with basic information to start working with jQuery templates. jQuery templates can help you with formatting data retrieved with an Ajax call (as example). Or, we can use already predefined data. Our example will consist of 2 parts. First one will wrap data as set of photos. Second one – at set of articles. Also, today I will show you (in our example) how to change templates on-fly.
Read more
Autocomplete with PHP, jQuery, MySQL and XML
- 11
- Oct
Autocomplete with PHP, jQuery, MySQL and XML
Today I have new article for PHP. I will tell you about implementation autocomplete for your sites. Data can be located in different sources – directly in the JS code, in the database, and even in the XML file.
Read more
Creating a Photo Album with Galleriffic jQuery plugin
- 05
- Oct
Creating photo album with Galleriffic jQuery plugin
Today we will make a new photo gallery. Recently I found another nice JQuery plugin – Galleriffic. This plugin well optimized to handle high volumes of photos. Also it have nice features like thumbnail navigation (with pagination), jQuery.history plugin integration, slideshow with Play/Pause, keyboard navigation etc. So I decided to practice with it today.
Read more
10 interesting jQuery plugins (september 2011)
- 28
- Sep
10 interesting jQuery plugins (september 2011)
This is new roundup of most interesting jQuery plug-ins that have emerged over the last month. Here are different plugins like sliders, ui dialogs, images filter etc.
Read more
Creating Ajaxy Photo Gallery (jQuery) with Custom Images Sets
- 07
- Sep
Creating ajaxy photo gallery (jQuery) with custom images sets
Today we will make simple and nice jQuery gallery which will load images ‘ajaxy’. Also our gallery will support working with predefined custom sets of images. I hope that our result will interesting for you.

Creating Your Own Commenting System from Scratch
Date: 14th Oct 2011 Author: admin Categories: AJAX, HTML/CSS, MySQL, PHP 29
Tags: commenting system, comments, creating, PHP, script, system
How to create own commenting system
Today I prepared new interesting article – I will tell how you can create own commenting system (AJAX) for your items (any units at your website) with PHP. For our demonstration – I prepared two SQL tables: first table will keep records of our items. It contain several fields: title, description, time of adding and comments count. Another table will keep records of comments. We will use jQuery too (for better interface behavior). One of features will spam protection (we can post no more than one comment every 10 minutes)!
Read more