Sunday, January 31, 2010

VirtualBox Beginner's Guide Announced in Packt's Website

Wow! My second book is already announced in Packt's Website: http://www.packtpub.com/virtualbox-3-1-beginners-guide/book

Here's the cover:

I'd really appreciate it if you tell me what you think about the cover. We're still working on a couple of details on the book's chapters, but I'm definitely positive it will get published as soon as possible...

Posted via email from alromero's posterous

Saturday, January 23, 2010

Twitter Java APIs: JTwitter vs. Twitter4J

I recently stumbled upon a twitter API called JTwitter. It looks as interesting as the Twitter4J API, which I'm using to write a Twitter Java application for my boss. It should be interesting to have a list of all the available APIs for Twitter, and make some comparisons...

Posted via email from alromero's posterous

Friday, January 22, 2010

Swinging and Tweeting with Java and NetBeans

Cool! The first article of my Swinging and Tweeting with Java and NetBeans series came out! Check it out at the Packt Publishing website: http://www.packtpub.com/article/swinging-tweeting-build-custom-application-twitter-java-netbeans

As always, I'm open to suggestions and improvements :)

Posted via email from alromero's posterous

Wednesday, January 20, 2010

Something messed up my classpath in Netbeans 6.8

I was working with a Twitter Java app in NetBeans, and suddenly I couldn't run my project from NetBeans 6.8. The strange thing was that I could compile it on NetBeans and then run the jar file on a terminal window!  After two stinking hours of struggling with my project configuration, I found out it was a problem with the classpath, thanks to the tips I found on http://en.allexperts.com/q/Java-1046/main-class.htm.

So, basically, if suddenly you cannot run projects on NetBeans, try fixing up your classpath, and maybe your problem will be solved.

On Windows, type
 set CLASSPATH=.;%CLASSPATH%
on a Command Prompt window.

On Linux, type

CLASSPATH=.:$CLASSPATH
export CLASSPATH

On a terminal window.

Posted via email from alromero's posterous

Thursday, January 14, 2010

Problem with Ubuntu 9.10 Karmic and 1024x768 screen resolution solved

Geez, I had a lot of trouble these last two days because I installed Ubuntu 9.10 Karmic and my PC was stuck at 800x600 resolution, even though I could get up to 1024x768 on Ubunu 9.04 Jaunty. After two days and several anxiety attacks, I finally discovered that it all was due to a loose connection between the graphics adapter and the monitor! How about that? I never had a problem like this before...

Posted via email from alromero's posterous

Sunday, January 10, 2010

Apache Roller 4.0 Beginner's Guide Published and Available Online

At last! The Apache Roller 4.0 Beginner's Guide is published and available online at Packt's web site! Click on the following image to see what this book covers:


Oh, and check out the sample chapter at http://www.packtpub.com/files/9508-Chapter-9-Advanced-Topics.pdf, where you'll learn how to:
  • Learn to manage group blogs
  • Use aggregators and blog search engines to expand your Roller blog's audience
  • Configure Google webmaster tools for your Roller weblog
  • Use podcasts in your weblog entries
  • Use Google docs as a weblog client to publish entries in your Roller weblog
  • Use Planet Roller to aggregate external blogs along with your Roller blogs

Posted via email from alromero's posterous

Sunday, January 3, 2010

Ubuntu Server, VirtualBox and PAE extensions

A few minutes ago I had some trouble when creating a new virtual machine with Ubuntu 8.04 LTS edition through the VBoxManage interface. Thanks to the http://www.networkfoo.org/server-infrastructure/ubuntu-server-install-virtualbox-kernel-requires-following-features-not-presen post, I discovered I needed to activate the PAE extensions.

Posted via email from alromero's posterous