Tutorials Page 120
![Mighty Deals: WordPress Shortcodes Plugin + 3 Premium WP Themes]()
Mighty Deals: WordPress Shortcodes Plugin + 3 Premium WP Themes
A while back I wrote a post about WordPress Shortcode creation. Shortcodes are convenient and useful on so many levels and for so many levels of skilled WordPress users. A basic user can quickly learn shortcodes, as can an expert-level developer. In short...
![Windows 8 Pin METAs]()
Windows 8 Pin METAs
Windows 8 allows for adding websites as apps (or maybe "bookmarks" is a better term) to the home screen, much in the vein that iOS allows users to do the same. Like iOS devices, Windows 8 allows users to accomplish this same task using custom...
![Firefox Button Height Fix]()
Firefox Button Height Fix
One problem I've seen on occasion is that button heights in Firefox are a few pixels larger than in other browsers. This can be a nightmare when trying to unify the size of buttons with an
Aelements, as we found out when implementing a new...![CSS Counters]()
CSS Counters
Counters. They were a staple of the Geocities / early web scene that many of us "older" developers grew up with; a feature then, the butt of web jokes now. CSS has implemented its own type of counter, one more sane and straight-forward than the ole...
![CSS Idea: /*autoprefix*/]()
CSS Idea: /*autoprefix*/
Using utilities likes SASS and Compass have made me me think a lot about how we can improve CSS in the short term. Of course all CSS proposals should go through the W3C standardization process, but the problem is that those processes take a long time.
![Multiple Background CSS Animations]()
Multiple Background CSS Animations
CSS background animation has been a hot topic for a long time, mostly because they look pretty sweet and don't require additional elements. I was recently asked if it was possible to have multiple background animations on a given element and the answer is yes...with...
![Referencing a Script’s Own Tag]()
Referencing a Script’s Own Tag
There are times when the contents of an external script may want to reference its own
SCRIPTtag. There are times that developers may want to detect attributes of the script tag which act as options for the script; this is a practice that's been done...![GitHub and Mozilla Work Process]()
GitHub and Mozilla Work Process
Nicholas Zakas sent out a call to Twitter asking developers who use GitHub as a primary CVS to share their working process. Mozilla uses GitHub for many (if not most, but I can't confirm that) mission critical web applications so I chimed in on...
![Multiple Facebook Accounts on iOS]()
Multiple Facebook Accounts on iOS
When little Jackson London Walsh was born, I pondered whether we should give him his own Facebook account or simply have my wife and I post to our personal accounts. We decided to get Jack his own account because: we want to be able to have photos...
![Prepend and Append Files with .htaccess]()
Prepend and Append Files with .htaccess
One of the lessor known and used capabilities of .htaccess files is the ability to prepend and append includes to every page request. Doing so avoids needing to code
<?php require('footer.php'); ?>in every template file you wat to use them in. Here's the .htaccess code: Now...









