Blogs
A shortcut to choosing the right software.
Submitted by lefnire on Wed, 11/05/2008 - 13:05Once 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
Submitted by lefnire on Tue, 10/28/2008 - 16:03My new fillpdf.module is a complete replacement of webform_pdf.module. From the project page's description:
Web Development Podcasts
Submitted by lefnire on Sun, 10/12/2008 - 18:19I 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
Submitted by lefnire on Wed, 10/01/2008 - 14:41I 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
Submitted by lefnire on Thu, 07/17/2008 - 22:01This 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
Submitted by lefnire on Wed, 06/18/2008 - 13:36Recently 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
Submitted by lefnire on Sun, 06/15/2008 - 16:35GabLibs
Submitted by lefnire on Mon, 06/09/2008 - 21:24Hah, 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
Submitted by lefnire on Tue, 03/25/2008 - 18:05A 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
Submitted by pjohnson on Wed, 03/19/2008 - 15:38Among 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?