Home

Blogs

A shortcut to choosing the right software.


Once you know the type of software you need, it usually comes down to which from multiple competitors you should choose. For example if you need a CMS, should you choose Joomla, Drupal, or Wordpress? If you need e-commerce, should you choose osCommerce, Zen Cart, or Magento?

Fill PDF module


My new fillpdf.module is a complete replacement of webform_pdf.module. From the project page's description:

Web Development Podcasts


I keep promising to add new episodes to my podcast, and I apologize to those of you who are waiting. My podcast is about introductory web development, geared towards beginners who don't know where to start. With that in mind, I listen to a lot of podcasts and found a few to be especially valuable in the "introductory" space (rather than some of those newsy ones). So for those of you looking for how-to, beginner information on web development (and to keep you busy while I work up some more of my own episodes), here are a list of podcasts that got me started.

Drupal Solutions


I hate researching the current de-facto method of building a common Drupal solution. A few examples of what I'm talking about are CCK profiles, image galleries, podcasting, and google maps. Take image galleries -- there are a million ways to build an image gallery in Drupal, but there are really only a handful of methods that are commonly used, and it's these methods I want to stick to unless I know that I need some edge-case solution. I frequently find myself installing a handful of modules to build, say an image gallery, only to find that I chose the wrong handful.

Webform PDF Module


My second Drupal contrib module! From the summary on the project page:
This module allows users to upload PDFs, whose form-fields will be used to automatically generate a Webform. Later, users can download the populated PDFs from Webform submissions. This module is useful if you need to be able to dowload your Webform documents in PDF format, especially if you have to adhere to a strict document structure.

Dynamic table rows & JS frameworks


Recently I've had to do some work applying effects to tabular data using jQuery. Turns out jQuery's not too good at applying effects (sliding, fading, etc) to table rows (discussion about this problem here). Frustrated, I decided to have a go at jQuery's dreaded competitor frameworks (I'm one of those Drupal/jQuery-fits-all kinda guys).

Drop Cap Module


My first contrib module! The Drupal project page can be found at http://drupal.org/project/dropcap.
Per Karl Swedberg's Article, this module creates a drop cap from the first letter of user-specified paragraphs. The user designates jQuery selectors (ex, "#main_content p") whose first letter will be replaced with a drop cap.

GabLibs


Hah, random blog-entry, but a fun lil' side-note.

Remember Mad Libs from your childhood? During some heavy-duty procrastination time while working on a project, I created a community-driven online Mad Libs. Obviously needs work, but it's just basic Drupal with some CCK + Views... was going to create a custom filter, but it didn't work out too hot so I just hack-filtered in hook_nodeapi (I know, I know...).

Anyway, add some words & paragraphs, I wanna see some funny libs!

Web Form Logic in Drupal


A recent client requested a user-friendly (aka, web interface) means for creating web forms, logical workflow between forms and form-pages, and user-specified actions to invoke upon completion of these forms. What I'm getting at here is a solution comparable to Form Assembly, JotForm, and Wufoo.

Web Accessible Tool Bars


Among one of the most common web tool bar Firebug, there are a lot of other tool bars that can aid a web developer with some insight for web accessibility.
What am I talking about?

Syndicate content