Disclosure Policy
This policy is valid from 30 October 2006
This blog is a personal blog written and edited by me. For questions about this blog, please contact Justin Cook (justincook [ at ] gmail.com. (more…)
October 30th, 2006
Disclosure PolicyThis policy is valid from 30 October 2006 This blog is a personal blog written and edited by me. For questions about this blog, please contact Justin Cook (justincook [ at ] gmail.com. (more…)
October 29th, 2006
Google Spreadsheets not working with Firefox 2.0?Well I just upgraded to Firefox 2.0. It's great, I love it, lots of wonderful features. However, much to my chagrin, I have just discovered that I can no longer work in Google Spreadsheets! It must be a new security feature that's causing the issue, but I can't edit any cells. I can only copy and paste, or use the buttons to change content. And then when I do, it says "updating…" forever, doesn't show the update, but then if I close it and re-open, the update has been made. Anyone else experiencing this?
October 29th, 2006
How to display the category description in WordPressWhen creating categories in WordPress, you can enter a description. The description field is plain text, but you can enter HTML. However, by default, WordPress doesn't even display the description when you're browsing the category! This little bit of PHP code will override that. If your template has only one index.php that handles all page request, edit that. Otherwise, if there's an archive.php, edit that instead. <?php if (is_category()) { ?>
<h2 class="pagetitle">'<?php echo single_cat_title(); ?>' Category</h2> <div id="category-description"> <?php echo category_description(); ?> </div> <?php } ?>
October 28th, 2006
A cost-effective P.O.S. solutionAbout a year or so ago I had to help someone source a POS (Point of Sale) solution for a brew-on-premise wine shop. We evaluated several that we found at download.com, and eventually settled on a $150 piece of software. (more…)
October 28th, 2006
A 'Web 2.0' Wordpress template/themeI've completely redesigned my blog template. I had 2.5 hours to kill yesterday afternnon while waiting for my wife to meet me downtown after work for sushi. So I fired up FireWorks, looked around for a palette I like, and voila!, here are the results! Let me know what you think of it, and if you'd like me to make it available for public download. It's not a perfect template, some things (e.g. the title is an image, not text) have been hacked to suit this site or to make it more Search Engine Friendly. |