Return to Snippet

Revision: 17649
at September 11, 2009 11:38 by chrisdpratt


Initial Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
<head>
  <title>PageTitle</title>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <meta name="description" content="" />
  <link rel="stylesheet" href="screen.css" type="text/css" media="screen,projection,tv" />
  <link rel="stylesheet" href="print.css" type="text/css" media="print" />
  <!--[if lt IE 7]>
    <link rel="stylesheet" href="ie6.css" type="text/css" media="screen,projection,tv" />
    <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script>
  <![endif]-->
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
</head> 
<body id="" class="">  
  <h1>PageTitle</h1>
  
</body>
</html>

Initial URL


Initial Description
jQuery is included via the Google AJAX Libraries repository. Dean Edwards' IE7-js is included via it's Google Code hosting URL. Version numbers of both libraries should be checked and updated to latest versions.

_**Note:** While libraries can be referenced from the Google AJAX Libraries repository with abbreviated version numbers (specifying just '1', instead of '1.3.2', for example), it's always better to include the full version number. Otherwise, Google will not sent appropriate cache and expires headers._

Initial Title
XHTML 1.0 Strict Template Skeleton with jQuery and Dean Edwards' IE7-js

Initial Tags
template, xhtml, jquery

Initial Language
XHTML