Archive for the ‘PHP’ Category

class.pagination.php

I’ve been meaning to simplify my work / life by creating some classes that I can use to streamline a lot of the projects that I work on. I found myself with some time this week and finally took a small step in that direction by creating a pagination class. Up until now I’ve used a function that I wrote way back when for paging. It was clunky, kludgy, and limited. I looked around at what was available online and what I found was, for the most part, clunky, kludgy, and limited.

Read More

The need for project planning

I’ve been working on a largish website project and I’ve been falling steadily behind schedule. The reasons for the delays fall into two categories: data conversion and code conversion. Both turned out to be more complicated than I expected.

Read More

The coolest PHP plugin ever

Okay, maybe I’m overdoing it a bit. It depends. Have you ever needed to pull complex data from a media file? Maybe the ID3 data? Maybe the width and height so you can display the object properly?

Read More