<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programming Ideas, Logics, Tips and Tricks &#187; script</title>
	<atom:link href="http://www.sajithmr.me/tag/script/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 15:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Carousels with jQuery</title>
		<link>http://www.sajithmr.me/carousels-with-jquery</link>
		<comments>http://www.sajithmr.me/carousels-with-jquery#comments</comments>
		<pubDate>Tue, 27 Apr 2010 19:40:14 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[carousels]]></category>
		<category><![CDATA[circular]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sliding]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/?p=632</guid>
		<description><![CDATA[jCarousel is a simple jQuery plugin to create continuous sliding effect.  I like the way they created the plugin. http://sorgalla.com/jcarousel/ jCarousel uses both javascript array and structured html  for inputing data. The data can be modified with html using post callback functions. For example, you can show flicker images using jCarousel by importing the images [...]]]></description>
			<content:encoded><![CDATA[<p><strong>jCarousel</strong> is a simple jQuery plugin to create continuous sliding effect.  I like the way they created the plugin.</p>
<p><a href="http://sorgalla.com/jcarousel/" target="_blank">http://sorgalla.com/jcarousel/</a></p>
<p><img class="alignnone size-full wp-image-633" title="jcarousel" src="http://www.sajithmr.me/wp-content/uploads/2010/04/jcarousel.tiff" alt="jcarousel" /></p>
<p>jCarousel uses both javascript array and structured html  for inputing data. The data can be modified with html using post callback functions. For example, you can show flicker images using jCarousel by importing the images as an javascript array. To format the appearance and style , you can use html in callback function.</p>
<p>If you need to you fully html based Carousel, use  <a href="http://plugins.jquery.com/project/jCarouselLite" target="_blank">jCarouselLite</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/carousels-with-jquery/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fancybox runtime height change</title>
		<link>http://www.sajithmr.me/fancybox-runtime-height-change</link>
		<comments>http://www.sajithmr.me/fancybox-runtime-height-change#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:05:51 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[autoheight]]></category>
		<category><![CDATA[fancybox]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[runtime]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/?p=522</guid>
		<description><![CDATA[For those who use fancy box and iframe inside fancy box might face the issue of changing the height. Once fancybox is loaded with a particular height and width, it does not change when you change the content inside iframe dynamically. Auto height change is only possible for images. Use the below code to change [...]]]></description>
			<content:encoded><![CDATA[<p>For those who use fancy box and iframe inside fancy box might face the issue of changing the height. Once fancybox is loaded with a particular height and width, it does not change when you change the content inside iframe dynamically. Auto height change is only possible for images.</p>
<p>Use the below code to change the dimensions of an iframe in runtime.</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>parent.$(&#8220;#fancy_outer&#8221;).width(100); parent.$(&#8220;#fancy_outer&#8221;).height(120);</p>
<p>&lt;/script&gt;</p>
<p>Cheers</p>
<p>Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/fancybox-runtime-height-change/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Yahoo Media Player</title>
		<link>http://www.sajithmr.me/yahoo-media-player</link>
		<comments>http://www.sajithmr.me/yahoo-media-player#comments</comments>
		<pubDate>Mon, 03 Aug 2009 18:22:08 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/?p=447</guid>
		<description><![CDATA[It may be an unwanted post, but I recently got this information while sufing through.. It is nothing but a javascript file from Yahoo. It is duty is to convery every mp3 link inside an html page into mp3 player and it also creates a playlist according the the mp3 links available. What you have [...]]]></description>
			<content:encoded><![CDATA[<p>It may be an unwanted post, but I recently got this information while sufing through.. It is nothing but a javascript file from Yahoo. It is duty is to convery every mp3 link inside an html page into mp3 player and it also creates a playlist according the the mp3 links available.</p>
<pre id="line11"><a href="http://www.sajithmr.com/wp-content/uploads/2009/08/yplayer.jpg"><img class="alignnone size-full wp-image-448" title="yplayer" src="http://www.sajithmr.com/wp-content/uploads/2009/08/yplayer.jpg" alt="" width="499" height="67" /></a></pre>
<p>What you have to do, is just add this js file below your html page which contains some mp3 href</p>
<pre id="line11">&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript" </span><span class="attribute-name">src</span>=<span class="attribute-value">"http://mediaplayer.yahoo.com/js"</span>&gt;&lt;/<span class="end-tag">script</span>&gt;</pre>
<pre id="line11">You can see the demo here,if your browser supports flash</pre>
<pre id="line11"><a href="http://www.sajithmr.com/downloads/yplayer.html" target="_blank">http://www.sajithmr.com/downloads/yplayer.html</a></pre>
<pre id="line11">Take view source to see how does it work</pre>
<pre id="line11">Thanks</pre>
<pre id="line11">Sajith</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/yahoo-media-player/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

