<?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>Technify.me &#187; jQuery</title>
	<atom:link href="http://technify.me/category/user-experience/javascript/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://technify.me</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 20:50:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>bLaTheR: Part 1</title>
		<link>http://technify.me/user-experience/javascript/jquery/blather-part-1/</link>
		<comments>http://technify.me/user-experience/javascript/jquery/blather-part-1/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 12:29:17 +0000</pubDate>
		<dc:creator>George Flanagin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://technify.me/?p=367</guid>
		<description><![CDATA[Breathes there a web designer with wallet so fed who never to himself hath said, &#8220;Cutting and pasting this Lorem Ipsum stuff is utter tedium. It doesn&#8217;t look like English, and the first word isn&#8217;t even Latin.&#8221; Technologies have come a long way since cut and paste, and the time has come to use technologies [...]]]></description>
		<wfw:commentRss>http://technify.me/user-experience/javascript/jquery/blather-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=iconify&amp;popout=1&amp;url=http%3A%2F%2Ftechnify.me%2Fuser-experience%2Fjavascript%2Fjquery%2Fblather-part-1%2F&amp;language=en_GB&amp;category=text&amp;title=bLaTheR%3A+Part+1&amp;description=Breathes+there+a+web+designer+with+wallet+so+fed+who+never+to+himself+hath+said%2C+%26%238220%3BCutting+and+pasting+this+Lorem+Ipsum+stuff+is+utter+tedium.+It+doesn%26%238217%3Bt+look+like+English%2C...&amp;tags=blog%2C+php%2C+cms%2C+css%2C+javascript%2C+ajax%2C+c%2B%2B%2C+web+developer%2C+programmer" type="text/html" />
	</item>
		<item>
		<title>Remove an Element from an HTML String with jQuery</title>
		<link>http://technify.me/user-experience/javascript/jquery/remove-an-element-from-an-html-string-with-jquery/</link>
		<comments>http://technify.me/user-experience/javascript/jquery/remove-an-element-from-an-html-string-with-jquery/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 02:58:57 +0000</pubDate>
		<dc:creator>Scott Lewis</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://technify.me/?p=261</guid>
		<description><![CDATA[While working on a project for work today, I encountered a problem that I apparently have never encountered before. What I thought was a very simple function call in jQuery turned out to be a bit more complicated. I needed to removed an HTML element from a string representation of an HTML snippet. jQuery doesn&#8217;t [...]]]></description>
		<wfw:commentRss>http://technify.me/user-experience/javascript/jquery/remove-an-element-from-an-html-string-with-jquery/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=iconify&amp;popout=1&amp;url=http%3A%2F%2Ftechnify.me%2Fuser-experience%2Fjavascript%2Fjquery%2Fremove-an-element-from-an-html-string-with-jquery%2F&amp;language=en_GB&amp;category=text&amp;title=Remove+an+Element+from+an+HTML+String+with+jQuery&amp;description=While+working+on+a+project+for+work+today%2C+I+encountered+a+problem+that+I+apparently+have+never+encountered+before.+What+I+thought+was+a+very+simple+function+call+in+jQuery...&amp;tags=javascript%2Cjquery%2CLinkedIn%2Cblog%2C+php%2C+cms%2C+css%2C+javascript%2C+ajax%2C+c%2B%2B%2C+web+developer%2C+programmer" type="text/html" />
	</item>
		<item>
		<title>jQuery Plugin to Toggle Default Field Value on Focus and Blur</title>
		<link>http://technify.me/user-experience/javascript/jquery/jquery-plugin-to-toggle-default-field-value-on-focus-and-blur/</link>
		<comments>http://technify.me/user-experience/javascript/jquery/jquery-plugin-to-toggle-default-field-value-on-focus-and-blur/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 03:27:42 +0000</pubDate>
		<dc:creator>Scott Lewis</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://technify.me/?p=225</guid>
		<description><![CDATA[I can&#8217;t begin to count the number of times I have coded the same search field with the default value &#8220;Search&#8230;&#8221; in it and so that when the field receives focus, the text is cleared but magically reappears when the field blurs. Every time I code it I know I should save that snippet of [...]]]></description>
		<wfw:commentRss>http://technify.me/user-experience/javascript/jquery/jquery-plugin-to-toggle-default-field-value-on-focus-and-blur/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=iconify&amp;popout=1&amp;url=http%3A%2F%2Ftechnify.me%2Fuser-experience%2Fjavascript%2Fjquery%2Fjquery-plugin-to-toggle-default-field-value-on-focus-and-blur%2F&amp;language=en_GB&amp;category=text&amp;title=jQuery+Plugin+to+Toggle+Default+Field+Value+on+Focus+and+Blur&amp;description=I+can%26%238217%3Bt+begin+to+count+the+number+of+times+I+have+coded+the+same+search+field+with+the+default+value+%26%238220%3BSearch%26%238230%3B%26%238221%3B+in+it+and+so+that+when+the+field+receives...&amp;tags=download%2Cjavascript%2Cjquery%2CLinkedIn%2Cplugin%2Cblog%2C+php%2C+cms%2C+css%2C+javascript%2C+ajax%2C+c%2B%2B%2C+web+developer%2C+programmer" type="text/html" />
	</item>
		<item>
		<title>Simple jQuery Plugin Example</title>
		<link>http://technify.me/user-experience/javascript/jquery/simple-jquery-plugin-example/</link>
		<comments>http://technify.me/user-experience/javascript/jquery/simple-jquery-plugin-example/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 18:59:21 +0000</pubDate>
		<dc:creator>Scott Lewis</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://technify.me/?p=32</guid>
		<description><![CDATA[In this article, I will teach you how to develop a standard jQuery plugin. I will keep things as simple as possible and will only build a very trivial plugin, but through this example I will cover all of the important aspects of jQuery plugin development. Before we begin, let&#8217;s outline exactly what we are [...]]]></description>
		<wfw:commentRss>http://technify.me/user-experience/javascript/jquery/simple-jquery-plugin-example/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=iconify&amp;popout=1&amp;url=http%3A%2F%2Ftechnify.me%2Fuser-experience%2Fjavascript%2Fjquery%2Fsimple-jquery-plugin-example%2F&amp;language=en_GB&amp;category=text&amp;title=Simple+jQuery+Plugin+Example&amp;description=In+this+article%2C+I+will+teach+you+how+to+develop+a+standard+jQuery+plugin.+I+will+keep+things+as+simple+as+possible+and+will+only+build+a+very+trivial+plugin%2C...&amp;tags=javascript%2Cjquery%2CLinkedIn%2Ctutorial%2Cblog%2C+php%2C+cms%2C+css%2C+javascript%2C+ajax%2C+c%2B%2B%2C+web+developer%2C+programmer" type="text/html" />
	</item>
		<item>
		<title>Trigger Custom Events with jQuery</title>
		<link>http://technify.me/user-experience/javascript/jquery/trigger-custom-events-with-jquery/</link>
		<comments>http://technify.me/user-experience/javascript/jquery/trigger-custom-events-with-jquery/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 18:58:52 +0000</pubDate>
		<dc:creator>Scott Lewis</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://technify.me/?p=30</guid>
		<description><![CDATA[Things have come a long way since the early days of the web and standard JavaScript window.onload and element.onclick event handling. Even using JavaScript on your web page was risky business in the early days because the availability and acceptance of JavaScript was so unpredictable. JavaScript frameworks and libraries like jQuery have brought a level [...]]]></description>
		<wfw:commentRss>http://technify.me/user-experience/javascript/jquery/trigger-custom-events-with-jquery/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=iconify&amp;popout=1&amp;url=http%3A%2F%2Ftechnify.me%2Fuser-experience%2Fjavascript%2Fjquery%2Ftrigger-custom-events-with-jquery%2F&amp;language=en_GB&amp;category=text&amp;title=Trigger+Custom+Events+with+jQuery&amp;description=Things+have+come+a+long+way+since+the+early+days+of+the+web+and+standard+JavaScript+window.onload+and+element.onclick+event+handling.+Even+using+JavaScript+on+your+web+page+was+risky...&amp;tags=javascript%2Cjquery%2CLinkedIn%2Ctutorial%2Cblog%2C+php%2C+cms%2C+css%2C+javascript%2C+ajax%2C+c%2B%2B%2C+web+developer%2C+programmer" type="text/html" />
	</item>
		<item>
		<title>Pluggable jQuery Application</title>
		<link>http://technify.me/user-experience/javascript/jquery/pluggable-jquery-application/</link>
		<comments>http://technify.me/user-experience/javascript/jquery/pluggable-jquery-application/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 18:57:56 +0000</pubDate>
		<dc:creator>Scott Lewis</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[concept]]></category>
		<category><![CDATA[experimental]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://technify.me/?p=27</guid>
		<description><![CDATA[A couple of years ago, while integrating the WYMeditor Semantic HTML editor into SkyBlueCanvas lightweight CMS, I experimented with different ways to simplify adding custom buttons and fuctionality to WYMeditor. I decided the ideal architecture is one in which WYMeditor has no knowledge of plugins but rather provided the necessary hooks to attach and trigger [...]]]></description>
		<wfw:commentRss>http://technify.me/user-experience/javascript/jquery/pluggable-jquery-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=iconify&amp;popout=1&amp;url=http%3A%2F%2Ftechnify.me%2Fuser-experience%2Fjavascript%2Fjquery%2Fpluggable-jquery-application%2F&amp;language=en_GB&amp;category=text&amp;title=Pluggable+jQuery+Application&amp;description=A+couple+of+years+ago%2C+while+integrating+the+WYMeditor+Semantic+HTML+editor+into+SkyBlueCanvas+lightweight+CMS%2C+I+experimented+with+different+ways+to+simplify+adding+custom+buttons+and+fuctionality+to+WYMeditor....&amp;tags=concept%2Cexperimental%2Cjavascript%2Cjquery%2CLinkedIn%2Cblog%2C+php%2C+cms%2C+css%2C+javascript%2C+ajax%2C+c%2B%2B%2C+web+developer%2C+programmer" type="text/html" />
	</item>
		<item>
		<title>Namespaced Events with jQuery</title>
		<link>http://technify.me/user-experience/javascript/jquery/namespaced-events-with-jquery/</link>
		<comments>http://technify.me/user-experience/javascript/jquery/namespaced-events-with-jquery/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 18:57:23 +0000</pubDate>
		<dc:creator>Scott Lewis</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://technify.me/?p=25</guid>
		<description><![CDATA[A few days ago in a post titled Trigger Custom Events in jQuery, I demonstrated how to work with jQuery.bind() and jQuery.trigger() to create and execute custom events. This article will explore jQuery events a bit more by taking a look at namespaced events. In addition to allowing you to define custom events to which [...]]]></description>
		<wfw:commentRss>http://technify.me/user-experience/javascript/jquery/namespaced-events-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=iconify&amp;popout=1&amp;url=http%3A%2F%2Ftechnify.me%2Fuser-experience%2Fjavascript%2Fjquery%2Fnamespaced-events-with-jquery%2F&amp;language=en_GB&amp;category=text&amp;title=Namespaced+Events+with+jQuery&amp;description=A+few+days+ago+in+a+post+titled+Trigger+Custom+Events+in+jQuery%2C+I+demonstrated+how+to+work+with+jQuery.bind%28%29+and+jQuery.trigger%28%29+to+create+and+execute+custom+events.+This+article...&amp;tags=javascript%2Cjquery%2CLinkedIn%2Ctutorial%2Cblog%2C+php%2C+cms%2C+css%2C+javascript%2C+ajax%2C+c%2B%2B%2C+web+developer%2C+programmer" type="text/html" />
	</item>
	</channel>
</rss>
