All entries of my technical and business blog

JEMGames Launched

Jun 6, 2008 news
JEMGames has finally joined the 102 Degrees network. JEMGames is an experiment comparing the “successfulness” of a custom programed websites versus off the shelf open source PHP scripts.

No More "The Triangle"

Jun 6, 2008 misc-web
Well, I’ve officially resigned from “The Triangle.” Don’t worry, I’ve got a new place to keep bring experience to this blog. I look forward to my new opportunities.

Finally - PHP has NoIndex on phpinfo output

Jun 4, 2008 php security

A big issue with PHP security had been the developers creating a php info page and not removing it from a production site. As you may know, phpinfo() will dump a ton of useful information (for the developer - as well as the cracker) to the screen:

PHP Script Configuration Class with Logic built in

Jun 3, 2008 php

Sometimes we have static configuration options, such as the name of the company or the location of a particular partner’s website. Other times, there are more dynamic configuration options - such as the current location’s URL or database connection credentials.

Dig for Windows

May 30, 2008 windows

For those of us who develop on windows, we can sometimes feel linux tool envy. One particular tool is the dig command. Well, luckily, you can get this to run on windows easily:

PHP application plugins - force the interface

May 27, 2008 php

The other day I was experimenting with some PHP plugin scripts and trying to develop my own robust plugin system. I started thinking: how can I guarantee that a 3rd party developer sticks to my plugin standards?