Contact Daniel Raftery

x Cancel
posted 2 months ago

Inclusion for iPhone

I've just released my first iOS app to the Apple App Store! Inclusion is a highly addicting numbers game for your iPhone. It was built using Titanium Appcelerator and is purely HTML5 and JavaScript. Give it a whirl and let me know what you think!

itunes.apple.com/us/app/inclusion/…

inclusion.hellopurplepig.com

posted 2 years ago

Login screen

Login screen for new project, showing the invalid login state

Login screen for new project, showing the invalid login state

posted 2 years ago

Bordly - jobs for programmers, designers, and developers

<p>I played a large roll in the development of this site and wanted to promote it a little. Plain and simple, it's a job board for programmers, designers, and developers only.</p>

<p>Forrst members will get $100 off of a job listing by using the coupon code <b>"Forrster"</b></p>

I played a large roll in the development of this site and wanted to promote it a little. Plain and simple, it's a job board for programmers, designers, and developers only.

Forrst members will get $100 off of a job listing by using the coupon code "Forrster"

posted 2 years ago

Droool v2 snap details

Droool v2 snap details.

Droool v2 snap details.

posted 2 years ago

Droool v2

Droool - the presenter of Dribbble v2. Keep an eye on the ball during loading.

Droool - the presenter of Dribbble v2. Keep an eye on the ball during loading.

posted 2 years ago

Apprise - The attractive alert alternative for jQuery

http://thrivingkings.com/apprise/

An alert alternative for jQuery that looks good. Apprise is a very simple, fast, attractive, and unobtrusive way to communicate with your users.

posted 2 years ago

LibraryThing Companion Chrome Extension

New Chrome extension for LibraryThing.com

New Chrome extension for LibraryThing.com

posted 2 years ago

Something new is coming

Splash page for new music sharing app. The cassette is courtesy of manicho

Splash page for new music sharing app. The cassette is courtesy of manicho

posted 2 years ago

Super simple PHP string or password generator

                function passwordGenerator($length = 10)
	{
	#Adjust ranges based on characters in the ASCII table (http://www.asciitable.com/)
	$ascii_ranges = array(0=>array('45','57'), 1=>array('63','95'), 2=>array('97','125'));
	for($i=0;$i<$length;$i++)
		{
		$range = $ascii_ranges[rand(0,2)];
		$string[] = chr(mt_rand($range[0],$range[1]));
		}
	return join("", $string);
	}                
Raw

One of the easiest ways (I think) to generate a strong random password.

posted 2 years ago

Character needed for new music app

I'm working on a new music web app and have decided I'd like a little character to be seen in various places around the site and, most predominantly, on the splash page. I can make a nice looking button, but vector/character art is not my forte.

Where can I get one? Would you be willing to design one?

I will gladly promote and credit the work.