Programming & Development

  • Flash and Silverlight Coverflows

    After reviewing a few different flash coverflows, stumbled across the following: Flash gallery: http://flash-gallery.com/?c=104&gclid=CPTvuPDCj6cCFUHt7QodfwQFbw Weber Design Labs: http://www.weberdesignlabs.com/blog/2007/09/flash-itunes-cover-flow-version-2/ Flash XML: http://www.flashxml.net/cover-flow.html Flash Components.Net: http://www.flashcomponents.net/components/flash_galleries_and_slide_shows/flash_stack_and_coverflows.html If you’re not opposed to silverlight however, I encourage you to check this one out by… Continue reading

  • Change WPF Toolbar and Window Skin

    Took me some Googling to come across some good links to help me find exactly what I was looking to do. Hopefully my post gets enough hits that you’ll come across my title sooner rather than later, and can benefit… Continue reading

  • Load External HTML file in CS5

    Upon initial google search for the above title phrase, I came across no results! Only after resorting to my second search avenue (Google Books :)), did I then stumble across “The CS5 bible“. Thanks to the brilliance of Google Books,… Continue reading

  • Best Video Players for Developers

    This article covers some of the best video players on the web. Note that these are not standalone players, such as VLC, though some are offered on some of the sites below. These are mainly actual controls that can be… Continue reading

  • Run SWF Files from an EXE

    SWF/Flash files may be embedded into an executable a number of ways, using: Adobe Flash Platform Adobe Air MDM Zinc Northcode SWF Studio Adobe Flash and Air refer to the published executable as projectors, and both can be packaged using… Continue reading

  • C# and VB Equivalents

    VB: C#: Continue reading

  • Load SWF from Fla file CS5

    The title of this blog was my initial search in google upon looking for a way to load and play an external SWF file inside a new FLA project file. In AS2, I recalled this was easily achieved using MovieClip,… Continue reading

  • Quick Cisco IOS Reference

    As a general word of caution, if you have no experience with Cisco or other CLI based router admin (such as linux and red hat derivatives), I would not recommend diving in unless you have a lot of spare time… Continue reading

  • Silverlight Toolkit Default Path

    Quick google search turned up nothing for this, so did a little digging on my own. This path is useful/necessary if you want to manually utilize anything in the toolkit outside of Hilverlight, such as the themes, which are also… Continue reading

  • URL Decode in WPF

    Crossing from web to forms development you may notice System.Web is not available. You could extract it from the GAC, but would suffer from having to manually update it moving forward. One solution on the web suggested using Microsoft.XSS library… Continue reading