Blog
-
Custom Table for WordPress Custom Fields
November 1st, 2012 at 10:22am | 5 CommentsI just read Tom McFarlin’s thoughts on building web apps with WP and my comment started to run long, so here I am, writing a blog post. I agree with Tom, WP can make a great foundation for an app. I chose to use WP when I started building WP App Store and it gave me a ... read more »
-
WordPress Best Practices: Global functions vs. classes
May 25th, 2012 at 11:21am | 2 CommentsA couple of months ago I started a thread on the wp-hackers mailing list. I wanted to know whether the WP’s core team intended to use PHP classes or sets of global functions with global variables going forward. I prize consistency above all else in my coding and wanted to follow their lead. Here’s what I posted: ... read more »
-
Dandelion: Git Deployment over FTP
May 4th, 2012 at 3:10pm | No CommentsDandelion is an awesome deployment tool I adopted recently. When you run dandelion deploy from the command line, it automatically determines what has changed in your Git repository since the last deploy and adds, updates, or deletes just those files over FTP, SFTP, or Amazon S3. Kudos to Scott Nelson for his awesome work on this. Packaged as ... read more »
-
Installing 1Password Extension in a Google Chrome Site Specific Browser (SSB)
July 27th, 2011 at 4:30pm | 2 CommentsA few of months ago I abandoned Fluid App for a shell script that generates Google Chrome site-specific browsers (SSBs). It has been amazing. I use a Chrome SSB for two Gmail accounts, Google Calendar, Remember the Milk, and TweetDeck. read more »
-
Firefox 3: Smoother, quicker, better
March 31st, 2008 at 12:35pm | 1 CommentSince the Firefox 3 Beta 1 release in November, I have been following the release notes of each subsequent beta release but have been reluctant to install it for a couple of reasons: Installing Firefox 3 Beta overwrites your Firefox 2 install so you can’t have both versions on the same machine Firebug (my favorite ... read more »
-
Automatic Updates for WordPress
November 30th, 2006 at 12:53am | 3 CommentsWouldn’t it be excellent if your installation of WordPress could patch itself with the latest security update? Well, I’ve thought of a way to do just that. I was just checking in on the Lussumo blog (the people who develop my favorite open source forum software) and I came across the post “Server Hacked“. Apparently ... read more »
-
+1 Mac User
November 26th, 2006 at 4:14pm | 3 CommentsAfter considering it for about three years now, I’ve finally taken the leap from a PC to a Mac. Ever since Sean brought a Powerbook in to school in our third year at UNB I’ve been really impressed with what I’ve seen and heard. More recently I’ve been influenced by the fact that nearly everyone ... read more »
-
Upgrading a MySQL database when you don’t know the schema changes
August 12th, 2006 at 10:45am | 1 CommentWe use an open source web application called osTicket to manage our e-mails for Zenutech. Unfortunately the osTicket project is controlled by a hosting company that does not accept patches. However, Travis Cline (aka tcline) recently stepped up and started a new branch of the project called osTicket Community Edition. The project is managed using ... read more »
-
O’Reilly Open Source Convention
July 24th, 2006 at 2:53pm | 2 CommentsTomorrow I am off to Portland, Oregon with ActiveState for their annual participation in OSCON. I will be working at our booth greeting folks, showing off our products, and handing out t-shirts. Of course I will also be attending lots of interesting talks over the next few days as well. I am most looking forward ... read more »
-
Web Usability: Down with select boxes
March 23rd, 2006 at 11:15am | 4 CommentsBefore After I hate clicking on select boxes to reveal only two or three items to choose from. It bugs the hell out of me. Why? In order to select an item, you have to click to reveal what’s in the select box, then click on the item to choose. That’s one extra step than ... read more »