Software As She’s Developed

Mahemoff’s Podcast/Blog – Web, Programming, Usability from the Author of ‘Ajax Design Patterns’ (AjaxPatterns.org)

Software As She’s Developed header image 4

Entries Tagged as 'REST'

REST is good, but REST-* is …

September 17th, 2009 · 2 Comments · SoftwareDev

The above image is inspired by Roy’s Rightful REST Rant, kanyelicious and kanyegate, uses @psd’s Roy Has a Posse, and is me getting up to speed with Photoshop (not that it shows) after using certain less worthy tools for image manipulation.

I’ve said a bit about this on Twitter, but basically a couple of years ago [...]

[Read more →]

Tags: ···

Scrumptious Update: Open ID Support, UI Enhancements

June 17th, 2009 · No Comments · SoftwareDev

I’ve released a new version of Scrumptious. Main change is it now supports Open ID. You can click a “login” link to comment by Open ID. It’s optional by default, though a Scrumptious site operator could easily make it mandatory for read, write, or both by just changing a couple of words in the “policy” [...]

[Read more →]

Tags: ······

When Resource IDs are URLs

June 15th, 2009 · 1 Comment · SoftwareDev

Being a web app about websites and other resources, Scrumptious has a resource which is basically a URL, called “Pages”. A Scrumptious resource modelling google.com/about looks like:

http://scrumptious.tv/comments/bags/ pages/tiddlers/http%3A%2F%2Fgoogle.com%2Fabout

See? The resource ID is http://google.com/about, encoded. (encodeURIComponent(“http://google.com/about”)

This was working fine on my dev machine, running “twanager server comments.boz 8080″ (comments.boz being an alias for my local machine). [...]

[Read more →]

Tags: ····

A URL Parameter Engine (and Rambling about PHP Globals)

July 15th, 2008 · 1 Comment · SoftwareDev

I've recently been playing around with PHP again, because (a) it's vastly simpler to deploy personal projects in PHP than any other platform (aside from pure client-side Ajax of course!) (b) it's so easy to get simple stuff done.

Anyway, one thing I'm doing is creating a RESTful service where parameter crunching is at an all-time [...]

[Read more →]

Tags: ···

Did you hear the one about enterprise reuse?

November 23rd, 2007 · No Comments · SoftwareDev

Confirming that enterprise reuse can be a bit of a joke at times, Jason Gorman shares this fable on enterprise reuse (via another inspired Jason). Short summary: Two ladies could save 8 cents by boiling tea in the same kettle. But the cunning analyst forgets that, since they live 20 miles from each other, there [...]

[Read more →]

Tags: ····

Ruby is Rails is … REST

May 31st, 2007 · No Comments · SoftwareDev

Will the peripheral IT community come to view REST and Rails as equivalent? It might sound ridiculous, but consider: Unix==Linux, Wiki==Wikipedia, Ajax=Web 2.0, blogging==RSS, podcast==spoken MP3. Last but not least, every knows that

Ruby==Rails

So it only stands to reason that the REST equivalence shall come to pass, as REST hops on for a free ride on [...]

[Read more →]

Tags: ····

Ajax as a Remedy for the Cacheability-Personalization Dilemma

July 13th, 2006 · 11 Comments · SoftwareDev

A pattern for your consideration, about using Ajax to help pages be RESTful.

Problem

How to personalize content and make pages cacheable and bookmarkable at the same time?

Forces

We want pages to have clean URLs that describe the main content being viewed. Doing so makes pages easily bookmarkable and send-to-friend-able, and also allows us to cache the page [...]

[Read more →]

Tags: ············

Roll on Rest On Ruby On Rails

June 28th, 2006 · No Comments · SoftwareDev

It's good to hear Rails 1.2 is all about embracing REST. Working with Ajax has helped me really appreciate the benefits of REST, and it all fits in with the Rails mindset quite nicely. Right now, we have URLs like

/user/update/5

whereas REST would have it as

/user/5

and then POST in the details - the nature of the [...]

[Read more →]

Tags: ···

Ajax Programming Patterns – Podcast 1 of 4: Web Service Patterns

March 31st, 2006 · 3 Comments · Links, Podcast, SoftwareDev

Whereupon a new podcast series begins ...

As promised, a new series of Ajax pattern podcasts. This is the first of four podcasts on the Ajax programming patterns.

In this 73 minute podcast, we look at the seven patterns of web services as they relate to Ajax clients.

RPC Service Expose web services as Remote Procedural Calls [...]

 
icon for podpress  Standard Podcast: Play Now | Play in Popup | Download

[Read more →]

Tags: ··············

SAG Ajax Patterns Review 2 – User Action, Scheduling, Web Service, REST, RPC

March 4th, 2006 · 1 Comment · Links, SoftwareDev

Following from the previous post, here's my notes from the second SAG workshop/discussion on the Ajax Patterns. See the earliest post for a background on this series.

Feb-2-2006 Second Ajax Patterns Discussion

"We should set up wizlite "sag" group for annotations" [MM For the benefit of others, the online book draft version uses Alex Kirk's Wizlite.] Wizlite - [...]

[Read more →]

Tags: ··········