Tracking UPS Packages with PHP

by Mark Sanborn on July 29, 2008

By now you should know how to look up a UPS rate with PHP. Now we are going to look into tracking the package using the UPS tracking XML API. This tool uses the same process as the rate selection tool so it should look familiar to you.

Changing the MOTD in Linux

by Mark Sanborn on July 28, 2008

Ok today is going to be a quick post on how to change the Message Of The Day or MOTD. This is the message that you will see when you first log into your shell either through ssh or on the machine. The message of the day is really just a text file. It got (…)

Weekend Link Roundup: Week 16

by Mark Sanborn on July 26, 2008

42 of the Best Free Linux Video Software 3 Ways to Try Out Linux, For a Windows User – Although I think a live CD is easier than most of these its worth checking out if you havn’t been introduced to the world of Linux yet. Mac vs PC vs Linux (pic) – A nice (…)

Compress Images For Faster Load Times

by Mark Sanborn on July 25, 2008

We talked about images that could be embeded into the HTML for faster load times. Today we are going to talk about how to compress those images even smaller without quality loss. Often times web developers think that Adobe Photoshop’s “Save for Web” feature does enough compression. I was also under the belief that photoshop (…)

Adding dbase Support to PHP5 on Ubuntu

by Mark Sanborn on July 18, 2008

For the popular packages Ubuntu has handy little packages that will install/add extentions to PHP, but not for dbase. Dbase is old as dirt and most people don’t use it for much anymore. I was recently working on a legacy app that works with dbase files and this was the extension i needed to allow (…)

Ultimate Guide to SEO: Meta Description

by Mark Sanborn on July 14, 2008

The meta description effects how search engines will show snippets of your site and effects how your visitors will determine to visit your site based on its description. It is definitely directly related to the chance your site will get clicked. Google chooses its snippets based on many different things, but we can control some (…)

Weekend Link Roundup: Week 15

by Mark Sanborn on July 12, 2008

30 Essential PDF Documents Every Designer Should Download – Nuff said. Browsershots – Cross test your site against pretty much every OS/Browser combination.

Highlight Form Focus with Prototype

by Mark Sanborn on July 9, 2008

I recently made a purchase through Paypal (with my trusty paypal security key) and noticed that their forms really stood out. They had an effect on their forms that would highlight the row in which you are currently typing. I thought this was a very elegant use of ajax that really added value to the (…)