Aaron Saray

open source programmer,
web developer

entrepreneur, author
and musician

My Blog

contains PHP, Web and business/entrepreneurial related content. Please join in the conversation!

Monthly Archives: June 2008

JEMGames Launched

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.

Posted in news | Tagged | Leave a comment

No More "The Triangle"

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.

Posted in Uncategorized | Leave a comment

Prototype JS – form elements need names, not just IDs

So, I got stuck on this bug for an hour – so I thought I’d write it down. I was using prototype js’s serialize command on a form. I was also using a strict xhtml doctype. My form elements had … Continue reading

Posted in javascript | Tagged | 1 Comment

Finally – PHP has NoIndex on phpinfo output

Security Issue? 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 … Continue reading

Posted in PHP, security | Tagged , | Leave a comment

PHP Script Configuration Class with Logic built in

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. … Continue reading

Posted in PHP | Tagged | Leave a comment