My Blog
contains PHP, Web and business/entrepreneurial related content. Please join in the conversation!
Category Archives: Misc Web Design
When you Create Your Account, Please log in.
I’ve always found it annoying when programmers create systems where you create your account and then you’re not logged in. Maybe I’m lazy? I decided to do a poll on a popular social networking site. The poll went like this: … Continue reading
Mailchimp Overview Presentation: Waukesha Area Internet Marketing Meetup
I will be presenting at the WAIMM Email Marketing Software meetup today. I plan to cover the basics of Mailchimp for comparison to other services like Constant Contact. Download the presentation powerpoint here: Mailchimp Overview Presentation
Why IP Authorization No Longer Works on Web Apps
The last time someone brought up authorizing certain actions by IP address – or I should say, limiting the amount of actions that can happen by one IP address. I brushed that off without a second thought. It didn’t occur … Continue reading
A faster alternative to image beacons with 1×1 gif
So it seems like a very common solution for tracking hit rates is the transparent 1×1 pixel gif. Load this and parse your access logs: requests logged. The problem I have with this is two fold: a) it sends a … Continue reading
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
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
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
