Slushman Design helps businesses, churches, and musicians develop websites with WordPress and use online tools to market and communicate.

Twitter Feed

Contact Us

If you're interested in using Slushman's services, please fill out this form and I'll get in touch with you shortly.

P.S. Sorry about the captcha, I've been getting alot of spam from this form.

Recent Posts

datepicker-head

How to Add the jQuery UI Datepicker to a Plugin

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 [...]

Using SVN and Coda to Develop for WordPress

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 [...]

How to Change the Welcome User Email

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 [...]

How to Set Dashboard to Use One Column

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 [...]