<?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: Pro Black</title>
	<atom:link href="http://btemplates.com/2009/blogger-template-pro-black/feed/" rel="self" type="application/rss+xml" />
	<link>http://btemplates.com/2009/blogger-template-pro-black/</link>
	<description>Free Blogger Templates for your Blog. Blogger Templates for free and direct download in xml. Layouts with 1, 2 or 3 columns.</description>
	<lastBuildDate>Sun, 12 Feb 2012 17:58:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Douglas Gross</title>
		<link>http://btemplates.com/2009/blogger-template-pro-black/comment-page-1/#comment-18215</link>
		<dc:creator>Douglas Gross</dc:creator>
		<pubDate>Thu, 25 Feb 2010 02:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=2649#comment-18215</guid>
		<description>Yes, I too noticed every date is April 17. Though I was able to easily change the timestamp to use JavaScript to change the timestamp to retrieve the local date on the user&#039;s computer, all that will do is display the current date, not the date of the actual post. Unfortunately, the only way to create a timestamp is to use a database and a server-side web language. So, although this was my favorite pick, I am going to have to get a new template. This is the code I created to make it display the current date:

        var d=new Date();
        var timestamp = new Array(2);
        timestamp[1] = d.getDate();
        timestamp[2] = d.getMonth();
        document.write(timestamp[1]);
        switch (timestamp[2])
          {
          case 0: document.write(&quot;Jan&quot;);
          break;
          case 1: document.write(&quot;Feb&quot;);
          break;
          case 2: document.write(&quot;Mar&quot;);
          break;
          case 3: document.write(&quot;Apr&quot;);
          break;
          case 4: document.write(&quot;May&quot;);
          break;
          case 5: document.write(&quot;June&quot;);
          break;
          case 6: document.write(&quot;July&quot;);
          break;
          case 7: document.write(&quot;Aug&quot;);
          break;
          case 8: document.write(&quot;Sept&quot;);
          break;
          case 9: document.write(&quot;Oct&quot;);
          break;
          case 10: document.write(&quot;Nov&quot;);
          break;
          case 11: document.write(&quot;Dec&quot;);
          break;
          }</description>
		<content:encoded><![CDATA[<p>Yes, I too noticed every date is April 17. Though I was able to easily change the timestamp to use JavaScript to change the timestamp to retrieve the local date on the user&#8217;s computer, all that will do is display the current date, not the date of the actual post. Unfortunately, the only way to create a timestamp is to use a database and a server-side web language. So, although this was my favorite pick, I am going to have to get a new template. This is the code I created to make it display the current date:</p>
<p>        var d=new Date();<br />
        var timestamp = new Array(2);<br />
        timestamp[1] = d.getDate();<br />
        timestamp[2] = d.getMonth();<br />
        document.write(timestamp[1]);<br />
        switch (timestamp[2])<br />
          {<br />
          case 0: document.write(&#8220;Jan&#8221;);<br />
          break;<br />
          case 1: document.write(&#8220;Feb&#8221;);<br />
          break;<br />
          case 2: document.write(&#8220;Mar&#8221;);<br />
          break;<br />
          case 3: document.write(&#8220;Apr&#8221;);<br />
          break;<br />
          case 4: document.write(&#8220;May&#8221;);<br />
          break;<br />
          case 5: document.write(&#8220;June&#8221;);<br />
          break;<br />
          case 6: document.write(&#8220;July&#8221;);<br />
          break;<br />
          case 7: document.write(&#8220;Aug&#8221;);<br />
          break;<br />
          case 8: document.write(&#8220;Sept&#8221;);<br />
          break;<br />
          case 9: document.write(&#8220;Oct&#8221;);<br />
          break;<br />
          case 10: document.write(&#8220;Nov&#8221;);<br />
          break;<br />
          case 11: document.write(&#8220;Dec&#8221;);<br />
          break;<br />
          }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yan</title>
		<link>http://btemplates.com/2009/blogger-template-pro-black/comment-page-1/#comment-13350</link>
		<dc:creator>Yan</dc:creator>
		<pubDate>Mon, 26 Oct 2009 15:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=2649#comment-13350</guid>
		<description>Very good template !
But, every date posted is 17 Apr ...
how do i edit this ?</description>
		<content:encoded><![CDATA[<p>Very good template !<br />
But, every date posted is 17 Apr &#8230;<br />
how do i edit this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinicius Pegoraro</title>
		<link>http://btemplates.com/2009/blogger-template-pro-black/comment-page-1/#comment-12798</link>
		<dc:creator>Vinicius Pegoraro</dc:creator>
		<pubDate>Fri, 16 Oct 2009 21:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=2649#comment-12798</guid>
		<description>A data so fica 17 de abril, oque devo fazer para ficar a data certa</description>
		<content:encoded><![CDATA[<p>A data so fica 17 de abril, oque devo fazer para ficar a data certa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cash Searcher</title>
		<link>http://btemplates.com/2009/blogger-template-pro-black/comment-page-1/#comment-11482</link>
		<dc:creator>Cash Searcher</dc:creator>
		<pubDate>Sat, 19 Sep 2009 11:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=2649#comment-11482</guid>
		<description>Very different looking!</description>
		<content:encoded><![CDATA[<p>Very different looking!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Alpert</title>
		<link>http://btemplates.com/2009/blogger-template-pro-black/comment-page-1/#comment-11008</link>
		<dc:creator>Richard Alpert</dc:creator>
		<pubDate>Tue, 08 Sep 2009 20:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=2649#comment-11008</guid>
		<description>yeha, wtf... every date posted is april 17???? how do i edit this</description>
		<content:encoded><![CDATA[<p>yeha, wtf&#8230; every date posted is april 17???? how do i edit this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MOTIVASI ARTIKEL</title>
		<link>http://btemplates.com/2009/blogger-template-pro-black/comment-page-1/#comment-10616</link>
		<dc:creator>MOTIVASI ARTIKEL</dc:creator>
		<pubDate>Sat, 29 Aug 2009 03:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=2649#comment-10616</guid>
		<description>cOOLL ! MAY i Change the picture??</description>
		<content:encoded><![CDATA[<p>cOOLL ! MAY i Change the picture??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A d'Z</title>
		<link>http://btemplates.com/2009/blogger-template-pro-black/comment-page-1/#comment-10196</link>
		<dc:creator>A d'Z</dc:creator>
		<pubDate>Thu, 20 Aug 2009 10:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=2649#comment-10196</guid>
		<description>I really love this template but I need to change it again now. I don&#039;t understand why must the POST DATE for every single post must be 17 Apr. That&#039;s something adversing.</description>
		<content:encoded><![CDATA[<p>I really love this template but I need to change it again now. I don&#8217;t understand why must the POST DATE for every single post must be 17 Apr. That&#8217;s something adversing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Be</title>
		<link>http://btemplates.com/2009/blogger-template-pro-black/comment-page-1/#comment-9980</link>
		<dc:creator>Be</dc:creator>
		<pubDate>Sat, 15 Aug 2009 00:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=2649#comment-9980</guid>
		<description>Bem legal esse.
Mas soh um problema - nao tem como mudar a foto?
Como muda?
abs</description>
		<content:encoded><![CDATA[<p>Bem legal esse.<br />
Mas soh um problema &#8211; nao tem como mudar a foto?<br />
Como muda?<br />
abs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauri</title>
		<link>http://btemplates.com/2009/blogger-template-pro-black/comment-page-1/#comment-9975</link>
		<dc:creator>Mauri</dc:creator>
		<pubDate>Fri, 14 Aug 2009 20:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=2649#comment-9975</guid>
		<description>esse é bem legal...
gostei desse.
Parabéns</description>
		<content:encoded><![CDATA[<p>esse é bem legal&#8230;<br />
gostei desse.<br />
Parabéns</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: btemplates.com @ 2012-02-12 23:38:03 by W3 Total Cache -->
