Thursday, January 8th, 2009
Sharing and creating HTML and CSS templates
<p>There are a slew of HTML/CSS design sharing template sites out there. What if there was a manifest that defined what they had, and tools could work with that so you could import repositories.That is the vision that Daniel Glazman had when just created the HTML+CSS Templates Manifest 1.0 CC licensed spec.
You would end up with a file that looks like the example:
-
-
<templates xmlns="http://disruptive-innovations.com/zoo/templatesManifest/1.0">
-
<template shortname="aFarewellToColor">
-
<title xml:lang="en">A Farewell to Color</title>
-
<description xml:lang="en">
-
<p>Remember the early days when the Internet was all black and white,
-
this is a throwback to those days. In all seriousness, I made this
-
template because it was based on an earlier design that many found
-
useful. Plus I've always had a thing for creating designs on the web
-
with zero color, I guess it is an 'off the beaten path type deal'.</p>
-
<p>I should also mention that this template has some updates (err...
-
advantages) over the previous designs... this one uses h1 and h2
-
tags in the header for better SEO results, and has new image
-
rollovers for the navigation.</p>
-
</description>
-
-
<author>Bryant Smith</author>
-
<version>1.0</version>
-
-
<!-- the following URL does not exist (yet) -->
-
<license>http://bryantsmith.com/template/license.txt</license>
-
<website>http://bryantsmith.com/template/</website>
-
<support>http://bryantsmith.com/component/option,com_alfcontact/Itemid,55/</support>
-
<demo>http://bryantsmith.com/template/afarewelltocolor</demo>
-
-
<thumbnail>http://bryantsmith.com/template/previews/afarewelltocolor.jpg</thumbnail>
-
-
<package>http://bryantsmith.com/template/afarewelltocolor.zip</package>
-
<path>index.html</path>
-
<size>228275</size>
-
-
<tags>gray,menus</tags>
-
<format>xhtml</format>
-
<width>750px</width>
-
<columns>1</columns>
-
<sidebars>0</sidebars>
-
<direction>ltr</direction>
-
</template>
-
</templates>
-
And, if you are into design, the OmniGraffle wireframe stencils have been updated!

Related Content:











Well, I have a better idea. Why not go with HTML+CSS parts / slices that are modularized mini-templates / mini-designs and release them in the favor of interoperability for users to freely create complete templates / designs out of them.