Mo Freeman
Tuesday, June 26, 2012
Free 2-day Windows 8 Developer camp
Tuesday, May 29, 2012
Other training near Atlanta
- · Codestock - http://codestock.org/
- · Dev Link - http://devlink.net/
Monday, May 21, 2012
Atlanta Code Camp
Monday, May 7, 2012
Carolina Code Camp '12
Wednesday, December 1, 2010
Net Helpmsg
So apparently Net Helpmsg this has been around for a while but I just discovered it today. I was trying to track down the cause of a build error which included in the stack "exited with code 5".
A couple of links for more details (if more is needed):
Thursday, November 11, 2010
Free Programming Windows Phone 7 Book
Veteran's Day today – Thank you to all who have served to protect us.
Charles Petzold has releases a free e-book: Programming Windows Phone 7. I have barely opened the book so far but I am having flashbacks to my first Windows 3.1 programming experience and clinging to his Programming Windows 3.1 book for survival…I'm tempted to dig through the boxes in my basement to find my copy and reread it's the hello world example!
You can find it at his site: http://www.charlespetzold.com/phone/index.html or from Microsoft
Thursday, October 28, 2010
Windows 7 64-Bit and Eclipse Issue
Everything seemed to be going well until I tried to install the plugins…and received “An error occurred while uninstalling”. I dorked around for a bit trying to get it to work but was unsuccessful.
Realizing my OS was different (Windows 7 64-bit), I started over and went full blown 64-bit:- Install JDK 6 for Windows 64 bit (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
- Install Eclipse IDE for Jave EE Developers – Windows 64 bit (http://www.eclipse.org/downloads/)
- Within Ecliplse install the m2Eclipse plugin (http://m2eclipse.sonatype.org/sites/m2e)
- Within Ecliplse install the Subclipse plugin (http://subclipse.tigris.org/update_1.6.x)
- Within Ecliplse install Maven Extras (http://m2eclipse.sonatype.org/sites/m2e-extras) to integrate with SVN in eclipse.
- Install the 64-bit version of SlikSvn (http://www.sliksvn.com/en/download): Subclipse doesn’t natively support a 64-bit version of JavaHL so a separate install is needed.
With these alternate downloads things so far are working great!