Computing
Quickly upgrade Drupal core: only different files
Submitted by David Lohmeyer on December 16, 2010 - 10:13amHere'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
Submitted by David Lohmeyer on November 30, 2010 - 11:40amEchodittolabs 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.
Vilepickle's Weekly Link Digest 11/19/2010
Submitted by David Lohmeyer on November 19, 2010 - 10:05amDisabling the backspace key on a page with jQuery
Submitted by David Lohmeyer on November 18, 2010 - 12:10pmI 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):
Vilepickle's Weekly Link Digest 11/12/2010
Submitted by David Lohmeyer on November 12, 2010 - 9:59amRedirect webform submissions to a dynamic URL in Drupal 6
Submitted by David Lohmeyer on November 11, 2010 - 3:05pmIf 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
Submitted by David Lohmeyer on November 5, 2010 - 6:35pm- "The site looks terrible"
- CSS3 Introduction (directional keys to use slideshow)
- 30 beautiful web app site designs
Thoughts on programming languages
Submitted by David Lohmeyer on November 3, 2010 - 3:00pmI'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
Submitted by David Lohmeyer on October 29, 2010 - 9:46amThis week's links are pretty solid. Happy birthday Internet!
Vilepickle's Weekly Link Digest 10/22/2010
Submitted by David Lohmeyer on October 22, 2010 - 10:12amThis 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.