I was thinking about how difficult it is to create custom links for our campaigns at “the big L” - so I decided to create my own function to build these. To top it off, I’ll make it a bookmarklet. The best thing about it is that it will bring in the current page and put that inside of the bookmarklet in the case you want to build the link right from the page you’re... (more…)
All entries of my technical and business blog.
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 dynamic. Well, using PHPDoc, there is a cool tag called property that helps. For example… (more…)
Shape the Sales of The Better Bachelor 10 Dish Cook Book
Hey everyone - I’m looking to push the sales of the 10 Dish Better Bachelor Cook book to the next level. (more…)
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 and they were taking a look into it. (more…)
jQuery form plugin does not submit submit buttons named submit
… in Google Chrome. Yep. (more…)
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… (more…)
Solving the Problem, Not the Solution
Raise your hand if you’ve ever been told how to do your job… Yep. It’s happened more than once - and I’m sure you already had a flash of red and maybe some warmth come to your face even hearing that phrase. In my current position, I run into scenarios where people seem to think they have the best solution for the problem. And, you know, they may be right, but it’s not their job.... (more…)
jQuery Mobile Presentation from Milwaukee Web Design Meetup
I presented at the Milwaukee Web Design Meetup on Dec 7th, 2010. Just got around to posting my Slides for jQuery Mobile Introduction by Aaron Saray (more…)
Zend_db fill in multiple placeholders
I’ve been using Zend_db to create a query which does a simple search on three columns of a table. Fortunately, I found out that the where() statement handles single parameters intelligently when there are multiple placeholders. In the case that there are many placeholders but only one parameter, that parameter will be added to each of the placeholders the same. (more…)
Milwaukee PHP Users Group - 1st year anniversary
I’m pretty excited: January 11th: MKEPUG 1 year anniversary. Are you going? (more…)