This is the second part of the article: http://www.packtpub.com/article/creating-first-virtual-machine-ubuntu-linux-part2
An excerpt from my new VirtualBox 3.1 Beginner’s Guide Book.
This is the second part of the article: http://www.packtpub.com/article/creating-first-virtual-machine-ubuntu-linux-part2
An excerpt from my new VirtualBox 3.1 Beginner’s Guide Book.
In this two-part article by Alfonso V. Romero, author of VirtualBox 3.1: Beginner's Guide, you shall:
Check out the full article at: http://www.packtpub.com/article/creating-first-virtual-machine-ubuntu-linux-part1
This is an excerpt from my new VirtualBox book:
http://www.packtpub.com/article/installing-virtualbox-on-linux
In this article you’ll learn to install VirtualBox on Ubuntu Linux. If you have the time, check it out and let me know if it was helpful…
The third part of my article series about building a Twitter client is now published on Packt’s website:
http://www.packtpub.com/article/build-your-own-application-twitter-java-netbeans-3
In this article you’ll learn to:
Check it out and let me know if you like it or not! You can leave your comments in Packt’s website, too…
In Swinging and Tweeting with Java and NetBeans: Part 1 of this article series, we saw a simple way to see your last tweet via a Java application called SwingAndTweet using the Twitter4J API.
In this article by Alfonso Romero, we will add some more functionality to our SwingAndTweet Java application.
Here, we will learn how to:
- Create a twitterLogin dialog to take care of the login process
- Add functionality to show your 20 most recent tweets right after logging in
- Add the functionality to update your Twitter status
In this tutorial, we'll develop the simple Java application further to add some more functions. Now that we can connect to our Twitter account via the Twitter4J API, it would be nice to use a login dialog instead of hard-coding our Twitter username and password in the Java application.
But before we start to build our enhanced SwingAndTweet application, let me show you how it will look like once we finish all the exercises in this part of the tutorial: