Tracy Sutherland gave us a sneak peek of the new site, then under development, at the Drupal4Lib BoF at ALA Anaheim in June.
Now it's been launched for the whole world to see:
https://www.amherst.edu/library
Nice job and Congrads to all!
Posted in Submitted by Leo Klein on Fri, 08/22/2008 - 1:18pm.
It took me the whole weekend so I'm not quite sure why I forgot to mention it but I've got a new Host!
Yes, that's right, my vast online empire is now in the hands of Site5.com. Since time-immemorial I've been with Pair.com but they didn't seem to be upgrading their hardware or software, their performance was sluggish, and support wasn't as good as it used to be. So over the weekend I made the switch.
Justin Williams has a good primer on Ruby on Rails (AKA 'RoR') called 'Ruby on Rails for the Rest of Us'. RoR is a "rapid development framework" for creating online applications. It's generated a lot of interest recently because it's a handy way to develop database-driven sites.
(I was surprised to find out that Twitter of all things runs on it.)
In any case, the article also provides a number of links for further information including the main RoR site, rubyonrails.com
For a taste of Ruby, the programming language that RoR is built on, have a look at 'Try Ruby!"
Posted in Submitted by Leo Klein on Mon, 12/25/2006 - 1:34pm.
This came out in March but it's still worth a mention -- particularly in the context of the "Kuckoo for Features" approach discussed here earlier.
It's a book called 'Getting Real', written by Chicago-based web development firm 37signals. It applies a provocative 'take-no-prisoners' approach to software development: Cut out the fat, narrow your focus, keep it as simple as possible.
The entire book is available online. It's pretty brief and worth a read. One of my favorite lines: "More isn't the answer. Sometimes the biggest favor you can do for customers is to leave something out."
Here's something that just made the life of anyone involved with CSS or Javascript a whole lot easier. FireBug is an "extention" for the Firefox Browser that allows you to see the CSS of a web page and change it in real-time.