I've seen many articles around the internet from JavaScript fundamentalists that advocate writing your own JavaScript code instead of us...
Color Palette Generator Using jQuery
As I continue to learn jQuery, I think it's important that I begin by porting over scripts I've created using MooTools. One of those...
Load JSON data with jQuery, PHP and MySQL
This post shows how to populate a select box based on the value of the another, by getting JSON data with jQuery from a PHP script that gets...
Create a Twitter AJAX Button with MooTools, jQuery, or Dojo
There's nothing like a subtle, slick website widget that effectively uses CSS and JavaScript to enhance the user experience. Of course ...
Expand-collapse toggle panel (div) using jquery
In this post, I’ll show you how easy it is to show expandable and collapsible toggle panel using jQuery. When you click on the heading, the ...
Sleek and Smooth animated menu using jQuery
Today, I’m going to show you something interesting with jQuery. Yesterday I was thinking something to post something programming related stu...
Prevent Your CSS and JavaScript Files From Being Cached
Some websites use highly volatile, oft-changing CSS and JavaScript files. In the case of these files, it's important that the developer ...
Absolute path and Relative path file inclusion in PHP
I think you guyz must be aware of absolute path and relative path in PHP. If you do not know anything about it then let me explain you about...
Password Encryption and Decryption Technique in PHP
I’ve noticed that many of my friends are storing password in database without encrypting them. This is really a bad technique because if so...