GeekArticles
XML
Core XMLThinking in URLs
Author: oreillynet.com |
Published: 10th Apr 2008 |
Visited: 122 times |
Add CommentFiled in: Core XMLOne thing I've noticed when designing applications of late is heavy use of URLs. Rather obviously, RESTful services have URL interfaces that expose the service to the web. I personally think RESTful service should be "mountable" at any other URL,...
Read Article Sponsored Links
Related Articles
• Slink Framework - Strongly Typed URLs for ASP.NET Slink is a code generating framework that generates type safe URLs for ASP.NET. With Slink URLs, you increase code quality, increase maintainability, and get compile time checking of your URLs in all your ASPX pages (code-behind and non-codebehi ...
• What's the attraction to URLs in content? Rarely do I review XML design without seeing something like: <spam> <link>http://example.com</link> </spam> Putting URLs in element content seems to come naturally to people, regardless of the age-old convention from HTML: <p> <a href="http://example.com"/> </p ...
• NLP Language Hierarchy and Thinking Continuum NLP Language Hierarchy and Thinking Continuum
Introduction
We use words as tools for putting forth our ideas, explaining concepts or expressing feelings and emotions. The words we use can be extremely specific in nature or most general, or can be in the continuum in between. Neuro-linguistic...
Vi ...