A Detailed Look at the 960 CSS Framework
Category: Web Development > Other      Posted: 14 Mar 09

CSS frameworks are bloated. CSS frameworks are for people who don't know how to code. CSS is too simple to implement a framework.

If you'...

5 Easy Ways to Tackle IE6's Transparency Issues
Category: Web Development > Other      Posted: 14 Mar 09

You create the perfect site in Photoshop using the latest trends. Half of your backgrounds contain a nice 50% opacity to simulate depth. The only probl...

How to Dynamically Create Thumbnails
Category: Web Development > PHP      Posted: 14 Mar 09

In this week's screencast, I'll show you how to upload files and then have PHP dynamically create a thumbnail. Whether you're building an ecommerce sit...

Scanning Folders with PHP
Category: Web Development > PHP      Posted: 14 Mar 09

Let's imagine that you want to build a page that will display snapshots of your latest work. One way to do this would be to hard-code the images into y...

Understanding ViewState in ASP.NET
Category: Web Development > Asp.net      Posted: 09 Mar 09

A walk through of how ViewState in ASP.NET works. This screencast shows exactly how ViewState works, how it can be parsed with external tools, when it ...

An Intensive Exploration Of jQuery With Ben Nadel
Category: Web Development > Javascript      Posted: 07 Mar 09

The following video and slide show is my presentation: An Intensive Exploration Of jQuery With Ben Nadel. The presentation covers most aspects of the very robust feature-set provided by the jQuery library. While I cannot go too in-depth on any one particular topic, I do try to cover and thoroughly de...

firework - Playing with light in design
Category: Graphics > Photoshop      Posted: 07 Mar 09

I took a few minutes today to talk about something I've been doing with my design work as of late: playing with light to add depth and texture to a design. In this 7 minute and 19 second screencast, I look at layering elements using gradients and the use of white or black as a way to add light or sha...

Firebug Breakpoints
Category: Web Development > Javascript      Posted: 07 Mar 09

I thought it'd be nice to cover a little bit of Firebug. I've actually been meaning to put together a few screencasts on Firebug. If you like this one, definitely let me know and I'll be sure to put some more together.

In this screencast, I take a quick look at how to use breakpoints in ...

Advanced HTTP Caching
Category: Web Development > Ruby On Rails      Posted: 28 Feb 09

Once you have a firm grasp of the 3 header tags we talked about in the previous episode (max-age, etags, and last_modified) you can start to take advantage of reverse proxy caches. In this episode we let you know exactly what a proxy cache is, and how you might use it to effectively scale a dynamic w...

Page Caching
Category: Web Development > Ruby On Rails      Posted: 28 Feb 09

Ruby on Rails comes with several caching mechanisms out of the box, starting with Page Caching. In this episode we show how to implement Page Caching in a simple blog application

Writing Multi-Tenant Applications in Rails - Guy Naor
Category: Web Development > Ruby On Rails      Posted: 19 Feb 09

With the move to web based applications, the need to create multi-tenant applications grows all the time. The majority of the business applications req...

MooTools: An Overview with Aaron Newton
Category: Web Development > Javascript      Posted: 18 Feb 09

In this session, we cover MooTools from top to bottom. We explore the basic utility methods provided by the framework, delve into the provided functionality from the straight forward (Ajax, Drag'n'Drop, etc) to the more complex (rich effects, sortables, psuedo-selectors, etc), and then move into how ...