I guess I’m going to be in the minority for not heaping praise upon BBEdit’s new update, version 10. However, as a long-time user (I think I started using it somewhere around version 4, IIRC), there have been enough changes in this version to throw my whole workflow out of whack, including one key feature (for me at least) that’s now gone altogether.
“BBEdit 10″ continues…
Fresh off the presses, I have an update to my original WordPress plugin, TC Comment Out. I’ve added the ability to add an attribute that will completely remove the commented out text from the finished page altogether, rather than hide it inside HTML comments (which, by the way, is still the default behavior). So now, if you’re so paranoid (and they really are out to get you!) that you don’t even want the commented text viewable when the visitor to your site views the source HTML in the browser, you now have that option.
“Update to TC Comment Out” continues…
Yeah, I’ve released another small, but hopefully useful for some, WordPress plugin called “TC Disable Browser Upgrade Warning” which, wait for it, removes the “Your browser is out of date!” warning dashboard widget on your administration home page.
“TC Disable Browser Upgrade Warning” continues…
I’m pleased to announce that I’m releasing my first WordPress plugin for public use: TC Comment Out.
“TC Comment Out: My First WordPress Plugin” continues…
The first rule of web development is… Backup.
The second rule of web development is… Never transfer files when you’re tired.
In a related note, look what I pushed out last night for my brother: http://brianfinifter.com/
I just had a rather frustrating experience trying to use a timestamp in a plugin I’m writing. Even though I have my timezone dutifully set in my php.ini file, as all good PHP 5.3.* developers should, the timestamp that WordPress was giving me in the admin section was for UTC instead of America/New_York.
“Using Time in Your WordPress Plugin” continues…