<?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: State preserved bottom hanging message box using jQuery</title>
	<atom:link href="http://roshanbh.com.np/2008/07/state-preserved-bottom-hanging-message-box-using-jquery.html/feed" rel="self" type="application/rss+xml" />
	<link>http://roshanbh.com.np/2008/07/state-preserved-bottom-hanging-message-box-using-jquery.html</link>
	<description>Useful Tutorials, Scripts , Tips, and Resources for all PHP and Ajax beginners and experts .</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:59:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jiri Melcak</title>
		<link>http://roshanbh.com.np/2008/07/state-preserved-bottom-hanging-message-box-using-jquery.html/comment-page-1#comment-4175</link>
		<dc:creator>Jiri Melcak</dc:creator>
		<pubDate>Fri, 03 Jul 2009 20:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=169#comment-4175</guid>
		<description>Thanks, this script is very useful. This is a great site.</description>
		<content:encoded><![CDATA[<p>Thanks, this script is very useful. This is a great site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Widi</title>
		<link>http://roshanbh.com.np/2008/07/state-preserved-bottom-hanging-message-box-using-jquery.html/comment-page-1#comment-4046</link>
		<dc:creator>Widi</dc:creator>
		<pubDate>Tue, 02 Jun 2009 19:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=169#comment-4046</guid>
		<description>Hi Roshan...  Im ordinary using an old javascript to make this hanging message box and the result is it doesn&#039;t work correctly in IE (I hate this browser). Thanks Alot for the code, I&#039;m gonna use it for my home projects, cool stuff..</description>
		<content:encoded><![CDATA[<p>Hi Roshan&#8230;  Im ordinary using an old javascript to make this hanging message box and the result is it doesn&#8217;t work correctly in IE (I hate this browser). Thanks Alot for the code, I&#8217;m gonna use it for my home projects, cool stuff..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ?????</title>
		<link>http://roshanbh.com.np/2008/07/state-preserved-bottom-hanging-message-box-using-jquery.html/comment-page-1#comment-3984</link>
		<dc:creator>?????</dc:creator>
		<pubDate>Sun, 17 May 2009 00:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=169#comment-3984</guid>
		<description>thank you it&#039;s so cool on style and coding thank you</description>
		<content:encoded><![CDATA[<p>thank you it&#8217;s so cool on style and coding thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://roshanbh.com.np/2008/07/state-preserved-bottom-hanging-message-box-using-jquery.html/comment-page-1#comment-3872</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 22 Apr 2009 01:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=169#comment-3872</guid>
		<description>Hiya ... thanks so much for this tutorial. Its a great little script and this website is full of fab tutorials. 

I was wondering though whether this script can be customised so that the speed of the actual bar slows down. To be honest what Im after is a fixed bar along the bottom of the screen so when you scroll down the page the bar is constantly there and doesnt need to be animated.

Is this at all customisable in the script?

Again ... thanks for the great work.</description>
		<content:encoded><![CDATA[<p>Hiya &#8230; thanks so much for this tutorial. Its a great little script and this website is full of fab tutorials. </p>
<p>I was wondering though whether this script can be customised so that the speed of the actual bar slows down. To be honest what Im after is a fixed bar along the bottom of the screen so when you scroll down the page the bar is constantly there and doesnt need to be animated.</p>
<p>Is this at all customisable in the script?</p>
<p>Again &#8230; thanks for the great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan</title>
		<link>http://roshanbh.com.np/2008/07/state-preserved-bottom-hanging-message-box-using-jquery.html/comment-page-1#comment-1793</link>
		<dc:creator>Roshan</dc:creator>
		<pubDate>Mon, 11 Aug 2008 04:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=169#comment-1793</guid>
		<description>If you&#039;ve increased the height of the box then increase the value in the above line..try to use differnt value instead of 26

$(&#039;#message_box&#039;).css(&quot;top&quot;,pos-26+&quot;px&quot;);</description>
		<content:encoded><![CDATA[<p>If you&#8217;ve increased the height of the box then increase the value in the above line..try to use differnt value instead of 26</p>
<p>$(&#8216;#message_box&#8217;).css(&#8220;top&#8221;,pos-26+&#8221;px&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatolij</title>
		<link>http://roshanbh.com.np/2008/07/state-preserved-bottom-hanging-message-box-using-jquery.html/comment-page-1#comment-1787</link>
		<dc:creator>Anatolij</dc:creator>
		<pubDate>Mon, 11 Aug 2008 03:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=169#comment-1787</guid>
		<description>I&#039;m creating the error box in the bottonm of the page, but if i change the height of the box (error appending automaticali) i need to be aligned to bottom, can it be solved by using bottom proporty animation?</description>
		<content:encoded><![CDATA[<p>I&#8217;m creating the error box in the bottonm of the page, but if i change the height of the box (error appending automaticali) i need to be aligned to bottom, can it be solved by using bottom proporty animation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan</title>
		<link>http://roshanbh.com.np/2008/07/state-preserved-bottom-hanging-message-box-using-jquery.html/comment-page-1#comment-1753</link>
		<dc:creator>Roshan</dc:creator>
		<pubDate>Fri, 08 Aug 2008 15:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=169#comment-1753</guid>
		<description>@Anatolij - Nice to hear that you&#039;re going to use this code..</description>
		<content:encoded><![CDATA[<p>@Anatolij &#8211; Nice to hear that you&#8217;re going to use this code..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatolij</title>
		<link>http://roshanbh.com.np/2008/07/state-preserved-bottom-hanging-message-box-using-jquery.html/comment-page-1#comment-1749</link>
		<dc:creator>Anatolij</dc:creator>
		<pubDate>Fri, 08 Aug 2008 09:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=169#comment-1749</guid>
		<description>Nice :) i;ve been writing the timline class to make such animation :) bu after reading this post i;ll use this technique :)</description>
		<content:encoded><![CDATA[<p>Nice <img src='http://roshanbh.com.np/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  i;ve been writing the timline class to make such animation <img src='http://roshanbh.com.np/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  bu after reading this post i;ll use this technique <img src='http://roshanbh.com.np/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hem</title>
		<link>http://roshanbh.com.np/2008/07/state-preserved-bottom-hanging-message-box-using-jquery.html/comment-page-1#comment-1555</link>
		<dc:creator>Hem</dc:creator>
		<pubDate>Wed, 23 Jul 2008 20:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=169#comment-1555</guid>
		<description>This is exactly how i have done in one of my sites</description>
		<content:encoded><![CDATA[<p>This is exactly how i have done in one of my sites</p>
]]></content:encoded>
	</item>
</channel>
</rss>
