All entries of my technical and business blog

Unofficial xdebug ini - with comments!

Nov 18, 2008 php
I found a great article about the xdebug ini file - someone went through and added comments - much like the apache configuration files. Amazingly well written.

Understanding the Observer Pattern in PHP

Nov 17, 2008 php programming

For a while, I’ve been looking at plugin systems, but not really fully understanding the pattern behind them. Don’t get me wrong, I see how they work, but I didn’t know the reason why - the theory or pattern behind it. Well turns out, generally, they’re based upon the observer pattern. I decided to write my own observer pattern demonstration here.

How to throw an AMAZING meeting

Nov 13, 2008 business

I’ve been to far more meetings than any one on earth should ever have had to by the time they’re 25. With that experience, however, I can start to pick out key points of running a great meeting or demonstration. I know this is a different type of post for this blog, but I think its important. There may be times that you’re called on to conduct a meeting or demonstration, as a technical resource. Follow these tips and your meeting will go along smooth, efficiently and successfully.

Name CSS Classes More Descriptive

Oct 30, 2008 css misc-web

One thing I remember being pounded into my head is to not create CSS classes after their physical attributes. So, for example, if your error text is red, do not call the class red. Instead, be more descriptive of the content.

Firebug for IE?

Oct 20, 2008 javascript
Now you can start accessing some of FireBug’s great features in other browsers, like Internet Explorer. Check out FireBug Lite.

array_merge is Useful - But With a Caveat

Oct 7, 2008 php

So, the other day, I saw a horrible thing. I saw two PHP associative arrays that needed to be combined into one, and the worst example of NOT using PHP’s built in functions to combine them. They weren’t using array_merge - instead they were looping through each value.

Ode to a MySpace Layout

Oct 4, 2008 news
sigh Things change… and so does MySpace. I had once written an article about how to create a great MySpace Layout - but it is somewhat out of date. I’m not sure if there is any interest in an updated article. In case there isn’t, and I decide to just remove it, I have a picture of what the original design of mine was here…