-
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, however, Adobe has deprecated this functionality in favor of the newer AS3 concept of “loader”…
-
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 on your hands in the event that you accidentally delete all routing tables or cause…
-
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 compatible with WPF.
-
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 (which is up to version 4.0 at the time of this article). This would work,…
-
Missing MySQL References in PHP
The following can be used for quick LAMP installation and/or if you are missing MySQL references in PHP. Debian: Redhat:
