Category Archives: PHP

BarCamp Brighton 5: Building Brilliant APIs

As prom­ised, here are the slides from mine and @fry15’s talk at BarCamp Brighton 5, 03/10/2010: Building Brilliant APIs on SlideShare.net Building Brilliant APIs on iWork.com Building Brilliant APIs — PDF Building Brilliant APIs — Keynote ’09 License: http://creativecommons.org/licenses/by/2.0/uk/

Dynamically Update Copyright Year with PHP

Here’s a little php code snip­pet to make sure the copy­right year in your site footer is always up to date:   Copyright — <?php echo date(“Y”) ?>   Now this will auto update your page with the cur­rent year