Wade's Word

Photography and Programming

Browsing Posts in Problems Fixed

Feb. 26, 2010 Google has removed the Random Signature option from Labs this week. The feature is not longer supported. The links below can be used to supply a RSS feed to your website or iGoogle page. May 20, 2009 Updated both quotes.php and inspirational_feed.php to encode text to fix reported issue. Also upated the example code. [...]

New Computer

No comments

I set up my new computer last night. The boxes arrived at around 6 pm and I started assembly after dinner around 7:15 pm. I had Windows 7 RC running at 10 pm. I couldn’t believe I built a complete system and was logged into windows in 3 hours! Here are the new computer specifications [...]

I had a request to find what current dot net frameworks are  installed on a given PC (Win 32). I found an example in C++ here: http://blogs.msdn.com/astebner/archive/2007/11/29/6608419.aspx C++ source code is here for the above example: http://astebner.sts.winisp.net/Tools/detectfx_new.cpp.txt I modified the code above to return the results to the command line. The original code displays the [...]