public marks

PUBLIC MARKS from nhoizey with tags http & webdev

2008

How To Optimize Your Site With HTTP Caching | BetterExplained

by 2 others
Caching is a great example of the ubiquitous time-space tradeoff in programming. You can save time by using space to store results. Fewer downloads means a faster, happier site.

Google Code Blog: How we improved performance on Google Code

If you're a frequent visitor to code.google.com for product updates and reference materials for Google APIs you're working with, you might have noticed that the page loading time (or page rendering time depending on how you see it) has reduced in varying

HTTP/1.1 (DELETE, GET, HEAD, PUT, POST) : Alan Dean

by 10 others
An activity diagram to describe the resolution of HTTP response status codes, given various headers.

InfoQ: Hypermedia in RESTful applications

Flickr's current approach of requiring that clients possess Flickr-specific knowledge in order to progress from one application state to another, is simply another way of saying that they have a proprietary application model. Not only is it proprietary th

2005

How HTTP Works

by 5 others (via)
In developing Web applications, as in life, it is important to understand the basics.