Close

Home » 2010 » January

Archive for January, 2010

January 19th, 2010

Valid Code & SEO

I am not a marketing guru or an SEO expert, but I am a developer and part of my job as a developer is to code semantically with SEO in mind.

Does valid code improve SEO?
No it doesn’t improver your rank status.

BUT
If your code is not valid,

  • It can hurt your SEO rank because of semantic issues.
  • It simply looks unprofessional.
  • It will slow down page loading because the browser switches to Quirks mode to evaluate your code and decide how to display it.
  • It can cause display issues with in various browsers.
  • The list goes on…………….

Fact is, if your code can not be followed because of being invalid, it will most likely cause issues displaying in browsers, being read by bots /spiders and most likely will have accessibility issues.

Use the tools available, they are there for a reason.
For the employers, do this also, validate the work you payed for, you will not regret it and it will save you money in the long haul.

Validation Tools

January 19th, 2010

The Webs Future HTML5 & CSS3

I have seen recent articles on HTML5 & CSS3 and it always comes down to people saying you can’t use them because they are not approved standards yet.
The fact is, they have been around, worked on, tweaked, fully changed, altered, tweaked again for many, many years.

Web standards are the slowest moving standard on earth!

As developers we must grasp the future and test it, manipulate it, play with new ideas and use it…
If we don’t it will never become an approved standard and browsers will not move forward in implementing these newer features available in the some day “Web Standards”.

HTML5 and CSS3 are very powerful and create a ton of new features that were only available via scripting before.

So what it comes down to, USE IT ALREADY!