-
September 19, 2011
PSEC: Creating MySQL Tables in WordPress
September 19, 2011SUMMARY: A first stab at establishing a workable database schema for storing tasks. Learned how to use WordPress’ dbDelta()...
-
September 19, 2011
SQL Crash Course
September 19, 2011SUMMARY: Reviewing basic SQL by datatypes and built-in functions. Groking joins, indexes, normalization, and syntax. Wrapped head around how...
-
September 14, 2011
PSEC: Database Table Creation Part I
September 14, 2011SUMMARY: Considering how to use database to store/retrieve data and use it. Installing database inspection tools. Enabling PHP debug...
-
September 13, 2011
PHP Debugging in Chrome
September 13, 2011As I’m pulling together my PHP code, I’m finding that I want a better way of debugging interactively. Right...
-
September 12, 2011
PSEC: Code File Organization
September 12, 2011SUMMARY: Setting up a file structure for the code project for different main files and their included subfiles.
-
September 12, 2011
PSEC: Code Execution Start
September 12, 2011SUMMARY: Examining the flow of control through the WordPress bootstrap to my theme code during initialization on both client...