Just found this great plugin for jquery that worked like a charm and wanted to pass it on! http://allinthehead.com/retro/338/supersleight-jquery-plugin
Posts filed under Learning
A new service by Amazon has surfaced. It combines their computing cloud with their storage surface to bring the power of super computers into your backyard. It is meant for heavy and intensive jobs like web indexing, log analyzing, or even scientific simulation. It is basically an automatic interface that will create your computing cloud instance, allocate the proper resources, …
I recently had someone at work call me a furniture expert. I don’t know if I’m an expert, but I sure am very particular about my work space and with good reason. For someone that spends as much time as I do in front of a computer, I need to take care of myself so that I remain efficient, comfortable, …
Here is a plug-in for PHP Smarty Template engine that will allow you to display an iframe. Just unzip it into your Smarty plug-in folder. functionhtml_iframe.zip
This script is a basic API to expire a membership in AMember. It will look up an AMember account based on AMember ID, or email, or first and last name. It will then set the expired date for a subscription to a date in the past. The effectively cancels the subscription, but it keeps all of the data intact in …
Amazon has began offering a new service that many businesses are beginning to utilize. Unfortunately the brains behind the service didn’t put much thought into good documentation. I’m going to write some of the things that I have learned in using this service in hopes that someone out there won’t have to go through the mess that I did. Concept: …
I tried to upgrade my Zune’s firmware to the new 2.5 version a couple of days ago and really messed things up. Everything was going fine until my Zune froze for 8 hours on a screen saying “Please wait. Do not disconnect device”. Well, I know the dangers of interrupting a firmware update, but I decided that if it had …
The internet was a marvelous invention. I remember in high school when we first started using the internet, the one question I kept having was “If all those websites exist out there, how are you supposed to find them?” It’s come a long way since then. Here are some ways that the internet made my life better. It gave me …
During the last several weeks I have found myself fervently trying to find some freelance work to fill in the gaps when my regular schedule dropped to part time. Here are some of the resources I used and some information about each one of them. ScriptLance (www.scriptlance.com) – at first glance I figured this was a winner. There was a …
The most fascinating thing that I read in this article was about being able to dynamically create getter and setter methods. Over the years some of my class files have really gotten bogged down with having getter setter methods for every property. Now, using a single function, you can accomplish this. The author points out a couple of drawbacks however, …