2006-03-29

Permanent link Roll Your Own Search Engine with Zend_Search_Lucene

John Herren at Zend Developer Zone - Roll Your Own Search Engine with Zend_Search_Lucene:

"Zend_Search_Lucene is a php port of the Apache Lucene project, a full-text search engine framework. [...] In this tutorial, I'll show you how to use Zend_Search_Lucene to index and search some RSS feeds."

Filed under: Wed, 29 Mar 2006 00:19:47 +0200
2006-03-27

Permanent link Styles: Beyond WS and REST

Tim Bray - Styles: Beyond WS and REST:

"I think “Web Style” would be a better name than “REST”. [...] I think we should take the “Web Services” label into the jailyard, strap on a blindfold, give it a last cigarette, and shoot it. It doesn’t mean much any more, and to the extent that it does, it’s misleading: WS-* doesn’t have much of the Web about it."

Filed under: Mon, 27 Mar 2006 10:37:59 +0200
2006-03-26

Permanent link Image Annotation on the Semantic Web

W3C - Image Annotation on the Semantic Web:

"The goals of this document are (i) to explain what the advantages are of using Semantic Web languages and technologies for the creation, storage, manipulation, interchange and processing of image metadata, and (ii) to provide guidelines for doing so. The document gives a number of use cases that illustrate ways to exploit Semantic Web technologies for image annotation, an overview of RDF and OWL vocabularies developed for this task and an overview of relevant tools."

Filed under: Sun, 26 Mar 2006 23:29:48 +0200
2006-03-24

Permanent link Hi-Rest and Lo-Rest, two broken halves of the tower of Babylon

jonnay - Hi-Rest and Lo-Rest, two broken halves of the tower of Babylon:

"All the HTTP conformance in the world wont mean a thing if your application stores client state on the server. You still won't be RESTful."

Filed under: Fri, 24 Mar 2006 13:30:03 +0100
2006-03-19

Permanent link The REST Elevator Pitch

Koranteng Ofosu-Amaah - The REST Elevator Pitch:

"I've recently been thinking about defining the hardest problems I've encountered in software engineering, my cursory top 10 list:

  • State
  • Caching
  • Latency
  • Concurrency
  • Search
  • Metadata
  • Persistence
  • The Holy Grail Of Extensibility
  • Structured data
  • Character encoding

Now I'm not a database person so I handwaved away all of those data peoples' worries in one word: persistence."

Filed under: Sun, 19 Mar 2006 21:36:13 +0100
2006-03-17

Permanent link Amazon S3

Jeff Bezos - Amazon S3:

"Earlier today we rolled out Amazon S3, our reliable, highly scalable, low-latency data storage service.

Using SOAP and REST interfaces, developers can easily store any number of blocks of data in S3. Each block can be up to 5 GB in length, and is associated with a user-defined key and additional key/value metadata pairs. Further, each block is protected by an ACL (Access Control List) allowing the developer to keep the data private, share it for reading, or share it for reading and writing, as desired.

The system was designed to provide a data availability factor of 99.99%; all data is transparently stored in multiple locations.

S3 is a very cost-effective data storage solution. Using S3's economical pay-as-you-go model, storing 1 GB of data for 1 month costs just 15 cents."

Filed under: Fri, 17 Mar 2006 08:13:28 +0100

Permanent link Link List: Reading 2.0

Tim O'Reilly at O'Reilly Radar: "Here's a reading list of links to summarize the discussion at the Reading 2.0 summit held today in San Francisco."

Filed under: Fri, 17 Mar 2006 08:10:15 +0100
2006-03-14

Permanent link Tonic: A RESTful Web App Development Framework

"Tonic is an open source less is more, RESTful Web application development and Web site management PHP script designed to do things "the right way", where resources are king and the framework gets out of the way and leaves the developer to get on with it."

Filed under: Tue, 14 Mar 2006 00:20:59 +0100
2006-03-10

Permanent link Entrepreneurial Proverbs

Marc Hedlund at O'Reilly Radar - Entrepreneurial Proverbs:

"I gave a talk at ETech on Monday called "Entrepreneuring for Geeks." I've given this general talk a few times now -- how can the more technically minded among us move into making companies of our own?

[...] Momentum builds on itself -- just start. Do whatever you can. Draw a user interface. Write a spec. Make something, anything, that people can see and touch and try. A prototype is worth ten thousand words. One you start moving, you will find that people start to carry you along."

Filed under: Fri, 10 Mar 2006 10:20:32 +0100
2006-03-09

Permanent link Chorizo!

"Chorizo! makes it easy for you to find possible security issues upfront. With the easy to use scanner interface, you are able to insure the security and quality standards of your Web-Applications."

Filed under: Thu, 09 Mar 2006 17:07:23 +0100
2006-03-07

Permanent link Thoughts on Complexity

Kurt Cagle - Thoughts on Complexity:

"Over the years, I've noticed that in programming, as in other systems, there seems to be a fairly invariant rule out there: You can never eliminate complexity from a system, you can only move it from place to place. or, put another way, In any program, someone will have to deal with the mess when it hits the fan. This is part of the reason why I have become convinced that the profession of programmer will always be needed."

Filed under: Tue, 07 Mar 2006 13:21:38 +0100
2006-03-05

Permanent link Zend Framework

"Zend Framework is a high quality and open source framework for developing Web Applications and Web Services."

Filed under: Sun, 05 Mar 2006 00:08:16 +0100
2006-03-04

Permanent link 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” of unicode characters and corresponding sensible US-ASCII equivalents. For example, a simple transformation would be “Zürich” to “Zuerich”, “ue” being a common replacement for “ü” in Germanic languages."

Filed under: Sat, 04 Mar 2006 22:00:10 +0100
2006-03-02

Permanent link 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."."

Filed under: Thu, 02 Mar 2006 21:48:06 +0100
2006-03-01

Permanent link 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."

Filed under: Wed, 01 Mar 2006 22:10:08 +0100