Endless Grid of All Posts, Ever

  • Kickoff: Development Testbed

    September 11, 2011

    SUMMARY: Establishing the project scope and specifications in broad strokes. Setting up the development environment.

    Read more
    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...

    Read more
    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.

    Read more
    DSri Seah
  • SPRINT!

    September 13, 2011

    I was reading up on SCRUM, one of the “agile development” methodologies that have appealed to me. I’d like...

    Read more
    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...

    Read more
    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...

    Read more
    DSri Seah
  • Outlining Books Faster

    September 16, 2011

    There are a LOT of books I have been meaning to review or otherwise deconstruct into happy nuggets of...

    Read more
    DSri Seah
  • Josh Kaufman’s Bonus Tips & Tricks

    September 17, 2011

    I stumbled upon this great list of productivity tools and habits on Josh Kaufman’s “Personal MBA Bonus Training” page....

    Read more
    DSri Seah
  • 30 Seconds to Anything

    September 19, 2011

    Editor’s note: In honor of TALK LIKE A PIRATE DAY, today’s post has been pirate-speaked! One o’ me productivity-killin’...

    Read more
    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...

    Read more
    DSri Seah