Note: You are viewing a non-styled version of this website. Click here to skip to the content.

Vermonster - Open Standards through Open Source

Vermonster Logo

Archive for the Design Category

CSO Online Re-Launch!

Posted on March 31st, 2008 under Client Work, Company, Design.

CSO Online, the web edition of the CSO magazine, has re-launched. CSO focuses on security and risk within the enterprise. We worked closely with Keith LaFerriere at Visual Activity to iron out a usable design. We think the results are awesome!

small.jpg

We also helped by migrating the content from a legacy CMS (content management system) to their current one. To do this, used the power of Ruby with some help by the popular ActiveRecord library to quickly extract information stored in a blend of MS-SQL and Oracle databases to a nice single Oracle database.

Chekout the new website at http://www.csoonline.com and the new site tour at http://csoonline.com/sitetour.

Using Perl Pipes for Parallel Interprocesses Communication

Posted on October 12th, 2007 under Code, Design, PHP, Perl, Ruby on Rails.

A recent Perl-based project called for some parallel processing. I naturally turned first to fork, which I have used successfully in the past. But this time, I needed to share information across the processes - they can’t just run in their isolated worlds. To do this, I had some options, including:

As the title of this article hints, I went with the last one.

Read the rest of this page »

Making HTML Tables Accessible

Posted on August 13th, 2004 under Code, Design.

Many designers are now opting for table-less designs and using clean markup and CSS for webpage design. However, when tables are appropriate, many tend to misuse their semantics.

Read the rest of this page »