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!

Category Archives: Misc Web Design

PHP Doc for non declared properties in your class

You may find while working with projects like Zend Framework that you have a number of publicly available properties of your classes that are not defined and documented. They might be part of a getter/setter magic method or just purely … Continue reading

Posted in Misc Web Design, PHP | Tagged , | Leave a comment

Facebook connect: An unknown error occurred. – but why??

I had been working with the facebook connect javascript API on one site and transferred over the code to another site. I changed the app ID and clicked connect. Every time I got a popup saying an unknown error occurred … Continue reading

Posted in Misc Web Design | Tagged | Leave a comment

To WWW or not to WWW

I run into this question a lot. Should my website have www in the domain name. Should I be going to aaronsaray.com or www.aaronsaray.com?? That is to say, which should be the default home page domain? Let’s discuss… Take care … Continue reading

Posted in apache, Misc Web Design, performance, programming | Tagged , , , | 1 Comment