Posts tagged with ‘Project’

  • PSEC: Connecting Dots, Part II

    September 28, 2011

    SUMMARY: Studied basic jQuery. Figured out how to bind events so they can hide/show elements of a widget when...

    DSri Seah
  • PSEC: Connecting Dots, Part I

    September 27, 2011

    SUMMARY: Designed widget in HTML/CSS. Figured out where to put my javascript files, and how to load them on...

    DSri Seah
  • PSEC: Designing HTML/CSS Widgets

    September 20, 2011

    Now that I have some rudimentary SQL stuff going on in my WP theme, it’s time to get back...

    DSri Seah
  • 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