Archive for June, 2008


9Jun2008

Cell phones are for the most part proprietary in their platforms. Sure you can write J2ME applications for them. BlackBerry phones also have an API which you can utilize to write custom applications. It’s the actual operating system though that you really can’t get too. Don’t care? Well, then this review isn’t for you. However, [...]




6Jun2008

This is the hot new song from Coldplay’s latest album, Viva La Vida.
I used to rule the world
Seas would rise when I gave the word
Now in the morning I sweep alone
Sweep the streets I used to own
I used to roll the dice
Feel the fear in my enemies’ eyes
Listen as the crowd would sing:
“Now the old [...]




6Jun2008

You know that on Friday afternoons you just feel like wasting a little time. Well, this will do just that! I stumbled onto this little Flash game that is so absolutely simple, yet so intriguing. You start with a pyramid of blocks. Just click somewhere within the field of view and block will shoot from [...]




5Jun2008

I recently had the need to be able to monitor a directory on an FTP server for changes and to then be notified of those changes. I’ve been working a lot in PHP lately so I decided to use that to implement my script.
FTP Access
FTP (file transfer protocol) access in PHP is a breeze. It’s [...]




4Jun2008

Google Shell Online - goosh.org
Any *nix lovers (and Google lovers) should definitely check this site out. It’s basically a shell interface to Google… on a web page. Awesome!
Not An OS
Tim Bray vents his frustration about people calling the internet the “Web OS” and generally comparing the internet to an operating system. Preach on, brotha!
Learning ActionScript [...]




3Jun2008

Are you in the market for a CMS (Content Management System) for your next big idea? Or are you just looking for some easy to use software for a personal blog? Well, look no further! OpenSourceCMS most likely has what you are looking for. This site is created for the purpose of hosting many if [...]




2Jun2008

Revolution OS is a 2001 documentary which traces the history of GNU, Linux, and the open source and free software movements. It features several interviews with prominent hackers and entrepreneurs (and hackers-cum-entrepreneurs), including Richard Stallman, Michael Tiemann, Linus Torvalds, Larry Augustin, Eric S. Raymond, Bruce Perens, Frank Hecker and Brian Behlendorf. The film begins in [...]




2Jun2008

I use Java as my main Linux server programming language these days and so I usually have a Bash script to go along with each program. The Bash script help encapsulate creating the proper CLASSPATH needed to run the Java program, calls the correct Java class and also passes through any command line parameters that [...]