Thursday, April 15, 2010

Creating Your First Virtual Machine: Ubuntu Linux (Part 2)

__________ Information from ESET Smart Security, version of virus signature database 4436 (20090918) __________

The message was checked by ESET Smart Security.

http://www.eset.com

Posted via email from alromero's posterous

Creating Your First Virtual Machine: Ubuntu Linux (Part 1)

In this two-part article by Alfonso V. Romero, author of VirtualBox 3.1: Beginner's Guide, you shall:

  • Create your first virtual machine in VirtualBox, using Ubuntu Linux
  • Learn about your virtual machine's basic configuration
  • Download and install Ubuntu Linux on your virtual machine
  • Learn how to start and stop your virtual machine

Check out the full article at: http://www.packtpub.com/article/creating-first-virtual-machine-ubuntu-linux-part1

__________ Information from ESET Smart Security, version of virus signature database 4436 (20090918) __________

The message was checked by ESET Smart Security.

http://www.eset.com

Posted via email from alromero's posterous

Wednesday, April 14, 2010

Installing VirtualBox on Linux

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…

__________ Information from ESET Smart Security, version of virus signature database 4436 (20090918) __________

The message was checked by ESET Smart Security.

http://www.eset.com

Posted via email from alromero's posterous

Thursday, April 1, 2010

Build your own Application to access Twitter using Java and NetBeans

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:

  • Add a Tabbed Pane component to your SwingAndTweet application, so you can show your own timeline on one tab and your friends’ timeline on another tab.
  • Use a JScrollPane component to add vertical and horizontal scrollbars to your friends’ timeline list.
  • Use the getFriendsTimeline() method from the Twitter4J API to get the 20 most recent tweets from your friends’ timeline.
  • Apply font styles to your JLabel components via the Font class
  • Add a black border to separate each individual tweet by using the BorderFactory and Color classes.
  • Add the date and time of creation of each individual tweet by using the getCreatedAt() method from the twitter4j.Status interface, along with the Date class.

Check it out and let me know if you like it or not! You can leave your comments  in Packt’s website, too…

__________ Information from ESET Smart Security, version of virus signature database 4436 (20090918) __________

The message was checked by ESET Smart Security.

http://www.eset.com

Posted via email from alromero's posterous

Monday, February 8, 2010

Installing FrontPage 2002 Server Extensions for IIS 7 on Windows 7 Ultimate

Last Friday I had to configure a Windows 7 Ultimate machine for developing Web applications with Visual Web Developer 2008, SQL Server Express 2008 and IIS 7. I needed the FrontPage 2002 Server Extensions, and found a new version here: http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1630

I installed them on a Windows 7 virtual machine created in VirtualBox, and they work perfectly!

Posted via email from alromero's posterous

Sunday, February 7, 2010

Audio problem in Windows 7 virtual machine with VirtualBox 3.1.2 corrected

I recently installed Windows 7 Ultimate edition on a virtual machine created with VirtualBox 3.1.2, and noticed it didn't recognize the audio driver. Then I googled for an answer to my problem, and found on the VirtualBox forum that I had to download the AC97 drivers from http://www.realtek.com.tw/ and install them on the Windows 7 virtual machine. I did that and the problem disappeared! Now I can hear sound on my Windows 7 VM!

Posted via email from alromero's posterous

Wednesday, February 3, 2010

Swinging and Tweeting with Java and NetBeans: Part 2

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:

Posted via email from alromero's posterous