<?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: Change content using AJAX with FadeIn FadeOut effect</title>
	<atom:link href="http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/</link>
	<description>The cyber-place where I live</description>
	<lastBuildDate>Wed, 21 Jul 2010 06:27:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: batty13</title>
		<link>http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/comment-page-1/#comment-4430</link>
		<dc:creator>batty13</dc:creator>
		<pubDate>Mon, 21 Jun 2010 20:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/?p=60#comment-4430</guid>
		<description>Thought I would share how i&#039;ve used this: I created an argument named &#039;musicstyle&#039; and then in the html when I run the show_highlight script it passes the variable as the &#039;musicstyle&#039;.


(javascript)
function show_hightlight(musicstyle) {
         $(&quot;#swapout&quot;).load(&#039;show_&#039;+department+&#039;.php&#039;,false);
         return false;
         }

(html)
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;


This allowed me to have one function that can call as many php pages as I want passing the argument replacing the &#039;musicstyle&#039;. So after it runs, it ends up coding out as one the variables in place of the argument &#039;musicstyle&#039;. 

For example:
&#039;show_trance.php&#039; 
&#039;show_hiphop.php&#039; 
&#039;show_breakbeat.php&#039; 

see, the word trance was passed into +musicstyle+ when that link was selected, if the hiphop link gets selected, it passes the variable &#039;hiphop&#039; into +musicstyle+

So then I just code up a few pages with those names to have data show up for them (show_trance.php, show_hiphop.php,etc)

Just thought I would share</description>
		<content:encoded><![CDATA[<p>Thought I would share how i&#8217;ve used this: I created an argument named &#8216;musicstyle&#8217; and then in the html when I run the show_highlight script it passes the variable as the &#8216;musicstyle&#8217;.</p>
<p>(javascript)<br />
function show_hightlight(musicstyle) {<br />
         $(&#8220;#swapout&#8221;).load(&#8216;show_&#8217;+department+&#8217;.php&#8217;,false);<br />
         return false;<br />
         }</p>
<p>(html)<br />
<a href="#" rel="nofollow"></a><br />
<a href="#" rel="nofollow"></a><br />
<a href="#" rel="nofollow"></a></p>
<p>This allowed me to have one function that can call as many php pages as I want passing the argument replacing the &#8216;musicstyle&#8217;. So after it runs, it ends up coding out as one the variables in place of the argument &#8216;musicstyle&#8217;. </p>
<p>For example:<br />
&#8216;show_trance.php&#8217;<br />
&#8216;show_hiphop.php&#8217;<br />
&#8216;show_breakbeat.php&#8217; </p>
<p>see, the word trance was passed into +musicstyle+ when that link was selected, if the hiphop link gets selected, it passes the variable &#8216;hiphop&#8217; into +musicstyle+</p>
<p>So then I just code up a few pages with those names to have data show up for them (show_trance.php, show_hiphop.php,etc)</p>
<p>Just thought I would share</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: batty13</title>
		<link>http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/comment-page-1/#comment-4429</link>
		<dc:creator>batty13</dc:creator>
		<pubDate>Mon, 21 Jun 2010 20:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/?p=60#comment-4429</guid>
		<description>scratch my last, got it working with IE7 finally. Thanks!</description>
		<content:encoded><![CDATA[<p>scratch my last, got it working with IE7 finally. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: batty13</title>
		<link>http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/comment-page-1/#comment-4428</link>
		<dc:creator>batty13</dc:creator>
		<pubDate>Mon, 21 Jun 2010 20:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/?p=60#comment-4428</guid>
		<description>yah it&#039;s a mess for me as well in IE7.</description>
		<content:encoded><![CDATA[<p>yah it&#8217;s a mess for me as well in IE7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Algirdas</title>
		<link>http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/comment-page-1/#comment-4363</link>
		<dc:creator>Algirdas</dc:creator>
		<pubDate>Tue, 09 Mar 2010 19:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/?p=60#comment-4363</guid>
		<description>Actually it&#039;s working...</description>
		<content:encoded><![CDATA[<p>Actually it&#8217;s working&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/comment-page-1/#comment-4362</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 09 Mar 2010 19:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/?p=60#comment-4362</guid>
		<description>I&#039;m sorry. I got it to work. Very, very nice. Thank you.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry. I got it to work. Very, very nice. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/comment-page-1/#comment-4361</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/?p=60#comment-4361</guid>
		<description>This is a great trick! I only wish it worked in Internet Explorer.</description>
		<content:encoded><![CDATA[<p>This is a great trick! I only wish it worked in Internet Explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Algirdas</title>
		<link>http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/comment-page-1/#comment-4267</link>
		<dc:creator>Algirdas</dc:creator>
		<pubDate>Tue, 23 Feb 2010 06:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/?p=60#comment-4267</guid>
		<description>Sorry but I do not have any advices for you. You may ask for advice in http://forum.jquery.com/. If you find solution, please add comment here too :)</description>
		<content:encoded><![CDATA[<p>Sorry but I do not have any advices for you. You may ask for advice in <a href="http://forum.jquery.com/" rel="nofollow">http://forum.jquery.com/</a>. If you find solution, please add comment here too :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mama</title>
		<link>http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/comment-page-1/#comment-4261</link>
		<dc:creator>mama</dc:creator>
		<pubDate>Mon, 22 Feb 2010 22:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/?p=60#comment-4261</guid>
		<description>I found this and thought it was useful. But what if you wanted to just load a text file?
I noticed if I replace the .php file for a .txt file, it seems to work in all browsers but it doens&#039;t work in IE browsers at all.

I can&#039;t seem to find anywhere on the web about jquery not being able to load txt files. IF you have any advice please let me know..</description>
		<content:encoded><![CDATA[<p>I found this and thought it was useful. But what if you wanted to just load a text file?<br />
I noticed if I replace the .php file for a .txt file, it seems to work in all browsers but it doens&#8217;t work in IE browsers at all.</p>
<p>I can&#8217;t seem to find anywhere on the web about jquery not being able to load txt files. IF you have any advice please let me know..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Fouts</title>
		<link>http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/comment-page-1/#comment-3827</link>
		<dc:creator>Matthew Fouts</dc:creator>
		<pubDate>Wed, 22 Jul 2009 23:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/?p=60#comment-3827</guid>
		<description>What are your rates for freelance work?


&lt;blockquote&gt;&lt;em&gt;Actually I Have a full time job, so there is no much time for freelancing... But if it is not a big job, I would charge you 50$ per hour.&lt;/em&gt;&lt;/blockquote&gt;

</description>
		<content:encoded><![CDATA[<p>What are your rates for freelance work?</p>
<blockquote><p><em>Actually I Have a full time job, so there is no much time for freelancing&#8230; But if it is not a big job, I would charge you 50$ per hour.</em></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.varnagiris.net/2009/02/26/change-content-using-ajax-with-fadein-fadeout-effect/comment-page-1/#comment-3701</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 17 Jun 2009 14:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/?p=60#comment-3701</guid>
		<description>Hi Algirdas,
A quick message to ask if you would be interested doing a bit of freelance work. I need a javascript which is similar to yours, but with additional functionalities. I&#039;ll give you more details if you are interested.
best regards,
Tim</description>
		<content:encoded><![CDATA[<p>Hi Algirdas,<br />
A quick message to ask if you would be interested doing a bit of freelance work. I need a javascript which is similar to yours, but with additional functionalities. I&#8217;ll give you more details if you are interested.<br />
best regards,<br />
Tim</p>
]]></content:encoded>
	</item>
</channel>
</rss>
