<?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>DudeAmI.com</title>
	<atom:link href="http://dudeami.com/feed" rel="self" type="application/rss+xml" />
	<link>http://dudeami.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Jul 2010 21:36:38 +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>jQuery ZeroClipboard Plugin</title>
		<link>http://dudeami.com/posts/jquery-zeroclipboard-plugin.html</link>
		<comments>http://dudeami.com/posts/jquery-zeroclipboard-plugin.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 21:36:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery Addons]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[ZeroClipboard]]></category>

		<guid isPermaLink="false">http://dudeami.com/?p=93</guid>
		<description><![CDATA[Recently, while developing my site gfxtub.com, I came across the need to do a flash copy to clipboard. Now, this was easy enough with ZeroClipboard, but once I tried mixing it with jQuery and making multiple clipboards, stuff got messy. So, in the spirit of cleaner code, I started a new project to make the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, while developing my site gfxtub.com, I came across the need to do a flash copy to clipboard. Now, this was easy enough with ZeroClipboard, but once I tried mixing it with jQuery and making multiple clipboards, stuff got messy. So, in the spirit of cleaner code, I started a new project to make the use of ZeroClipboard easier with jQuery. So, you can check out my project over at github (<a href="http://github.com/dudeami/jQuery-ZeroClipboard">Link</a>).</p>
<p>Basic usage of the script goes along the lines of</p>
<p>$(&#8216;selector&#8217;).zeroclipboard({text: &#8216;This is the text to copy!&#8217;});</p>
<p>Thats it! You use the same method to update text and any other options, or to destroy the flash object. Also, when the .remove() is called on element the clipboard is bound to, it removes the zeroclipboard automagically. Also, any mouse events on the element select are emulated when they are preformed on the flash object.</p>
<p>Read the entry on github for more information, but I am trying to make clipboards as easy and painless as possible. The only problem is the use of external libraries, which I would like to minimize, but right now they work good with the script.</p>
]]></content:encoded>
			<wfw:commentRss>http://dudeami.com/posts/jquery-zeroclipboard-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site &#8211; Gfxtub.com</title>
		<link>http://dudeami.com/posts/new-site-gfxtub-com.html</link>
		<comments>http://dudeami.com/posts/new-site-gfxtub-com.html#comments</comments>
		<pubDate>Sat, 10 Jul 2010 20:06:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dudeami.com/?p=83</guid>
		<description><![CDATA[Well, during my free time of late I have been working on a little site. Recently, I hit the point where its basic function, getting images on the web, is working. The site offers to keep your photos online forever with no limits, as long as the images are legal in the United States. I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dudeami.com/wp-content/uploads/2010/07/gfxtub.com_.png"><img class="alignright size-full wp-image-86" title="gfxtub.com" src="http://dudeami.com/wp-content/uploads/2010/07/gfxtub.com_.png" alt="" width="236" height="134" /></a>Well, during my free time of late I have been working on a little site. Recently, I hit the point where its basic function, getting images on the web, is working. The site offers to keep your photos online forever with no limits, as long as the images are legal in the United States. I hope to add more features with the login, such as making thumbnails and possibly adding a folder structure and API for veiwing images.</p>
<p>Visit it over at <a href="http://gfxtub.com/">Gfxtub.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dudeami.com/posts/new-site-gfxtub-com.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dGallery &#8211; Simple yet Effective Gallery Plugin</title>
		<link>http://dudeami.com/posts/dgallery-simple-yet-effective-gallery-plugin.html</link>
		<comments>http://dudeami.com/posts/dgallery-simple-yet-effective-gallery-plugin.html#comments</comments>
		<pubDate>Tue, 21 Jul 2009 09:18:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dudeami.com/?p=37</guid>
		<description><![CDATA[Out of boredom, and the need for something on my portfolio, I went and made a plugin for jQuery that made a lightbox like gallery without much modification. Actually, you just need to import the script + add a class to an element, and your done. If you wanna check it out, click the link [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-39" title="dgallery-preview" src="http://dudeami.com/wp-content/uploads/2009/07/dgallery-preview-300x210.png" alt="dgallery-preview" width="300" height="210" />Out of boredom, and the need for something on my portfolio, I went and made a plugin for jQuery that made a lightbox like gallery without much modification. Actually, you just need to import the script + add a class to an element, and your done. If you wanna check it out, click the link below</p>
<p>[<a href="http://www.dudeami.com/dgallery/">dGallery</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://dudeami.com/posts/dgallery-simple-yet-effective-gallery-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tooltips for jQuery</title>
		<link>http://dudeami.com/posts/comments-for-jquery.html</link>
		<comments>http://dudeami.com/posts/comments-for-jquery.html#comments</comments>
		<pubDate>Wed, 11 Mar 2009 02:59:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tooltips]]></category>

		<guid isPermaLink="false">http://dudeami.com/?p=18</guid>
		<description><![CDATA[Now, I needed this for my own purposes (remaking the image mapper). But, since it works very well, I decided to release it for anyone to use. What can it do? Add a tooltip, or comment, to any DOM object or just using coords Add it to one or multiple objects Have it removed after [...]]]></description>
			<content:encoded><![CDATA[<p>Now, I needed this for my own purposes (remaking the image mapper). But, since it works very well, I decided to release it for anyone to use. What can it do?</p>
<ul>
<li>Add a tooltip, or comment, to any DOM object or just using coords</li>
<li>Add it to one or multiple objects</li>
<li>Have it removed after a certain amount of time, or when an event happens to the parent of the comment</li>
<li>Choose how to position them</li>
</ul>
<p><strong>Tested Browsers:</strong> IE6+, Firefox 1.5+, Safari 4, and Google Chrome 1.0 (All on Windows).</p>
<p>For a full explaination, just go over to the [<a href="http://www.dudeami.com/tooltips/">jQuery Tooltips Site</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://dudeami.com/posts/comments-for-jquery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
