<?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 for The Tech Space</title>
	<atom:link href="http://www.thetechspace.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetechspace.com</link>
	<description>php, jquery, flash and resources</description>
	<lastBuildDate>Sun, 11 Apr 2010 03:38:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on List of pure css drop down menu tutorials by ドロップダウンするcssメニューいろいろ &#171; DesigNet</title>
		<link>http://www.thetechspace.com/2009/10/06/list-of-pure-css-drop-down-menu-tutorials/comment-page-1/#comment-240</link>
		<dc:creator>ドロップダウンするcssメニューいろいろ &#171; DesigNet</dc:creator>
		<pubDate>Sun, 11 Apr 2010 03:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=217#comment-240</guid>
		<description>[...] pure css drop-down menu tutorials  cssのみで作るドロップダウンメニューいろいろ list of pure css drop-down menu tutorials [...]</description>
		<content:encoded><![CDATA[<p>[...] pure css drop-down menu tutorials  cssのみで作るドロップダウンメニューいろいろ list of pure css drop-down menu tutorials [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL next and previous record of the current record by Saw Htoo</title>
		<link>http://www.thetechspace.com/2010/04/07/mysql-next-and-previous-record-of-the-current-record/comment-page-1/#comment-228</link>
		<dc:creator>Saw Htoo</dc:creator>
		<pubDate>Wed, 07 Apr 2010 14:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=311#comment-228</guid>
		<description>You can use the following code for wordpress. :)

&lt;pre class=&quot;brush:php&quot;&gt;
&lt;?php 
     previous_post(&#039; %&#039;, &#039;Previous: &#039;, &#039;yes&#039;); 
     next_post(&#039; %&#039;, &#039;Next: &#039;, &#039;yes&#039;); 
?&gt;
&lt;/pre&gt;

</description>
		<content:encoded><![CDATA[<p>You can use the following code for wordpress. <img src='http://www.thetechspace.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<pre class="brush:php">
< ?php
     previous_post(' %', 'Previous: ', 'yes');
     next_post(' %', 'Next: ', 'yes');
?>
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to return more than one value or multi value in PHP by Dummy</title>
		<link>http://www.thetechspace.com/2010/03/28/how-to-return-more-than-one-value-or-multi-value-in-php/comment-page-1/#comment-210</link>
		<dc:creator>Dummy</dc:creator>
		<pubDate>Sun, 28 Mar 2010 10:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=297#comment-210</guid>
		<description>good  job!! useful somewhat..</description>
		<content:encoded><![CDATA[<p>good  job!! useful somewhat..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Plugin: Latest Posts by Category Archive by willy</title>
		<link>http://www.thetechspace.com/2009/12/08/wp-plugin-latest-posts-by-category-archive/comment-page-1/#comment-107</link>
		<dc:creator>willy</dc:creator>
		<pubDate>Mon, 21 Dec 2009 14:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=289#comment-107</guid>
		<description>thanks for your plugin, i am using it in my blog.</description>
		<content:encoded><![CDATA[<p>thanks for your plugin, i am using it in my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful WordPress Hacks by Kiper IT-konsult</title>
		<link>http://www.thetechspace.com/2009/10/23/useful-wordpress-hacks/comment-page-1/#comment-85</link>
		<dc:creator>Kiper IT-konsult</dc:creator>
		<pubDate>Mon, 07 Dec 2009 05:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=228#comment-85</guid>
		<description>Great collection of snippets! I was looking for a plugin that could show related posts from the same category but found this snippet and used it as a base for my own customized code with a much better result.
Thanks!</description>
		<content:encoded><![CDATA[<p>Great collection of snippets! I was looking for a plugin that could show related posts from the same category but found this snippet and used it as a base for my own customized code with a much better result.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Output XML using PHP from MySQL database by Thurein</title>
		<link>http://www.thetechspace.com/2009/11/14/output-xml-using-php-from-mysql-database/comment-page-1/#comment-67</link>
		<dc:creator>Thurein</dc:creator>
		<pubDate>Wed, 18 Nov 2009 06:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=279#comment-67</guid>
		<description>Maybe you are looking for page navigation.  

Pages Navagation
&lt;pre class=&quot;brush:php&quot;&gt;
echo $pager-&gt;pages();
&lt;/pre&gt;
Or 

You Can find in pagination.php</description>
		<content:encoded><![CDATA[<p>Maybe you are looking for page navigation.  </p>
<p>Pages Navagation</p>
<pre class="brush:php">
echo $pager-&gt;pages();
</pre>
<p>Or </p>
<p>You Can find in pagination.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Output XML using PHP from MySQL database by irina</title>
		<link>http://www.thetechspace.com/2009/11/14/output-xml-using-php-from-mysql-database/comment-page-1/#comment-63</link>
		<dc:creator>irina</dc:creator>
		<pubDate>Tue, 17 Nov 2009 19:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=279#comment-63</guid>
		<description>It is still confusing. Where do you put the links of the pages?</description>
		<content:encoded><![CDATA[<p>It is still confusing. Where do you put the links of the pages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful WordPress Hacks by Dmitri</title>
		<link>http://www.thetechspace.com/2009/10/23/useful-wordpress-hacks/comment-page-1/#comment-29</link>
		<dc:creator>Dmitri</dc:creator>
		<pubDate>Mon, 26 Oct 2009 09:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=228#comment-29</guid>
		<description>Thanks a lot nice tips for WordPress. Defenatly, I&#039;ll going to use on my blog. Kudus to author!</description>
		<content:encoded><![CDATA[<p>Thanks a lot nice tips for WordPress. Defenatly, I&#8217;ll going to use on my blog. Kudus to author!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SWFObject: Javascript Flash Player detection and embed script by sreekanth</title>
		<link>http://www.thetechspace.com/2009/08/22/swfobject-javascript-flash-player-detection-and-embed-script/comment-page-1/#comment-14</link>
		<dc:creator>sreekanth</dc:creator>
		<pubDate>Fri, 25 Sep 2009 05:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=4#comment-14</guid>
		<description>Thanks for your quick attention.

When go through the swfobject2.2 api.There are two was to add alternate content.
one is static publishing.
&lt;pre class=&quot;brush:js&quot;&gt;
swfobject.registerObject(objectIdStr, swfVersionStr, xiSwfUrlStr, callbackFn)
&lt;/pre&gt;

The another way is dynamic publishing,syntax as fallows.

&lt;pre class=&quot;brush:js&quot;&gt;
swfobject.embedSWF(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj, callbackFn)
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for your quick attention.</p>
<p>When go through the swfobject2.2 api.There are two was to add alternate content.<br />
one is static publishing.</p>
<pre class="brush:js">
swfobject.registerObject(objectIdStr, swfVersionStr, xiSwfUrlStr, callbackFn)
</pre>
<p>The another way is dynamic publishing,syntax as fallows.</p>
<pre class="brush:js">
swfobject.embedSWF(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj, callbackFn)
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SWFObject: Javascript Flash Player detection and embed script by Thurein</title>
		<link>http://www.thetechspace.com/2009/08/22/swfobject-javascript-flash-player-detection-and-embed-script/comment-page-1/#comment-13</link>
		<dc:creator>Thurein</dc:creator>
		<pubDate>Thu, 24 Sep 2009 14:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=4#comment-13</guid>
		<description>I hope this link will be helpful for you .

http://www.gotoandlearn.com/play?id=77</description>
		<content:encoded><![CDATA[<p>I hope this link will be helpful for you .</p>
<p><a href="http://www.gotoandlearn.com/play?id=77" rel="nofollow">http://www.gotoandlearn.com/play?id=77</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
