Alex Pooley's Blog

Hello there, my name is Alex Pooley and I'm a freelance web developer residing in Perth, Western Australia. My passion is in the development of web sites that solve everyday problems. Here's a gallery of some of my notable work. If you need a web site designer or developer, contact me with further details. Lastly, you can read more about me.

Simple, Beautiful

July 25th, 2006

I think ATOM Publishing Protocol+OpenSearch (See GData) is shaping up as something special. There’s a bit more to it than what I’ve provided below, but if you can speak HTTP then you will get the idea.



<Operation: HTTP Method, Path Info, Query String, Data>



Create: POST,     /posts,       nil,         ‘creating a post’

Read:   GET,       /posts/123, nil,         nil

Update: PUT,       /posts/123, nil,         ‘updated post’

Delete:  DELETE, /posts/123, nil,         nil

Search: GET,       /posts,       ‘q=ruby’, nil





This is not just for blogs. It serves as a general read/write layer for applications on the web.



More importantly for the AJAX/Web2.0/WebApplication inclined, it makes much more sense to develop with this type of architecture. In my opinion ;)



technorati tags:, ,

Blogged with Flock

Leave a Reply