Pages
Home
Tutorials
Resources
Tuesday, September 4, 2012
Create Database Tables using Php and MySql
Tweet
To create database and tables using Php and MySql we have to do two simple steps ie.
Create a php file which has the MySql code to create database ,tables and upload the php file to the server.
Execute the php file from the browser .
Read more »
Tuesday, August 28, 2012
JQuery UI + CSS3 Slide Bar Tutorial
Tweet
Hi Buddies , here is another tutorial to add a nice advanced sliding effect bar to your website with JQuery UI and CSS3.
Read more »
Monday, August 20, 2012
Expand Searchbar using JQuery
Tweet
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
Search
Focus , Blur
Search
Read more »
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";
Read more »
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.
Read more »