Browse by Tags
All Tags »
Silverlight (
RSS)
This is an excellent Silverlight site http://www.microsoft.com/defyallchallenges . You should check this out to experience the richness of Silverlight 2 and feel what Silverlight 2 is capable of. Check this out with IE . Cause other browsers doesn’t works...
Did you check out Microsoft’s Art & Technology site ? It has been launched to feature the cool and amazing Silverlight, WPF and Expression Studio examples created by the people. This site also features couple of wonderful case studies and sandbox...
Martin Grayson has Introduced UX focused code sharing project called Blacklight which can be found at codeplex . UserExperience designers and developers ideas has been put together in this project to show what the technology is capable of from UX point...
If you're a designer or developer, If you've previous skills on Flash or Adobe Photoshop and want to create some amazing applications with Silverlight by taking advantage of your previous knowledge of designing and developing stuffs, here is the...
Introduction : After my post on creating reflection with Silverlight 2 Beta . I was asked several times by couple of Silverlight enthusiasts questions like this : is there any way i can reflect an entire grid?, is it possible to make a reflection of lets...
It’s been quite a while since Microsoft has introduced the Beta 2 release of Silverlight. There are plenty of Silverlight enthusiasts who are passionate about this cross-platform browser application programming. They’ve already given us some useful and...
Introduction : I was trying to create Vista style Login screen using Silverlight. I've seen couple of excellent custom Vista style UI designed in WPF by the known WPF gurus. Seeing their example I thought It's also possible to try something Vista...
In the last part I’ve shown how the VideoBrush can be used and videos can be animated by dividing MediaElement into two parts. In this demonstration of Silverlight animation I’ll focus on transitional animation. We’ve seen this type of animation many...
Expression Blend 2.5 June Preview is now available which can be downloaded here . Now it's possible to edit the ControlTemplates from Blend using Visual State Manager to change the look and feel of the controls. The Visual State Manger gives designers...
In this example I’ll show you how animations can be performed using a VideoBrush. This is one of the examples that attracts the users attention by completing the animation at the right time. The video will be clipped and rotated during the animation....
Here's an example of an animation where clicking a button will increase the size of the font of the button. First I've declared two constants of type double, one for the font size of the button at the initialization time, which is declared as...
I mentioned in the first article that a Storyboard controls animations with a timeline, and provides object and property targeting information for its child animations. This is the cornerstone of Silverlight animation. A Storyboard is a set of one or...
Animation allows us to create attractive user interfaces. Animation is used to apply dazzling effects such as spin a logo or video, make text scroll, make images grow when the mouse is over them etc. Animation is much like varying the property value over...
I was searching for some WPF videos, after googling I found a site named contentpresenter . I found couple of interesting video there on WPF. After releasing of Silverlight 2.0 beta , my intention is implementing those WPF stuff in Silverlight as much...
Now Silverlight has become quite similar to WPF, it's become easier to change the visual appearance of the controls.With the beta 2 release of Silverlight we've found rich set of controls now to work with.In this demonstration of changing appearance...