Botton line - When starting with AngularJS - DONT use JQuery...
Perhaps one of the most tedious tasks I have to do monthly at Tikal is reporting the hours I work and on what project. I have to open a special web portal and sort through all the projects I worked on over the last month. This process is pretty repetitive and very boring. It would be great if there was a better way to do this task.
The article explains why loading jquery at the head of the document hurts performance and suggests a workaround that allows to move its loading to the bottom of the page.
There is my implementation of Week picker using jQuery UI Datepicker (requers jQuery UI 1.8+).
Html and Javascript are shared on JsFiddle http://jsfiddle.net/manishma/AVZJh/
"Gwt Query is a jQuery-like API written in GWT, which allows GWT to be used in progressive enhancement scenarios where perhaps GWT widgets are too heavyweight. Currently, about 98% of the jQuery API is written. Most CSS3 selectors are supported. People feel free to contribute patches to bring the API more in line with jQuery."
Project Home:
http://code.google.com/p/gwtquery/
Quickstart guide:
ASP.NET MVC 2 has validation architecture that support both server-side and client-side validation. ScottGu describes in details how to get validation works in his post ASP.NET MVC 2: Model Validation. The best feature in client-side architecture is that you may use alternative java scripts validation libraries like jQuery validation. There is a steps to get client-side validation works using jQuery validation plug-in:
Microsoft AJAX CDN is a free service that allows our web apps get served with JQuery, MS Ajax, and images, from MS servers near the requesting browser.
5 ways to 15puzzles
To leverage my programming skills in client side and to concurrently compare modern UI frameworks and most importantly “just for fun” i start to implement 15 puzzles game