Posted: July 21st, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: alpha, bookmark, design, extract, favicon, free, generator, graphics, icons, image, link, mac, macosx, osx, preview, software, tips, tool, tools, tutorial, usingmac, web, webdesign | No Comments »
An incredibly simple method of extracting shapes from a photograph using Preview's Extract Shape and Instant Alpha tools.
Via.
Posted: July 21st, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: alpha, bookmark, design, extract, favicon, free, generator, graphics, icons, image, link, mac, macosx, osx, preview, software, tips, tool, tools, tutorial, usingmac, web, webdesign | No Comments »
An incredibly simple method of extracting shapes from a photograph using Preview's Extract Shape and Instant Alpha tools.
Via.
Posted: July 14th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: apple, bookmark, design, favicon, free, generator, graphics, howto, icons, launchd, link, mac, macgeekery, macosx, osx, tiger, tool, tools, tutorial, unix, web, webdesign | No Comments »
A tutorial covering the basics of how to create launchd items in OS X, from Mac Geekery.
Via.
Posted: July 14th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: apple, bookmark, design, favicon, free, generator, graphics, howto, icons, launchd, link, mac, macgeekery, macosx, osx, tiger, tool, tools, tutorial, unix, web, webdesign | No Comments »
A tutorial covering the basics of how to create launchd items in OS X, from Mac Geekery.
Via.
Posted: January 22nd, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: bookmark, design, favicon, firefogg, free, generator, graphics, howto, html, html5, icons, link, reference, standards, tool, tools, tutorial, Video, web, webdesign, webdev | No Comments »
Getting up and running with HTML5's video element…
Via.
Posted: January 13th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: appengine, bookmark, design, django, favicon, free, generator, google, googleio, graphics, icons, link, presentation, programming, python, tool, tools, tutorial, Video, web, webdesign | No Comments »
"Learn how to create great web applications quickly on Google App Engine using the Django web framework and the Python language."
Via.
Posted: October 1st, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: blog, bookmark, design, directory, favicon, free, generator, graphics, howto, icons, link, php, reference, tool, tools, tutorial, web, webdesign, wordpress | No Comments »
I can never remember the difference between these two options. So, basically:
* siteurl == 'WordPress address', i.e. location of your main WordPress core files
* home == 'Blog address', i.e. the root directory's URL
Usually, these 2 options are the same, but strictly speaking, when you want echo the address of the blog in a template, you should use bloginfo('home').
Via.
Posted: September 22nd, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: bookmark, capistrano, design, documentation, favicon, free, generator, git, graphics, guide, icons, link, linux, remote, slicehost, tool, tools, tutorial, ubuntu, web, webdesign | No Comments »
A very handy guide on setting up a git repo on slicehost!
Via.
Posted: August 18th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: bookmark, branch, design, development, favicon, free, generator, graphics, howto, icons, link, merge, programming, reference, subversion, svn, tips, tool, tools, tutorial, web, webdesign | No Comments »
"Another common use for svn merge is to roll back a change that has already been committed. Suppose you're working away happily on a working copy of /calc/trunk, and you discover that the change made way back in revision 303, which changed integer.c, is completely wrong. It never should have been committed. You can use svn merge to “undo” the change in your working copy, and then commit the local modification to the repository. All you need to do is to specify a reverse difference:
$ svn merge -r 303:302 http://svn.example.com/repos/calc/trunk
U integer.c
$ svn status
M integer.c
Via.
Posted: July 10th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: backup, bookmark, cli, clone, commandline, design, favicon, free, generator, graphics, howto, icons, link, tips, tool, tools, tutorial, virtual, virtualbox, virtualization, vm, web, webdesign, windows, work | No Comments »
This helpful article explains how to clone and copy VirtualBox VMs (virtual machines) using some command line wizardry!
Via.