We don't inherit the earth from our ancestors, we borrow it from our children - Polynesian Cultural Center

Super basic Arduino timer

Super basic Arduino timer

I didn’t realize it would be this easy to build a timer within Arduino. This is not the LED blink code! It’s pretty much based of skyl4rk’s post in this thread. I have a clock running within Arduino and I can configure when to turn the LED on by hour, minutes and even seconds. Eventually we need to somehow connect the Arduino with the user interface to have it control the timer.

As far as the prototype goes, it works for now but it needs to be more robust since the clock is very rudimentary.

Updated July 28, 2008 with the code to share: (read more)

Markup valid and photoblog!

Markup valid and photoblog!

W3C’s notorious markup validation service is hard to please. I finally got the blog template to pass but I had to give up on trying to manipulate Wordpress’ more_text_link setup which when compared with the rest of the WP templating system, just outright sucks. I can’t seperate it from the content or enclose it in a block element.

 Try the W3C Markup Validator if you haven’t. The error reports are some of the most confusing I’ve seen but once you get the hang of it, you will be able to figure out what actually needs to be fix. Also installed Yet-Another-Photoblog (read more)

Hello world!

I finally mounted Fruitattack onto the Wordpress engine. Took quite awhile but I can say that I am now quite comfortable working with Wordpress templates and plugins as well. What I did was took the FA template, widened it and put in the necessary code to make it function like a Wordpress template.