Archives for Cient Side – Javascript, AJAX, JQuery..
WebSockets–versus HTTP
I am building a web app (or a mobile app). Can I eliminate HTTP altogether and use WebSockets? Not completely. To perform a websocket handshake , one needs HTTP. Once…
Kendo UI versus jQuery UI
This is an (ongoing) compilation of some Kendo UI features (mainly GRID related) that have helped me save time (over doing it with jQuery UI) Offline Data Persistence InLine Grid…
Enable javascript debugger – works for chrome and IE
function onClick(detailUrl){debugger;}
Some telerik kendo mvc script issues
I love telerik - I hate working out the correct inclusion order of javascript references. Here are some common issues I encountered with Telerik MVC (Kendo) UI . Controls not…