Knowing where your visitors came from could be a really valuable information, and php allows us to get that information easily. This is how it’s done.
continue reading >>
Interested in learning jQuery and know nothing. This is a very simple and straight forward tutorial on where to start.
continue reading >>
Articles about speeding up your php are really frequent on the net, and every single one of them includes using single quotes instead od double quotes, at least when you don’t have any variables in that section you are echoing. I did a little test and here is the result.
continue reading >>
Sometimes you want an input field to be selected by default(automaticaly selected). Like when you go to google the search input field is automaticaly selected. We will do this in today’s daily tip using jQuery.
continue reading >>
The time when username availability is checked after the page is normaly processed is long way behind us. Google has it, Yahoo has it and many many more sites have it, ajax username availability checker. So in this tutorial we will make an ajax username availability checker powered with jQuery.
continue reading >>
A tutorial about making a fancy glowing Web 2.0 login box.
continue reading >>
List of the top 10 most important tips on how to use Dreamweaver.
continue reading >>
In today’s little tip we are going to make a hover effect using jQuery and CSS.
continue reading >>
Creating zebra stripes with CSS and jQuery. CSS will be used for the classes (odd and even rows) and jQuery to add the classes.
continue reading >>