Archive

Archive for the ‘code’ Category

How To Post Your Dynamic Internal IP To DynDNS From Your Windows Machine

October 9th, 2009 1 comment

UpdateIP.bat screenshot

I looked around for an easier way to post an internal IP to DynDNS, but I didn’t find one. Scripting to the rescue.

Read more…

Categories: code Tags: , , , ,

How To Get Your IP and ONLY Your IP in Windows

October 9th, 2009 No comments

getIP.bat screenshot

Sometimes you need to know your Windows machine’s IP. For example, if you would like to update your dynamic DNS entry from a script file. Here’s a hack that gets the job done.

Read more…

Categories: code Tags: , , , , ,

How To Scan For Viruses in Your Email When Using Apple Mail

September 16th, 2009 No comments

apple mail antivirus rule

There’s more than way to go about it, but I prefer using the open source ClamAV and a script that runs to scan each email as it comes in.

Read more…

How To Use Facebook Open Streams With Facebooker

September 15th, 2009 4 comments

facebook_extended_permissions

I would like my Facebook Connect app to publish stories to my users’ Facebook news stream. I went looking for how do this with Facebooker and figured out an answer.

Read more…

How To Include a Gem’s Rake Tasks in Your Rails App

September 14th, 2009 1 comment

Rake tasks contained in a gem are not automatically available to a rails app that requires the gem. Whether that’s the right way to do things is under debate, but in the mean time there are a couple workarounds.

Read more…

Categories: code Tags: , , , , ,

How To Permit A Blank Email Field With AuthLogic

September 9th, 2009 No comments

errors from blank email with AuthLogic

I too ran into some trouble before discovering that my beloved AuthLogic is validating my email field. The validation is a good thing overall, but I want to support blank email addresses as well as properly formatted ones.

Read more…

How To Predict The Future Using Excel

August 25th, 2009 No comments

Picture 3

I’m going to run out of hard drive space at some point.  I’ve got 1.5TB drives in my Drobo right now, I wonder when the 3TB drives will come out so I can just upgrade them in place for double the capacity…

Read more…

How to Increase Traffic to Your Site By Optimizing For Search Engines

July 17th, 2009 No comments

alexa_results_for_penny_arcade

Want more traffic from your friendly neighborhood search engine to your site?  Here are some of the Search Engine Optimization (SEO) tricks I’ve picked up along the way.

Read more…

How To Create a Good Looking Graph (The Easy Way)

May 31st, 2009 No comments

Omnigraphsketcher demo screenshot

There comes a time in every professional’s career when they need a graph. Maybe they need to illustrate a usability scale, maybe its something else. Fortunately, the developers at Omni are focused on making it stupid-easy to make graphs—no need to bust open Excel, dust off any math skills, or crack open a book on Photoshop to make the graph you need.

watch the OmniGraphSketcher walkthrough video

Categories: code Tags: , , , ,

A Usability Scale

May 30th, 2009 1 comment

usability distribution graph

Many usability professionals focus on, well, usability.  But there’s more to usability than an intuitive interface.  The best stuff in our lives are pleasant, fun, even habit forming.

Read more…

Categories: code Tags: , , ,

How To Create Flickr-Style Mouseover Notes On a Picture

May 26th, 2009 No comments

example picture with hover effect

While you were reading the post about how to ship a used book, you may have found yourself strangely compelled to hover your mouse over the cool, image hotspot mouseover hover caption thingies on the picture of shipping supplies. Perhaps you wondered how you too could harness the power of such hotspots on your own blog. I’ll let you in on the secret.