May
11
2011
arturo_columns

The New Columns Function in Arturo

I have just release the latest update to my WordPress theme framework Arturo. I have added many new features but one of the most interesting one is the new...

Read More

5 comments

May
10
2011
server_down

Server Down!

I’ve spent the past four days dealing with an attack on my server that caused all of my sites to go offline. Talk about a long weekend. I send...

Read More

14 comments

May
02
2011
select_css

Style a Select Box Using Only CSS

I often have to use a select box when I’m putting together a custom form that requires a drop down list. It took me a while to figure out...

Read More

36 comments

Apr
23
2011
is_child

is_child() Conditional Function for WordPress

I wrote a little function a while back to Check if a Page is a Child of Another Page in WordPress called is_child(). It used the page ID to...

Read More

6 comments

Apr
14
2011
mag_col_new

Just Updated Magazine Columns Plugin

It has been almost two years since I last updated my Magazine Columns plugin for WordPress, and I guess there were a few outstanding issues that needed to be...

Read More

15 comments

Site5 Affiliate Link

Apr
13
2011
notepad

Helpful Page Functions for WordPress

Over the past month I have been working on a large project that has taken up a lot of my time, but I wanted to quickly share two small...

Read More

14 comments

Apr
04
2011
database

Access Another Database in WordPress

When accessing the database in WordPress, you need to use the global variable $wpdb. This will take the constants you set in wp-config.php to connect to your database and...

Read More

22 comments

Mar
30
2011
js

Enqueueing a Script After wp_head()

I was working on a feature for Arturo to add (or enqueue) a script only if a certain function was used on a page. The problem was, that you...

Read More

Mar
25
2011
post-curl

Post to a URL Using cURL and PHP

A client needed me to write a script that would collect information from their database and post it to a specific URL, just like it was being submitted by...

Read More

3 comments

Mar
23
2011
jetpack

Jetpack Plugin for WordPress: Soar or Fall?

Automattic.com just released a collection of plugins as one “super-plugin” called Jetpack. As they explained it, the goal was to bring eight of the most requested features available on...

Read More

3 comments