Kategorie: Tim’s Weblog

  • Migrating from PHP 4 to PHP 5

    Nice summary: Migrating from PHP 4 to PHP 5

  • Dublin Core Metadata Element Set

    „The Dublin Core metadata element set set is a standard for cross-domain information resource description.“ It consists of the following elements: Title Creator Subject Description Publisher Contributor Date Type Format Identifier Source Language Relation Coverage Rights

  • Helping Your Visitors: a State of Mind

    Nick Usborne at A List Apart: „If you want people to know how to find what they want on your site, be sure the language you use is relevant to their needs. At its simplest, this means avoiding corporate-speak and industry jargon. It means taking the trouble to find out which words and terms your…

  • Memory resident

    Rich Skrenta explains why only RAM is fast: „A disk head seek is about 9ms, and the human perceptual threshold for what seems „instant“ is around 50ms. So if you have just one head seek per user request, you can support at most 5 hits/second on that server before users start to notice latency. If…

  • Why Tablet PC

    Tim Anderson’s „Why Tablet PC? The pros and cons of keyboards versus handwriting input and review of Acer C110 or C111“: „When Tablet was first launched I was unsure of the format’s long-term potential. I am deeply wedded to the keyboard, there is a hefty price premium, and twisting a Tablet screen to convert it…

  • Caching in PHP

    Harry Fuecks publishes a sample chapter on caching from his „PHP Anthology“ book.

  • PHP Web Projects Continue to Impress Me

    Java developer Russell Beattie is impressed by PHP projects: „What is it about PHP that makes it so good for web projects? On the face of it, it looks like half-ass Perl or or scriptlet-based JSP pages. I mean all the bad things we’re supposed to be getting away from with MVC and JSTL is…

  • WordPress

    Looks great: „WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability.“

  • The WorldWideWeb browser

    Tim Berners-Lee on the world’s first web browser: „The first web browser – or browser-editor rather – was called WorldWideWeb as, after all, when it was written in 1990 it was the only way to see the web. Much later it was renamed Nexus in order to save confusion between the program and the abstract…

  • MVC in PHP

    revjim.net tells us how to write better code in PHP: „Writing good, clean PHP code isn’t hard. One just needs a few simple guidelines.“ He’s explaining his approach to using Model/View/Controller architecture in a PHP application. (Not very well written, in my opinion – writing good, clean tutorials IS hard…)