Void(main) {
while(true) { print “Hello World”; }
/* Code Monkey was here*/ }

Android Live Wallpaper

Added by 2 years ago

11 Comments

Jason shows us how to program an Android Live Wallpaper

(more…)

Web Authoring with Kompozer

Added by 2 years ago

0 Comments

Shannon checks out the easy web authoring tool Kompozer. Here are some of her favorite features.

(more…)

Backing up to Amazon S3 using Ruby

Added by 2 years ago

0 Comments

Jason joins us for a little cloud backup action using Perl and Amazon S3.

(more…)

Point and Click programing with Illumination Software Creator

Added by 2 years ago

1 Comments

With Illumination Software Creator, from Radical Breeze, you can write software apps without the code, by using a unique easy interface.

(more…)

Packaging applications for the Ovi Store; Symbian programing continued.

Added by 2 years ago

0 Comments

Learn the process for submitting application for the Ovi Store. Showing off the Nokia Qt SDK for some of the ins and outs of getting started and developing apps forSymbian devices.

(more…)

Time-lapse photography with the QT SDK; Symbian programing continued.

Added by 2 years ago

1 Comments

This segment by Jason continues his series on the developing in the QT SDK to make a time-lapse photography app for the Symbian Platform.

(more…)

QT Interface Design, Symbian Programing continued

Added by 2 years ago

0 Comments

Jason introduces interface design using the QT SDK for some of the ins and outs of getting started and developing apps for Symbian devices.

(more…)

Setup for Developing in the Nokia QT SDK, Symbian Programing

Added by 2 years ago

0 Comments

Jason shows us the install and making Hello World program in the QT SDK for Symbian devices.

(more…)

Scripting for Android

Added by 2 years ago

1 Comments

This segment has Jason ditching the heavy development environments and takes on lightweight scripting for Android.

(more…)

PC Control via Google Voice SMS

Added by 2 years ago

0 Comments

This segments by Jason shows how to setup your PC to be controlled by Google Voice SMS and some java code.

(more…)

The homemade Internet Enabled Garage Door Opener Android App

Added by 2 years ago

0 Comments

Jason continues the internet enabled garage door opener project by writing an Android app.

(more…)

The homemade Internet Enabled Garage Door Opener

Added by 2 years ago

1 Comments

Darren and Jason dive into making an internet enabled garage door opener by setting a home Apache server, hitting a PHP script that interfaces with a USB Teensy over serial, activating relays connected to a remote.

(more…)

Boxee Python Development

Added by 2 years ago

0 Comments

Jason improves his Boxee app with a little Python.

(more…)

Android App Inventor Continued

Added by 2 years ago

0 Comments

Continuing his android app development Darren is diving deeper into the Android App Inventor.

(more…)

Boxee Hello World

Added by 2 years ago

1 Comments

Jason returns to present a how-to on building your very first Boxee app. With a little XML and photoshop (or gimp) you can build something pretty useful in no time flat. Grab yourself the source code and have some fun.

(more…)

Android App Inventor Introduction

Added by 2 years ago

0 Comments

Darren demonstrates how to get started with Google’s new App Inventor by making a simple Hello World app… Then he over complicates its just because its so easy.

(more…)

Google Voice SMS Scripting with Java

Added by 3 years ago

4 Comments

Google voice is a powerful multi-use tool that could be used as a free SMS aggregator, that could be leveraged for anything you could come up that would fit into 140 charters, like a text based adventure game or a sms bbs. There are several different libraries that people have developed to take full advantage of Google voice’s features: Java Libary, PHP Libary, or for those who just want the raw unofficial API. The code we shows can be found here. The sky is the limit with this, the code that was showed is up on the forums, so head over there and get those idea up there.

(more…)