2 April, 2009 12:39 am

Is Jquery really that much more trendy?

Posted by Richard Wong under Javascript | 2 Comments

Using Google Trend for website, I added 5 popular javascript framework website and the above chart is the .

Is jquery.com just that much more appealing than the other framework sites or the actual framework is just that much more popular?

1 April, 2009 1:45 pm

Standalone JavaScript Selector Engines

Posted by Richard Wong under Javascript | 0 Comment

Ferrari Engine

One of the most used and helpful feature of any Javascript framework is probably their selector function. It allows us to search and filter elements using CSS like selector syntax. This means it takes out the tedious part in DOM scripting and enables developers to write less and more reliable code. As a result, we all expect to see some sort of selector engine in all javascript framework.

However, there are still rooms for improvement and reasons to have standalone selector engines that are not part of any framework. Since selecting elements are the most common operational you would do, any improvement would increase the overall performance of your script.

Looking at recent development, there are definitely people believing the need for standalone selector. Here are 4 robust and small standalone Selector engines you can check out.

Continue reading »