20 Websites To Help You Learn and Master CSS

August 29, 2008 by john · Comment
Filed under: technology 

This article features 20 excellent websites to help you “grok” CSS. There’s a wide range of websites included – from blogs to directory-style lists and websites that focus on one particular topic related to CSS.

read more | digg story

How To Protect MySQL Database From SQL Injection Attacks

August 25, 2008 by john · Comment
Filed under: technology 

SQL injection attacks can allow hackers to execute arbitrary SQL commands on your database through your Web site. To avoid these attacks, every piece of data supplied by a user on a Web form, through HTTP Post or CGI parameters, or other means, must be validated to not contain information that is not expected, GreenSQL is a firewall for SQL.

read more | digg story