Wiki Wiki
Yesterday we set up a wiki (FlexWiki specifically) in order to consolidate all the information floating around. We can store information for easy access & easy modification — think of […]
Continue ReadingFlash Editors
Was looking into a few different code editors for ActionScript. The Flash MX 2004 Pro editor isn’t so great, but I noticed a discussion thread talking about PrimalScript, Eclipse with […]
Continue ReadingIIS Webs set to use "All Unassigned" IPs can end up with "other" webs' traffic
Assume you have some web servers that run IIS with multiple webs inside. Each web is assigned to a specific IP. If you set another web within IIS to use […]
Continue ReadingMing – a SWF output library and PHP module
In case you ever wanted to generate SWFs on the fly, check out Ming – a SWF output library and PHP module,
Continue ReadingAnalyzing, Repairing, and Archiving Visual SourceSafe
One thing you want to do regularly is analyze your Visual SourceSafe database for errors. You should also back it up periodically. What most people don’t know is that VSS […]
Continue ReadingFlexible logging for .NET applications
Someone I was interviewing mentioned he used log4net, a robust .NET logging library. Might be worth checking out.
Continue ReadingHiding and Outlining Code: using the #region keyword in .NET
Quick tip: you can put sections of your code inside #region blocks in order to collapse and expand them using .NET Studio’s outlining feature. The text after the #region keyword […]
Continue Reading