Archive for the 'Dev' Category



While I’m still working out the exact method to define a content type, I’m far enough along that I was able to start working on the code to display the extra forms for each content type.
The idea is simple: Select a content type, and the additional form fields for that content type appear […]

Wordpress as CMS: Content Types

I’m currently working on the Content Types feature of my CMS plugin for Wordpress. As previously discussed, I think this is an important feature for a CMS that is truly extensible and flexible enough to be used for any purpose.
At the moment, I’m working on determining the best way to define a Content Type […]

Lists - So Close, Yet So Far

Last night I reached a point where basically had all the core functionality I wanted for Lists. I uploaded it to the live server, and it worked equally well on my PC and my mobile phone. Awesome.
When I started working on it today, I felt that it still wasn’t quite as “dynamic” as […]

Mini Project: Lists

I’ve recently started working on a simple web-based application in the hopes of solving on of (my) life’s little problems, which I am currently referring to simply as “Lists”.
The Problem: Whenever I talk to others, I’m always hearing about new things– restaurants I should try, movies I should see, books to read, etc. If […]