Currently browsing 'coding'

Web based chat and shout boxes.

Posted on Wednesday, July 14th, 2010 at 1:37 pm in Uncategorized, coding.

Here are some of the solutions I’ve found or have dealt with lately when trying to find the perfect solution to website(s) I’m working on.

Web based chat and shout boxes. - continue reading …

Determine if mod_rewrite is enabled using php/environment vars

Posted on Saturday, April 10th, 2010 at 10:09 am in Uncategorized.

A useful way to determine if mod_rewrite is enabled using php/environment vars. I googled this post and thought it was useful. This is useful for anyone switching between windows development + a linux deployment /w mod rewrite. It was on the 2nd or 3rd page of my google results so I’m putting it here ;)

http://christian.roy.name/blog/detecting-modrewrite-using-php

Top