Archive for the ‘Javascript’ Category

Test your jQuery

Ok, I'm not very fond of javascript, so anything that facilitates working with it has my interest. jQuery does that job and is therefore getting more and more popular these days, proven by its intellisense support in VS2008. anyway, you can learn everything about it on their website, I just wanted to point out there [...]

(JSON) Serialization with EF

I have two cascading dropdownlists in my application. The first one is to select the TagGroups (parent), and the second one shows the matching Tags (child)… this is a common scenario where it's useful to apply Ajax to improve the user experience. Stephen Walther has a good blog post about this. [ be careful when [...]