Tuesday, November 25, 2008

Personalized search engine

Personalized search engine with your own logo

http://www.pimpmysearch.com/

W3c Validator Tool

To download the w3c validator tool:

https://addons.mozilla.org/en-US/firefox/addon/249

To check the single page:

http://validator.w3.org

To check the entire site:

http://htmlhelp.com/tools/validator/

Tuesday, November 4, 2008

How to Transfer Blog to another account?

It is very simple but the process should be handled in safe.
Steps to follow:
  1. Create an new google account to move the blog or continue with the existing google account.
  2. Go to Settings ->Permissions ->ADD AUTHORS
  3. Invite the email address and confirmation mail will be sent to you to activate it.
  4. To get administrator previleges Go to Settings -> Permissions -> grant admin previleges.
  5. Now delete the old account and use the current one.

Monday, November 3, 2008

Embed Tag not supported by W3C




Embed tag is not supported by W3C. So follow the steps
  1. Remove Classid and Codebase attribute in object tag.
  2. Place the below attribute instead of classid and codebase attribute in object tag as data="images/banner_ani.swf" type="application/x-shockwave-flash"
  3. And give the respective width and height of the flash file in object tag.
  4. And remove the Embed Tag.
  5. Now the flash file will get executed.

script inserting type attribute

Instead of using
script language=javascript
use
script type=text/javascript

unescaped ambersand

& ambersand is not supported by W3C Standard. So itstead of using '&' use *&*.

NOBR tag not supported by W3C

NOBR Tag not suppored by W3C. So use the alternative tag for it.
Instead of giving NOBR tag give the tag as
style="WHITE-SPACE: nowrap".
 

W3C Validation error © 2008. Template Design By: SkinCorner