|
Dictionary and Thesaurus software
The spelling and grammar checker in MS Word and in Open Office Writer's Spellcheck can help you produce fewer...
Howto create a password for a htpasswd file using PHP
A user emailed me and asked how to create a password for a .htpasswd file using PHP. It is actually...
How to find the full path to a file using PHP
If you want to setup .htaccess authentication you need to enter the full path to the .htpasswd file. If you...
Tips for creating a blog 4
7.) Quantity matters.
In order to attract the attention of search engines, you will need to develop content and substance. A...
Tips for creating a blog 3
5.) Clarity and simplicity.
Keep your posts and blog entries clear and easy to understand. Remember, the web is global and...
Tips for creating a blog 2
3.) Old news is not news.
While blogging every day can be a drain, it is important that the information presented...
Tips for creating a blog 1
There are no hard and fast rules on how to blog. Having said that, bloggers will likely increase their exposure...
Doctypes for XHTML docs
For XHTML strict: (Use this doctype when you're not using any deprecated or frameset tags with XHTML.)
<!DOCTYPE html PUBLIC "-//W3C//DTD...
background attachment
command: background-attachment
either scroll, fixed, or inherit
Description:
for determining if and how background images should scroll initial value: scroll; not inherited ...
Background
any combination of the values for background-attachment, background-color, background-image, background-repeat, and/or background-position, or inherit
Description:
for changing the background color and image...
|