You are currently browsing the monthly archive for July, 2008.

New months always look so promising.

Thanks for all the response, somewhat-less-faceless audience. I shall endeavor to find more content of interest to giant killer robots now.

  • CSSRound - Automated generator for rounded-corner background layouts for your CSS/HTML needs.
  • The Survey, 2008 - From A List Apart, trying to get a sense of the current state of the web design and development community.
  • DocBox - Wikified editing for RDoc source. (via Ruby Inside)
  • More Info on Vertebra - The P2P cloud computing control software coming soon from EngineYard.

Feedburner says this site has 1600+ subscribers now. I’m boggled. Who are all you people?

  • CronEdit - Ruby library for editing crontab files. Given the trouble I have doing that by hand, I need to keep track of this one.
  • Hampton’s Ruby Survey 2008 - An attempt to take a snapshot of the Ruby community. It’ll only take you a couple of minutes to participate.
  • Hoptoad - New app for tracking Rails applicaiton errors via a web service and online reporting, rather than via email. More details here. I tried it out, and I think I’ll be using it on a variety of projects.

Without Mondays to absorb all the extra email, Tuesdays would be a disaster.

This weekend I pushed out my first plugin, user_event_logger. Suggestions welcome. Votes of confidence welcome on Working With Rails, too.

I started banging together another plugin to release last night. Hopefully I’ll get it out there in the next couple of days.

Elegance tradeoff: store a hashed confirmation code, or regenerate across all unconfirmed users when a confirmation hit comes in? Hmm…

When was the last time you wrote a web app that didn’t depend on some service or site that’s ultimately out of your control?

I have spent too much of the last few days understanding why CSS designers don’t like IE6.

It was a working weekend for me, but apparently a writing weekend for lots of other folks:

  • OpenX ad server API with Ruby - I could have used this a while ago.
  • Little green friend - Thoughtbot is getting ready to introduce a web-based replacement for the ExceptionNotifier plugin, called hoptoad. Looks interesting.
  • Inept Recruiter - The story of a technical recruiter who managed to spawn an entire Rails dev mailing list through poor use of the cc: field. I had my own inept recruiter yesterday - wanted to hire me to work at Microsoft. Um, no.
  • If you work for Apple, we need your help… - The lockdown of the iPhone extends to blocking book authors. Bah.
  • Authenticate like SSO with ActiveResource - One approach to letting one Rails app provide authentication services for another. I don’t think we’ve see the end of this discussion yet.
  • Blueprint 0.7 - Looking for a CSS framework. It seemed like investigating the most widely-known one was a good starting point. And indeed, using it is pretty simple.
  • Bitbucket - Free (and paid) hosting for Mercurial repos. Not that I’m looking to learn another source-code management system right now, but it’s good to know about.
  • Blueprint Grid CSS Generator - Useful adjunct to Blueprint when you don’t want or need 24 columns.
  • Blueprint CSS 101 - Good (though slightly dated) overview.
  • EditorKicker - Rails plugin to open your text editor to the affected file when an error happens in Rails dev.
  • WICE Grid - Fancy grid/table control plugin for Rails views.

So far I’m liking Passenger more than nginx + mongrels, if only for ease of setup.

There’s some chance I may start writing a RoR column for pay. I cannot escape writing work, apparently.

Starting a new chunk of work today that looks like it will involve the rails-multisite plugin. Always good to be learning new skills.

In the “better late than never” department, I’ve started contributing some code to the google_analytics plugin. Gotta start somewhere.

When I look at my resume, I’m amazed at the number of careers I’ve survived.

Taking the kiddos to the waterpark today. Heaven help us.

  • progressbarhelper - Rails plugin to display anmated (or static) javascript progress bars.
  • Lockdown - Authorization/authentication system for Rails. I should probably take a look at this, as the usual run seem a bit fiddly to me.

Time to donate platelets again, in between pushing more bits around.

I’m thinking it’s about time for me to get involved with some open source Rails project. The question is, which one?

Things are churning right along here.

  • Ruby Row - Boutique advertising network for Rubyists. $600 will get your ad on 5 of the most-known Ruby blogs.
  • Introducing CampTweet - Pipe Twitter, Summize, or RSS feeds into Campfire.

Happy July 4th - a day I can catch up a bit while email is quiet, I hope.

There are times that I wish our kids would learn to sleep in.

Sick kids have been taking more time than net cruising lately.

  • New Controller Examples - David Chelminsky is experimenting with the scaffolded tests that RSpec generates for RESTful controllers.
  • REST Anti-Patterns - Ways in which to drift away from RESTfulness when building a web service.