Author Tim Stanley - Tim Stanley

Why Adding Resources Doesn't Always Help

Apr 02, 2008

Those who've read the book The Mythical Man-Month: Essays on Software Engineering know the mantra Adding manpower to a late software project makes it later.  But why does it make it later?  How many resources should you put on a project to optimize the delivery date?  How do you explain and justify to the customers and teams the optimal number of resources to be on a project?  How do you explain that adding more than the optimal resources won't make the delivery date sooner?  Resource saturation is my answer. More...

Help Generation Tools

Apr 01, 2008

Help authoring tools like RoboHelp and Doc To Help provide the ability to generate PDF, Word .DOC, and compiled html help (.CHM) from a single HTML source.

Some time ago, I needed the ability to generate other forms of documentation for help files other than HTML.  The original content was authored as a standalone simple HTML (h1, h2, ul, ol, dd, dt, p, etc.) with images and used a common style sheet.  I needed the ability to generate other forms of documentation that could be printed and transmitted over the Internet to clients (Word documents, PDF, etc.).  More...

Best Company Ever Award For LOD Checklist

Mar 19, 2008

We strive for good quality, a job well done, making the client happy. Having a customer or client that is so enthusiastic about a solution my team and I delivered that they use dramatic phrases like “improved the way we do business and increased our competitive advantage” from Bob Ulrich the chairman and CEO and “Life just got simpler in our stores” from Craig Lindner Senior Manager, Store operations both from one of the largest retail organizations in North America can only be described as an honor and a privilege. More...

Best Company Ever Award Invitation

Mar 17, 2008

For the last two and a half years, I've been working on helping Target corporation with a project to bring a dashboard reporting application to work on a mobile device.  The project has been well received and so popular among store managers, that it's won an award within Target. Not just any award, but the Best Company Ever Award. It feels like winning an Oscar. More...

Sites For CSS Design Themes

Mar 11, 2008

Don't pick a web site engine (blog, CMS, or other), unless you have the ability to customize the style. A web site should have the ability to change designs over time as personal preferences, and desired style and color preferences change.  Sites using a site builder tool require a lot of hand coding or a complete re-generation of the site.  This can add additional cost or time to customize.  Sites that use a theme engine can be modified or changed quickly with minimal cost or time.

For a better example of what theme switching can do, see Themes Galore. More...

BlogEngine.Net Secret Links

Mar 10, 2008

BlogEngine.Net provides quite a lot of very rich functionality, but the rich functionality is not documented as extensively.  I've tried to put together a list of all the types of links that BlogEngine.Net supports.  More...

How to Remove Projects in the Visual Studio Project MRU List

Mar 08, 2008

Visual Studio.Net (2003, 2005 and 2008) keeps a list of recent projects shown on the Start Page in the IDE. Sometimes when moving projects around on the disk, one can end up with duplicate names and this can be confusing. To resolve this, the list in the registry must be updated.

More...