Greg Does IT

Do it to get it

About

The blog of Gergely Orosz on Silverlight, .NET and other IT related topics. Follow me @gergelyorosz on Twitter.

Archive for the 'Silverlight' Category

Detecting Silverlight Version Installed

Thursday, April 29th, 2010

Detecting the Silverlight version installed on a client machine isn’t entirely straightforward. To do so, one has to use Javascript. Unfortunately even though Microsoft ships a Silverlight.js in the Silverlight SDK, this script only has the ability to tell whether a specific version is supported on the client’s machine; it does not support returning the [...]

Read the rest of this entry »

In the opening keynote of MIX 10 Scott Guthrie confirmed the rumour spreading the past weeks: the supported development platform for the Windos 7 Phone Series is Silverlight and XNA. For those – like myself – who were prepared for this news there were still quite some surprises in the details: Unlike Windws CE  where [...]

Read the rest of this entry »

On yesterday’s Scot Alt.NET meeting I held a presentation (An Introduction to Silverlight) that was aimed at providing an overview of Silverlight and looking at some of it’s most important features. Thanks to the about 30 people who’ve attended and given feedback, I hope you’ve found it useful. For those who have missed out I’ll [...]

Read the rest of this entry »

Silverlight gives the developer the possibility of completely customizing the developed application in all aspects. Defining fonts used for displaying text is no exception. However there are multiple ways on how to go ahead with specifying fonts to use, this article attempts to summarize the options. In Silverlight, using fonts can be done in three [...]

Read the rest of this entry »

My MIX 10K entry – SilverCooler

Wednesday, February 3rd, 2010

I’ve entered the MIX 10K competition where the goal is to write an application using no more than 10KBytes of source code in Silverlight. I’ve decided to implement a cocktail selector application – strictly listing alcohol free cocktails only – using the web services I’ve previously built for a popular cocktail site, iCocktail.co.uk. ICocktail.co.uk was [...]

Read the rest of this entry »

Silverlight bug when drawing large paths

Monday, November 9th, 2009

I’m working on creating a zoom effect for a Silverlight Path object. This effect is easy to implement: I just have to apply a ScaleTransform and and a TranslateTransform within a TransformGroup for the Path (scale it up and move it on the screen where the user clicked to zoom). However when reaching a certain [...]

Read the rest of this entry »

Recently I wanted to implement a very simple file upload component in Silverlight that uploads a single file and if possible shows upload progress. Having done some search I’ve found numerous examples but all of them seemed too complex for the simple task of uploading a file so I implemented a really lightweight solution. The [...]

Read the rest of this entry »

First trip to Silicon Valley

Monday, April 13th, 2009

In summer 2008 me and three friends representing Hungary as team DigitalMania took part in the Microsoft Imagine Cup competiton in the software design category – one of the largest student technology competitons in the world. The task was to design an implement a solution regarding an environmental issue. We focused on the water problem [...]

Read the rest of this entry »