jQuery Vertical Align

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.UPDATED! (2009-04-29) An easy way to vertical…

Read this article

Super easy jQuery events

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.I've been using jQuery for a while but haven't…

Read this article

ASP.Net Client Dependency Framework RC1 Released!

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.With the community feedback, bug reports, patch…

Read this article

Injecting JavaScript into other frames

The beautiful part of JavaScript is that it is ridiculously flexible and lets you do things that ‘probably’ shouldn’t be done. Here’s a good example of that. During uComponents development I stumble…

Read this article

Listening for validation changes in AngularJS

In some applications it can be really useful to have controllers listen for validation changes especially in more complicated AngularJS apps where ‘ng-repeat’ is used to render form controls. There’s…

Read this article

Reference the current form controller in AngularJS

I previously wrote a post about Listening for validation changes in AngularJS which with my knowledge at that time required a handy hack to get a reference to the currently scoped form controller (ngF…

Read this article

Uploading files and JSON data in the same request with Angular JS

I decided to write a quick blog post about this because much of the documentation and examples about this seems to be a bit scattered. What this achieves is the ability to upload any number of files w…

Read this article