- · Codestock - http://codestock.org/
- · Dev Link - http://devlink.net/
Tuesday, May 29, 2012
Other training near Atlanta
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!
Tuesday, September 21, 2010
"Practical Liferay" Book Review
Practical Liferay is a non-technical book that explains the capabilities of Liferay and how to create a portal using its out-of-the- box components. It provides an idiots introduction to what a portal is and then takes you through the various admin screens and how to use the applications/portlets available. It does not discuss how to develop portlets and just briefly mentions how to extend Liferay with hooks.
I don't recommend this book because:
- Already outdated – Although the book was published in 2009, it covers Liferay version 5.1 and there are already 2 newer releases (5.2 and 6.0) available. There are enough differences between the versions that make the step by step instructions useless.
- No depth – The book provides little insight into the design or features of the Liferay that you can't pick up by exploring Liferay itself.
I think this is more equivalent to a Liferay for dummies and suited more for non-technical administrator who wants step by step instructions on getting a portal setup – of course it doesn't cover how to do this end to end. I would recommend starting with the guides Liferay provides: the Liferay administration guide and development guides.
