Reading about WordPress theme development. Found the anatomy of a WordPress theme.
Category Archives: Programming
Announcing Jsrun
Shawn Van Ness and I released Jsrun today. Jsrun is a script runner and suite of utility scripts written in JScript.NET for doing handy things on Windows.
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>
Beginning Perl
Found a free ebook Beginning Perl the other day and started working my way though it. After a few chapters I realised I didn’t really want to learn Perl. I think I’m going to focus on PHP. I can get shit done in PHP just as easily as I could in Perl.
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.
The 5 Hardest Parts of Programming
An article on The 5 Hardest Parts of Programming which discusses optimisation, networking, security, reliability and scalability.