October 8, 2008
If you are building a website then you might find the need for a webpage color chart that shows the color codes so you can change your CSS style sheet. I used to use HTML color charts all the time, however now I build websites using WordPress, and most themes have their own color chart [...]
Read the full article →
September 7, 2007
In order to block a certain IP Address from access to your site you can add the following to the htaccess file in your web server document root ( most often named public_html, httpdocs, or webdocs) directory (edit to make the below IP the offender’s): <Limit GET> order deny,allow deny from 209.23.123.110 </Limit> This will [...]
Read the full article →