<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
			<title>Newest MODx Templates</title>
			<link>http://modxd.com/feed.rss.html</link>
			<description />
			<language>en</language>
			<copyright>MODx Templates. Free download 2006</copyright>
			<ttl>120</ttl><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/modxd" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="modxd" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">modxd</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Binder Template</title>
		<link>http://modxd.com/binder-template.html</link>
		<description><![CDATA[  ]]></description>
		<pubDate>Mon, 10 Jan 2011 11:54:50 +0300</pubDate>
		<guid isPermaLink="false">http://modxd.com/binder-template.html</guid>
</item><item>
		<title>Business Events Template</title>
		<link>http://modxd.com/business-events-template.html</link>
		<description><![CDATA[  ]]></description>
		<pubDate>Sun, 09 Jan 2011 22:37:35 +0300</pubDate>
		<guid isPermaLink="false">http://modxd.com/business-events-template.html</guid>
</item><item>
		<title>Leaf Template</title>
		<link>http://modxd.com/leaf-template.html</link>
		<description><![CDATA[ <p>Light&nbsp;modern template.&nbsp;A template used snippets: Wayfinder (for menus), &nbsp;Ditto (to call the latest entries in your blog and product items).</p> ]]></description>
		<pubDate>Sun, 09 Jan 2011 21:12:48 +0300</pubDate>
		<guid isPermaLink="false">http://modxd.com/leaf-template.html</guid>
</item><item>
		<title>Creatif Template</title>
		<link>http://modxd.com/creatif-template.html</link>
		<description><![CDATA[ <p>Light Soft&nbsp;<span class="hps" title="Нажмите, чтобы увидеть альтернативный перевод">Creative</span>&nbsp;<span class="hps" title="Нажмите, чтобы увидеть альтернативный перевод">Template &nbsp;for your MODx site. &nbsp;Wayfinder uses for menus and Ditto for the news.</span></p> ]]></description>
		<pubDate>Sun, 09 Jan 2011 18:03:42 +0300</pubDate>
		<guid isPermaLink="false">http://modxd.com/creatif-template.html</guid>
</item><item>
		<title>Eco Life Template</title>
		<link>http://modxd.com/eco-life-template.html</link>
		<description><![CDATA[ <p>Bright fresh design for your MODx site. Wayfinder uses for menus and Ditto for the news. &nbsp;Template contains a Feedburner subscription form that you can change, inserting the details of your feed.</p> ]]></description>
		<pubDate>Sun, 09 Jan 2011 16:52:00 +0300</pubDate>
		<guid isPermaLink="false">http://modxd.com/eco-life-template.html</guid>
</item><item>
		<title>New1 Template</title>
		<link>http://modxd.com/new1-template.html</link>
		<description><![CDATA[ <p>Fresh Light Modx Template. Use Eform (conatct form), Ditto (news), Wayfinder (navigation).</p> ]]></description>
		<pubDate>Sun, 09 Jan 2011 15:10:11 +0300</pubDate>
		<guid isPermaLink="false">http://modxd.com/new1-template.html</guid>
</item><item>
		<title>GOLTemplate</title>
		<link>http://modxd.com/goltemplate1.html</link>
		<description><![CDATA[ <div>
<p>Gray Orange Light Modx Revolution Free Template.</p>
</div> ]]></description>
		<pubDate>Sun, 09 Jan 2011 13:27:52 +0300</pubDate>
		<guid isPermaLink="false">http://modxd.com/goltemplate1.html</guid>
