- Most Recent | Since 2004
- List View
- Archive
Kickoff: Development Testbed
September 11, 2011Read moreSUMMARY: Establishing the project scope and specifications in broad strokes. Setting up the development environment.
PSEC: Code Execution Start
September 12, 2011Read moreSUMMARY: Examining the flow of control through the WordPress bootstrap to my theme code during initialization on both client...
PSEC: Code File Organization
September 12, 2011Read moreSUMMARY: Setting up a file structure for the code project for different main files and their included subfiles.
PHP Debugging in Chrome
September 13, 2011Read moreAs I’m pulling together my PHP code, I’m finding that I want a better way of debugging interactively. Right...
PSEC: Database Table Creation Part I
September 14, 2011Read moreSUMMARY: Considering how to use database to store/retrieve data and use it. Installing database inspection tools. Enabling PHP debug...
Outlining Books Faster
September 16, 2011Read moreThere are a LOT of books I have been meaning to review or otherwise deconstruct into happy nuggets of...
Josh Kaufman’s Bonus Tips & Tricks
September 17, 2011Read moreI stumbled upon this great list of productivity tools and habits on Josh Kaufman’s “Personal MBA Bonus Training” page....
30 Seconds to Anything
September 19, 2011Read moreEditor’s note: In honor of TALK LIKE A PIRATE DAY, today’s post has been pirate-speaked! One o’ me productivity-killin’...
SQL Crash Course
September 19, 2011Read moreSUMMARY: Reviewing basic SQL by datatypes and built-in functions. Groking joins, indexes, normalization, and syntax. Wrapped head around how...