Tag Archives: php

modglob

“My Name Is Tommy” Portfolio Refresh

Updated my portfolio after a year of stagnation. It’s a little more complicated than it needed to be; I was mostly just playing around with some new stuff.

SiteCycler – A Slideshow for Websites

PHP-YouTube-Site-o-Matic

Here’s some code I wrote a long time ago but just recently released. It could still use some work, but it’s good enough to be put out there. Maybe other people can use it as a jumpoff for something neat?

Dead Simple PHP Maintenance Lock Out

Here’s a quick and dirty way to lock people out of viewing your PHP site while you’re working on it. Put this in a base file or at the top of any page that you don’t want rendered. <?php if … Continue reading