<?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>Julian Castaneda &#187; JavaScript</title>
	<atom:link href="http://www.smooka.com/blog/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smooka.com/blog</link>
	<description>From programming to music!</description>
	<lastBuildDate>Fri, 21 May 2010 14:12:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Javascript Library Detector</title>
		<link>http://www.smooka.com/blog/2009/03/26/javascript-library-detector/</link>
		<comments>http://www.smooka.com/blog/2009/03/26/javascript-library-detector/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 17:44:52 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.smooka.com/blog/?p=52</guid>
		<description><![CDATA[If you are like me, and you love to look under the hood of every interesting website you visit. You are going to like this Firefox add-on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.smooka.com/blog/wp-content/uploads/pic1237985398.jpg" alt="Library Detector" title="Library Detector" width="106" height="49" class="size-full wp-image-53" align="right" /> If you are like me, and you love to look under the hood of every interesting website you visit. You are going to like this Firefox add-on I stumbled upon today. The JavaScript <a href="https://addons.mozilla.org/en-US/firefox/addon/10083">Library Detector</a> is simple and straight forward. It places in the status bar a favicon of each of the libraries the website you are currently viewing has. Placing the mouse over each icon brings up a little pop-up with the name of the library and the version it uses. <span id="more-52"></span></p>
<p>So if you are a web developer you should definitely check it out, you will start to see that some of your favorite sites are already using js libraries such as: jquery, dojo, and prototype.</p>
<p>Download: <a href="https://addons.mozilla.org/en-US/firefox/addon/10083">Library Detector</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smooka.com/blog/2009/03/26/javascript-library-detector/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jAlert a jQuery Alert Box Plugin</title>
		<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/</link>
		<comments>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 21:54:39 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jAlert]]></category>
		<category><![CDATA[plug-in]]></category>

		<guid isPermaLink="false">http://www.smooka.com/blog/?p=18</guid>
		<description><![CDATA[jAlert is a very easy to use alert box plugin for the javascript framework jQuery. I developed this plugin to use in my own projects and now [...]]]></description>
			<content:encoded><![CDATA[<p>jAlert is a very easy to use alert box plugin for the javascript framework <a title="jQuery Framework" href="http://jquery.com/" target="_blank">jQuery</a>. I developed this plugin to use in my own projects and now that I have my own blog I decided to share it with the world.<span id="more-18"></span><br />
<span style="text-align: center;"><img class="size-full wp-image-44 aligncenter" title="jalert" src="http://www.smooka.com/blog/wp-content/jalert.jpg" alt="jalert" width="496" height="142" /></span></p>
<p>Here is a quick example on how is used:</p>
<pre class="brush: jscript;">
$(document).ready(function()
{
//have an alert box displayed on body load.
$('body').jAlert('Welcome to jAlert Demo Page', &quot;success&quot;);

});
</pre>
<p>Requirements:</p>
<ul>
<li><a href="http://docs.jquery.com/Downloading_jQuery" target="_blank">jQuery v1.2+</a></li>
</ul>
<p>Demo:</p>
<ul>
<li><a title="jAlert" href="http://www.smooka.com/projects/jalert/" target="_blank">jAlert Demo Page<br />
</a></li>
</ul>
<p>Download:</p>
<ul>
<li><a href="http://www.smooka.com/blog/wp-content/plugins/download-monitor/download.php?id=1" title="Downloaded 2131 times">jAlert</a> - v1.0</li>
</ul>
<p>I would love to see how you are using jAlert so please post your links in the comments or send me an email. Also, feel free to send your suggestions or any question you guys might have.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
