Topic: communication protocols
Topic: World-Wide Web
Topic: no need for efficiency
Group: parallel processing
Topic: replicated data
Topic: updating information in a distributed system
Topic: top-down vs. bottom-up design
Topic: text markup and structured text
Topic: XML data type
Topic: client-server model for distributed systems
Topic: XML schemas
Topic: understanding systems
Topic: hypertext nodes
Topic: hypertext links
Topic: set data type
Group: sets
Topic: electronic news and blogs
Topic: descriptive naming
Topic: browsing with a user interface
Reference
Bosworth, A.,
"Learning from the web",
ACM Queue, October 2005, pp. 26-32.
Google
Quotations
27 ;;Quote: relaxed, extensible text formats and protocols work better than efficient binary ones; easily shared and understood
28 ;;Quote: linear scaling and simplicity important for Web applications; allows high volumes and throughput
28 ;;Quote: stale data is OK; most data is updated infrequently or not at all; allows lazy replication and scalability
28 ;;Quote: successful systems on the Web are bottom-up, depending on the wisdom of crowds
28 ;;Quote: people understand graphs of tree-like documents (HTML) connected by links (URL)
28 ;;Quote: web servers normally handle 100 requests a second within an order of magnitude
28+;;Quote: avoid servers responding to fine-grained events; e.g., keystrokes or mouse moves
28 ;;Quote: servers should run asynchronously with respect to clients; loosely coupled, maximize throughput, prioritize requests, failover
29 ;;Quote: XML should indicate nearly, static elements; simplifies update of stale data
29 ;;Quote: XML should be understandable and useable without a universal schema
29+;;Quote: an XML schema is a shared secret that ties clients and servers together
30 ;;Quote: XML doesn't handle links; the division of the data world into chunks depends on the person and purpose
30+;;Quote: use self-describing links with purpose and MIME type; e.g., purpose="comments" type="text/atom"
30 ;;Quote: XML does not distinguish between data and sets of data
30 ;;Quote: Atom XML is a container (feed) of unorder entry elements; must include id, updated, and title; any other elements OK
30 ;;Quote: can reliably replace Atom entries with the same and
31 ;;Quote: display menus of Atom entries using , , and elements
31 ;;Quote: reference binary data as a with MIME type and size; allows consumers to make intelligent choices about fetching
Related Topics
Topic: communication protocols (62 items)
Topic: World-Wide Web (42 items)
Topic: no need for efficiency (28 items)
Group: parallel processing (41 topics, 1125 quotes)
Topic: replicated data (51 items)
Topic: updating information in a distributed system (50 items)
Topic: top-down vs. bottom-up design (30 items)
Topic: text markup and structured text (25 items)
Topic: XML data type (22 items)
Topic: client-server model for distributed systems (25 items)
Topic: XML schemas (16 items)
Topic: understanding systems (48 items)
Topic: hypertext nodes (19 items)
Topic: hypertext links (45 items)
Topic: set data type (16 items)
Group: sets (7 topics, 148 quotes)
Topic: electronic news and blogs (25 items)
Topic: descriptive naming (29 items)
Topic: browsing with a user interface (14 items)