During a recent Code Dojo with my team, we split up into a friendly coding competition. Coverage.py turned out to be a lifesaver.
Tutorials
New WordPress slideshow posted
I presented an overview of the WordPress application to a recent client and decided to post it on slideshare for anyone interested. It’s intended for a technical audience, but it
Use wp_enqueue_style
A few months ago Chris Scott gave a presentation on ‘proper’ WordPress plugin development. It was full of great stuff so I thought I’d pass along a small slice of
Inject Invalid Elements with JS
Sometimes you need to add objects to a page from other sources. Like Facebook friendconnect boxes, twitter widgets, or some Google tool(s). Many times, these elements will not pass W3C
Open External Links in a New Tab
This javascript snippet is in almost every site I build. It scans the links on the page and add target=’_blank’ to any anchor tag with a href not starting with
