Code

  • PSEC: Creating MySQL Tables in WordPress

    September 19, 2011

    SUMMARY: A first stab at establishing a workable database schema for storing tasks. Learned how to use WordPress’ dbDelta()...

    DSri Seah
  • SQL Crash Course

    September 19, 2011

    SUMMARY: Reviewing basic SQL by datatypes and built-in functions. Groking joins, indexes, normalization, and syntax. Wrapped head around how...

    DSri Seah
  • PSEC: Database Table Creation Part I

    September 14, 2011

    SUMMARY: Considering how to use database to store/retrieve data and use it. Installing database inspection tools. Enabling PHP debug...

    DSri Seah
  • PHP Debugging in Chrome

    September 13, 2011

    As I’m pulling together my PHP code, I’m finding that I want a better way of debugging interactively. Right...

    DSri Seah
  • PSEC: Code File Organization

    September 12, 2011

    SUMMARY: Setting up a file structure for the code project for different main files and their included subfiles.

    DSri Seah
  • PSEC: Code Execution Start

    September 12, 2011

    SUMMARY: Examining the flow of control through the WordPress bootstrap to my theme code during initialization on both client...

    DSri Seah