</item><item>
		<title>How to create a template modx</title>
		<link>http://modxd.com/how-to-create-a-template-modx.html</link>
		<description><![CDATA[ <p>Where you see the site without design? ;-) I note that to create high quality design in MODx you need to know html and css. Although the simple design you can create without it.
</p>
<h3><strong>Beginning
</strong></h3>
<p>First you need to create a template and a simple HTML-page in which to select the template. Think about where you will be items such as: the navigation menu (or a menu), the very content of the page.
</p>
<h3><strong>HTML-code</strong></h3>
<p>
Editing template.
</p>
<pre id="line1"><em><strong><span class="doctype">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;</span><br />&lt;<span class="start-tag">html</span><span class="attribute-name"> xmlns</span>=<span class="attribute-value">"http://www.w3.org/1999/xhtml"</span>&gt;<br /><br />&lt;<span class="start-tag">head</span>&gt;<br />  &lt;<span class="start-tag">title</span>&gt; page title&lt;/<span class="end-tag">title</span>&gt;<br />  &lt;<span class="start-tag">meta</span><span class="attribute-name"> http-equiv</span>=<span class="attribute-value">"Content-Type" </span><span class="attribute-name">content</span>=<span class="attribute-value">"text/html; charset=UTF-8" </span><span class="error"><span class="attribute-name">/</span></span>&gt;</strong></em><br /><em><strong>...</strong></em><br /><br />between &lt;head&gt; &amp; &lt;/head&gt; insert <em><strong><span id="result_box" class="short_text"><span>&lt;base href="[</span></span></strong></em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em><strong><span id="result_box" class="short_text"><span>(site_url)</span></span></strong></em><em><strong><span id="result_box" class="short_text"><span>]" /&gt;<br /><br />...<br />&lt;style&gt;<br />body{color: blue;}<br />a{color:black;}<br />....<br />&lt;style&gt;<br />&lt;/head&gt;<br />&lt;body&gt;</span></span></strong></em></pre>
<blockquote>
<p><em>The Document Object values are probably the first things you think of when you think of what values might be abstracted into a variable. </em></p>
<p><em>They correspond to the fields visible when you edit a document in the control panel.
    A common use of the [</em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em>*id*] and [</em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em>*parent*] placeholders is to create links. This can be achieved via [</em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em>~166~].&nbsp;
    NOTE: Variables that can be edited using the Quickedit module/plugin may have a "#" after the "*" like so: [</em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em>*#content*].</em></p>
<ul>
<li><em><tt>[</tt></em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em><tt>*pagetitle*]</tt>   = page title
</em></li>
<li><em><tt>[</tt></em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em><tt>*longtitle*]</tt>   = often h1 or h2
</em></li>
<li><em><tt>[</tt></em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em><tt>*description*]</tt> = this can be a handy one to use in a meta description, RSS feeds, or with the Ditto Snippet.
</em></li>
<li><em><tt>[</tt></em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em><tt>*introtext*]</tt>   = a.k.a. Summary; also may be useful to creating RSS feeds or Ditto Snippets.  
</em></li>
<li><em><tt>[</tt></em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em><tt>*#content*]</tt>     = the content of the document. 
</em></li>
<li><em><tt>[</tt></em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em><tt>*id*]</tt>     = the unique numerical identifier of the document. 
</em></li>
<li><em><tt>[</tt></em><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><em><tt>*parent*]</tt>     = the unique numerical identifier of the document's parent. 
</em></li>
</ul>
</blockquote>
<p><strong>
</strong>Now that the special tags inserted into the MODx their place, you should put the navigation menu. To do this, use a snippet of Wayfinder.</p>
<p>
MODx menu Creation (Wayfinder):
</p>
<p><strong><em>...</em></strong></p>
<p><strong><em>[</em></strong><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><strong><em>[Wayfinder?startId=`0` &amp;outerTpl=`mh.OuterTpl` &amp;innerTpl=`mh.InnerTpl` &amp;rowTpl=`mh.RowTpl` &amp;innerRowTpl=`mh.InnerRowTpl` &amp;firstClass=`first` &amp;hereClass=``]]</em></strong></p>
<p><strong><em>[</em></strong><span id="result_box" class="short_text"><span style="background-color: #e6ecf9; color: #000000;">daring me</span></span><strong><em>*#content*]
</em></strong></p>
<p><strong><em>&lt;/body&gt;</em></strong></p>
<p><strong><em>&lt;/html&gt;<br /></em></strong></p>
<h2 style="text-align: center;">The End)</h2> ]]></description>
		<pubDate>Thu, 10 Jun 2010 21:37:49 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/how-to-create-a-template-modx.html</guid>
</item><item>
		<title>Ordinaire template</title>
		<link>http://modxd.com/ordinaire-template.html</link>
		<description><![CDATA[ Ordinaire template - very light, air design. Applies to any topic of your site. Buttons at the top menu-guided mouse change color to blue.
<br />
A template used snippets: Wayfinder (for menus), ListIndexer (to call the news), Ditto (to call the latest entries in your blog). ]]></description>
		<pubDate>Fri, 24 Apr 2009 14:14:18 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/ordinaire-template.html</guid>
</item><item>
		<title>Thunder template</title>
		<link>http://modxd.com/thunder-template.html</link>
		<description><![CDATA[ 	
Thunder template - simple and at the same time interesting and mysterious design for your web site. Use the template to any MODx site.
<br />
A template used snippets: Wayfinder (for menus), AjaxSearch (search form), ListIndexer (to call the news), Ditto (to call the latest entries in your blog). ]]></description>
		<pubDate>Fri, 24 Apr 2009 14:09:13 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/thunder-template.html</guid>
</item><item>
		<title>Traditionalist template</title>
		<link>http://modxd.com/traditionalist-template.html</link>
		<description><![CDATA[ Traditionalist template - a nice lightweight design in light colors for your web site. You can use any site made in MODx.
<br />
A template used snippets: Wayfinder (for menus),ListIndexer (to call the news), Ditto (to call the latest entries in your blog). ]]></description>
		<pubDate>Fri, 24 Apr 2009 14:02:45 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/traditionalist-template.html</guid>
</item><item>
		<title>The missing piece template</title>
		<link>http://modxd.com/the-missing-piece-template.html</link>
		<description><![CDATA[ "The missing piece" template - an unusual creative template that can be used to MODx Site on any subject. Give your puzzle web site!
<br />
A template used snippets: Wayfinder (for menus), AjaxSearch (search form), ListIndexer (to call the news). ]]></description>
		<pubDate>Fri, 24 Apr 2009 13:56:43 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/the-missing-piece-template.html</guid>
</item><item>
		<title>Tiler`s template</title>
		<link>http://modxd.com/tilers-template.html</link>
		<description><![CDATA[ Tiler `s template - a special design for MODx Web site for the construction and decoration. While of course you can use it for any other site.
<br />
A template used snippets: Wayfinder (for menus), AjaxSearch (search form), ListIndexer (to call the news), Ditto (to call the latest entries in your blog). ]]></description>
		<pubDate>Fri, 24 Apr 2009 13:03:26 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/tilers-template.html</guid>
