ASP.NET News from Blogger: Enterprise jQuery   Get the feed of: Enterprise jQuery

Total News: 7

How Good C# Habits can Encourage Bad JavaScript Habits:Part 3 Function Scope, Hoisting, & Closures

This is the third post in a multi-part series covering common mistakes C# developers tend to make when they first start writing JavaScript. The first post covered the following topics: 1. Having Varia...

How Good C# Habits can Encourage Bad JavaScript Habits:Part 2 False-y, Testing and Default Values, Comparisons, and Looping

This is the second post in a multi-part series covering common mistakes C# developers tend to make when they first start writing JavaScript. The first post covered the following topics: 1. Having Vari...

How Good C# Habits can Encourage Bad JavaScript Habits:Part 1

This is the first post in a multi-part series covering common mistakes C# developers tend to make when they first start writing JavaScript. Introduction Many people come to jQuery and believe that the...

Creating an Ajax Component:Handling Errors and Loading Notifications with Publish and Subscribe

This is the second post in a multi-part series on creating a JavaScript component for handling your Ajax requests in front-end development across your enterprise. You can find the first post here: Pos...

Enterprise Strategies for Adopting HTML5 Part 1:Simplified Syntax & Semantic Elements

This is the first post of a multi-part series covering strategies that you might use to adopt HTML5 in your current or future corporate websites. Introduction HTML5 has many features which youve likel...

Javascript Parameter Patterns with $.extend and Beyond

Enterprise developers have a tendency to misunderstand JavaScript’s function parameters. When getting started, many expectJavaScript functions to work much like the server-side languages they’re alrea...

Configuring UI widgets and interactions with .live() and .delegate()

Configuring jQuery UI widgets often means making sure certain methods are called on a given DOM element (wrapped in jQuery) before usage occurs. We see this configuration pattern everywhere in jQuery ...

View Other bloggers