Tech Bytes
Today's digital shutterbug is likely to be part artist, part geek. This section groups rants and raves on the technical aspects of photography: DSLRs, lenses, PC hardware, software, and web technolgies for photo display.
Puzzled
July 11th, 2009Customizing WordPress
June 7th, 2009Some more useful tips.
Custom Page Templates
Using your theme’s Index.php or single.php, you can create a custom template for new pages.
You will need to add the following code at the very top of the file:
< ?php
/*
Template Name: Sample Custom Page
*/
?>
FF Problem
June 2nd, 2009Fix for a Firefox problem opening a local file:
Windows cannot find “
FireFox 3.5RC2 Hacks
June 1st, 2009More Chrome Hacks
Mozilla 3.5 has a redundant new tab button to the right of the tabs. Lots of users find this annoying.
You can easily remove it without another addon.
Edit userChrome.css. Add this code:
.tabs-newtab-button {display: none}

