Javascript Clouds Animation with Mootools
March 3rd, 2011 | 8 comments
After creating a basic placeholder page for fromthecloudup.com, I decided it would be fun to make some clouds randomly float across the page since there isn’t anything else really exciting going on there. So I wrote some Javascript classes using Mootools and made myself a cloud generator :). It consists of two clases, a main class called CloudGenerator that orchistrates everything and a Clouds class that governs individual clouds. It requires Mootools 1.3.1 Core & More. It’s pretty simple to get up and running. You can download all of the source, plus a demo page complete with cloud graphic here:…
From The Cloud Up
February 27th, 2011 | 1 comment
I have been wanting, for some time now, to create a website that will teach visitors how to create a web application completely from start to finish. From no server and no domain name, to a complete site running on a vps/cloud based hosting provider complete with CDN, DNS management, S3 file hosting, etc. In addition to the administrative tasks of getting a site up and running (domains, server, cdn, dns, etc.), I would like the teach visitors how to create a database driven site complete from server-side to client-side (including front-end high performance best practices and SEO). I plan…
Got my Chrome OS powered Cr-48 Today
December 9th, 2010 | 5 comments
I applied for the pilot program to test out the new Google Chrome OS and got my prototype laptop this morning, less than 48 hours later! It came in an awesome box with a guinea pig about to get on an exercise wheel connected to a jet engine :) The instructions card that came with it had some fun copy too, even the FCC Notice. Check it out!
Amazon CloudFront Just Got Cooler
November 8th, 2010
Today Amazon rolled out support for custom origins with their CloudFront CDN. Before this, you could only serve content through CloudFront that was stored on S3. Now, you can specify a custom origin server (the source that CloudFront initially goes to for a requested asset) to serve out files through CloudFront. This is awesome news because it means that you can provide dynamic resources that have a long cache time and do not change often. Additionally, it looks like this may open up some new ways to more intelligently serve gzipped files to users (currently a pain to do with…
A Simple MooTools Menu
August 13th, 2010
Using the handy MooTools JavaScript framework (and its terrific Fx classes) I made the simple expanding menu you see to the left of this post. It worked great until I tested it in IE and found that the JS engine is so slow that it was doing some wacky things in the animation. I wanted to keep the markup as clean as I could but I ended up fixing the IE problem by wrapping the menu text in <span> tags and then doing a little extra styling of those spans with css. The menu works in IE7&8, as well as…
Getting Started with HTML Emails
August 10th, 2010
I recently needed to create some HTML emails. I knew that email clients were pretty restrictive when it comes to the html and css they allow, but I was a bit surprised at how bad the landscape really is. Pretty much throw out any best practice for coding html and pretend you are back in the 90′s. Here are some general tips and tricks I learned this week about HTML emails. Inline your CSS. Forget about embedding your css styles at the top (or as separate resources). Most email clients strip out the HTML and BODY tags so you have to embed…
Chrome Extensions
June 1st, 2009
Update (7/10/09): I fixed the extensions to work with the new update to Chrome, find them here. Today I decided to convert some of my Greasemonkey Scripts to Chrome Extensions. I converted my Digg AdBlocker, Hacker News OnePage, and Hacker News Comments scripts. It turned out to be quite easy, I barely had to change anything to get them running as Chrome Extensions. I packaged them using the python script Google supplied, so they are easy for anyone to install. To use the extensions, you first need to be running the dev build of Google Chrome, you can get it…
DSS Creative Labs
June 1st, 2009
Over at DSS Creative we usually have a couple projects running in the background that are just for fun or satisfy a particular need. We call these our Labs projects. A while ago we created a url shortening service and just recently we made a domain name lookup service. Go ahead and check out our DSS Labs page!
Digg AdBlocker reaches 2,000 installs
January 15th, 2009
About one and half years ago I wrote a Greasemonkey script for removing the ads from digg.com. Today that script reached 2,000 installs! Grab my Digg AdBlocker script and check out the other scipts I have made.