Archive for the ‘How-To’ Category

How To: Sync Last Read Page Between Nook for Android and iPad 9

Both Amazon and Barnes and Noble claim their ereaders will sync where you are in your books between the different devices (iPad, Android phone, PC or Mac) you might be reading on. Amazon’s works in the background, without a hitch, but Barnes and Noble’s (Nook) takes some finesse to get working. I nearly pulled my [...]

How To: Run Clojure with Clojure-Contrib Library 0

I recently picked up Programming Clojure and started working through it, trying to wrap my head around this new variant of Lisp. Installing clojure itself was pretty simple (sudo apt-get install clojure, since I’m using Ubuntu), but I had a hard time figuring out how to make the clojure contrib libraries available from the clojure [...]

How To: Change Imagefield Thumbnail Size in Drupal 0

In Drupal, the Imagefield fieldtype comes with a built-in thumbnail generator. If you’d like to control the size of the thumbnail, just set the value of the imagefield_thumb_size variable, like so: variable_set(‘imagefield_thumb_size’, ’200×200′); That’ll set the imagefield thumbnail size to 200 x 200 pixels.

HowTo: Get Filezilla working after FTP connection drop 0

If you’re using Filezilla to connect to a shared hosting account that uses cPanel, and your internet connection gets dropped during a transfer, you’re going to get an error from Filezilla when you try to reconnect after getting your internet up again.

How To: Install Sun Java in Ubuntu from Command-Line 5

Had to do a fresh install of Sun’s Java on a remote Ubuntu machine this weekend. It’s pretty easy to do in a graphical environment, but I only had ssh access. Since I couldn’t find a set of instructions on how to install Sun’s Java from the command line, I thought I’d put together my [...]