-
·
Advanced CSS Selectors
It’s my firm belief that between CSS and jQuery, there’s nothing on a page that I can’t manipulate. CSS is amazing in that (as long as the proper hooks are in place) you can use it to manipulate elements with granular precision. What most people don’t realize, however, is that you can use so much…
-
·
A Guide to Choosing Web Hosting
Of the two “pieces” of your website (your domain and your hosting), finding appropriate hosting is the most important the appropriate thing would be to choose one of the top hosting ranking agencies. Beyond that, it can also be the most challenging, as there are literally hundreds of choices, with varying price points and features…
-
·
PHP ‘include’, ‘get_template_part’, and ‘require’: Best Practices
Including files in a PHP environment can be tricky for new developers. There are no less than four ways to include a file:
-
·
WP-Migrate-DB: Migrating a WordPress Installation in 5 Easy Steps
If you’re a WordPress developer, migrating a finished development project can be one of the trickiest parts. There’s moving parts in many places that have to be taken into consideration, and migration is (unfortunately) where WordPress actually could use some improvement. However, it’s a necessary evil – one that I’ve done almost daily for a…
-
·
WordPress 3.9: An Early Overview
With the release of WordPress 3.9 beta 1 on March 11, everyone is (or should be) ensuring their plugins and themes are ready for the update. There’s a lot of exciting things coming from this update, and it’s easy to overlook some of the more technical (but still important) aspects being added into WordPress. There’s…
-
·
“Cover Me!” Background-Size CSS for Large Image Backgrounds
While working on a few new projects recently, I needed a way to have a background image span a container (horizontally and vertically). I tried every measure of background-size you could think of: background-size: 100% auto; This worked, at least until you got to smaller resolutions. Then, the image would show the background color. So,…
-
·
Howdy Against Humanity – A Fun WordPress Plugin
I’ve been on a plugin writing kick lately. I decided this time I wanted to have a little fun with the “Howdy” up in the top corner. Thus is born… Howdy Against Humanity! Description This plugin changes the “Howdy” in the top right corner to something much more fun (and sometimes irreverent). It pulls a…
-
·
WP-Dogecoin
What is WP-Dogecoin? This plugin allows you to add your Dogecoin donation address to the bottom of your blog posts – automatically! How To Install WP-Dogecoin == If you’re installing this plugin from inside WordPress, skip to Step 5 == 1: Download the plugin from the WordPress Repository 2: Unzip the plugin 3: Upload the…
-
·
Workflow: Questioning the Tried and True Methods
My workflow, for the curious, looks something like this: Digital wireframe. Overlay wireframe on Photoshop (onto 16 column grid). Design mockups. Solicit feedback from client. Make changes. Get approval from client. Code mockup into CSS/WordPress template. Load Content Browser Check Responsive Check Final Client Check Launch Seems relatively straight-forward, right? I’ve been seeing post after…
-
·
Using A Child Theme in WordPress
If you develop WordPress themes, chances are that you fall into one of two camps. You may be the person who takes premium themes and customizes them to your client’s wishes. Or, you may be a custom builder who writes everything from scratch. Chances are you use a lot of the same code, functions, and…