Scripting Photoshop with Ruby

Monday, March 5th, 2007

Justin Palmer (of Prototype fame) has a quick tutorial for Scripting Photoshop With JavaScript and Ruby. This technique uses a Ruby/AppleScript bridge (RubyOSA) to do most of the heavy lifting.

Replacing AppleScript with Ruby

Monday, March 5th, 2007

My guess is that most Mac users have never used a lot of AppleScript. I never have and I think the reason is that I don’t want to invest the time to learn a new language syntax to occasionally automate a task in OSX. However, MacDevCenter has figured out a way to Replace AppleScript with Ruby, so now might be the time to leverage some Ruby skills to create some kickass “AppleScripts”!

Building Ruby, Rails, Mongrel, and MySQL on Mac OS X

Friday, February 2nd, 2007

Dan Benjamin has updated his awesome instructions for Hivelogic - The Narrative - Building Ruby, Rails, Mongrel, and MySQL on Mac OS X. I’ve used these instructions in the past and they work great. The advantage of his method is that you compile the software from source (don’t be afraid it’s really easy) so you have great control over your configuration and upgrades will be easier.

Mr. Neighborly’s Humble Little Ruby Book

Friday, January 5th, 2007

If one of your New Year’s resolutions was to learn Ruby on Rails, I would suggest reading Mr. Neighborly’s Humble Little Ruby Book. It is a great online introduction to the Ruby programming language and will definitely give you a kickstart while learning the Rails framework.

Creating Heatmaps for Web Analytics

Tuesday, August 29th, 2006

Corunet presents The definitive heatmap where by using a combination of Apache, Ruby and JavaScript, you can create your own heatmaps to track where users are clicking on your sites. So this combination of scripts essentially give you the same results as CrazyEgg, however, by rolling your own solution you’ll probably learn something along the way!

Ruby on Rails Cheatsheet

Tuesday, July 18th, 2006

Blaine Kendall has created a nice Ruby on Rails Cheatsheet that will help the beginner RoR developer. Although the cheatsheet spans 12 pages it may not be a handy desk reference, but the information is well structured and very complete.

Rails Live CD

Friday, June 23rd, 2006

Here is a great way to get started with Ruby on Rails Developement. The Rails Live CD is a live Linux distribution (based on Mandrake) that includes everything you need to get started with Rails. Some preinstalled goodness:

  • Ruby 1.8.4
  • Rails 1.1.2
  • Mongrel 0.3.13
  • Rake 0.7.1
  • Subversion
  • MySQL 4.1.12
  • MySQL Administrator
  • RadRails

Ruby off the Rails

Sunday, December 18th, 2005

If you’ve spent any time developing with Java and are interested in checking out this Ruby on Rails thing, Ruby off the Rails by IBM will help you transition from Java to Ruby. The focus is on learning Ruby as opposed to Rails, but if you want to do any serious Rails development, you’ll have to learn Ruby anyhow!

Try Ruby in your Browser!

Monday, November 28th, 2005

try ruby! (in your browser) is an interactive shell hosted in a web browser using AJAX to send your commands then display the resonse. To get started, you can try the 15 minute tutorial by typing help at the command prompt. This is a great way to try Ruby as you don’t have to install the Ruby scripting language on your system. It’s kind of like demoware for scripting languages!