- Most Recent | Since 2004
- List View
- Archive
Bootstrapping
September 19, 2011Read moreThe SPRINT I declared last week didn’t happen, because I forgot I had declared it. So I’ve shelved it...
PSEC: Creating MySQL Tables in WordPress
September 19, 2011Read moreSUMMARY: A first stab at establishing a workable database schema for storing tasks. Learned how to use WordPress’ dbDelta()...
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...
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’...
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....
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...
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...
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: Code File Organization
September 12, 2011Read moreSUMMARY: Setting up a file structure for the code project for different main files and their included subfiles.