Sunday, June 03, 2012
Blog
By New Age Solution on 3/25/2010 10:04 AM

PathListBox control comes with Blend 4 SDK in Silverlight 4. PathListBox allows any elements to be layed out along the path. Just imagine putting letters around the circle and then animating it.

By New Age Solution on 3/9/2010 10:26 PM

My speculation based on Mix 2010 Sessions...

By New Age Solution on 3/6/2010 6:06 PM

downloads/PassingLargeText.zipWe will look at passing large text to Silverlight using InitParams and then we will take a look at using Fiddler to see what gets passed into Silverlight.

By New Age Solution on 1/10/2010 1:00 PM

Using WebClient and AssemblyPart we can dynamically load any assemblies. This is greate techniques to use for designing plug and play type of Silverlight application. Also this is greate optimazation technique to make the xap file smaller and lazy load assemblies that might contain business logic.

Imagine that you have silverlight that does not require redeployment and only thing you have to redeploy is your reflectively loaded assemblies during runtime!

By New Age Solution on 1/10/2010 12:58 PM

In MSDN about Silverlight 3, there is new feature called Application Library Caching.This tutorial is to explor this new feature and verify that it does work.

Question is why is this compelling new feature?

In Silverlight 2 there were couple of ways to take advantage of browser caching and it was to download resources. In Silverlight 3 there is support to accomplish this out of the box. When application gets compiled and re-deployed we do not want the resources to be re downloaded unless the resources such as images changed because it takes too much time. Just imagine having WMV as resources and you are forced to download everytime new Silverlight application is deployed!

By New Age Solution on 1/10/2010 12:57 PM

Silverlight has nice support for full screen. Only problem is that when Silverlight application goes into full screen mode none of the controls will scale properly. One of the biggest advantage of using vertor graphics is that when the resolution increases controls are expected to increase and not lose the quality.

So how can we scale the elements when Silverlight application goes into Full Screen mode?

By New Age Solution on 1/10/2010 12:56 PM

There is really nice WPF pixel Shader Library in codeplex (http://wpffx.codeplex.com/) that can be used in Silverlight 3. See the demo below for the list of following effects in action: Banded Swirl Effect, Bloom Effect, Bright Extract Effect, Color Tone Effect, Contrast Adjust Effect, Directional Blur Effect, Gloom Effect, Growable Poisson Disk Effect, Invert Color Effect, Light Streak Effect, Magnify Effect, Monochrome Effect, Pinch Effect, Pixelate Effect, Ripple Effect, Sharpen Effect, Smooth Magnify Effect, Swirl Effect, Tone Mapping Effect, Toon Shader Effect and Zoom Blur Effect.

My favorite is Zoom Blur Effect. What's yours?

By New Age Solution on 1/10/2010 12:53 PM

Threadpool allows you to spawn multiple background thread allowing you to process for in this example to allow multiple images to be downloaded.

You can apply this simple but very poweful example to spawn worker threads to perform time consuming executions.

By New Age Solution on 1/10/2010 12:52 PM

Using Style Element is similar to how you are using HTML and CSS. This example will cover brief overview of how this works.

Go ahead download the sample and play around with Style.

By New Age Solution on 1/10/2010 12:51 PM

We will look at how to stream xml file from URL and display to simple textbox. Description seems to be simple and trivial but doing it right take little work.



Tags


Blog Archive


Blog List


Search Blog


Google Reader


Blog Comments
things to do carrboro
That's is so impressive; I am very pleased by this post. Complete information on this post!!! I really like it
re:
love it! very interesting topics, I hope the incoming comments and suggestion are equally positive. Thanks for sharing information that is actually helpful.

allinfouneed
www.tulleeho.org
re:
love it! very interesting topics, I hope the incoming comments and suggestion are equally positive. Thanks for sharing information that is actually helpful.

allinfouneed
www.tulleeho.org
Re:
This is short instruction on how to add Google emails, Google calendars, and contact from Google email to Blackberry.

We installed GMail, Google calendars and contacts on lots of Blackberries. And we decide to put out short instruction.
Re: How to add Google Email, Calendar, and contacts to Blackberry and iPhone?
Definitely agree with what you explained. Your explanation was certainly the easiest to understand. Tell you something, I generally get irked when folks discuss issues which they plainly don't know about. You managed to hit the nail correct about the head and explained out everything without complication.
re:
I’m impressed. Very informative and trustworthy blog does exactly what it sets out to do. I’ll bookmark your weblog for future use.

Joseph
www.joeydavila.com
Your online Library
Re: Silverlight 4 PathListBox
Nope you dont need blend.
Re: Silverlight 4 PathListBox
I have visual studio 2010, do you have to have expression blend to execute the above code? Thanks.
re:
I’m impressed. Very informative and trustworthy blog does exactly what it sets out to do. I’ll bookmark your weblog for future use.

Joseph
www.joeydavila.com
Your online Library
re:
I’m impressed. Very informative and trustworthy blog does exactly what it sets out to do. I’ll bookmark your weblog for future use.

Joseph
www.joeydavila.com
Your online Library

Syndicate  

Privacy Statement  |  Terms Of Use
Copyright 2010 New Age Solution