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.
Content authored by Jeremy Bierly
4 total entries
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.
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.