HN user

sneezer

3 karma
Posts1
Comments2
View on HN

That's a great article, but the statistics have to be a little warped. JavaScript has no real competitor. It is THE client-side scripting language.

I also found it funny that the article says part of the ranking is based on "the programming questions and answer site StackOverflow." JavaScript tops that list because it's notoriously sloppy, and people rarely understand what it's doing.

This is definitely an attractive home page, musiic. And, very impressive for a new programmer! The arrows and animation look great.

Some points:

- Try to avoid using html tables. They're generally frowned upon for things that aren't data.

- The spaces between your words and your colons are not consistent.

- Your : formatting on the "Repeat Email" row is off in Chrome.

- Place limits on the length of input in your textboxes using the maxlength attribute.