Thursday, October 26, 2006

A whole big bunch of links:

javascriptrequire - Is a neat little plugin for Ruby on Rails that lets you do something like what you do in a C .h file: include different javascript libraries at the top of the file.

To do this, you go

// require prototype

at the top of your javascript .js file. javascriptrequire will then include that required file when you call javascript_include_file in your Rails program. Pretty neat.


twelvelabs.com - An interesting looking tumblelog

Simple Caching with Rails. Gives a brief description about how to use the excellent addicted_to_caching plugin, which I talked about previously on this blog.

Matz's blog - Translated into English. Matz is of course the creator of Ruby.

Web design is 95% typography. Typography != Typefaces. Fonts are important, but information design is so much more than just choosing a font.

Top 10 Secrets about Marketing - #1 Don't run out of money. Good point.

Ruby search - Fantastic! You can search a whole bunch of Ruby resources with one search field.

The coder is the new American Idol. Oh yeah baby, the world is starting to catch up. ;)

memcached basics for Rails

memcached rails and you

Adventures of scaling a Ruby on Rails application.

Caching Fragments

cached_model from the robot co-op. I heart robot co-op.

MemCached on the Rails wiki

Some neat javascript tools using prototype and scriptaculous, good for Rails.

monito examples

server monitoring with munin and monit - Part #2 - Monit.

errtheblog - rails setup