</item><item>
		<title>Variety template</title>
		<link>http://modxd.com/variety-template.html</link>
		<description><![CDATA[ 	
"Variety" template - it is beautiful, "tasty" template for the site, made in the MODx CMS. Use it to your web site about food, cooking, or for any site.
<br />
A template used snippets: Wayfinder (for menus), AjaxSearch (search form), ListIndexer (to call the news), Ditto (to call the latest entries in your blog). ]]></description>
		<pubDate>Fri, 24 Apr 2009 12:56:23 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/variety-template.html</guid>
</item><item>
		<title>Subdued template</title>
		<link>http://modxd.com/subdued-template.html</link>
		<description><![CDATA[ Subdued template - bright creative design for your MODx site. You can customize it as you need. You can use for your blog, or any other site.
<br />
A template used snippets: Wayfinder (for menus), Ditto (to call the latest entries in your blog). ]]></description>
		<pubDate>Fri, 24 Apr 2009 12:49:45 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/subdued-template.html</guid>
</item><item>
		<title>Wiremesh template</title>
		<link>http://modxd.com/wiremesh-template.html</link>
		<description><![CDATA[ Wiremesh template - creative design in dark colors for your MODx site.<br />
A template used snippets: Wayfinder (for menus), AjaxSearch (search form), ListIndexer (to call the news), Ditto (to call the latest entries in your blog). ]]></description>
		<pubDate>Thu, 23 Apr 2009 10:27:40 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/wiremesh-template.html</guid>
</item><item>
		<title>Extended template</title>
		<link>http://modxd.com/extended-template.html</link>
		<description><![CDATA[ Extended template - a bright, stylish design in the style of Web 2.0. Use it for any web site, made in MODx.
<br />
A template used snippets: Wayfinder (for menus), AjaxSearch (search form), ListIndexer (to call the news). ]]></description>
		<pubDate>Thu, 23 Apr 2009 08:58:41 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/extended-template.html</guid>
</item><item>
		<title>Criterion template</title>
		<link>http://modxd.com/criterion-template.html</link>
		<description><![CDATA[ Criterion template - a lightweight, air design in the style of Web 2.0. Use it for any web site, made in MODx.<br />
A template used snippets: Wayfinder (for menus), Ditto (to call the news), WebLogin (allows a web user to login to the website). ]]></description>
		<pubDate>Thu, 23 Apr 2009 08:25:18 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/criterion-template.html</guid>
</item><item>
		<title>Aquatic template</title>
		<link>http://modxd.com/aquatic-template.html</link>
		<description><![CDATA[ Aquatic template - a beautiful, light, fresh design for your MODx site. Use it for the web site of the underwater world, fishing, diving, etc.<br />
A template used snippets: Wayfinder (for menus), ListIndexer (to call the news), Ditto (to call the latest entries in your blog). ]]></description>
		<pubDate>Thu, 23 Apr 2009 07:50:48 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/aquatic-template.html</guid>
</item><item>
		<title>Earthling template</title>
		<link>http://modxd.com/earthling-template.html</link>
		<description><![CDATA[ Earthling template - simple designs in dark colors. Use it for any web site, made in MODx.
A template used snippets: Wayfinder (for menus), AjaxSearch (search form), ListIndexer (to call the news). ]]></description>
		<pubDate>Wed, 22 Apr 2009 11:29:45 +0400</pubDate>
		<guid isPermaLink="false">http://modxd.com/earthling-template.html</guid>
</item>	</channel>
</rss>
