![]() |
Visual Studio Achievements Experience It | Read More | View Video | Source Code |
Bring Some Game To Your Code!
|
C# |
| Mobile Breathalyzer Experience It | Read More | View Video | Source Code |
Using revolutionary technology in Windows Phone 7, the Mobile Breathalyzer allows you to determine your blood alcohol content using your phone. Um, yeah, right. Download this joke app and then have your drunk friends try it. Watch them blow into the phone, expecting a result. Good times!
|
Windows Phone 7 |
|
![]() |
Music Buzz Experience It | Read More | Source Code |
Find music, news and more about the bands you love. You'll be amazed at the latest buzz and music (remixes, bootlegs and more) that the Music Buzz application will discover. Please give it a try!
|
Windows Phone 7 |
![]() |
Archivist Experience It | Read More | Source Code |
Archive, Analyze and Export Tweets |
ASP.NET MVC C# Windows Azure |
![]() |
Azure Log Fetcher Experience It | Read More | Source Code |
A command line application that you can run which will download all your IIS logs from Azure and delete them from the cloud. You can create a .bat file and set it in task scheduler to run automatically. It will email you upon success or failure. |
C# Windows Azure |
![]() |
Incarnate: Find and Reuse Your Avatar Experience It | Read More | View Video | Source Code |
Incarnate is a REST-based service that uses peoples’ usernames to find their avatars on the web. To do this, Incarnate queries Facebook, MySpace, Twitter, Xbox Live and YouTube.
There is a WordPress plug-in and a BlogEngine.NET plug-in for accessing the service. You can see Incarnate in action on this blog!
|
REST Windows Azure |
![]() |
Oomph2: A microformats toolkit Experience It | Read More | View Video | Source Code |
Oomph2 adds several new additions to the Oomph microformats tookit, including support for hMedia and compliance with the value-class pattern. |
jQuery javascript |
![]() |
The Archivist Desktop Experience It | Read More | Source Code |
If you have used Twitter search before, you may notice that you can only go back a certain amount of time and/or number of tweets for a given search. The Archivist is a Windows application that runs on your local system and allows you to archive tweets for later data-mining and analysis for a given search. |
WPF |
| Glimmer: A jQuery Interactive Design Tool Experience It | Read More | View Video | Source Code |
Glimmer allows you to easily create interactive elements on your web pages by harnessing the power of the jQuery library. Without having to hand-craft your JavaScript code, you can use Glimmer’s wizards to generate jQuery scripts for common interactive scenarios. Glimmer also has an advanced mode, providing a design surface for creating jQuery effects based on your existing HTML and CSS. |
jQuery javascript WPF |
|
![]() |
Image Merge With Photoshop Slices: Another jQuery Experiment Experience It | Read More | Source Code |
using Photoshop slices and then doing jQuery animations on absolute X and Y positions |
jQuery javascript |
![]() |
Text Fly: A jQuery Experiment in With Easing, Callbacks and Text Animation Experience It | Read More | Source Code |
animating text using an easing equation |
jQuery javascript |
![]() |
Follow The Menu: A jQuery Experiment In Position Animation Experience It | Read More | Source Code |
a simple menu tracker in which a dot animates to whatever menu item is currently being hovered over |
jQuery javascript |
![]() |
Oomph: A Microformats Toolkit Experience It | Read More | View Video | Source Code |
An Internet Explorer Add-in and a accompanying cross-browser HTML overlay that aggregates Microformats. For those who install the Add-in, pages with Microformats will "light up" aggregating and mapping the content as well as providing options to export the data. Architecturally, the Add-in actually injects a line of Javascript into web pages with Microformats. This Javascript can also be manually added to web pages, providing a cross-browser experience. |
jQuery javascript |
![]() |
Portfolio Experience It | Read More | Source Code |
An ASP.NET and WPF version of a simple page that consumes an XML file to display information about different code samples and applications I've written, which you are viewing right now!
|
WPF .NET 3.0 ASP.NET |
![]() |
Flotzam Experience It | Read More | Source Code |
Mash-up of Facebook, Flickr, Twitter, Digg, YouTube and RSS.
|
WPF .NET 3.0 |
![]() |
WPF Bootcamp 2008 - Silverlight Viewer Experience It | Source Code |
A RIA that allows a user to browse and view a series of videos. |
Silverlight 2 |
![]() |
Pulse |
A RIA for SxSW that pulled info from Twitter, Flickr and Technorati. Written in conjunction with Frog Design. |
Silverlight 1 |
![]() |
Yet Another Carousel Experience It | Read More | View Video | Source Code |
A 2 1/2 D carousel in Silverlight 2. It can hold any item that derives from FrameworkElement (images, media, canvases, etc.) and virtualizes items too. |
Silverlight 2 |
![]() |
.NET YouTube Wrapper Read More | Source Code |
A .NET YouTube wrapper. |
.NET 2.0 |
![]() |
Hierarchical View Carousel Read More | View Video | Source Code |
The Hierarchical View Carousel is a prototype of a different model of navigating hierarchies, based on using a 3D effect that allows the user to better visualize the relationships between nodes. |
WPF .NET 3.0 |
![]() |
WPF Feature Fest Experience It | Read More | Source Code |
Showcase of WPF Features Fillip Fortes wrote most of the code. |
WPF .NET 3.0 |
![]() |
Twitterpated Read More | Source Code |
Twitter visualization. |
WPF .NET 3.0 |
![]() |
Inspired By Flash Math Creativity #3: WPF Flag Experience It | Read More | Source Code |
2D morph meshing by chopping up an image into sections and then animating the sections, resulting in the effect of a flag waving. Based on sample by Lifaros (http://www.actionscript.cl/) |
WPF .NET 3.0 |
![]() |
Inspired By Flash Math Creativity #2: WPF Planets Experience It | Read More | Source Code |
Trigonometry and animation in WPF using the animation system. Based on sample by Jamie MacDonald (http://www.nooflat.nu/) |
WPF .NET 3.0 |
![]() |
Inspired By Flash Math Creativity #1: WPF Flowers Experience It | Read More | Source Code |
Vector flowers. Based on sample by Glen Rhodes (http://www.glenrhodes/) |
WPF .NET 3.0 |
![]() |
Gradient Obsession Experience It | Read More | Source Code |
A tool for creating animations based on gradient stops.
|
WPF .NET 3.0 |
![]() |
Torus Trip Experience It | Read More | Source Code |
Hypnotic torus animation.
|
WPF .NET 3.0 |
![]() |
Fireworks: A Per Frame Animation Effects Sample Experience It | Read More | Source Code |
There is a very cool sample buried deeply in the SDK called Per Frame Animation that has some very clever and useful code in it. I recently was revisiting the sample and realized that there is a lot going on in the sample that may not at first be apparent. As such, I decided to isolate just the firework effects part of the sample and put some more UI around it so that people could tweak the settings and see what is possible visually.
|
WPF .NET 3.0 |
![]() |
WPF and Vista Gadgets Experience It | Read More | Source Code |
How to host WPF in a Vista Gadget. How to have gadgets talk to applications using inter process communication.
|
WPF .NET 3.0 |
![]() |
WPF Task Manager: Creating 2-D and 3-D Dynamic Animations in Windows Presentation Foundation Experience It | Read More | Source Code |
One of the more interesting scenarios and rationales for using Windows Presentation Foundation (WPF) is for the purpose of data visualization. Using the animation features of WPF opens up the possibility of representing information in a more visceral, intuitive way. One data visualization that most Windows users have experienced at one time or another is a graphical representation of their CPU utilization using Task Manager. As a way to demonstrate data visualization, I decided to implement this data visualization using WPF.
|
WPF .NET 3.0 |