27 Sep, 2006
Posted by: eisabai In: WWW
Web 1.0 –> Web 2.0
DoubleClick –> Google AdSense
Ofoto –> Flickr
Akamai –> BitTorrent
mp3.com –> Napster
Britannica Online –> Wikipedia
personal websites –> blogging
evite –> upcoming.org and EVDB
domain name speculation –> search engine optimization
page views –> cost per click
screen scraping –> web services
publishing –> participation
content [...]
23 Sep, 2006
Posted by: eisabai In: Snippets
UPDATE `table`
SET `field` = CONCAT(`field`, ‘ append text’);
10 Sep, 2006
Posted by: eisabai In: PHP
How OO is PHP?
How “object-oriented” is PHP? Your answer to that question probably depends on your particular litmus tests for object-orientedness. In this sidebar, we offer a whirlwind tour of features that typically show up in OOP languages and briefly discuss the extent to which PHP supports them. Some of these issues are explored more [...]