By Jordan , 23 August, 2013

I'm building a Drupal app that lets you upload photos from your mobile device directly to the site.  The problem: half of them are coming out sideways, or even upside down.

By Jordan , 5 July, 2013

I recently had to adjust the output from a field on a page.  Here's how I did it.

By Jordan , 18 June, 2013

Two simple tools that will make your development a lot nicer: htop and bar.

By Jordan , 14 June, 2013

The task: Put some custom javascript in a file and have it run on a Drupal page.

This is theoretically easy, but I had trouble getting the javascript to do certain things with certain page elements.  Drupal makes it easy to add javascript, but then it sets up a bunch of restrictions.  This is for security reasons and it's a good idea, but it's just one more thing in D7 that is more complicated than it should be.  Anyway, here's the solution:(function($) { // wrapper to make it work with Drupal

By Jordan , 18 May, 2013

It seems odd that I have to post instructions on social networking.  If you're reading this, odds are you're a web developer with a fair amount of experience.  And yet, people don't seem to understand what to do with LinkedIn.

By Jordan , 14 May, 2013

Something's been concerning me lately: How can we simultaneously have high unemployment and a huge, unmet demand for web designers?  This stuff is not that hard.  I never went to school, I don't have any certifications in web design.  Sure I'm smart, but so are all my friends.

By Jordan , 26 April, 2013

I just had a website blow up on me.  Five months of work and a good deal of it suddenly gone, right as I was trying to launch.  Here's what I learned from the experience.