Do you have a web application that needs to run ok in IE6?.. We were having some performance problems with JQuery and IE6. Specially with the initialization code that caused some white screen and irresponsive interface only with IE6, unfortunately my client still uses it (corporate policy) so upgrading was not an option. Solutions First [...]
I learned Javascript some years ago, after a long time doing only c# and database related projects. Before deciding to learn it i had the feeling that creating reliable web interfaces was very complex and boring, however most of that thoughts came from not knowing the basic syntax, and more important, the patterns of usage [...]
A lot of developers are already using custom html attributes to represent data inside html elements. All the important browsers support custom attributes, even if the html page doesn’t validate. <div customAttribute=”customdata” > </div> If you are going to use a custom attribute, use the following syntax and your html page will be valid in [...]
In this post i want to discuss a simple optimization technique for faster loading web applications. Suppose your web application needs to show a list of items from the database, you use ajax, so when the page loading is complete your javascript code will create an http request to the server to get the data [...]
(Warning: If you are a seasoned web developer you won’t find anything new in this post) This is the first post (of ?) about front end engineering in the .NET world. This is a critical topic if you have to do any web development. Maybe you think that with all the RAD tools,drag and drop [...]
FrontEnd engineering , Web development, innovation, Web Standards, Entrepreneurship.