August 2011
2 posts
GetSkeleton - Fluid Grid and Responsive Web
Recently, we converted our company site to a Responsive Web Design, as an experiment to see how hard it would be to convert over. We first took a stab using some of the techniques in the Responsive Web Design book, which is awesome, and amazing the things they accomplish, but we had trouble working through the fluid grid part. The percents did not workout for us. So we really spent a few...
Aug 22nd
2 notes
3 tags
Ruby Sequel Toolkit - MSSQL with (TinyTDS) -...
Connecting to MSSQL from ruby has always been painful UnixOdbc, FreeTds, and TinyTds has really made the connections super easy. Using the Ruby Sequel Toolkit, you are able to create an active model like interface to legacy databases which may not follow the active record standards. class Store < Sequel::Model(:csstore) dataset.disable_insert_output! plugin :validation_helpers ...
Aug 14th
25 notes