<?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>atworkinthecloud.blog &#187; jQuery</title>
	<atom:link href="http://atworkinthecloud.com/blog/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://atworkinthecloud.com/blog</link>
	<description>Est. 2008, Jim Olson Owner/Operator</description>
	<lastBuildDate>Mon, 26 Jul 2010 04:11:19 +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>(Actually useful) Javascript</title>
		<link>http://atworkinthecloud.com/blog/2008/10/actually-useful-javascript/</link>
		<comments>http://atworkinthecloud.com/blog/2008/10/actually-useful-javascript/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 19:59:24 +0000</pubDate>
		<dc:creator>robotoverlord</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://electronicsuitcase.net/?p=220</guid>
		<description><![CDATA[I find javascript particularly useful to make up for the shortcomings of IE6 and that is what this post is mostly about. Anyhow, I&#8217;ve started to use a few bits of javascript regularly and here&#8217;s my top 3 list &#8211; Suckerfish (CSS/js dropdowns) by htmldog.com I first came across Suckerfish on A List Apart, but [...]]]></description>
			<content:encoded><![CDATA[<p>I find javascript particularly useful to make up for the shortcomings of IE6 and that is what this post is mostly about.<span id="more-220"></span></p>
<p>Anyhow, I&#8217;ve started to use a few bits of javascript regularly and here&#8217;s my top 3 list &#8211;</p>
<h3><a href="http://www.htmldog.com/articles/suckerfish/dropdowns/" target="_blank">Suckerfish</a> (CSS/js dropdowns)</h3>
<p><strong>by htmldog.com</strong></p>
<p><strong></strong></p>
<p><img class="alignnone size-full wp-image-241" title="suckerfish dropdowns" src="http://atworkinthecloud.files.wordpress.com/2008/11/suckerfish.png" alt="suckerfish dropdowns" width="415" height="203" /></p>
<p>I first came across Suckerfish on A List Apart, but since that post they&#8217;ve gone back and made their code even better. Now, with just a dozen lines of javascript, you can make beautiful dropdowns that work across all browsers. In case you&#8217;re wondering the javascript part is really only necessary for IE6. I&#8217;ve used this code for both WordPress and Drupal themes with very few problems. Hint: don&#8217;t bother trying to get your menu items to text-align: center. It won&#8217;t work. Really, it won&#8217;t work.</p>
<h3><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" target="_blank">Form validation with jQuery</a></h3>
<p><strong>by bassistance.de</strong></p>
<p>Forms, how I loathe thee. Building forms is a total pain in the ass and filling out forms isn&#8217;t fun either. Still they can be a beautiful thing when they are done correctly. Luckily some very clever people have made it easier to build forms &#8211; such as <a href="http://www.phpform.org/" target="_blank">pForm</a> and with a bit of help from the folks at bassistance.de you can make filling out your forms easier for the average user with a bit of validation.</p>
<h3><a href="http://jquery.andreaseberhard.de/pngFix/" target="_blank">pngFix for IE with jQuery</a></h3>
<p><strong>by andreaseberhard.de</strong></p>
<p>Png&#8217;s are wonderful for designers because they fully support transparency. From wikipedia, <em>&#8220;PNG offers a variety of transparency options. With truecolor and greyscale images either a single pixel value can be declared as transparent or an alpha channel can be added.&#8221;</em> Back in the old days you had to fudge drop-shadows, etc. by using a gif with a matte around it that was the same colour as the background.</p>
<p>I like pngFix because you don&#8217;t have to add special classes to your html in order for the fix to work. It also supports background-images <strong>BUT</strong> it doesn&#8217;t yet support repeating background images.</p>
]]></content:encoded>
			<wfw:commentRss>http://atworkinthecloud.com/blog/2008/10/actually-useful-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
