gkruger

Stories submitted by gkruger

7 snags with Silverlight development(blog.silverspud.com)

submitted by gkrugergkruger(135) 4 years, 5 months ago

Here are some snags you might run into with Silverlight development. None of them are huge problems but some may take you by surprise. read more...

add a comment |category: |Views: 3

tags: another

Model-View-Controller Can be Done in Silverlight 1.1/2.0(blog.silverspud.com)

submitted by gkrugergkruger(135) 4 years, 5 months ago

It's still possible to use the Model-View-Controller pattern in Silverlight and this blog article discusses how. read more...

1 comment |category: |Views: 120

tags: another

Christmas CoolWall Mouse Click Animation(blog.silverspud.com)

submitted by gkrugergkruger(135) 4 years, 5 months ago

If you haven’t seen it yet, there is a neat little Silverlight app named Christmas CoolWall that lets you drag items onto a wall and rank it as seriously un-cool, un-cool, cool, and Sub Zero. This blog article shows you how to have the same click animation in your code. read more...

add a comment |category: |Views: 42

tags: another

Skinning a Silverlight 1.1 Application(blog.silverspud.com)

submitted by gkrugergkruger(135) 4 years, 5 months ago

Yes it is possible to create a skinnable Silverlight 1.1. application. This blog article shows you how and uses a solitaire game as an example. read more...

add a comment |category: |Views: 1

tags: another

Who Has Final Say - Developer or Designer?(blog.silverspud.com)

submitted by gkrugergkruger(135) 4 years, 6 months ago

If a designer's changes to XAML break the application - what should you do? Undo the changes in XAML, overwrite the changes in code, or prevent the code from breaking in the first place. read more...

add a comment |category: |Views: 1

tags: another

Exposing XAML to Designers(blog.silverspud.com)

submitted by gkrugergkruger(135) 4 years, 6 months ago

Exposing XAML to Designers discusses how a class that generated the user interface dynamically has been refactored to use XAML. read more...

add a comment |category: |Views: 9

tags: another

Silvertaire, the future of solitaire here and now in Silverlight 1.1(blog.silverspud.com)

submitted by gkrugergkruger(135) 4 years, 6 months ago

"Silvertaire" - a game of solitaire written in Silverlight 1.1. This is the first in a series of articles on how to produce a good looking Silverlight application. read more...

add a comment |category: |Views: 24

tags: another

Drag and drop so easy my grandma can do it(blog.silverspud.com)

submitted by gkrugergkruger(135) 4 years, 6 months ago

While working on a Silverlight 1.1 port of a solitaire game, I created a class that will add drag-and-drop behavior to any UIElement with one line of code. Yes, that’s right ladies and gents you too can have your UIElement (e.g. Canvas, Rectangle, Ellipse, TextBlock) drag-and-droppable with a line like this: UIBehaviour.DragAndDropBehaviour.Enable(myRectangle); read more...

add a comment |category: |Views: 32

tags: another

Setting up a Silverlight Alpha 1.1 development environment(blog.silverspud.com)

submitted by gkrugergkruger(135) 4 years, 6 months ago

Follow these steps to set up a Silverlight 1.1 Alpha development environment in VPC 2007. read more...

add a comment |category: |Views: 0

tags: another