Submitted by tdodson on October 23, 2014 - 10:49am
I have to admit, it wasn't love at first sight (I mean, just look at those tusks), but I'm now head over heels for Grunt. Grunt is a task runner that chugs along in the background and, with the right set of plugins, can be set to automatically combine and minify CSS and JavaScript files; check HTML, Javascript, and JQuery for errors; compile Sass to CSS; write browser-compatible code; and more.
Submitted by tdodson on August 15, 2013 - 11:32am
Printer’s Devil Review is an independent, open access journal of literary and visual art. Recently, I redesigned the site to allow users of mobile devices to more easily access the magazine's content. In this case study, I highlight the features and tools I added to the site.
Submitted by smilowsky on August 11, 2012 - 4:27pm
Guest contributor Samantha Milowsky shows how to take a web page with fixed-column lists and transform it into a flexible, responsive page that will look great on a wide range of devices.
Submitted by tdodson on July 21, 2012 - 4:13pm
In a part one, I showed how to use JQuery UI's .dialog method to script a modal message on a Drupal site. In part two, I show how to customize what the message looks like and how often it appears in the browser (using cookies).
Submitted by tdodson on June 29, 2012 - 1:24pm
The JQuery UI JavaScript library makes it easy to add all sorts of interactive animations to your website with just a few lines of code. Because there are a lot more moving parts, though, it can be a little tricky to integrate these scripts into a CMS like Drupal. In a recent project, I used JQuery UI's .dialog method to script a modal message.