QR (Quick Response) Code

I just created a QR Code for the URL of the carbonBased Media home page. A QR Code can contain a URL, Plain Text, a Phone Number or SMS.
qrcode

I used the generator at http://qrcode.kaywa.com/ to create the code and I use the Semacode iPhone App to decode it.

That’s cool and everything, but to get the most mileage out of a QR code, I’d prefer to have a bit more information included, so I found this handy QR VCard generator at qrvcards.com that integrates QR Codes and vCard data.

Here’s a QRVCard I made using the web app at http://www.qrvcards.com/

qr_vcard

This QRVCard contains the following data:

BEGIN:VCARD

VERSION:2.1

N: Maskew;Dwight

FN: Dwight Maskew

ORG: carbonBased Media

TITLE: Multimedia Developer

TEL;WORK;VOICE: 303-881-9342

ADR;WORK: 4565Everett St;Wheat Ridge;Colorado

EMAIL;PREF;INTERNET: dwight@carbonbasedlife.com

URL: http://www.carbonbasedlife.com

NOTE: Visualize the Future

END:VCARD

Pretty slick, eh?

Favicon and iPhone Dock Icon

Website Favicon and iPhone Dock Icon

When completely branding a website with flashy graphics, don’t overlook the favicon and iPhone dock icons.

Favicons are super quick and easy to generate online using the favicon.ico generator. FTP into your website and save the created file on your web server.

Here’s my favicon:  favicon

You can also display a custom iPhone icon that displays if your website is saved as a bookmark to the dock (home screen). Create a 57px by 57px image and save it in the root of your web directory as “apple-touch-icon.png”. Mobile Safari looks for that file and if it exists, will use it by default. I prefer to be more explicit and define it with a LINK element along with the favicon.

Here’s how mine looks on my iPhone dock. Not bad.

iphone dock

Now for the code. Add these two LINK elements to the head of your document:
<link rel="shortcut icon" href="relative/path/to/favicon.ico" />
<link rel="apple-touch-icon" href="relative/path/to/apple-touch-icon.png" />

This is a really simple way to add some nice detail to your branding efforts.

Prevent Image Hotlinking

Append “No Hotlinking” Code to the.htaccess File

Protect your bandwidth whenever possible. By adding a few lines of code to your root level .htaccess file you can prevent external websites from directly loading your images, audio, and video files.

Add the following code to your .htaccess file:

RewriteEngine on
RewriteCond %{HTTP_REFERER} ^$
RewriteCond %{HTTP_REFERER} ^http://www.?your-domain.com/.$ [NC]
RewriteRule \.gif|jpe?g|png|mov|avi|wmv|mpe?g$ - [F]

[AaronHalford.com]

TGIF

Another Friday is now upon us. Once again. I can honestly say this has been one of the busiest weeks I’ve had in awhile. Freelancing AND working my 40+ hour per week day job is stretching me pretty thin.

I’ve got a few big projects on deck at the moment. Highest priority is getting my portfolio whipped into shape so it’s presentable to the public. Getting close.

Also on deck is a forthcoming web site for The Longevity Doctor promoting healthy living and wellness. Development is moving right along and Dr. Mayer Horensten is a great client. He’s provided plenty of content and and imagery and is very good about getting back to me with feedback. This allows me to maintain momentum and keep the ball rolling. Current release date for this website will be July 5, 2008. Look for it.

Current weather: Mostly Cloudy 81°F. Tonight we can expect a Low of 54° with Isolated Thunderstorms and a 30% chance of rain.

Back to Work

Well it’s Monday and time to go back to work. I did get quite a bit of carbonbased work done this weekend with the exception of an API certificate I still need to integrate into the shopping cart for Pinnacle Achievement. It’s a little bit of a learning curve to say the least.

This weekend was fairly relaxing despite the 8 hours I put in on Sunday. I just worked on my blog a little, set up Howard’s first newsletter from Washington DC and watched National Lampoon’s Christmas Vacation. Always a great (and funny) movie.

One short week to our 4-day Christmas weekend. It’ll be fast and furious, but I can already see the light at the end of the tunnel. Friday is our floating holiday so the extra day makes it a really nice break. I can hear the lodge hot tub calling my name.

Right now it’s 22°F and Mostly Cloudy. Today we can expect a high of 38°F. Winds W at 5 to 10 mph.

Next Page →