development
Browser Compatibility Stopping Point???
Dec 20, 2013
When starting on a new web project, a lot of things need to be taken into consideration. The one that usually gets developers hurt later in the project cycle is browser compatibility. To make matters worse, that browser compatibility issue often rears...
Continue Reading
wordpress
WP Quickie: Sorting Posts by Last Name
Dec 17, 2013
In a similar fashion to my jQuery Quickie post series, here is where I post some quick code that I used in a recent WP project that I find useful enough to want to use in the future. Sometimes it will be flashy, and other times it will be something really...
Continue Reading
jquicke
jQuery Quickie: Did you really know about .html()?
Dec 05, 2013
Welcome to jQuery quickie, and here is where I share some of the jQuery goodness that is in something I have done for a project. Then again, there are still going to be those days where I just want to try something out to see if I can do it and post it....
Continue Reading
wordpress
WP Quicke: How To Use WP Custom Metabox(CMB)
Dec 02, 2013
In a previous post I talked about ACF and CMB, going over the pros and cons of each. In that post I mentioned that while both are easy to install and operate, CMB takes a little more time and could become confusing for newer devs. Well, today we're going...
Continue Reading
jquicke
jQuery Quickie: Hide on Body Click
Nov 18, 2013
Welcome to jQuery quickie, and here is where I share some of the jQuery goodness that is in something I have done for a project. Then again, there are still going to be those days where I just want to try something out to see if I can do it and post it....