Recent Posts | All Posts
Scripted Animation in Silverlight
January 06 2009
For any developer moving into Silverlight from Flash, one quickly notices that there is now enter frame event in Silverlight. Each Silverlight control does not inherently have a timeline, but instead can have any number of storyboards. A nice way to create your own enter frame event is by using… read moreBuilding a Simple Progress Bar Using the Scriptaculous Morph Function
December 03 2008
One of the most useful script.aculo.us functions has to be the morph function. You can use it to modify a CSS style over a set period of time, making it the perfect function for creating an animated progress bar for a JavaScript based RIA. read morePrototype.js Utility Functions Primer
November 11 2008
Prototype is one of the more popular JavaScript libraries and is used on a number of popular HTML based web applications, like Twitter and Apple's mobile me. read moreVisual Studio 2008: Rich IntelliSense for jQuery
November 06 2008
Last week, Microsoft released Rich IntelliSense for jQuery for Visual Studio 2008. This will also work for Visual Web Developer 2008 Express. This comes a month after the anouncement that jQuery will be shipping with future releases of VS 2008, making jQuery the official JavaScript framework for developing .NET AJAX… read moreRecent Posts | All Posts