Posted on March 13, 2014
Posted on January 15, 2014
Gary Jones’ Recommended Resources on Avoiding Singletons
The Clean Code Talks – “Global State and Singletons” Why Singletons have no use in PHP Testing Code That Uses Singletons Making Singletons Safe in PHP The “Missing” Patterns of the PHP Manual — Singleton Why Singletons are… Read More
Posted on October 15, 2013
Peer Recommended Web Hosts (WordPress & otherwise)
If you’ve ever tried a web search for something like “top web hosts” or “best shared hosting,” you know that finding legitimate information is much like finding The Loch Ness Monster. A couple months ago, I had a… Read More
Posted on October 7, 2013
Bookmarklet to Highlight Tasks Assigned to Me (or other users) in Basecamp
Basecamp classic showed a light yellow highlight under tasks assigned to me, but NEW Basecamp seems to have lost that UX feature. If you want a quick way to toggle those highlights, drag the bookmarks below to your… Read More
Posted on October 2, 2013
A print_r() or var_dump() replacement that expands the variable into valid PHP code.
Occasionally you want to expand an object or array variable to see what it contains. Typically we would use a variation of print_r() or var_dump() to do this, but the down side is there is no way simple way… Read More
Posted on August 15, 2013
TwitterWP — A WordPress tool to get you connected to the Twitter 1.1 API
While updating my DsgnWrks Twitter Importer, I took the time to abstract the “Connect to Twitter” part. This will hopefully be an invaluable tool to anyone working with Twitter’s API in WordPress, or has clients that need their old… Read More
Posted on August 10, 2013
Sublime Text WordPress Debugging Snippets
Debugging, if not THE top, is close to the top of a web developer’s activities. That being the case I think every developer should have a personalized and custom set of debugging tools at their disposal to make… Read More
Posted on August 7, 2013
Primer On Globals, PHP, Classes. or OOP.
What the OOP is a PHP Class?
Posted on February 26, 2013
WordPress Shortcode Category to set Post Formats when posting from IFTTT
Two days ago, Mark Jaquith wrote a post over on Make WordPress Core introducing the new default theme that will be shipped with WordPress 3.6 aptly named “Twenty Thirteen.” This theme is a few steps in a different… Read More
Recent Comments