Thursday, April 29, 2010

Blogger discontinues FTP publishing support

Before May 1st I had to migrate my blog from using Blogger FTP support. Among other things my worst problem where to make it XHTML 1.1 compliant and remove the Blogger NavBar. However, the solution where simple.

Disable the Blogger NavBar while maintaining XHTML 1.1 (and HTML5) compliance
Put

<script type='text/javascript'><![CDATA[//>/*
</head>
*/<!]]></script>


inside the head section, and

<!--
<body>
-->


just before the body section.

Labels: , ,