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....
Why compiled views? First of all I prefer VS.NET to compile the cshtml code at build time because it will notice syntax errors like on any .cs file. Syntax errors...