Computing

Quickly upgrade Drupal core: only different files

Here's a handy commandline snippet that will help you upgrade Drupal core (for example, 6.19 to 6.20) without having to replace everything.  It will only update the files that have changed.

Drupal Web Services Overview

Echodittolabs has a great and easy to understand write up about Drupal and web services.   If you ever need to interact with Drupal with an external application it looks like this is the best way to do it.

Disabling the backspace key on a page with jQuery

I had an issue with a multi-page form recently where Internet Explorer would go back a page immediately upon hitting the backspace key.  If you accidentally do this while not in a text field you'll lose your form data.  Other browsers actually ask you if you want to resend data when you go back.  The solution was to disable the backspace key on my form page.  I accomplished this with the following Javascript (requires jQuery):

Redirect webform submissions to a dynamic URL in Drupal 6

If you need a way to redirect webform submissions to a dynamic URL in Drupal 6, using the Webform PHP module can work well with Webform 3.x.  I recommend only using post processing conditionals on select fields if possible with Webform PHP since you need to enable the permission to "use PHP for additional processing" for users who submit webforms (typically anonymous).

Here's the process:

Vilepickle's Weekly Link Digest 11/5/2010

Thoughts on programming languages

I've been expanding my programming language base lately.  Being a web developer, I don't have an immediate need to learn other languages.  However, learning them seems to pass time and it doesn't seem like a worthless endeavor.  Who knows, being the one who creates the next "killer app" could be worth it.  Here's an overview of some of the languages I've been experimenting with:

Vilepickle's Weekly Link Digest 10/29/2010

This week's links are pretty solid.  Happy birthday Internet!

Vilepickle's Weekly Link Digest 10/22/2010

This is something I'd like to do every week.  I see a lot of cool articles online and want to share them.  Some are nerdy, some are useful, and some are just cool.

Syndicate content