Since WordPress 2.7 the commenting system is very easily styled. This is due to the introduction of the new function wp_list_comments which now does all the heavy lifting theme creators were subject to. It also adds classes to each comment based on some simple rules. I’ll show you how to highlight post author comments and explore the other classes as well. Read the rest of this entry »
Ever get annoyed with the automatic jump down a page after clicking a Read More… link in WordPress? I’ll show you how to disable this in a simple PHP snippet that you can cut and paste into your theme’s functions.php file. Read the rest of this entry »
One question that seems to come up a lot amongst Roku developers is how to tie Google Analytics into their channels. So I thought I’d share some code I wrote for tracking with Google Analytics in my Roku channels. Read the rest of this entry »
I got lucky and spent very little time looking for a good free code editor. My requirements were simple – syntax highlighting for HTML, CSS, PHP, JavaScript and it had to support FTP remote editing of files. I stumbled across ActiveState’s Komodo Edit early on in my search and after installing and testing for several minutes, I knew I had found exactly what I was looking for and a whole lot more. Read the rest of this entry »
