Writing
Project Workflow humor
To continue the humor of my Bug Fix Bingo post, here’s another illustration to show you how (software) project workflows currently work these days… =0)
Bug Fix Bingo
Just in case your (or company’s) software development life cycle needs fixing… =0)
Fix for IE crash when opening docs in SharePoint
We use Microsoft Office SharePoint Server 2007 for sharing and collaborating between departments at work; it’s been working fine except when IE (both v6 and v7) would, most of the time, crash when opening a document, i.e., IE would just exits abnormally. After some investigation, I found that the issue seems to happen when you…
VS.NET 2005 Web Application Projects vs. Web Site Projects
In the first release of Microsoft Visual Studio 2005, Microsoft introduced a new web application model called the Web Site Project for C#, which had many differences with the old model. Riots ensued, and in VS 2005 SP1 they were forced to introduce the Web Application Project for C# that worked much the way the…
Open command prompt in a specific folder
I had to find another way to open the command prompt in a specific, working folder, and the Windows Key + R, type cmd keystroke was no longer efficient. Thankfully, there’s a way around this – two ways, actually…so here they are: Method #1 – Add a Registry Key Open regedit. (If you don’t know…
Sync iCal with Google Calendar
As a Mac user at home and a Windows user at work, I had looked for a solution to sync my iCal calendar with my Google Calendar. I did find some ways to do it, such as taking advantage of iCalshare publishing, but never found one that did a two-way sync – that is, changes…