Select Page

Safari Rules

Now I am an Apple fan, but that said, I was lured by Firefox 1.5 to break away from my Apple-made browser, Safari 2.0. A few days ago, I imported all my bookmarks into Firefox and switched my default browser to Firefox. I think it’s interesting that you set the...

Xyle Scope

I bought Xyle Scope a few days back and it just saved my sanity a few minutes ago. I was trying to not float a label that floats left by default. #content_sub label { clear:none; float:left; display:block; } label.stick { float:none; } Presumably, the label.stick...

Mac OS X Tiger

I got it installed and it’s awesome! The only hitch I had is that I forgot to backup my development databases on my iBook. Since there were production copies out there, it wasn’t too bad to solve that. Zend Studio, which I love, wasn’t installing,...

Getting Ready for Tiger

As anyone with a Mac knows, the new version of Mac OS X, the Apple operating system, is being released today. My copy from Amazon should arrive soon. To prepare myself, I’ve got a checklist on my desk of things to do to be ready. I’ve had some pretty...

Will Scrimshaw Continue?

I’ve been reading a ton about coding guidelines as I work to expand on Scrimshaw. I’ve come to realize two things. First, this coding style in itself is about helping me to be more productive. If it helps someone else, even better. But it’s for me....

The Value of Values

Within every Centeno-based application is a Values object. Many config.php files I’ve seen require that you then include the file into every page in the application. I’ll be looking through the code and find $someVar and I look through and I’m...