John Squibb dot com

Tutorials


Here are a couple of tutorials I have written...

Floating a div layer over an iframe containing content from an external website.

Goal: Load a web page from a domain which we do not control and put a floating div layer over its contents.

View Tutorial

HTML Color Picker Creator - Object Oriented PHP Class

Goal: Build a simple web-safe HTML color picker using object-oriented design in PHP.

View Tutorial