Weekly Shaarli

All links of one week in a single page.

Week 07 (February 13, 2012)

CanardPC.com - Le magazine dont vous êtes le héros

Jeux Vidéo | Hardware | Jurigeek | Jeu Indépendant | Les Mods de Jeu | La Rédaction | Peepshow

Agencecolocs est spécialisée dans la recherche de colocation au Canada.

De plus, elle aide efficacement les colocataires qui cherchent à partager les coûts reliés à un logement.

Agencecolocs est en mesure d’offrir un service dynamique pour répondre aux besoins de chacun.

Agencecolocs permet des modes de paiement sécurisés et flexibles en ligne.

Agencecolocs est l'outil par excellence pour trouver le colocataire idéal

Enterprise Library

The Microsoft Enterprise Library is a collection of reusable software components (application blocks) designed to assist software developers with common enterprise development cross-cutting concerns (such as logging, validation, data access, exception handling, and many others). Application blocks are a type of guidance; they are provided as source code, test cases, and documentation that can be used "as is," extended, or modified by developers to use on complex, enterprise-level line-of-business development projects.

XSD2DB

Transform XSD to Tables

Free Online XML - XSD Validator tool | xslt, dtd, dom, xpath, xsl-fo, xquery, xlink, xpointer, xforms soon

This utility helps developer to validate xml document with xml schema. There are several scenarios where this utility can help developer community a lot.

Generally amateur developer is not expert with xml documents and their validations for their project. There are many requirements where xml needs to be validate and should be correct with xsd(xml xchema) and vice-versa. Majorly, developer faces syntax problems in making

Impacto Download: Quadrinhos

Revistas, livros, seriados, links para download

css Zen Garden: The Beauty in CSS Design

There is clearly a need for CSS to be taken seriously by graphic artists. The Zen Garden aims to excite, inspire, and encourage participation. To begin, view some of the existing designs in the list. Clicking on any one will load the style sheet into this very page. The code remains the same, the only thing that has changed is the external .css file. Yes, really

Wrong place

Ever feel like you are in the wrong place?

sslh 1.10, la bête noire des censeurs - LinuxFr.org

Non, il ne s’agit pas d’un nouveau concurrent pour Tor (réseau) ou Freenet. Il s’agit juste d’un outil pour les personnes auto‐hébergées qui voudraient accéder à tous leurs services de n’importe où.

Refactoring: Improving the Design of Existing Code

(9780201485677): Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts: Books

Life in tech support - Imgur

it's my life.

User Agent Switcher

The User Agent Switcher extension adds a menu and a toolbar button to switch the user agent of a browser. The extension is available for Firefox and will run on any platform that this browser supports including Windows, Mac OS X and Linux.

XML Schema Validator

This will take a single schema plus an instance document and list any errors found whilst validating the document against the schema.

An attempt will be made to fetch any referenced schema from the Internet if the supplied schema is not sufficient for validation.

GeekAlerts - Gadgets for Geeks + Online Coupons & Promo Codes
thumbnail

GeekAlerts is a blog about gadgets, gizmos, design, computers, and consumer electronics. We provide a daily dose of cool stuff, gadget news, and entertaining products you might not find elsewhere. We have a team of writers with a very rich and diverse background, including extensive technological education and wide ranging life experiences, who are skilled at finding the most innovative new products and clearly explaining complicated technology.

DamnHandy » URI vs. URL vs URN : What’s the Difference?

URI vs URN vs URL

URI

A URI identifies a resource either by location, or a name, or both. More often than not, most of us use URIs that defines a location to a resource. The fact that a URI can identify a resources by both name and location has lead to a lot of the confusion in my opionion. A URI has two specializations known as URL and URN.

URN

A URI identifies a resource by name in a given namespace but not define how the resource maybe obtained. This type of URI is called a URN. You may see URNs used in XML Schema documents to define a namespace, usually using a syntax such as:

<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:example"Here the targetNamespace use a URN. It defines an identifier to the namespace, but it does not define a location.

URL

A URL is a specialization of URI that defines the network location of a specific resource. Unlike a URN, the URL defines how the resource can be obtained. We use URLs every day in the form of http://damnhandy.com, etc. But a URL doesn’t have to be an HTTP URL, it can be ftp://damnhandy.com, smb://damnhandy.com, etc.

The Difference Between Them

So what is the difference between URI and URL? It’s not as clear cut as I would like, but here’s my stab at it:

A URI is an identifier for some resource, but a URL gives you specific information as to obtain that resource. A URI is a URL and as one commenter pointed out, it is now considered incorrect to use URL when describing applications. Generally, if the URL describes both the location and name of a resource, the term to use is URI. Since this is generally the case most of us encounter everyday, URI is the correct term.