Author Archives: admin

Java ORM using MongoDB

My previous blog post covered a little about MongoDB. It’s really simple to use on the command line and thanks to an open-source developer, it’s really simple to use in a java application.

Posted in Data Store, Java, ORM, Programming | Tagged , , , | 5 Comments

Persistence using MongoDB

A friend of mine suggested I check out MongoDB to use as a lightweight data store. Mongo moves away from the traditional relational database and allows you to store whatever you want, however you want. Instead of tables of data, … Continue reading

Posted in Data Store, Programming | 1 Comment

jQuery UI Drag and Drop

jQuery UI has drag and drop functionality baked right in. This makes it really easy to add rich functionality and responsiveness to your web applications that let them act more like desktop applications. Check out the demo below and continue … Continue reading
Posted in Javascript, jQuery, Uncategorized, Web Development | Tagged , , | Leave a comment

Home Automation with Infrared – IR Part 2

In my previous post we discussed a network to IR bridge by GlobalCache. This allows any device with the ability to communicate over the TCP/IP network to send IR commands. I created a proof of concept for the Android platform … Continue reading
Posted in Android, Hardware, Home Automation, Java | Tagged , , , , , | 2 Comments

Home Automation with Infrared – IR

A While back I had the idea of turning my Android device into a touchscreen remote. As my phone has no Infrared transmission capability, I had to figure another method to bridge the gap between the devices I wanted to … Continue reading
Posted in Android, Hardware, Home Automation, Java | Tagged , , , , , , | 1 Comment

RFID Enabled Schlage Electronic Deadbolt

Previously I showed you how to modify(hack) a Schlage electronic deadbolt so that you could control it with a microcontroller. I finally took this one step further and interfaced a Parallax RFID reader with an Arduino to control the deadbolt.
Posted in Arduino, Hardware, RFID | Tagged , , , , , , , | Leave a comment

jQuery clone usage

Recently I was working on a project that used a few divs that were identical in form and function. They both contained an HTML form and they both submitted to the same REST service. I figured there had to be … Continue reading
Posted in Javascript, jQuery, Web Development | Tagged , , | Leave a comment

Pardon our dust…

We're currently migrating to a new system. Please bear with us.
Posted in Uncategorized | Leave a comment

Sparkfun Serial LCD Backpack

When I pulled my Sparkfun Serial LCD out of storage to use it with a new Arduino project, I couldn't find the data sheet for it as Sparkfun no longer sold it. I did some digging around and found its … Continue reading
Posted in Arduino, Data Sheets, Hardware | Tagged , , , , , | Leave a comment

How to use an xBee Series 1 in API mode

Gathering Parts The first thing I did was dig through my boxes of carefully collected (but not so carefully stored) junk to see if I could borrow parts from anything. As it turns out, I had 3 original Xbox controllers … Continue reading
Posted in Arduino | Tagged , , , , , , | 1 Comment