About a year ago i had to architucture some web application with a very rich client side UI.
ASP.NET was an easy choise for a server side code, but what about client side ?
The heavy viewstate, endless event handlers and infinity number of server side requests just to make the GUI friendly – well, it just didn’t sound as a proper way to do it.
Read more…
VN:F [1.7.7_1013]
Rating: 4.9/5 (10 votes cast)
Categories: ASP.NET, C#, HTML, JavaScript, Programming, Tips & Tricks, UI, jQuery Tags: AJAX, ASP.NET, C#, c-sharp, CSS, dhtml, dom template, dynamic template, engine, HTML, IE, JavaScript, javascript templates, jQuery, jquery templates, JS, js template, net c#, render, template, templates, Tips and Tricks, UI, web template
This post is somehow related to my previous post about javascript function context. Recently I helped one of my friends to debug a very funny problem. He told me that his inline event handler doen’t work, because he could not pass this object to his function.
You probably wonder what did I find? 
Read more…
VN:F [1.7.7_1013]
Rating: 4.6/5 (5 votes cast)
CSS sprites group multiple images into one composite image and display them using CSS background positioning.
Coming soon…
VN:F [1.7.7_1013]
Rating: 0.0/5 (0 votes cast)
Categories: C#, Graphics, HTML, Optimization Tags: C#, c-sharp, CSS, CSS Sprite, css sprites, HTML, Performance, Puzzle, Speed
Recent Comments