If you develop web applications that relies on JavaScript to update the interface and you use several Ajax calls inside a single page, then you should know that all those...
I am writing this article because I want to explain the basics of a front-end developer job at the company I work for. In my opinion, a front-end developer who...
In this post I will show you how to make a load on demand link that will fetch older entries from the database and how to synchronize newly added entries...
I was looking for a good What-You-See-Is-What-You-Get HTML editor that works on the Asp.Net MVC platform, after extensive searching and testing I came up with two solutions: CLEditor as a...
There are allot of discussions these days about Microsoft pushing forward with HTML5 and JavaScript as the way to code apps for the new Windows 8 interface. The community is...
Every .NET programmers is used to brace matching, code collapsing and Intellisense because Visual Studio got them from the beginning, I expect to have these helpers when I write jscript...
As you may well know, at the beginning of this month, JQuery 1.6 was released, in version 1.6 the Attribute module was rewritten and a new method named .prop() emerged....