-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdomains.php
More file actions
42 lines (28 loc) · 3.93 KB
/
domains.php
File metadata and controls
42 lines (28 loc) · 3.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<article class="grid_12">
<h1>Domains</h1>
<p>Domains are a key part of the Internet, allowing people to enter a single, easily memorable string of characters (such as <span class="cleanuri">google.com</span>) into their browser to reach a resource, rather than a seemingly arcane string of numbers. Domains in higher education tend to end with the <span class="cleanuri">.ac.uk.</span> characters, a subset of the domain space which is managed by JANET. Each institution will generally have one root domain, such as <span class="cleanuri">lincoln.ac.uk</span>, within which they can create and manage their own subdomains to allow people to connect to individual services.</p>
<p>Whilst Linking You focusses mostly on the identifiers which are part of a domain (predominantly within the root of the domain), it's worth looking at a few best practices and suggestions for keeping the domain space clean and easily understood.</p>
<h2>About www.</h2>
<p>Everybody is used to seeing the letters <span class="cleanuri">www.</span> at the start of a web address, but they're not actually a requirement. Their presence is historical, stemming from when it was necessary to prompt users to enter the domain in their web browser, implying that the website was part of the "World Wide Web". Since users are now much more familiar with the process of visiting websites, any use of the <span class="cleanuri">www.</span> prefix can be considered redundant.</p>
<p>Linking You recommends that websites at least support accessing them without the <span class="cleanuri">www.</span> prefix. You can find arguments for this approach, as well as necessary code snippets, at the <a href="http://no-www.org/">no-www campaign</a>. The transition to supporting a domain both with and without the prefix is technically very simple, and does not require any significant amount of work.</p>
<p>Making the <span class="cleanuri">www.</span> optional has many benefits, including faster reading of the web address (it has ten fewer syllables), requiring less space on printed or advertising material, removing redundancy and making the address easier to type (in the case of short root domains such as <span class="cleanuri">ox.ac.uk</span> adding the <span class="cleanuri">www.</span> makes the address a whole 50% longer).</p>
<h2>Avoid Mystery Subdomains</h2>
<p>It may be tempting to create subdomains with long-winded descriptions, internal acronyms, codenames or similar. This should be avoided wherever possible. If you've got a service which allows people to top up their printing credit try to give it a domain such as <span class="cleanuri">print.</span> or <span class="cleanuri">topup.</span>, rather than <span class="cleanuri">topupmyprintaccount.</span> or <span class="cleanuri">onlinemoneyloader</span>. The shorter domains are far easier to remember, and much more intuitive.</p>
<h2>Discuss This</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'lncneukit'; // required: replace example with your forum shortname
// The following are highly recommended additional parameters. Remove the slashes in front to use.
var disqus_identifier = 'domains';
var disqus_url = 'http://lncn.eu/toolkit/domains';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">Comments powered by <span class="logo-disqus">Disqus</span></a>
</article>