Return to Snippet

Revision: 27837
at July 15, 2010 21:59 by knedle


Updated 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">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <title>TODO supply a title</title>
        <script type="text/javascript" src="http://www.google.com/jsapi?key=INSERT-YOUR-KEY"></script>
        <script type="text/javascript">
            google.load("jquery", "1.4.2");
            google.load("jqueryui", "1.8.2");
            google.load("prototype", "1.6.1.0");
            google.load("scriptaculous", "1.8.3");
            google.load("mootools", "1.2.4");
            google.load("dojo", "1.4.3");
            google.load("swfobject", "2.2");
            google.load("yui", "2.8.1");
            google.load("ext-core", "3.1.0");
            google.load("chrome-frame", "1.0.2");
            google.load("webfont", "1.0.4");
        </script>
    </head>
    <body>
        <p>
            TODO write content
        </p>
    </body>
</html>

Revision: 27836
at June 24, 2010 22:36 by knedle


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">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <title>TODO supply a title</title>
        <script type="text/javascript" src="http://www.google.com/jsapi"></script>
        <script type="text/javascript">
            google.load("jquery", "1.4.2");
            google.load("jqueryui", "1.8.2");
            google.load("prototype", "1.6.1.0");
            google.load("scriptaculous", "1.8.3");
            google.load("mootools", "1.2.4");
            google.load("dojo", "1.4.3");
            google.load("swfobject", "2.2");
            google.load("yui", "2.8.1");
            google.load("ext-core", "3.1.0");
            google.load("chrome-frame", "1.0.2");
            google.load("webfont", "1.0.4");
        </script>
    </head>
    <body>
        <p>
            TODO write content
        </p>
    </body>
</html>

Initial URL


Initial Description
blank xhtml template from NetBeans 6,9 with load all google AJAX Libraries API

Initial Title
xhtml template with google load (jquery, prototype, swfobject...)

Initial Tags
template, html, xhtml, google, jquery, load

Initial Language
HTML