More buttons made purely with CSS in a few different colors. Really I just made them for myself (again) so I can use them again later. Easy to copy paste and then use them however you want. Feel free to […] Read More »
Tag: Development
WordPress Menus with Foundation
In a previous blog post, I talked about Theme Development From Scratch w/ Underscores & Foundation. However, I really didn’t go into a lot of detail about how to use Foundation with WordPress. The main reason for this is the […] Read More »
Pretty URLs with .htaccess
The .htaccess file is one of the most powerful tools available on your Apache server (this only works on Apache, so Windows users must find their fun somewhere else). It allows you to provide a way to make configuration changes […] Read More »
Alfred Custom Searches
Two weeks ago I wrote an article about Alfred, the productivity app that can replace your Spotlight while doing so much more. One of the extra features I discussed in that “review” was the Custom Search function. With this function, […] Read More »
SEO Tricks and Tips for WordPress
Introduction Search Engine Optimization (SEO) is a widely discussed topic – just Google “SEO” and you can see how many companies exist that only deal in SEO. For those of you that don’t know, SEO if the process of improving […] Read More »
WordPress User Roles
Creating your own customized WordPress user role is simple to do and gives you the power to define exactly what a user will do on your site. For example, we give our clients access to almost everything except the ability […] Read More »
Theme Development From Scratch w/ Underscores & Foundation
I recently watch a presentation on WordPress.tv given at WordCamp Orange County 2014 on the topic of creating your own theme using Underscores and Foundation. After I had finished the video, I tried out this technique of theme building myself, […] Read More »
Pure CSS Buttons
Buttons made purely with CSS in a few different colors. Really made them for myself so I can use them again later. Easy to copy paste and then use them however you want. Feel free to copy paste and use […] Read More »
Git Cheat Sheet
Looking for a quick reference sheet of Git commands? Don’t bother memorizing them all! Print off this super handy cheat sheet and quickly find the command you’re looking for. It’s super well laid out and explains all the important Git […] Read More »
Debugging WordPress
All programmers know that debugging can be one of the most frustrating parts of any development cycle. Debugging can be extremely easy or extremely difficult – and a lot of that depends on the tools available to help the process […] Read More »