Blog entries for October 2010

October 18th, 2010 by steven.monetti

How to use any font on your website

For many years we've been restricted using the same fonts over and over and really limited web designer in their creativity. Since Firefox started supporting embed fonts, you can now use any font you want on your website, without using images! Read more to learn how.

October 16th, 2010 by steven.monetti

Inline Blocks in IE7

Inline block can be usefull when you want to center inline elements that are styled as blocks. The only issue is that IE7 doesn't support inline-blocks, which means we need to find a way to get around this. Find out how a few more lines of CSS can provide you the ability to use inline-blocks in any browser.

October 10th, 2010 by steven.monetti

zillaForm for Drupal

zillaForm is a jQuery powered plugin to wrap form elements in divs that can be styled. It also provide inner label functionality. With the Drupal module you can customize which form elements can be transformed (text, select, radios etc) and which elements should be excluded (by id, class, or any other jQuery selector).