
February 23, 2012 By slushman Leave a Comment
I recently decided to dive into jQuery and figure out how to add a Datepicker to the Seminar system plugin I’m building for the Curb College at Belmont. Thankfully, I didn’t need to write one from scratch because jQuery UI already makes a great Datepicker and including it in a plugin is super easy. While I owe [...]
February 11, 2012 By slushman Leave a Comment
I’ve been using Panic’s Coda to develop my WordPress plugins and manage my sites and I love it. When I published my first plugin, it took me quite a while to find any real resources on using Coda with WordPress’s Subversion servers. It’s fairly simple stuff really, but updating plugins baffled me for the longest [...]
August 13, 2011 By slushman Leave a Comment
I recently needed to customize the welcome new user email that goes out when WordPress registers a new user. While there are several plugins that handle that, I wanted to learn how to do myself (if anything, just to learn). After comparing several plugins and code I found on StackExchange, I came up with this [...]
August 11, 2011 By slushman Leave a Comment
I’m working on a plugin for Belmont where I need the Dashboard to have one column for all users. While I could log into every user and change their Screen Options to one column, it would take next to forever with thousands of students accessing this site. Thankfully, I found this bit of code on [...]