Scrapwalls.com Launch!
We are excited to present Scrapwalls, a web application that lets you make shape collages out of your photos!
We are excited to present Scrapwalls, a web application that lets you make shape collages out of your photos!
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 [...]
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 [...]
Watching Chronicles of riddick again made me think about the strangely prominent role that artificial eyes play in the sci-fi genre.
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.
Wordpress.org link: http://wordpress.org/extend/plugins/bp-group-control/
I did a usability test on my new BP Group Control Plugin. Find out how it went!
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 [...]
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.
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 [...]