Archive for the ‘Link’ Category

An article on HTML5 and XHTML2:
http://www.webmonkey.com/blog/XHTML_2_Dies_a_Lonely_Death__Makes_Room_For_HTML_5
I still don’t believe on HTML5. Web involves so fast that HTML will only solve the requirement that we need in the past. When the spec settle down, maybe after 3 years, we will have much better broadband, and much more requirement that we can’t imagine now. That makes HTML5 out of date when it’s out.
We will see.


jQuery 1.2.6 released a months ago with some exciting improvements:

  • Event Handling is 103% Faster
  • CSS Selectors are 13% faster
  • .offset() is 21% faster
  • .css() is 25% faster

and many others.

Have you felt the speed change on my site? ;P, maybe not!


Google code prettify is:

A Javascript module and CSS file that allows syntax highlighting of source code snippets in an html page.

And I am using it right now. Using jQuery to add class prettyprint to all <pre> units and then render it by Google code prettify. It works just fantastic! Check this example out!