Top

Tags


Roadkill .NET Wiki

Google ads

Recommended reading


Search

Entries in silverlight (8)

Thursday
Nov112010

Creating a custom silverlight installation the jQuery way

The default Silverlight installation and upgrade experience is fairly jarring compared to its counter-part Flash. If you target version 4.0 of Silverlight and the user has 3.0 installed, they will receive an ugly and annoying modal dialog forcing them to upgrade...

Click to read more ...

Tuesday
Aug172010

Multi Line Search and Replace Tool

This tool was created because of the gap in text editors for multi-line search and replace. The only one I've found that can do it is/was Dreamweaver 4. Its powered by Silverlight

Click to read more ...

Monday
Aug162010

Password Generator

This Silverlight-based tool produces either prounceable or alphanumeric passwords of the length you want, and quantity.

Click to read more ...

Monday
Jul262010

Silverlight snippets

This is a collection of mostly simple/beginner level Silverlight snippets that will slowly build up over time. A lot of the answers here come thanks to the Silverlight tag on Stackoverflow and the Microsoft silverlight forums.

Click to read more ...

Monday
Jun072010

Online XPath Tester

This is basic tool for testing a xpath query on your XML you can paste into a second text box. Its powered by Silverlight.

Click to read more ...

Sunday
Jun062010

Silverilght JSON WebClient wrapper/helper

This is a small class that uses the NewtonSoft JSON.NET library to make JSON requests to a URL. It handles both requests that require parameters, and those that just return results.

Click to read more ...

Wednesday
May122010

Online Javascript Minifier

This is a slightly modified Silverlight based version of Douglas Crockford's JSMIN Javascript minifier.

Click to read more ...

Monday
May102010

Regular Expression Testing Tool

This is a basic online regular expression test/replacement tool, using Silverlight.

Click to read more ...