Resources

Resources

Retina Graphics Conversion

We wrote a script to detect Retina enabled displays and serve higher resolution image assets.

Click to download zip >

Simple S3 Backups

We wrote this to provide a simple way to backup our Rackspace server accounts to an Amazon S3 server.

Download Zip File

Virtuemart Plugin - Paypal Pro API

We created this payment processor plugin for the Paypal Pro API for use within the Virtuemart E-Commerce system.

Download coming soon

SpecTHIS.info

We developed this web app to help designers include all the necessary information to get an accurate print estimate.

See it in action!

Retina Graphics Conversion

Concerned about how your beautifully designed website will look on the new Apple retina displays?

We were too.

To help solve, we developed a script that detects retina displays and swaps out images (and background images) with their @2X counter parts. While this won't save you from making two versions of each graphic, it will serve the higher resolution version to the retina enabled displays and standard resolution to others.

As far as the coding goes, just a few simple steps....

1. Link to the latest version of jQuery.

2. Include our retina jQuery plugin.

3. Add simple jQuery function that specifies what element to convert. 

5. Add a @2x file to the same directory that your standard resolution file is in. For example, if test.jpg was 100px x 100px you would upload a file called test@2x.jpg to the same directory that was 200px x 200px. 

Thats it!

Check out our demo here and download the source files.