Wayne State University

AIM HIGHER

Web Communications Blog

We build user centered Web sites from the ground up.

Archive for the 'code' Category

Code Update: PHPSimpl 0.8.4

Tuesday, January 8th, 2008

The newest version of PHPSimpl has been released and we have updated the code on the production web server. The release bring some much needed features to the framework and a few bug fixes.
We know this is not a widely used framework because we take an active role in its development and feature set. (We [...]

Redirection with ModRewrite and GET variables

Friday, January 4th, 2008

Yesterday I started working on the redirect in the .htaccess for the homepage. The quick links on the homepage are redirected using ModRewrite then pushed through a php file that logs the action. This lets us monitor their usage so we can make sure the best possible links are available in this drop down. Here’s [...]