6 posts tagged “web standards”
dot.mobi web pages have some special conventions, standards and styles (some of them mandatory) that might be different to other web standards and conventions you find on the rest of the web:
- http://dev.mobi/
- http://dev.mobi/styleguides
- http://dev.mobi/files/dotMobi_Domain_Naming_Guidelines_1.0.html
- http://dev.mobi/files/dotmobi_Switch_On_Web_Developer_Guide.html
for example:
URLS:
I18N:DotMobi rules stipulate that there should be a site at the second level domain. This means that mobile users can enter the URL as example.mobi instead of www.example.mobi, thereby saving keystrokes.
MIME type:Identify national variations of dotMobi sites by using the corresponding country code top level domain identifier (ccTLD) as the third level domain identifier.ie uk.mydomain.mobi !
For XHTML-MP, the recommended MIME type is
application/vnd.wap.xhtml+xmlorapplication/xhtml+xml. Unlike HTML, XHTML-MP should not be served astext/html.
You can develop, test and validate your dot mobi sites for compliance by using:
This IBM developer works article discusses what you need to know to make your Web site part of the Semantic Web. It starts with a discussion of the problems the Semantic Web tries to solve and then moves to the technologies involved, such as Resource Description Framework (RDF), Web Ontology Language (OWL), and SPARQL Protocol and RDF Query Language (SPARQL). You'll see how the Semantic Web is layered on top of the existing Web. It then covers some issues that you want to know about when you plan a new Web site and also gives specific examples of how to use technologies like RDFa and Microformats to enable your existing Web site to become a part of the Semantic Web.
New Script(s) on 8 Oct 07
Are you using a robots.txt file or robots mega tag for robots on your website ?
http://en.wikipedia.org/wiki/Robots.txt
http://www.robotstxt.org/wc/robots.html
robots.txt
http://www.searchtools.com/robots/robots-txt.html
User-agent: *
Disallow: /
meta tag
http://www.robotstxt.org/wc/meta-user.html
[meta name="robots" content="noindex,nofollow"]
A formal syntax for the Robots META tag content is:
content = all | none | directives
all = "ALL"
none = "NONE"
directives = directive ["," directives]
directive = index | follow
index = "INDEX" | "NOINDEX"
follow = "FOLLOW" | "NOFOLLOW"
Last weeks Web Standards Group (organised by http://muffinresearch.co.uk/) featured a talk on Web Accessibility and Screen Readers.
I learnt a lot and in my subsequent research I discovered the following sites :
- GNOME Orca Screen Reader http://www.gnome.org/projects/orca/
- VisuGate http://www.visugate.biz/fresources.htm
- National Library for the Blind http://atp.nlb-online.org/Lessons/p_00.php