Implementing jQuery UI in a Web Application

A lot of people thought I was crazy for wanting to develop my own PHP framework, and 1400 hours of discovery and development later, they may have a point. At the end of the day, though, I have an extremely powerful and flexible framework for making database-driven web applications. Where even I drew the line, however, was with javascript. I made the decision to use jQuery because its design philosophy seems similar to my own.

Escaping Frames

Every once in a while, a third party will try to trap your web site in a frame on their site. Sometimes, it's merely a lack of awareness about DNS that causes them to do so. Sometimes, it's mailcious. Regardless, there's an easy way to escape!

Adding Javascript to an Application Module

There are numerous ways for an application module to reference javascript (or stylesheets).