tyler_renelle's blog

Do you need a degree in Computer Science?

Web Developers are the new restaurant waiters -- they're a dime a dozen (if you don't believe me, check out odesk, elance, and rentacoder), and they're the fall-back job if your degree proves useless.  Because web dev gigs are so easy to land, and because a portfolio speaks louder than credentials, why get a degree at all?

For starters, it's the difference between ~$65k and ~$80k mid-range (in San Francisco) , with faster career advancement if you have a degree.  Second, it's the difference between a serious career and odd-job one-offs.  While I personally would rather an $80k career, it's not for everyone.  There are many who don't want to devote their careers to programming, but may need some extra cash or what have you -- and $65k is still attractive, better than what waiters make.  So I'll put it this way: if you're planning on programming for the rest of your life, get the degree.  If not, then check out web dev opportunities in LAMP, AJAX, and especially CMSs (Drupal, Joomla, Wordpress) at gig-boards like odesk and elance.  These gigs usually get you $15-$30 hrly, which aint bad. Read more »

Event signups & registration with ubercart

There's a slew of Drupal signup modules which enable event-registration (including paying for, email notifications, etc). Here are a number of reasons I'd rather event-registration to be handled by Ubercart, rather than a host of standalone modules. Read more »

Fill PDF module

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

Read more »

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. Read more »

Webform PDF Module

My second Drupal contrib module! From the summary on the project page: Read more »

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). Read more »

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. Read more »

Syndicate content