Category Archives: Web Design

PHP Code Get Most Recent WordPress Post

PHP Code Get Most Recent WordPress Post This is a quick example using only vanilla PHP.  There are more dynamic ways to do this using RSS classes built into PHP addons, which I won’t go into detail here.  Instead, we will just use vanilla PHP, and parse the XML by hand. On to the code, [...]

New fluid, near image-less WordPress theme for CCM

First Draft I thought it would be neat to explain my thought process and show my progress as I went through creating the new CCM theme. I knew I wanted to make the theme have a console feel to it, but still be modern.  I am NOT a designer, but I tried ;(.Things I knew [...]

ie6 non-secured elements on thickbox modal window

I recently had a chance to use thickbox, and I have to say it did exactly what I need to do: created a modal window with jquery and make a simple ajax call.  I spent quite a bit of time trying to track down why ie6 was giving a security warning when pulling in ajax [...]