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 Reading
Written By Ben Strackany

Flash 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 Reading
Written By Ben Strackany

IIS 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 Reading
Written By Ben Strackany

Ming – 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 Reading
Written By Ben Strackany

Analyzing, 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 Reading
Written By Ben Strackany

Flexible logging for .NET applications

Someone I was interviewing mentioned he used log4net, a robust .NET logging library. Might be worth checking out.

Continue Reading
Written By Ben Strackany

Hiding 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
Written By Ben Strackany