Log on:
Powered by Elgg

Peter David Hamilton :: Blog

February 05, 2010

http://www.oskarlin.com/2005/11/29/time-travel/

Posted by Peter David Hamilton | 0 comment(s)

http://www.flavorstudios.com/iphone-icon-generator

<link rel="apple-touch-icon" href="/custom-icon-name.png"/>

Posted by Peter David Hamilton | 0 comment(s)

January 03, 2010

http://articles.techrepublic.com.com/5100-10878_11-5033552.html

Posted by Peter David Hamilton | 0 comment(s)

January 02, 2010

http://snippets.dzone.com/posts/show/6838

class ToHaml
def initialize(path)
@path = path
end

def convert!
Dir["#{@path}/**/*.erb"].each do |file|
`html2haml -rx #{file} #{file.gsub(/.erb$/, '.haml')}`
end
end
end

path = File.join(File.dirname(__FILE__), 'app', 'views')
ToHaml.new(path).convert!

Posted by Peter David Hamilton | 0 comment(s)

http://www.jotlab.com/2009/11/08/installing-ruby-on-rails-mys

with macports

Posted by Peter David Hamilton | 0 comment(s)

http://tomster.org/blog/nginx-and-varnish-on-mac-os-x

launchd & virtualhosts

Posted by Peter David Hamilton | 0 comment(s)

December 30, 2009

http://www.ofthemes.com/

Posted by Peter David Hamilton | 0 comment(s)

December 01, 2009

http://www.pixelbeat.org/cmdline.html

Posted by Peter David Hamilton | 0 comment(s)

November 29, 2009

http://openlayers.org/

Posted by Peter David Hamilton | 0 comment(s)

November 26, 2009

http://earth.google.com/outreach/tutorial_youtube.html

Posted by Peter David Hamilton | 0 comment(s)

<< Back