Content authored by Jeremy Bierly

4 total entries

Scripted Animation in Silverlight

For any developer moving into Silverlight from Flash, one quickly notices that there is no 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 storyboard looping.
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.

Prototype.js Utility Functions Primer

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.

Visual Studio 2008: Rich IntelliSense for jQuery

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 applications.

About this Archive

This page is an archive of entries written by Jeremy Bierly.

Find content using the provided navigation or look in the archives to find all content.

Authors

Archives

This content archive is licensed under a Creative Commons License.