Scrapwalls.com Launch!

We are excited to present Scrapwalls, a web application that lets you make shape collages out of your photos!

Continue Reading...

iPhone 4 impressions

I have spent the last five years not texting.  My friends thought it was funny that I was  even though I was sophisticated enough to program but not sophisticated enough to text. It’s true – I was really bad at T9, the “smart” auto-completion engine available on phones without keyboards. It took me at least [...]

Continue Reading...

HTML playground for drupal

Recently I had to build this. It’s a simple little app that uses the forms API. Think w3schools.com “try it yourself.”

function sg_games_menu(){

 

        $items[‘html-sandbox’] = array(

             ‘title’ => t(‘HTML sandbox’),

             ‘page callback’ => ‘sg_games_html’,

             ‘access arguments’ => array(‘access [...]

Continue Reading...

A Discussion of Eyes in Science Fiction

Watching Chronicles of riddick again made me think about the strangely prominent role that artificial eyes play in the sci-fi genre.

Continue Reading...

How to: Force download of links in Magento

It’s an easy fix. I’ll tell you about the hack way to do it, if you like doing it the right way have fun creating 7-8 files.

Continue Reading...

BP Group Control hosted on WordPress.org

Wordpress.org link: http://wordpress.org/extend/plugins/bp-group-control/

Continue Reading...

BP Group Control Usability Test

I did a usability test on my new BP Group Control Plugin. Find out how it went!

Continue Reading...

Pseudo Random Algorithm

Ever wanted to program something that looks like a random outcome, but comes out the same way every time based on some kind of input? Here is one way. The modulus (%) operator is the key because it produces an output that seems to vary randomly. I had to implement something like this in Javascript.

function [...]

Continue Reading...

Mylawnlandcare.com

This was my first web design project. The client wanted a simple site through which visitors could request an estimate and learn about his services.

Continue Reading...

iPad as home computer, for some

What kinds of tasks do you accomplish with your laptop or desktop?
This question of course depends drastically on your profession. If you are a programmer or a designer, you manipulate large graphic layouts, multiple text files, command lines, and tons of browser tabs. If you are a writer, you type for hours in a word [...]

Continue Reading...