<?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:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>thecmspros.com</title>
	
	<link>http://thecmspros.com</link>
	<description>Content Management System Specialist</description>
	<lastBuildDate>Wed, 02 Feb 2011 22:54:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/thecmspros" /><feedburner:info uri="thecmspros" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Custom Template Variables in Evolution 1.5</title>
		<link>http://feedproxy.google.com/~r/thecmspros/~3/tLYpNBKXnyE/</link>
		<comments>http://thecmspros.com/2011/02/custom-template-variables-in-evolution-1-5/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 04:03:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[custom tvs]]></category>
		<category><![CDATA[modx]]></category>
		<category><![CDATA[modx developer]]></category>
		<category><![CDATA[modx development]]></category>

		<guid isPermaLink="false">http://thecmspros.com/?p=28</guid>
		<description><![CDATA[In this tutorial, I walk you through creating a custom template variable. Some links mentioned in this tutorial are: Susan Otwell on TV Bindings MODx Manual on bindings Custom TVs in MODx Evolution part 1 Custom TVs in MODx Evolution part 2 Custom TVs in MODx Evolution part 3 Custom TVs in MODx Evolution part [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, I walk you through creating a custom template variable. Some links mentioned in this tutorial are:</p>
<ul>
<li><a href="http://sottwell.com/tv-bindings.html">Susan Otwell on TV Bindings</a></li>
<li><a href="http://rtfm.modx.com/display/Evo1/(at)+Binding">MODx Manual on bindings</a></li>
</ul>
<h3>Custom TVs in MODx Evolution part 1</h3>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="548" height="390" src="http://www.youtube.com/embed/Ufl50K37PWo?rel=0" frameborder="0"></iframe></p>
<h3>Custom TVs in MODx Evolution part 2</h3>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="548" height="390" src="http://www.youtube.com/embed/og-V8k2QQKQ?rel=0" frameborder="0"></iframe></p>
<h3>Custom TVs in MODx Evolution part 3</h3>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="548" height="390" src="http://www.youtube.com/embed/Pfxn1GxbQHg?rel=0" frameborder="0"></iframe></p>
<h3>Custom TVs in MODx Evolution part 4</h3>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="548" height="390" src="http://www.youtube.com/embed/CA6u-TMDME4?rel=0" frameborder="0"></iframe></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thecmspros?a=tLYpNBKXnyE:Hb9jrc4Uu70:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thecmspros?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thecmspros/~4/tLYpNBKXnyE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thecmspros.com/2011/02/custom-template-variables-in-evolution-1-5/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		<feedburner:origLink>http://thecmspros.com/2011/02/custom-template-variables-in-evolution-1-5/</feedburner:origLink></item>
		<item>
		<title>MODx Evolution Template Implementation with Includes</title>
		<link>http://feedproxy.google.com/~r/thecmspros/~3/CU-PvQfru7Y/</link>
		<comments>http://thecmspros.com/2011/01/modx-template-implementation-with-includes/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 23:15:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[includes]]></category>
		<category><![CDATA[MODx Beginner]]></category>
		<category><![CDATA[MODx template implementation]]></category>

		<guid isPermaLink="false">http://thecmspros.com/?p=19</guid>
		<description><![CDATA[This tutorial covers taking an existing HTML web page you've created and then implementing this into MODx. While you can store your MODx templates in the database, this tutorial covers best practices to help you speed up implementing and maintaining your site HTML. The Includes snippet referenced in the video can be downloaded from Github.]]></description>
			<content:encoded><![CDATA[<p>This tutorial covers taking an existing HTML web page you've created and then implementing this into MODx.  While you can store your MODx templates in the database, this tutorial covers best practices to help you speed up implementing and maintaining your site HTML.</p>
<p>The Includes snippet referenced in the video can be <a href="https://gist.github.com/800952" target="_blank">downloaded from Github.</a></p>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="548" height="390" src="http://www.youtube.com/embed/h7EX5VGX6HE?rel=0" frameborder="0" allowFullScreen></iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thecmspros?a=CU-PvQfru7Y:mgleG2bUcQk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thecmspros?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thecmspros/~4/CU-PvQfru7Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thecmspros.com/2011/01/modx-template-implementation-with-includes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thecmspros.com/2011/01/modx-template-implementation-with-includes/</feedburner:origLink></item>
		<item>
		<title>Introduction to custom TVs in MODx Evolution</title>
		<link>http://feedproxy.google.com/~r/thecmspros/~3/H_AsqfJBUy0/</link>
		<comments>http://thecmspros.com/2011/01/introduction-to-custom-tvs-in-modx-evolution/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 10:02:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[custom tvs]]></category>
		<category><![CDATA[modx]]></category>
		<category><![CDATA[modx advanced]]></category>
		<category><![CDATA[modx developer]]></category>
		<category><![CDATA[modx development]]></category>

		<guid isPermaLink="false">http://thecmspros.com/?p=17</guid>
		<description><![CDATA[Learn how to create custom TVs as text, through @FILE and @CHUNK bindings. Watch to become a MODx expert.]]></description>
			<content:encoded><![CDATA[<p>Learn how to create custom TVs as text, through @FILE and @CHUNK bindings. Watch to become a MODx expert.</p>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="548" height="390" src="http://www.youtube.com/embed/HFmWFPR8rhU?rel=0" frameborder="0"></iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thecmspros?a=H_AsqfJBUy0:Nys29E-tdGo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thecmspros?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thecmspros/~4/H_AsqfJBUy0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thecmspros.com/2011/01/introduction-to-custom-tvs-in-modx-evolution/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://thecmspros.com/2011/01/introduction-to-custom-tvs-in-modx-evolution/</feedburner:origLink></item>
		<item>
		<title>MODx Installation (Evo)</title>
		<link>http://feedproxy.google.com/~r/thecmspros/~3/wBserKqIGAE/</link>
		<comments>http://thecmspros.com/2011/01/modx-installation-evo/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 00:35:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[EVO]]></category>
		<category><![CDATA[MODx installation]]></category>

		<guid isPermaLink="false">http://thecmspros.com/?p=4</guid>
		<description><![CDATA[This video covers downloading MODx Evo, uploading it to your server and then installing it.]]></description>
			<content:encoded><![CDATA[<p>This video covers downloading MODx Evo, uploading it to your server and then installing it.</p>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="548" height="390" src="http://www.youtube.com/embed/Qiyp5uyU77s?rel=0" frameborder="0"></iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thecmspros?a=wBserKqIGAE:Q6ghlPVTgWg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thecmspros?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thecmspros/~4/wBserKqIGAE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thecmspros.com/2011/01/modx-installation-evo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thecmspros.com/2011/01/modx-installation-evo/</feedburner:origLink></item>
		<item>
		<title>Use wget to download modx on your server in less than 60 seconds</title>
		<link>http://feedproxy.google.com/~r/thecmspros/~3/sRYAKL9p5wU/</link>
		<comments>http://thecmspros.com/2011/01/use-wget-to-download-modx-on-your-server-in-less-than-60-seconds/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 00:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[modx]]></category>
		<category><![CDATA[modx advanced]]></category>
		<category><![CDATA[modx console]]></category>
		<category><![CDATA[MODx installation]]></category>

		<guid isPermaLink="false">http://thecmspros.com/?p=7</guid>
		<description><![CDATA[This video shows how to use wget to put the modx installation files on your server.]]></description>
			<content:encoded><![CDATA[<p>This video shows how to use wget to put the modx installation files on your server.</p>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="548" height="390" src="http://www.youtube.com/embed/6JTKHb4WMN4?rel=0" frameborder="0"></iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/thecmspros?a=sRYAKL9p5wU:z2sZ8DYfroY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/thecmspros?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/thecmspros/~4/sRYAKL9p5wU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thecmspros.com/2011/01/use-wget-to-download-modx-on-your-server-in-less-than-60-seconds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thecmspros.com/2011/01/use-wget-to-download-modx-on-your-server-in-less-than-60-seconds/</feedburner:origLink></item>
	</channel>
</rss>

