Recently Popular Tutorials for September 26th, 2006
Sep 26
How to Encrypt Passwords in the Database
If you are developing a password-protected web site, you have to make a decision about how to store user password information securely. This article will show you how to encrypt user passwords with md5 algorithm and how to start using encrypted passwords if you already have users' database ready.
Sep 26
Passing JavaScript variables to PHP
JavaScript is mainly used as a client side scripting language, while PHP is a server side technology. Unlike Java or ASP.Net, PHP doesn't have tools to make it work client side. That is why you need to combine JavaScript and PHP scripts to develop powerful web-applications.
Sep 26
The Ultimate Webdesign Tutorial
This tutorial will show you how to make a professional template using Photoshop!
Sep 26
12 Lessons for Those Afraid of CSS and Standards
Break out of the non-standards prison that tables inflict, and switch to the semantic standards compliant use of CSS to control presentation rather than behavior.