<?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>shantopagla&#187; .js</title>
	<atom:link href="http://wp.shantopagla.com/category/professional/it/js/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.shantopagla.com</link>
	<description>combined professional and personal website of Sharful Islam</description>
	<lastBuildDate>Tue, 21 Jun 2011 02:14:48 +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>Useful PHP + jQuery Tutorials</title>
		<link>http://wp.shantopagla.com/2009/useful-php-jquery-tutorials-2/</link>
		<comments>http://wp.shantopagla.com/2009/useful-php-jquery-tutorials-2/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 18:57:09 +0000</pubDate>
		<dc:creator>Sharful Islam</dc:creator>
				<category><![CDATA[.js]]></category>
		<category><![CDATA[.php]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[I.T.]]></category>

		<guid isPermaLink="false">http://wp.shantopagla.com/?p=390</guid>
		<description><![CDATA[20 Useful PHP + jQuery Components &#38; Tuts for Everyday Project &#124; Noupe I found these very interesting and feel they can be integrated into a WP that is used more in a CMS environment.]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;"><a href="http://www.noupe.com/php/20-useful-php-jquery-tutorials.html">20 Useful PHP + jQuery Components &amp; Tuts for Everyday Project | Noupe</a></p>
<p style="text-align: left;">I found these very interesting and feel they can be integrated into a WP that is used more in a CMS environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.shantopagla.com/2009/useful-php-jquery-tutorials-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excellent examples &#8211; jQuery Tutorials for Designers</title>
		<link>http://wp.shantopagla.com/2009/excellent-examples-jquery-tutorials-for-designers/</link>
		<comments>http://wp.shantopagla.com/2009/excellent-examples-jquery-tutorials-for-designers/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 23:34:18 +0000</pubDate>
		<dc:creator>Sharful Islam</dc:creator>
				<category><![CDATA[.css]]></category>
		<category><![CDATA[.js]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://wp.shantopagla.com/?p=156</guid>
		<description><![CDATA[http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/   For those starting out with the JavaScript libraries, this is a great website to see the limitations front-end programmers run into and (maybe) to find a jQuery solution to their problem.]]></description>
			<content:encoded><![CDATA[<div class="alignright"><a href="http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/" target="_blank">http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/</a></div>
<p> </p>
<p>For those starting out with the JavaScript libraries, this is a great website to see the limitations front-end programmers run into and (maybe) to find a jQuery solution to their problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.shantopagla.com/2009/excellent-examples-jquery-tutorials-for-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery for your js needs</title>
		<link>http://wp.shantopagla.com/2009/jquery-for-your-js-needs/</link>
		<comments>http://wp.shantopagla.com/2009/jquery-for-your-js-needs/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 05:07:10 +0000</pubDate>
		<dc:creator>shantopagla</dc:creator>
				<category><![CDATA[.js]]></category>
		<category><![CDATA[I.T.]]></category>
		<category><![CDATA[techno]]></category>

		<guid isPermaLink="false">http://sislam.com/?p=125</guid>
		<description><![CDATA[I&#8217;m trying out different jQuery plugins in different parts of this site, so if you come across a shadow or a cool popup on a page, be sure to hit that F-12 button on your FireFox (you have Firebug Plugin added, right?) and take a closer look towards the end of the HEAD tag. For [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying out different jQuery plugins in different parts of this site, so if you come across a shadow or a cool popup on a page, be sure to hit that F-12 button on your FireFox (you have Firebug Plugin added, right?) and take a closer look towards the end of the HEAD tag.</p>
<p>For the shadows on the font, I&#8217;m using the &#8216;dropshadow&#8217; jQuery plugin (<a title="dropshadow jquery plugin" href="http://eyebulb.com/dropshadow/index.htm" target="_blank">http://eyebulb.com/dropshadow/index.htm</a>) and the code in the HEAD tag:<br />
<code><br />
$(document).ready(function(){<br />
$("#header h1").dropShadow({left: 1, top:1, blur: 3, opacity:0.35});<br />
$("h4").dropShadow({left: 1, top:1, blur: 3, opacity:0.35});<br />
$(".post-title").dropShadow({left: 3, top:-5, blur: 2, opacity:0.25});<br />
});<br />
</code>So there are three types of tags on this page that are getting shadows:</p>
<ol>
<li>the &lt;h1&gt; tags in the element whose ID is &#8220;header&#8221; (&lt;div id=&#8221;header&#8221;&gt; in this case)</li>
<li>all the &lt;h4&gt; tags in the document wherever they are</li>
<li>all the elements whose CLASS is &#8220;post-title&#8221; (&lt;tagname class=&#8221;post-title&#8221;&gt;)</li>
</ol>
<p>The <code>$(document).ready</code> function makes sure that the entire DOM is loaded before the JavaScript in this function fires up. This prevents the script to try to modify something that may not have been loaded in yet.</p>
<p>This is same reason Google asks you to put their codes &#8216;right before the  tag.&#8217; The entire analytics function can be put in here and will work as expected (maybe my next project?).</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.shantopagla.com/2009/jquery-for-your-js-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

