PHP Namespaces
In the new release of PHP (5.3) there’s now namespaces support. Maik Beckmann explains some more in his blog entry Hooray for namespaces in PHP 5.3
See also PHP Namespaces (Part 1: Basic usage & gotchas)
Dan Atrill's blog site
In the new release of PHP (5.3) there’s now namespaces support. Maik Beckmann explains some more in his blog entry Hooray for namespaces in PHP 5.3
See also PHP Namespaces (Part 1: Basic usage & gotchas)
Wed, October 17 2007 » PHP » No Comments
OK, so no sooner do we see rabbits on Sony Bravia TV ads than I found this Sony Bravia Pyramid Ad on Orange Days via a Technorati search.
I prefer the rabbits, but multi-coloured cotton reels is still eyecatching.
Wed, October 17 2007 » Off-Topic » No Comments
This Sony Bravia TV ad has been out a short while, soundtracked by the Rolling Stones (“She’s A Rainbow” from Their Satanic Majesties Request). This is stop action animation in realtime New York. Great stuff. The Sony BRAVIA site in Europe seems to be hamstrung by an Action Script error, but is now up and [...]
Wed, October 17 2007 » Off-Topic » No Comments
An annoyance I’d forgotten with using overflow in a <div> ie setting css to overflow: scroll is that a horizontal scroll bar appears, greyed out. A small search revealed using overflow: auto meant it only scrolled vertically.
I found the answer at CSS overflow:scroll – Dev Articles but a simple Google on css overflow provides lot [...]
Thu, October 4 2007 » Web developing » No Comments