Archive for September, 2009
Starting Ruby programming
Posted by in Ruby on September 12th, 2009
Ruby is an object-oriented scripting languages.
Here are steps to do Ruby programming:
- Download the Ruby package here.
- Install the package.
To start your first Ruby script, right click your desktop, and add New “Ruby Program“. Give the file .rb extension. Right click the file and click Edit. Copy this code to the file:
gets # This will pause, and wait for user press enter.
Does Google prefer Valid HTML & CSS
Posted by in Increase traffic on September 9th, 2009
I recently heard my friend saying that valid HTML & CSS is impotant. It can make your website rank higher in Google search. Is that true?? To prove this I browse a lot about this, and here’s the result:
- From site-reference.com, saying that “Not only did Google rank both sites with obviously wrong HTML higher, they even refused to include one of the sites with valid HTML altogether“!
- A discussion from webmasterworld. My summary, valid HTML does not help your ranking but probably will help you get indexed.
- From streetdirectory. “How important is valid html if Google, Yahoo!, and MSN don’t even practice it themselves?”
So for me, if I have time, I will do the validation. It’s not too important for me.









