smartyp

Stories submitted by smartyp

Tracking Events in Silverlight with Google Analytics(smartypantscoding.com)

submitted by smartypsmartyp(95) 2 years, 6 months ago

This article shows how to easily add Google Analytics event tracking to your Silverlight application using the Silverlight Analytics project. read more...

add a comment |category: |Views: 14

tags: another

Get and Put Pixel in Silverlight 3 with WriteableBitmap(smartypantscoding.com)

submitted by smartypsmartyp(95) 2 years, 10 months ago

A demo and source code of Silverlight 3's new Bitmap API - specifically how to get/put pixels for manual renderings and how performant it is. read more...

add a comment |category: |Views: 28

tags: another

IPhone Style Drag and Push Panel in Silverlight(smartypantscoding.com)

submitted by smartypsmartyp(95) 2 years, 10 months ago

A recreation of the iPhone menu system in Silverlight 2 using a custom Panel implementation. read more...

add a comment |category: |Views: 251

tags: another

Announcing Matchingo.com - An Open Source Silverlight Memory Game(smartypantscoding.com)

submitted by smartypsmartyp(95) 3 years ago

This is the first public release of a soon-to-be open source Silverlight game named Matchingo read more...

add a comment |category: |Views: 16

tags: another

A Fancy Diamond Pattern Tiled Background in WPF(smartypantscoding.com)

submitted by smartypsmartyp(95) 3 years, 7 months ago

A few brief examples of trying to create a diamond pattern tiled background in WPF. Includes screenshots and code samples. read more...

add a comment |category: |Views: 382

tags: another

Old School Fire Algorithm in Modern Day WPF(smartypantscoding.com)

submitted by smartypsmartyp(95) 3 years, 8 months ago

WPF implementation of an old school fire algorithm - source and executable provided. read more...

add a comment |category: |Views: 99

tags: another

Recreating Simple Windows Forms in WPF and XAML (Part 3)(smartypantscoding.com)

submitted by smartypsmartyp(95) 3 years, 10 months ago

Blogging about learning WPF and XAML. Starting with learning how to make standard windows forms. Multi-part article starting with a messy XAML definition and working forward. This part of the series covers how to use Styles, external Resource Dictionaries, and includes updated XAML files and screenshots for the series. read more...

add a comment |category: |Views: 29

tags: another

Recreating Simple Windows Forms in WPF and XAML (Part 2)(smartypantscoding.com)

submitted by smartypsmartyp(95) 3 years, 10 months ago

Blogging about learning WPF and XAML. Starting with learning how to make standard windows forms. Multi-part article starting with a messy XAML definition and working forward. This part of the series covers a quick way to break out your colors into one location instead of having them all inline. read more...

add a comment |category: |Views: 31

tags: another

Recreating Simple Windows Forms in WPF and XAML (Part 1)(smartypantscoding.com)

submitted by smartypsmartyp(95) 3 years, 10 months ago

Blogging about learning WPF and XAML. Starting with learning how to make standard windows forms. Multi-part article starting with messy XAML definition and working forward. read more...

add a comment |category: |Views: 86

tags: another