<?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: Making a Google Wave History Slider</title>
	<atom:link href="http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/</link>
	<description>PHP MySQL jQuery CSS Tutorials, Resources and Freebies</description>
	<lastBuildDate>Thu, 11 Mar 2010 19:53:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Radford</title>
		<link>http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/#comment-3554</link>
		<dc:creator>James Radford</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=472#comment-3554</guid>
		<description>This is great.  nice one.</description>
		<content:encoded><![CDATA[<p>This is great.  nice one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo</title>
		<link>http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/#comment-3410</link>
		<dc:creator>Juan Pablo</dc:creator>
		<pubDate>Sat, 06 Mar 2010 23:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=472#comment-3410</guid>
		<description>absolutely fantastic, they help many people teaching these things. The code is very well done ... thanks</description>
		<content:encoded><![CDATA[<p>absolutely fantastic, they help many people teaching these things. The code is very well done &#8230; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas</title>
		<link>http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/#comment-3062</link>
		<dc:creator>Domas</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=472#comment-3062</guid>
		<description>Hello Martin,

What i was about to do is to use it as comments for albums, I use $alId = $_GET[&#039;alId&#039;]; variable which is passed when selecting an album.

How can I pass this variable to saveComment.php file that album ID would be inserted into mySQL table with other data?

Thanks, for help and these great tutorials</description>
		<content:encoded><![CDATA[<p>Hello Martin,</p>
<p>What i was about to do is to use it as comments for albums, I use $alId = $_GET['alId']; variable which is passed when selecting an album.</p>
<p>How can I pass this variable to saveComment.php file that album ID would be inserted into mySQL table with other data?</p>
<p>Thanks, for help and these great tutorials</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maju</title>
		<link>http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/#comment-2371</link>
		<dc:creator>Maju</dc:creator>
		<pubDate>Thu, 21 Jan 2010 09:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=472#comment-2371</guid>
		<description>Gr8 code but has a bug it seems
Notice: Undefined index: replies in functions.php on line 29.

Thanks to beemol .its fixed on functions.php</description>
		<content:encoded><![CDATA[<p>Gr8 code but has a bug it seems<br />
Notice: Undefined index: replies in functions.php on line 29.</p>
<p>Thanks to beemol .its fixed on functions.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/#comment-2112</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 09 Jan 2010 13:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=472#comment-2112</guid>
		<description>@ Anton

It seems that your PHP error reporting level is set too high. You can fix this by adding the following line to &lt;b&gt;connect.php&lt;/b&gt;
&lt;blockquote&gt;error_reporting(E_ALL^E_NOTICE);&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>@ Anton</p>
<p>It seems that your PHP error reporting level is set too high. You can fix this by adding the following line to <b>connect.php</b></p>
<blockquote><p>error_reporting(E_ALL^E_NOTICE);</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/#comment-2068</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Thu, 07 Jan 2010 02:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=472#comment-2068</guid>
		<description>Hey , Martin :
//SORT BY DESCENDING 
$comments_result = mysql_query(&quot;SELECT * FROM wave_comments ORDER BY id DESC&quot;);

so , I see some error in this : 
Notice: Undefined index: ........

SO .... Do You can help me????</description>
		<content:encoded><![CDATA[<p>Hey , Martin :<br />
//SORT BY DESCENDING<br />
$comments_result = mysql_query(&#8220;SELECT * FROM wave_comments ORDER BY id DESC&#8221;);</p>
<p>so , I see some error in this :<br />
Notice: Undefined index: &#8230;&#8230;..</p>
<p>SO &#8230;. Do You can help me????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian</title>
		<link>http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/#comment-2054</link>
		<dc:creator>Kristian</dc:creator>
		<pubDate>Wed, 06 Jan 2010 11:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=472#comment-2054</guid>
		<description>This would be great....if it work for me. I really don&#039;t know much (nothing) about mySQL and I&#039;m having the following message everything I refresh the page:   / Unable to establish a DB connection / 

if i comment the line: / require &#039;connect.php&#039;; / in demo.php I can see the page but my comments don&#039;t get stored in the DB.

Help?

thanks</description>
		<content:encoded><![CDATA[<p>This would be great&#8230;.if it work for me. I really don&#8217;t know much (nothing) about mySQL and I&#8217;m having the following message everything I refresh the page:   / Unable to establish a DB connection / </p>
<p>if i comment the line: / require &#8216;connect.php&#8217;; / in demo.php I can see the page but my comments don&#8217;t get stored in the DB.</p>
<p>Help?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caillou</title>
		<link>http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/#comment-1817</link>
		<dc:creator>Caillou</dc:creator>
		<pubDate>Wed, 16 Dec 2009 09:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=472#comment-1817</guid>
		<description>Great ! Thank so much. I&#039;m trying to put it into my wordpress theme. If successful I will share it with you :D</description>
		<content:encoded><![CDATA[<p>Great ! Thank so much. I&#8217;m trying to put it into my wordpress theme. If successful I will share it with you <img src='http://tutorialzine.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hups</title>
		<link>http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/#comment-1801</link>
		<dc:creator>hups</dc:creator>
		<pubDate>Tue, 15 Dec 2009 08:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=472#comment-1801</guid>
		<description>hello,
i dont understand this how can i make this script without demo ?

i have test it but when i make a comment i am user &quot;demo&quot; and when i refresh the site the comment go away .

what must i do or change ?</description>
		<content:encoded><![CDATA[<p>hello,<br />
i dont understand this how can i make this script without demo ?</p>
<p>i have test it but when i make a comment i am user &#8220;demo&#8221; and when i refresh the site the comment go away .</p>
<p>what must i do or change ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MdqrideR</title>
		<link>http://tutorialzine.com/2009/10/google-wave-history-slider-jquery/#comment-1780</link>
		<dc:creator>MdqrideR</dc:creator>
		<pubDate>Sat, 12 Dec 2009 20:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=472#comment-1780</guid>
		<description>@Martin:

Exactly, so in the front and not in the end as I mentioned. Using regular expressions as you say the problem is solved. Just mention it in case someone uses it in a production environment.

Again, thanks for sharing.

A healthy and happy Christmas and prosperous new year to all;)</description>
		<content:encoded><![CDATA[<p>@Martin:</p>
<p>Exactly, so in the front and not in the end as I mentioned. Using regular expressions as you say the problem is solved. Just mention it in case someone uses it in a production environment.</p>
<p>Again, thanks for sharing.</p>
<p>A healthy and happy Christmas and prosperous new year to all;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
