Blog Posts for Tag: PHP

WordPress: Sort Posts by Multiple Fields (Part II)

Sun July 17, 2011

Here’s a fast and easy way to sort your posts by multiple fields, using the posts_orderby filter hook and a simple function.

Web Experiments #1: Ajax Convo

Fri September 4, 2009

1) I’m learning object-oriented design, design patterns, object-oriented PHP, and object-oriented JavaScript right now. I wanted to do some experimenting with building systems using these concepts, so I came up with the idea of doing a series of “Web Experiments” where I take an idea for some kind of web application and make a demo [...]

Book Review: PHP Solutions

Mon August 31, 2009

In my quest to expand my knowledge of the web industry, I knew I needed to understand more PHP.  PHP is one of the (if not the) most popular languages used on the web today.  I had been exposed to it a little, and I have experience with other C-ish syntax languages, but I needed [...]

WordPress: Sort Posts by Multiple Fields

Tue July 21, 2009

UPDATE: I have written a new post about how to better accomplish this task: WordPress: Sort Posts by Multiple Fields (Part II) Please see the above link for a much more efficient way to sort by multiple fields. I was recently creating a star-rating system for a client, and we were sorting the reviews (or [...]

WordPress: Using a custom home page

Tue May 19, 2009

WordPress hs a simple checkbox in the Admin->Settings panel that lets you set a certain file to be the “static” home page instead of the default listing of the latest posts.

I’m going to show you how (and why) I did NOT use that feature to create my customized home page.

WordPress: Custom Links Display

Fri April 24, 2009

I’ve been working with WordPress for a couple of days now, and I’m thoroughly impressed by its elegant design. I’ve always been a fan of modular, extensible, customizable systems, and WordPress does not disappoint. The great thing about the architecture they’ve built is that if one level of control can’t do what you need, there [...]