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 »
Alfred: Automating Productivity
Alfred is a productivity app for OS X that will help you automated your workflow and make you better at almost everything. Alfred is free, but you have the paid option to add the PowerPack to the app which will […] 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 »
CSS Columns (Part II)
In last week’s tutorial on CSS Columns I went over the basic creation of columns using the CSS3 properties column-count and column-width. These can be used individually to create columns just fine, but as was mentioned last week the best […] Read More »
CSS Colums
One of the most highly requested features for modern websites is a column layout. Clients want to be able to display their content in 2, 3, 4, etc… columns. There has been a big resurgence in a “print-style” for websites […] Read More »