<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: jobberBase Templating Technique</title>
	<atom:link href="http://www.redjumpsuit.net/2009/07/20/jobberbase-templating-technique/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redjumpsuit.net/2009/07/20/jobberbase-templating-technique/</link>
	<description>jobberBase custom development and support</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:33:30 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.redjumpsuit.net/2009/07/20/jobberbase-templating-technique/comment-page-1/#comment-308</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 07 Jan 2010 23:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=606#comment-308</guid>
		<description>this is no longer applicable for jobberBase 1.8 as it is already part of its core codebase :)</description>
		<content:encoded><![CDATA[<p>this is no longer applicable for jobberBase 1.8 as it is already part of its core codebase <img src='http://www.redjumpsuit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E.J. Semeijn &#187; Jobberbased template v2</title>
		<link>http://www.redjumpsuit.net/2009/07/20/jobberbase-templating-technique/comment-page-1/#comment-190</link>
		<dc:creator>E.J. Semeijn &#187; Jobberbased template v2</dc:creator>
		<pubDate>Sat, 25 Jul 2009 23:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=606#comment-190</guid>
		<description>[...] change some things in the config file. I found a way to set the template from the config-file, but Redjumpsuit&#8217;s solution was slightly better (although I changed it a bit). I know you probably won&#8217;t like it, but I [...]</description>
		<content:encoded><![CDATA[<p>[...] change some things in the config file. I found a way to set the template from the config-file, but Redjumpsuit&#8217;s solution was slightly better (although I changed it a bit). I know you probably won&#8217;t like it, but I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.redjumpsuit.net/2009/07/20/jobberbase-templating-technique/comment-page-1/#comment-189</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 25 Jul 2009 19:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=606#comment-189</guid>
		<description>possible! you just need to ignore the change in &#039;$smarty-&gt;compile_dir&#039; (take it out of the conditional statement), but for my sanity&#039;s sake and not wanting to be dependent on the folder structure of jobberBase, i thought it best to make the template stand on it&#039;s own - if the /_cache/ folder changes for some reason on the next releases, then that would mean re-coding again ;)</description>
		<content:encoded><![CDATA[<p>possible! you just need to ignore the change in &#8216;$smarty->compile_dir&#8217; (take it out of the conditional statement), but for my sanity&#8217;s sake and not wanting to be dependent on the folder structure of jobberBase, i thought it best to make the template stand on it&#8217;s own &#8211; if the /_cache/ folder changes for some reason on the next releases, then that would mean re-coding again <img src='http://www.redjumpsuit.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evertsemeijn</title>
		<link>http://www.redjumpsuit.net/2009/07/20/jobberbase-templating-technique/comment-page-1/#comment-188</link>
		<dc:creator>evertsemeijn</dc:creator>
		<pubDate>Sat, 25 Jul 2009 19:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=606#comment-188</guid>
		<description>Use a cache folder for each theme? Isn&#039;t it possible/easier to use 1 cache folder?</description>
		<content:encoded><![CDATA[<p>Use a cache folder for each theme? Isn&#8217;t it possible/easier to use 1 cache folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.redjumpsuit.net/2009/07/20/jobberbase-templating-technique/comment-page-1/#comment-187</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 25 Jul 2009 19:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=606#comment-187</guid>
		<description>hello, saw that wordpress wouldn&#039;t accept text that starts with &lt;&gt;, the extra slashes were actually &quot;/your template name/&quot;

i wanted to keep jobberBase core images and stylesheets intact and not touch it, so i contained everything i need for the template inside the /_template/mytemplate, wouldn&#039;t give me headaches to upgrade when there is a new release.</description>
		<content:encoded><![CDATA[<p>hello, saw that wordpress wouldn&#8217;t accept text that starts with <>, the extra slashes were actually &#8220;/your template name/&#8221;</p>
<p>i wanted to keep jobberBase core images and stylesheets intact and not touch it, so i contained everything i need for the template inside the /_template/mytemplate, wouldn&#8217;t give me headaches to upgrade when there is a new release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E.J. Semeijn &#187; Enable multiple themes in Jobberbase</title>
		<link>http://www.redjumpsuit.net/2009/07/20/jobberbase-templating-technique/comment-page-1/#comment-186</link>
		<dc:creator>E.J. Semeijn &#187; Enable multiple themes in Jobberbase</dc:creator>
		<pubDate>Sat, 25 Jul 2009 19:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=606#comment-186</guid>
		<description>[...] = &#039;evertsemeijn&#039;;I advice you use this solution which is better when doing an upgrade of [...]</description>
		<content:encoded><![CDATA[<p>[...] = &#8216;evertsemeijn&#8217;;I advice you use this solution which is better when doing an upgrade of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evertsemeijn</title>
		<link>http://www.redjumpsuit.net/2009/07/20/jobberbase-templating-technique/comment-page-1/#comment-185</link>
		<dc:creator>evertsemeijn</dc:creator>
		<pubDate>Sat, 25 Jul 2009 19:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=606#comment-185</guid>
		<description>You need to remove the extra / on some code.

I was also think of creating different tags for the JS, IMG and CSS files. Just to make theming cleaner. This way

Code:


can be

Code:


Think you get the point, right ;)</description>
		<content:encoded><![CDATA[<p>You need to remove the extra / on some code.</p>
<p>I was also think of creating different tags for the JS, IMG and CSS files. Just to make theming cleaner. This way</p>
<p>Code:</p>
<p>can be</p>
<p>Code:</p>
<p>Think you get the point, right <img src='http://www.redjumpsuit.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
