Tuesday, September 4, 2012

Create Database Tables using Php and MySql


     


 To create database and tables using Php and MySql we have to do two simple steps ie.

  1. Create a php file which has the MySql code to create database ,tables and upload the php file to the server.
  2. Execute the php file from the browser .

Tuesday, August 28, 2012

JQuery UI + CSS3 Slide Bar Tutorial


     

Hi Buddies , here is another tutorial to add a nice advanced sliding effect bar to your website with JQuery UI and CSS3.

Monday, August 20, 2012

Expand Searchbar using JQuery

     

Hi friends, here is another small snippet using JQuery Animate. Of course most of us have seen this in many websites previously ,i just wanted to give you a tutorial with source code to use in your web design and development projects.

Demo

MouseOver , MouseOut

Focus , Blur



Thursday, August 9, 2012

JQuery + CSS3 Slider Tutorial

Step 1 : Create a HTML file as shown in figure.

Create a div with id="slider"
Two span elements with id="up" and id="down".
Make sure to give css property for #Slider display="none";


Friday, August 3, 2012

Simple JQuery Website Notifications

Quick Intro : Quickest JQuery Tutorial for Beginners .



Show Welcome messages , Notifications, Custom messages with JQuery etc; in your website.