Autor: Tim Strehle

  • US-ASCII transliterations of Unicode text

    Harry Fuecks at SitePoint – US-ASCII transliterations of Unicode text: „[I] ported Text::Unidecode to PHP. […] What I’ve done is easy, compared to the amazing job Sean M. Burke has done with Text::Unidecode. You really need to read the docs to understand what it does and it’s limitations but, in short, it keeps a “database”…

  • PHP and Scrum: the dreamteam in agile web development

    Björn Schotte – PHP and Scrum: the dreamteam in agile web development: „You may have heard about Agile Programming, eXtreme Programming and the like. I want to introduce to you Scrum, which is „an agile, lightweight process that can be used to manage and control software and product development using iterative, incremental practices.“.“

  • Join the rat pack with PackRat

    Giles Turnbull at O’Reilly Mac DevCenter – Join the rat pack with PackRat: „What these webapps need are simple-functionality desktop equivalents that allow you to at least view your data, better still edit it too, and then automagically sync themselves with the online version the next time you’re connected.“

  • What Corporate Projects Should Learn from Open Source

    Andrew Stellman and Jennifer Greene at ONLamp.com – What Corporate Projects Should Learn from Open Source: „It is rare to find a corporate environment where the project team has anything approaching the level of planning, documentation, or review found in successful open source projects. For some reason, as soon as a budget and a deadline…

  • The no-framework PHP MVC framework

    Rasmus Lerdorf – The no-framework PHP MVC framework: „So you want to build the next fancy Web 2.0 site? You’ll need some gear. Most likely in the form of a big complex MVC framework with plenty of layers that abstracts away your database, your HTML, your Javascript and in the end your application itself. If…

  • Is Computer Science an Oxymoron?

    Phil Windley reports a talk by Alan Kay: Is Computer Science an Oxymoron?: „Engineers should read a book about how the Empire State building was done. Including the demolition of the building on the site before, the Empire State building was built in 11 months by 3000 people. We don’t know how to do this…

  • Speed is a Feature

    Stephen O’Grady – Speed is a Feature: „A big part of the equation that is Google is speed, pure and simple. Very low latency performance, delivered from their secret sauce architecture. […] The interesting thing is that speed is not traditionally considered a feature, per se. It’s a design consideration, to be sure, but in…

  • Why I Like PHP revisited

    John Lim – Why I Like PHP revisited: „In a sense, all the interesting techie stuff in PHP is happening at the C level, in the PHP extensions: in pdo, gd, oci8, mysqli, etc. Everything else, PEAR, Smarty, Drupal, Sympony, ADOdb, PHPLib etc, is just fluff :)“

  • Dr. Macro’s XML Rants

    Eliot Kimber – Getting Started: Who the Hell are You and Why Should I Care What You Think?: „I’ve made more mistakes than most and had my share of successes. I’ve learned a lot of hard lessons. And I’m just arrogant enough to think that my opinion has serious weight (or maybe more than arrogant…

  • Lucene Web Service API

    Joe Gregorio cites: „The core of Lucene Web Service API is primarily based on the Atom Publishing Protocol, with a few extensions. We’ve added the ability to get and set properties of any index or the service itself. For searching, we’ve based our implementation on the OpenSearch 1.1 protocol.“