razor# tech blog

Coding, Technology, and More!

Entries for the ‘Programming’ Category

Arduino Fun: Day 1

Well I just got my Arduino Diecimila in the mail today and I had fun toying with it so far. I’m going to have to get some more sensors and stuff so I can actually create something usefull/fun. It surprisingly didn’t take me all that long to install on my Ubuntu system. I just have [...]

Using UUID/GUIDs as Primary Keys in a Database

My company recently interviewed a potential ColdFusion developer. In the interview,  he mentioned somthing about using UUID’s as primary keys. This sounded fairly interesting to me because I personally don’t like the auto-incrementing most database systems have (our Oracle 10g at work reuses keys if you actually DELETE a row which makes debugging hectic) and [...]

Project Update: GamerInfo

I’ve been working on my GamerInfo project a lot recently, ever since I got SQLyog able to connect to my database. I’ve modeled and normalized the database structure, and even got some data being piped into it. I’ve run into a snag with some of the logic though. Hopefully after I get that worked out [...]

New Twitter-based Web App

Ah, well I was fairly bored today sitting around waiting for things to happen for my father’s wedding, so I started playing with my iPhone a little bit. I’ve been having problems getting a program called Twinkle to authenticate because of a “network error.” I assume their site is down but I’m not sure. Maybe [...]

Xbox Live REST API via ColdFusion 8

After much ado (apparently about nothing) I’ve found out that ColdFusion doesn’t play well with some versions of IIS. More specifically some versions of IIS use an HTTP compression algorithm that doesn’t play well with ColdFusion/Java.
I ran into this exact issue a few weeks ago when I started playing around with some Xbox Live Gamer [...]