Ruby: Local Club to Join

This WednesdayTuesday, 23th of May 2006, is the second [meeting of SSRUG](http://www.rails.se/rails/show/SSRUG+Meeting+2). A _Clubb_ for you to join, and meet with other Ruby enthusiasts in the ‘hood. Time: 1900 hours. Place: see the above wiki link. Lennart (of _Lund Agile Languages User Group_ fame) will be there, and we’ll try and get as many heads …

Joel Spolsky is not impressed by coding conventions

Joel Spolsky is not impressed by coding conventions. He says something like “When I was program manager on the Excel team…” in a [podcast](http://www.itconversations.com/shows/detail207.html) at [IT Conversations](http://www.itconversations.com). Here is a clip where mentions the coding conventions. The clip was made with ITC’s fine PHP tool to “Create a Clip or Excerpt”. Makes me involved.

RubyGems: gem_server

So, you are using some modules for Ruby, in the shape of [gems](http://rubyforge.org/projects/rubygems/) (read [the book](http://docs.rubygems.org/)!). You need to read the gem’s docs. Instead of Googling, fire up a local pure-Ruby webserver ([Webrick](http://www.webrick.org/)), on a custom port, and view the beautiful RDoc pages there, in their web-native shape! Invoke the thing like this: gem_server Then …

Read a book (Beyond Java, by that kayaker)

This weekend I had some wonderful spare time, and I spent some of it reading [Beyond Java](http://www.oreilly.com/catalog/beyondjava/), a book about the Next Language. (Spoiler: It is [Ruby](http://www.ruby-lang.org/en/), or some cool continuations-based project – read: [Seaside](http://seaside.st/) with Smalltalk. But you knew that.) The book is chock-full of kayaking metaphors, which got so irritating they became funny. …

Javascript ate my hamster: Go get Yahoo Event Utility and Firebug

Dustin Diaz tells about Yahoo Event Utility which is the addEvent killer of all time. If you do serious Javascripting these days, please, do yourself a favour, and read that piece. Slowly. You might find drool on your chin afterwards. Then, go get the Event Utility. You owe to yourself. You deserve it. And, be …

Ruby meetup: A new wiki

Albert set up an Instiki [wiki for the upcoming Ruby meetings](http://meetup.delamednoll.se/): and you can also sign up there, to add more glitz to the meeting. And then that got old, and “peterj” started a [Rails.se](http://www.rails.se) wiki, with the same kind of wiki software. We promptly moved our SSRUG, SkÃ¥ne-Sjælland Ruby User Group, to that wiki. …

Validation hint for Javascript with markup in it

Validation time. (For clients!) Get the stuff valid, so the work with CSS is less guess and more science. So, one begins by removing all the errors that have to do with missing slashes, lost ALT attributes, and soon the errors are fewer. I had trouble with a piece of Javascript that wrote the markup …

Technical “news”: New WordPress running this blog

Yes, now I’ve gone and done it: upgraded my blog to WP2. Took me a while to think it up, but now it’s done. Took me all of 10 minutes. 10 other minutes were used to back my files and database up. I know this for a fact since I wrote it down, and I’m …