Archive for September, 2009
Twitter Talk Slides
Posted on September 7th, 2009 • Filed under Web Development, twitter • No Comments
I gave a talk on Twitter at the August meetup of Boise Web Technologies Group, here are the slides that went with that presentation.
PHP Cache – Force Refreshing Each Time
Posted on September 7th, 2009 • Filed under Uncategorized • No Comments
When you need to control PHP Cache of a particular page, this is will come in handy. Put this code before outputing any HTML headers.
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: nocache");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
If you have questions/comments, please add them below.
Updates
Posted on September 1st, 2009 • Filed under Wordpress • No Comments
Just updated the site to Wordpress 2.8.4.
So far Akismet has protected me from 15,039 spam comments.
Looking for a new theme/design.
Have to put something smart here....