Archives for: "December 2008"

Monitor Script Execution with PHP

The following is a very simple script that can be used as a framework to monitor the execution of a script. Comments are used for explanation. <?php /* Ensure the viewer has logged in. */ session_start(); if (!isset($_SESSION['bLogged_in']))… more »

Secure CSS For ADNs

This rewrite rule allows CSS requests to run through css.php, which can substitute color attritubes on the fly to allow a single application to be supported by multiple skins, and have greater immunity to cross-site scripting attacks. RewriteEngine On… more »

Application Delivery Networks - An Excellent Application of robots.design

The link above suggests integrating diverse, externally hosted applications with polished designs. This is an excellent use of robots.design, because the volume of design translation may be massive. The basic approach would be to identify those CSS f… more »

A New Paradigm in Web Applications

Services such as Ning (http://ning.com), Shopify (http://shopify.com), and WordPress' blog system are making it possible for people to provide a social network, ecommerce, or blog with little to no technical experience. Many of these people will succeed… more »

Contribute and Share

Participating in a forum related to professional issues is a great way to learn and share. Whether you need help, or answer requests, you will almost always learn from the other posters. I like ProgrammingTalk (link above) - there is a wide variety… more »
1 3 4