Posts in category jQuery

Creating Your Own Ajax Poll System

  • 16
  • Nov

Date: 16th Nov 2011 Author: admin Categories: AJAX, HTML/CSS, MySQL 7

Tags: , , , , ,

Creating own ajax poll system

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

Date: 07th Nov 2011 Author: admin Categories: AJAX, HTML/CSS, MySQL, PHP 4

Tags: , , , , ,

PHP guestbook

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

Date: 27th Oct 2011 Author: admin Categories: HTML/CSS 1

Tags: , , , ,

jQuery Templates - practice of using

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

Creating a Toggle CSS3 Bottom Navigation Bar

  • 25
  • Oct

Date: 25th Oct 2011 Author: admin Categories: HTML/CSS 8

Tags: , , , , ,

CSS3 Bottom navigation menu

CSS3 Bottom navigation menu

Today I prepared nice CSS3 bottom navigation menu for you. This is will sliding drop down menu with fixed position in bottom of screen. Also, I going to use jQuery for sliding effects.

Read more

Creating Your Own Commenting System from Scratch

  • 14
  • Oct

Date: 14th Oct 2011 Author: admin Categories: AJAX, HTML/CSS, MySQL, PHP 29

Tags: , , , , ,

How to create own commenting 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

Autocomplete with PHP, jQuery, MySQL and XML

  • 11
  • Oct

Date: 11th Oct 2011 Author: admin Categories: AJAX, HTML/CSS, MySQL, PHP 83

Tags: , , , , , ,

Autocomplete with PHP, jQuery, MySQL and XML

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

Date: 05th Oct 2011 Author: admin Categories: HTML/CSS 4

Tags: , , , ,

creating photo album with Galleriffic

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

Date: 28th Sep 2011 Author: admin Categories: resources 0

Tags: , ,

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

Date: 07th Sep 2011 Author: admin Categories: HTML/CSS 2

Tags: , , , ,

ajaxy photo gallery (jQuery) with custom images sets

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.

Read more

Creating a Rotating Slider with Easing Effects in jQuery

  • 05
  • Sep

Date: 05th Sep 2011 Author: admin Categories: JavaScript 0

Tags: , , , ,

Creating rotate slider with easing effects

Creating rotate slider with easing effects

Today I decide to make another one slider (jQuery), where image is scrolled on its axis (emulating 3D). Also I will allow to use custom easing effects for switching of images. In result – this will our own jQuery plugin.
Read more