Mobile

IOGEAR GBMHKIT

<1 min read

This has to be one of the coolest gadget I bought in years. The IOGEAR GBMHKIT is a Wireless Stereo Headphone/Headset with Bluetooth capabilities. It comes w…

Read more →
TV

Super Sunday

<1 min read

Why is the Super Bowl considered a World Championship? Which other country in the world is eligible to compete? I really hope the Seahawks win it, however I'…

Read more →
Internet

FREE Downloads

<1 min read

Okay, so what's the deal with Free downloads? When was the last time you paid to download anything? Does it mean it's free to download but you'll have to pay…

Read more →
Java

SVN with SmartSVN, IDEA and Eclipse

2 min read

In the last few days, I've been slowly converting from CVS to SVN as my primary repository. Creating the repository was easy. Importing my existing projects,…

Read more →
Development

Quick HTTP POST request

<1 min read

Have you ever wanted to quickly send a POST request to a HTTP server? It's pretty easy to do using curl. For example to send XML via a POST request, you coul…

Read more →
Java

Java2Html and IntelliJ IDEA

<1 min read

IDEA can export Java source code to HTML, which I find quite useless. I really like the way Java2Html works but there is no integration with IDEA. You can ea…

Read more →
Java

Testing Private Methods

<1 min read

I've been playing with TestNG for a few days now. I really like it. It makes me want to write more tests. I was wondering if there was a way to create a test…

Read more →