Technobabble Category

Rails Upgrade Woes

In: Technobabble

The Ruby on Rails application that I work on uses a plugin called Hobo. We are using a fairly old version of Hobo, because upgrading has been difficult, but the recent security concerns prompted us to take a serious crack at it. It seems that every time I get close to pushing through, [...]

Ruby debugging with colorized logging

In: Technobabble

One of the ways I prefer to debug is to print things to standard out and watch a console window. The problem is, in Rails, I get a lot of spam to sift through that I usually don’t need: SQL statements, routing and rendering info, etc. It makes finding your output difficult. [...]

A new theme for a new year

In: Art, Miscellaneous, Technobabble

Some time ago I designed a cool new theme for my website, but then never got around to implementing it. The theme I was using before was fine, but it wasn’t very pretty. Anyway, I saw this Dilectio theme one on Smashing Magazine and it was orangish, which I love, and clean. [...]

Vonage ContactBook Alpha Released

In: Technobabble

ContactBook, the application I spent the majority of my time at Vonage working on, is finally seeing the light of day.

It is only available to Vonage customers, and even then only a select few for the early release. If you are a Vonage customer and you know me, let me know and I might [...]

Profiling Ruby on Rails

In: Technobabble

As the time nears for one of my applications to move towards general release, performance is the concern of the day. There are still bugs to fix, visual indiscretions to … discrete, etc. My good man Becker got some profiling code into the application, but I found the results difficult to read through. [...]

Ruby East Bound

In: Technobabble

I just registered to attend Ruby East 2007 in Pennsylvania at the end of September. Is anyone else going?

Organizing Rails Views

In: Technobabble

This may seem like, and probably is, so elementary that it isn’t worth writing about. I poked around on Google for a bit and couldn’t find the answer though, so it might be worth sharing. Basically I have a Ruby on Rails application with a controller whose corresponding views directory is getting hard [...]

Breakin’ The Law: Nested Links

In: Technobabble

Third Party Message
If you think you’ve been exposed to mesothelioma, then you may want to contact a lawyer to see if the exposure was unlawful. An asbestos attorney may be able to assist you because they are usually both work related conditions. A mesothelioma attorney can help you with getting the money you deserve!
End [...]

Multiple Ajax Form Submissions in Rails

In: Technobabble

It has been a while since I have written, but I ran across this age old problem in Rails today and wanted to share my simple solution. Users that double click on submit forms, or multi click when things don’t happen fast enough for them, wreak havoc on web applications. In order to [...]

CSS Indentation

In: Technobabble

I realized today that there is something that I have been doing with Cascading Style Sheets (CSS) for some time that, while it seemed obvious to me, has turned out to be helpful for others. For most web developers, CSS is a straight, static file with definition after definition. Good little programmers will [...]

About this blog

This blog is a dumping grounds for my experiences as a web developer, a parent, an artist, a writer and a human being. Maybe someday there will be something here that is worth your time, some sort of useful information or words that piece your very soul. Probably not though.