Over deze site

Na al meer dan een jaar het domein AtleX.nl gehad te hebben ben ik eindelijk maar eens begonnen met deze site. De voornaamste doelen waren:
  • Moderne technieken, zoals HTML, CSS en PHP.
  • Cross -browser compatibility, zoveel mogelijk hetzelfde uiterlijk in Microsoft Internet Explorer, Mozilla (Firefox) en Opera
  • Een net, strak uiterlijk.
De site maakt gebruik van meerdere door mij ontwikkelde modules, zoals de ATP, een zeer snelle parser voor de Atlex Token Language, dat is een markuptaal die erg lijkt op RML en UBB. Ook mijn eigen framework heb ik gebruikt, dit framework zorgt voor een databaseconnecties, constanten en path definitions.

Standaarden

Deze site voldoet aan veel standaarden en aanbevelingen. Zo voldoen alle pagina's volledig aan de HTML 4.01 Strict en CSS standaarden. Ook zijn er losse stylesheets aanwezig voor printers en handhelds. De site is geschikt voor gebruik door blinden en slechtzienden, op het moment van schrijven (09-05-2005) is er slechts 1 klein foutje in de WAI Test.

MultiViews

Ik heb verschillende mailtjes gekregen van mensen die willen weten hoe ik die mooie URL's doe. Daarvoor gebruik ik de Apache functie MultiViews, in combinatie met de volgende zelfgeschreven functie:
function multiviews($param)
   {
      $param = split('/', $param);
      $queryvars = array();
				
      for ($i=0;$i < count($param);$i++)
	{
	   if (!$param[$i] == '')
		{
		   $queryvars[] = $param[$i];
		}
	}
      return $queryvars;
   }
$param is over het algemeen de superglobale variabele $_SERVER['PATH_INFO'].

Ik bied verder geen hulp bij deze functie!

Semacode

images/misc/semacode_atlex.gif

http://www.semacode.org

Overig

Speed Report

WAI Report

Google indexatie

66.249.66.174 - - [09/Aug/2005:09:11:03 +0200] "GET /robots.txt HTTP/1.1" 200 52 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:11:03 +0200] "GET / HTTP/1.1" 200 2126 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:11:14 +0200] "GET / HTTP/1.1" 200 2126 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:11:23 +0200] "GET /robots.txt HTTP/1.1" 200 52 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:11:23 +0200] "GET /index/home/ HTTP/1.1" 200 2126 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:11:24 +0200] "GET /contact/ HTTP/1.1" 200 1649 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:11:34 +0200] "GET /index/about/ HTTP/1.1" 200 2217 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:11:34 +0200] "GET /index/wep HTTP/1.1" 200 1766 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:11:44 +0200] "GET /index/tools/ HTTP/1.1" 200 2038 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:11:45 +0200] "GET /index/artikel/ HTTP/1.1" 200 1478 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:11:55 +0200] "GET /index/news HTTP/1.1" 200 2267 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:11:55 +0200] "GET /index/fibench HTTP/1.1" 200 1725 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:12:06 +0200] "GET /index/atp HTTP/1.1" 200 1957 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:12:06 +0200] "GET /voorbeelden HTTP/1.1" 301 317 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:12:06 +0200] "GET /voorbeelden/ HTTP/1.1" 200 892 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:12:22 +0200] "GET /index/gzip HTTP/1.1" 200 3503 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:12:23 +0200] "GET /index/overig/ HTTP/1.1" 200 2315 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.174 - - [09/Aug/2005:09:12:39 +0200] "GET /index/tools HTTP/1.1" 200 2038 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
Uitstekend dus ;).