Month: December 2009
-
Visual Studio 2008 project creation failed error
I’m still running the Windows 7 x64 Release Candidate and so I expect and deal with the occasional operating system bug here and there, but this was more of a Visual Studio 2008 problem. I VS 2008 Professional (after getting it free from school) a couple of weeks ago and needed to code a console…
-
Setup a Pet Cam with Skype
I have two cats and checking up on them when I’m traveling can be a hassle. Last year I used a $5 dollar web cam and a trial subscription to some streaming video service I can’t remember but it only kinda worked and the image quality was terrible. This year I decided to use Skype…
-
Google superfast DNS servers
Google recently announced that it has set up a couple of free public DNS servers (8.8.8.8 and 8.8.4.4) in its continuing effort to “speed up” the Internets. Unfortunately after testing them it looks like I’ll be sticking with my Verizon provided DNS servers. Here’s what I found:
-
Get PHPUnit to work in NetBeans 6.7
Unit testing is one way software engineers can meet quality assurance goals for large and/or critical development projects. PHPUnit is a popular choice among a number of frameworks designed for unit testing PHP code, but as I found out quite difficult to setup on Windows with NetBeans 6.7 and XAMPP. Here’s how to got it…