-
Bouncing Elements using RenderTransform
This tutorial teaches how to create animations using the combination of RenderTransform (TranslateTransform) and DispatcherTimer.
Very easy to understand and learn. -
Windows 7 like task bar
Windows 7 like Menu/Taks Bar. You can customize the color theme of the controls.
-
3D Ray Tracing
This demo is amazing. I didn’t expect that Silverlight is able to simulate ray tracking and produce a very nice 3D result image!
The author also included the challenge and a detailed explanation about ray tracing. -
Implement Double Click
There is no native support for double click in Silverlight. Therefore, you need to make use of some workaround to solve this problem.
With a combination of DispatcherTimer and MouseDown Event, you are able to create your own double click event! -
Loading XML file
A very detailed article teaching you how to get an xml data file from remote server.
-
Sudoku
A very famous game in the world. It has 4 levels: easy, medium, hard and expert.
-
Face Monkey
Create your own monkey with various kind of drawings, objects and animations effect.
A lot of good resrouces can be extracted from the source. -
Silverlight Eyes
A realistic eye movement animation. The eye ball can follow the direction of your mouse.
A complete tutorial is included in teaching you the mystery behind the implementation. -
Chaos Ball Extreme
A very amazing game written in Silverlight 2. Experience a full 3D experience in this bouncing ball game.
The performance is good and impressive! -
Physics Behaviors
A collection of Physics Behaviors. You are able to use to create game in Expression Blend without doing any programming!
More references are available under the reference link. -
SketchFlow Control Explorer
An application which demonstrate all the available stetch style controls in SketchFlow.
SketchFlow styles are re-distributable. -
Trigger Stroyboard Animation when OnLoaded
If you want to start up your storyboad animations when using an C# programming, you can use the EventTrigger method to create a storyboard event.
Aug 13













August 13th, 2009 at 11:02 pm
Thans for your nice work!
Why when i start some of the apps from your library i see “You have to run this application in a new browser.” For example Text Effect > Text Effect Library. Same thing is out of browser and in the browser.
August 14th, 2009 at 3:32 am
HI Vladimir,
This problem is kindda technical. Application run in a single application domain only. Therefore, when I load some other external XAP, I have to load up all of the assemblies into the current Application domain. In such action, those assembly may be conflicting with the current thread and cause the loading problem.
Another reason is that the original application is supposed to be attached to the RootVisual. However, I attempt to attach the external application into a Grid only. So, there will be many unexpected outcome.
August 15th, 2009 at 3:31 pm
[...] Silvelight Resources Directory Update (13 Aug) – 12 neue Silverlight Ressourcen Einträge [...]
August 28th, 2009 at 11:52 am
Nice post. Thanks!
1 question, if your hosting your silverlight control on an ASP page cant the search engine get information about your control from the html around it (rather than creating a whole new page)? Thats what I did on http://agcalc.com , . Also, if you want you can use agcalc as an example of using RenderTransforms to allow the user to drag stuff across the screen.
thanks,
brad
August 28th, 2009 at 11:56 am
also, if anyone wants to take a look at http://agcalc.com and give me some pointers on SEO strategies that would be great. I know I need to get more ‘content’ up there like articles and such, that is in the works. My biggest confusion right now is just knowing which tools to use to determine if my SEO efforts are even paying off.
thanks,
brad
April 21st, 2010 at 8:48 am
Extremely interesting blog post thanks for sharing I just added your site to my favorites and will check back.