Free Backlinks Generator

Oct 30, 2011

How To Enhance Your Form Input Fields with jQuery

View the article
jQuery makes it easy to spice up our search bars and form input fields with simple touches that really enhances the user’s experience. Let’s look at how jQuery can be used to show/hide a default value inside a field and provide visual user feedback when the field is selected.

Oct 29, 2011

Ghosts float and fade Halloween - Script



Here are some images you could use.Be sure to copy them and load them into your directory

Oct 16, 2011

jQuery UI Themes List at Google Code (latest version)

Working with jQuery UI for the first time and looking for a theme? Tired of using the same theme over and over again? Google hosts a number of pre-constructed jQuery UI themes on their Google Code repository. I have always used the same handful of themes with every jQuery UI project I have done.

Using Multiple Columns in a Group

The GROUP BY clause is used for grouping sets of records. WHERE clause constraints are evaluated on the data before it is grouped. HAVING clause constraints are evaluated on the results of the data after it has been grouped together.

You can specify multiple columns in a GROUP BY clause.

Oct 14, 2011

jQuery UI 1.7.2 Themes List at Google Code

Working with jQuery UI for the first time and looking for a theme? Tired of using the same theme over and over again? Google hosts a number of pre-constructed jQuery UI themes on their Google Code repository. I have always used the same handful of themes with every jQuery UI project I have done.

CSS z-index Property

Definition and Usage

The z-index property specifies the stack order of an element.

An element with greater stack order is always in front of an element with a lower stack order.

Sep 29, 2011

How To Make Free Backlink Button

This is a free, fast, and simple immediate automatic backlinks for optimizing your web page on search engines result.


Copy this html code to your website »

HTML
BBcode

Sep 12, 2011

MySQL DISTINCT to Remove Duplicate Listing

How to select and display records from MySQL table using the DISTINCT keyword for unique data.

This is for removing duplicated results in order to gain unique listings from your database table using the DISTINCT keyword in your MySQL select statement.