Reading about WordPress theme development. Found the anatomy of a WordPress theme.
Category Archives: Internet
Efficient PHP Debugging In Vim
Found this article today Efficient PHP Debugging In Vim which explains how to setup Vim as a PHP debugger.
There was also Debugging PHP using Xdebug and Notepad++.
HTML5 Declaration
This is too easy to forget, you would think. Yet for some reason I still look it up when I need it:
<!DOCTYPE html>
A List Apart
Learned about a web design website today called A List Apart. It seems to have some interesting content centered on web design.
Kick-starting a responsive design from a template
I got a referral from Stuart Laughlin to initializr which is a handy HTML/CSS/JavaScript template generator. Stuart’s recommendation was to use the Twitter Bootstrap template.
Shawn Wildermuth on Responsive Design
Watched this talk today on Responsive Design by Shawn Wildermuth.
CSS Media queries
Heard about CSS Media queries today. It’s a table of CSS media queries that can help you figure out what sort of a device you are on.
FaceBoom Us
I created a site FaceBoom Us. I wonder who will figure out how subversive this is of me? >:)
The 5 Hardest Parts of Programming
An article on The 5 Hardest Parts of Programming which discusses optimisation, networking, security, reliability and scalability.
Alan Kasindorf on Modern Memcached
A talk Modern Memcached by Alan Kasindorf.