<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>James Frank</title>
	<atom:link href="http://jamesfrank.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesfrank.info</link>
	<description>James Frank . Info: Visions of Code, Creativity, and Career</description>
	<lastBuildDate>Sat, 26 Nov 2011 13:22:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jamesfrank.info' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>James Frank</title>
		<link>http://jamesfrank.info</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jamesfrank.info/osd.xml" title="James Frank" />
	<atom:link rel='hub' href='http://jamesfrank.info/?pushpress=hub'/>
		<item>
		<title>Improvement to Filament Group’s Tooltip Script</title>
		<link>http://jamesfrank.info/2011/11/26/improvement-to-filament-groups-tooltip-script/</link>
		<comments>http://jamesfrank.info/2011/11/26/improvement-to-filament-groups-tooltip-script/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 04:22:19 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[tooltips]]></category>

		<guid isPermaLink="false">http://jamesfrank.info/?p=836</guid>
		<description><![CDATA[I also made some improvements to the Filament Group&#8217;s tooltip script. The script already supports ARIA enabled tooltips. I added: An additional &#8220;tooltip-hidden&#8221; class on closed tooltips Support for tooltips added using AJAX in IE Keyboard access to tooltips Dynamic positioning of the tooltips They keyboard access is designed mostly to be used with tooltips [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=836&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I also made some improvements to the <a href="http://www.filamentgroup.com/">Filament Group&#8217;s</a> tooltip script. The script already supports ARIA enabled tooltips. I added:</p>
<ul>
<li>An additional &#8220;tooltip-hidden&#8221; class on closed tooltips</li>
<li>Support for tooltips added using AJAX in IE</li>
<li>Keyboard access to tooltips</li>
<li>Dynamic positioning of the tooltips</li>
</ul>
<p>They keyboard access is designed mostly to be used with tooltips on link elements, though it only works on elements in the tab order. If you tab to the tooltip, you can hit the enter key to open the tooltip and either hit escape or tab to the next element to close it. One thing to note: this change required moving the inserted tooltip content from immediately before the close body tag to immediately after the tooltip trigger itself. This could result in incorrect HTML (albeit created by JavaScript), if you use a tooltip on something like a list item tag that has a strict containing element.</p>
<p>The dynamic positioning helps with displaying tooltips anywhere on the page. Previously they could run off the edge of the page if the tooltip was positioned too close to the edge. Now they default to the top-right corner of the trigger. If there&#8217;s not enough space on the page to the right, it will display to the left. Same thing with the top, where it flips to the bottom. You could end up with a tooltip in the top-right, top-left, bottom-left, or bottom-right. If the browser window is too small to fit any direction&#8230; well then you&#8217;re stuck.</p>
<p>You can find my changed version <a href="http://jamesfrank.info/2011/11/26/improvement-to-filament-groups-collapsible-script/files.jamesfrank.info/projects/accessibility/jQuery.collapsible.js">for download here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jefrank.wordpress.com/836/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jefrank.wordpress.com/836/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jefrank.wordpress.com/836/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jefrank.wordpress.com/836/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jefrank.wordpress.com/836/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jefrank.wordpress.com/836/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jefrank.wordpress.com/836/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jefrank.wordpress.com/836/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jefrank.wordpress.com/836/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jefrank.wordpress.com/836/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jefrank.wordpress.com/836/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jefrank.wordpress.com/836/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jefrank.wordpress.com/836/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jefrank.wordpress.com/836/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=836&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesfrank.info/2011/11/26/improvement-to-filament-groups-tooltip-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c15424a2d213886c6ea69d7b64b88ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim</media:title>
		</media:content>
	</item>
		<item>
		<title>Improvement to Filament Group&#8217;s Collapsible Script</title>
		<link>http://jamesfrank.info/2011/11/26/improvement-to-filament-groups-collapsible-script/</link>
		<comments>http://jamesfrank.info/2011/11/26/improvement-to-filament-groups-collapsible-script/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 03:49:34 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[accordion]]></category>
		<category><![CDATA[collapsible]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://jamesfrank.info/?p=834</guid>
		<description><![CDATA[After using the Filament Group&#8217;s excellent collapsible script at work, I decided to make a couple of minor improvements to it. You can read more about it on their site, but in short it does a great job of providing an easy and accessible way to collapse sections of content. I simply added a couple of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=834&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After using the <a href="http://www.filamentgroup.com/">Filament Group&#8217;s</a> excellent <a href="http://filamentgroup.com/lab/expand_and_collapse_content_accessibly_with_progressive_enhancement_jquery/">collapsible script</a> at work, I decided to make a couple of minor improvements to it. You can <a title="Collapsible Script" href="http://filamentgroup.com/lab/expand_and_collapse_content_accessibly_with_progressive_enhancement_jquery/">read more about it on their site</a>, but in short it does a great job of providing an easy and accessible way to collapse sections of content.</p>
<p>I simply added a couple of tweaks. First, the ability to expand and collapse the content by using the right and left arrow keys, respectively, when focused on the trigger element. Previously you could only do this by using the enter key (which is equivalent to a click). Second, the ability to start the element collapsed instead of expanded. You can do this by passing the value &#8220;true&#8221; to the function when initiating the collapsible section:</p>
<p><code>$('h2').collapsible(true);<br />
</code></p>
<p>You can find my changed version <a href="files.jamesfrank.info/projects/accessibility/jQuery.collapsible.js">for download here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jefrank.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jefrank.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jefrank.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jefrank.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jefrank.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jefrank.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jefrank.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jefrank.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jefrank.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jefrank.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jefrank.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jefrank.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jefrank.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jefrank.wordpress.com/834/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=834&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesfrank.info/2011/11/26/improvement-to-filament-groups-collapsible-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c15424a2d213886c6ea69d7b64b88ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim</media:title>
		</media:content>
	</item>
		<item>
		<title>Confirmation Dialogues Across Browsers</title>
		<link>http://jamesfrank.info/2011/11/25/confirmation-dialogues-across-browsers/</link>
		<comments>http://jamesfrank.info/2011/11/25/confirmation-dialogues-across-browsers/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 13:01:29 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
		<guid isPermaLink="false">http://jamesfrank.info/2011/11/25/confirmation-dialogues-across-browsers/</guid>
		<description><![CDATA[At some point I needed to check the page confirmation dialogs across multiple browsers. I wanted to see what the exact wording was for the &#8220;OK&#8221; and &#8220;Cancel&#8221; buttons. For your benefit, here are the results: Internet Explorer 6: Internet Explorer 8: Internet Explorer 9: Safari 5: Chrome 13: Firefox 5:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=823&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>At some point I needed to check the page confirmation dialogs across multiple browsers. I wanted to see what the exact wording was for the &#8220;OK&#8221; and &#8220;Cancel&#8221; buttons. For your benefit, here are the results:</p>
<p>Internet Explorer 6:</p>
<p> [Cancel]&#8220;]<a href="http://jefrank.files.wordpress.com/2011/11/ie6.png"><img class="size-full wp-image-826 " title="IE6" src="http://jefrank.files.wordpress.com/2011/11/ie6.png?w=490" alt="Internet Explorer 6"   /></a>Internet Explorer 8:</p>
<p> [Cancel]&#8220;]<a href="http://jefrank.files.wordpress.com/2011/11/ie8.png"><img class="size-full wp-image-827" title="Internet Explorer 8" src="http://jefrank.files.wordpress.com/2011/11/ie8.png?w=490" alt=""   /></a>Internet Explorer 9:</p>
<p> [Stay on this page]&#8220;]<a href="http://jefrank.files.wordpress.com/2011/11/ie9.png"><img class="size-full wp-image-828" title="Internet Explorer 9" src="http://jefrank.files.wordpress.com/2011/11/ie9.png?w=490" alt=""   /></a>Safari 5:</p>
<p> [OK]&#8220;]<a href="http://jefrank.files.wordpress.com/2011/11/safari5.png"><img class="size-full wp-image-829" title="Safari5" src="http://jefrank.files.wordpress.com/2011/11/safari5.png?w=490&#038;h=272" alt="Safari 5" width="490" height="272" /></a>Chrome 13:</p>
<p> [Leave this Page]&#8220;]<a href="http://jefrank.files.wordpress.com/2011/11/chrome13.png"><img class="size-full wp-image-824" title="Chrome13" src="http://jefrank.files.wordpress.com/2011/11/chrome13.png?w=490&#038;h=225" alt="Chrome 13" width="490" height="225" /></a>Firefox 5:</p>
<p> [Leave Page]&#8220;]<a href="http://jefrank.files.wordpress.com/2011/11/fx5.png"><img class="size-full wp-image-825" title="Fx5" src="http://jefrank.files.wordpress.com/2011/11/fx5.png?w=490" alt="Firefox 5"   /></a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jefrank.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jefrank.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jefrank.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jefrank.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jefrank.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jefrank.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jefrank.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jefrank.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jefrank.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jefrank.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jefrank.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jefrank.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jefrank.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jefrank.wordpress.com/823/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=823&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesfrank.info/2011/11/25/confirmation-dialogues-across-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c15424a2d213886c6ea69d7b64b88ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/11/ie6.png" medium="image">
			<media:title type="html">IE6</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/11/ie8.png" medium="image">
			<media:title type="html">Internet Explorer 8</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/11/ie9.png" medium="image">
			<media:title type="html">Internet Explorer 9</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/11/safari5.png" medium="image">
			<media:title type="html">Safari5</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/11/chrome13.png" medium="image">
			<media:title type="html">Chrome13</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/11/fx5.png" medium="image">
			<media:title type="html">Fx5</media:title>
		</media:content>
	</item>
		<item>
		<title>JATH as a Bookmarklet</title>
		<link>http://jamesfrank.info/2011/08/14/jath-as-a-bookmarklet/</link>
		<comments>http://jamesfrank.info/2011/08/14/jath-as-a-bookmarklet/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 16:23:12 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[jath]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://jamesfrank.info/?p=551</guid>
		<description><![CDATA[JATH now has a documentation page over on Google Code: http://code.google.com/p/jath/wiki/Documentation. More exciting, though, is that you can use JATH as a bookmarklet now. Just drag it to your bookmarks bar and check any page you like.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=551&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="JavaScript Accessibility Testing Helper" href="http://jamesfrank.info/projects/jath/">JATH</a> now has a documentation page over on Google Code: <a href="http://code.google.com/p/jath/wiki/Documentation">http://code.google.com/p/jath/wiki/Documentation</a>.</p>
<p>More exciting, though, is that you can use JATH as a <a href="http://files.jamesfrank.info/projects/jath/bookmarklet.html">bookmarklet</a> now. Just drag it to your bookmarks bar and check any page you like.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jefrank.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jefrank.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jefrank.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jefrank.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jefrank.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jefrank.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jefrank.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jefrank.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jefrank.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jefrank.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jefrank.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jefrank.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jefrank.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jefrank.wordpress.com/551/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=551&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesfrank.info/2011/08/14/jath-as-a-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c15424a2d213886c6ea69d7b64b88ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim</media:title>
		</media:content>
	</item>
		<item>
		<title>Introducing JATH</title>
		<link>http://jamesfrank.info/2011/08/07/jath/</link>
		<comments>http://jamesfrank.info/2011/08/07/jath/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 16:19:32 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
		<guid isPermaLink="false">http://jamesfrank.info/?p=534</guid>
		<description><![CDATA[In my current work as a government contractor I have to pay a lot of attention to accessibility in my web development. Because accessibility errors aren&#8217;t always immediately obvious to those of us who don&#8217;t use assistive technology, this can be a bit difficult. So I wrote the JavaScript Accessibility Testing Helper, a basic JavaScript [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=534&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In my current work as a government contractor I have to pay a lot of attention to accessibility in my web development. Because accessibility errors aren&#8217;t always immediately obvious to those of us who don&#8217;t use assistive technology, this can be a bit difficult.</p>
<p>So I wrote the <a href="http://jamesfrank.info/projects/jath/">JavaScript Accessibility Testing Helper</a>, a basic JavaScript file which highlights accessibility errors on your page. Simply put jath.js and jath.css in your template and JATH will show up on every page on the site. Just be sure to remove it before production.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jefrank.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jefrank.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jefrank.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jefrank.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jefrank.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jefrank.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jefrank.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jefrank.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jefrank.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jefrank.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jefrank.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jefrank.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jefrank.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jefrank.wordpress.com/534/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=534&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesfrank.info/2011/08/07/jath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c15424a2d213886c6ea69d7b64b88ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixing Overly Long Select Menus</title>
		<link>http://jamesfrank.info/2011/07/15/select-menus/</link>
		<comments>http://jamesfrank.info/2011/07/15/select-menus/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 02:28:39 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://jamesfrank.info/?p=469</guid>
		<description><![CDATA[If you&#8217;ve ever tried to style an HTML &#60;select&#62; tag, you know how hard it is to do. While you can, with some work, customize the &#60;select&#62; itself, the &#60;option&#62;s inside of it aren&#8217;t style-able. And the &#60;option&#62;s define the width of the select by default. This means that if you have a very long [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=469&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever tried to style an HTML <span style="font-family:monospace;">&lt;select&gt;</span> tag, you know how hard it is to do. While you can, with some work, customize the <span style="font-family:monospace;">&lt;select&gt;</span> itself, the <span style="font-family:monospace;">&lt;option&gt;</span>s inside of it aren&#8217;t style-able. And the <span style="font-family:monospace;">&lt;option&gt;</span>s define the width of the select by default.</p>
<p>This means that if you have a very long option, then your <span style="font-family:monospace;">&lt;select&gt;</span> may end up  wider than its container. A Google search about this problem generally yields a few solutions:</p>
<ul>
<li>Don&#8217;t use selects</li>
<li>Shorten your options</li>
<li>Use the CSS width attribute</li>
</ul>
<p>Unfortunately, none of these really work. <span style="font-family:monospace;">&lt;select&gt;</span> is often the correct tag to use, sometimes you can&#8217;t shorten the options, and while setting the width does work, it also sets the width of the <span style="font-family:monospace;">&lt;option&gt;</span>s, making it so you can&#8217;t see the full text on the overly long ones.</p>
<p>There are some complicated solutions out there, such as <a title="Taming Select" href="http://icant.co.uk/forreview/tamingselect/" target="_blank">this</a>, but they often involve manipulating form elements, never a good idea where accessibility is concerned.</p>
<div>After a good bit of searching, I found <a href="http://www.dougboude.com/blog/1/2008/05/Viewing-Option-Text-in-IE7-thats-Wider-than-the-Select-List.cfm" target="_blank">this solution</a> from Doug Boude, which is fairly ingenious. It sets the width attribute on a <span style="font-family:monospace;">&lt;select&gt;</span> to 100% of its container, thus limiting its size. <em>But</em>, when the <span style="font-family:monospace;">&lt;select&gt;</span> is opened, it sets the width to &#8220;auto&#8221; so that the options show full width. When you close the <span style="font-family:monospace;">&lt;select&gt;</span> it goes back to 100%. Brilliant!</p>
<p>I&#8217;ve updated it a bit to bring it in to a jQuery world. Below is all that you need. Put the CSS in your style sheet and the JavaScript on your page or in your main script file.</p>
<p>A  few things to note:</p>
<ul>
<li>You only need to do this in Internet Explorer, as other browsers always show the full width <span style="font-family:monospace;">&lt;option&gt;</span>s. The script accounts for this.</li>
<li>Because we bind to the blur and change events to reset the width, if you open a select but close it without changing anything, you lose the drop down arrow until you click away. I find this an acceptable bug, but if anyone has any ideas on how to fix it, let me know.</li>
</ul>
<h3>CSS</h3>
<p><pre class="brush: css;">
/* Selects */
.constrain {width: 100%; overflow:hidden;}
.constrain select {width: 100%;}
.constrain.wide {width: auto;}
.constrain.wide select {width: auto;}
</pre></p>
<h3>JavaScript</h3>
<p><pre class="brush: jscript;">
//Fix problem with select menu options getting cut off
/* Thanks to http://www.dougboude.com/blog/1/2008/05/Viewing-Option-Text-in-IE7-thats-Wider-than-the-Select-List.cfm */
// if the select is too wide, constrain it
jQuery('select').each( function() {
	if (jQuery(this).width() &gt; jQuery(this).parent().width() &amp;&amp; !jQuery(this).parent().hasClass('constrain')) jQuery(this).wrap(&quot;&lt;div class='constrain'&gt;&quot;);
});
// only for IE help out by changing the widths
if (jQuery.browser.msie) {
	jQuery('.constrain select').unbind().bind(&quot;mousedown keydown&quot;,function() {
		jQuery(this).parent().addClass('wide');
	}).bind(&quot;blur change&quot;,function() {
		jQuery(this).parent().removeClass('wide');
	});
}
</pre></p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jefrank.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jefrank.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jefrank.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jefrank.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jefrank.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jefrank.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jefrank.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jefrank.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jefrank.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jefrank.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jefrank.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jefrank.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jefrank.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jefrank.wordpress.com/469/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=469&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesfrank.info/2011/07/15/select-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c15424a2d213886c6ea69d7b64b88ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim</media:title>
		</media:content>
	</item>
		<item>
		<title>Fieldsets and Legends in IE7</title>
		<link>http://jamesfrank.info/2011/06/18/fieldset-legends-ie7/</link>
		<comments>http://jamesfrank.info/2011/06/18/fieldset-legends-ie7/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 15:33:28 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[accesibility]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fieldset]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[legend]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://jamesfrank.info/?p=368</guid>
		<description><![CDATA[Background (Skip the background, take me straight to the solution!) For accessibility purposes, all radio button and checkbox groups should be put inside an HTML fieldset tag with a legend tag. This is because their is no label for the radio button group as a whole. Consider the following code: The labels &#8220;Radio 1&#8243; and &#8220;Radio 2&#8243; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=368&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Background</h2>
<p>(<a href="#solution">Skip the background, take me straight to the solution!</a>)</p>
<p>For accessibility purposes, all radio button and checkbox groups should be put inside an HTML fieldset tag with a legend tag. This is because their is no label for the radio button group as a whole. Consider the following code:</p>
<p><pre class="brush: xml;">
&lt;div&gt;
	&lt;p&gt;A yes/no question?&lt;/p&gt;
	&lt;input type=&quot;radio&quot; name=&quot;radio&quot; id=&quot;yes&quot; value=&quot;yes&quot;/&gt;
	&lt;label for=&quot;yes&quot;&gt;Yes&lt;/label&gt;
	&lt;input type=&quot;radio&quot; name=&quot;radio&quot; id=&quot;no&quot; value=&quot;no&quot;/&gt;
	&lt;label for=&quot;no&quot;&gt;No&lt;/label&gt;
&lt;/div&gt;
</pre></p>
<p>The labels &#8220;Radio 1&#8243; and &#8220;Radio 2&#8243; select the respective radio buttons when click on. But if you navigated to this form element using a screen reader there is a good chance that you would miss the question entirely. To fix that, use a fieldset and legend:</p>
<p><pre class="brush: xml;">
&lt;fieldset&gt;
	&lt;legend&gt;A yes/no question?&lt;/legend&gt;
	&lt;div&gt;
		&lt;input type=&quot;radio&quot; name=&quot;radio&quot; id=&quot;yes&quot; value=&quot;yes&quot;/&gt;
		&lt;label for=&quot;yes&quot;&gt;Yes&lt;/label&gt;
		&lt;input type=&quot;radio&quot; name=&quot;radio&quot; id=&quot;no&quot; value=&quot;no&quot; /&gt;
		&lt;label for=&quot;no&quot;&gt;No&lt;/label&gt;
	&lt;/div&gt;
&lt;/fieldset&gt;
</pre></p>
<p>Now a screen reader will inform the user that the current input fields (yes and no) are part of &#8220;A yes/no question?&#8221; Much better.</p>
<h2>Problem</h2>
<p>Fieldsets bring along with them extra formatting in the browser. By default a  fieldset appears as a box with the inputs inside it:</p>
<p><img class="size-full wp-image-376 alignnone" title="Legend Default" src="http://jefrank.files.wordpress.com/2011/06/legend1.png?w=490" alt=""   /></p>
<p>You&#8217;ll note that the legend tag is positioned by default slightly off of the top-left corner. But what happens if we want to make the question horizontal, so we can fit it into a list of fields? This can be accomplished as so:</p>
<p><pre class="brush: css;">
fieldset.radio legend {
	float: left;
	width: 30%;
}
fieldset.radio div {
	float: left;
}
</pre></p>
<p>Results:</p>
<p><img class="alignnone size-full wp-image-377" title="Legend Partially Styled" src="http://jefrank.files.wordpress.com/2011/06/legend2.png?w=490" alt=""   /></p>
<p>There are still some spacing issues and a border, due to browser defaults on the fieldset and legend elements. Expanding our code:</p>
<p><pre class="brush: css;">
fieldset.radio {
	padding: 0;
	border: 0;
}
fieldset.radio legend {
	float: left;
	width: 30%;
	margin-left: -2px;
}
fieldset.radio div {
	float: left;
}
</pre></p>
<p><a href="http://files.jamesfrank.info/examples/ie7-fieldsets/base.html" target="_blank">See the example code</a>. Results:</p>
<p><img class="alignnone size-full wp-image-378" title="Legend Styled" src="http://jefrank.files.wordpress.com/2011/06/legend3.png?w=490" alt=""   /></p>
<p>Looks pretty good, right? But that&#8217;s before we take it into Internet Explorer 7:</p>
<p><img class="alignnone size-full wp-image-383" title="IE7" src="http://jefrank.files.wordpress.com/2011/06/ie.png?w=490" alt=""   /></p>
<p>IE7 seems to have 2 issues:</p>
<ul>
<li>It uses different default margins (7px left instead of 2px left) than other browsers</li>
<li>Left floated legends still force other elements to clear beneath them</li>
</ul>
<p>The first problem we can solve fairly easily using a conditional comment. The second is more puzzling.<a name="solution"></a></p>
<h2>Solution</h2>
<p>The best solution is to absolutely position the legend. This breaks it out of the normal flow of the document so it doesn&#8217;t mess with other elements. Then we have to give the div left padding of 33% so it is not under the legend. Why padding and not margin? Good question. IE7 doesn&#8217;t like margin, but padding works.</p>
<p><pre class="brush: css;">
fieldset {
	padding: 0;
	border: 0;
}
legend {
	background-color: blue;
	margin-left: -2px;
	position: absolute;
}
fieldset.radio div {
	background-color: red;
	padding-left: 30%;
}
</pre></p>
<p>We also include some IE7 specific CSS to move the legend farther to the left:</p>
<p><pre class="brush: css;">
&lt;!--[if IE 7]&gt;
&lt;style type=&quot;text/css&quot;&gt;
	fieldset.radio legend {
		margin: 0 0 0 -7px;
	}
&lt;/style&gt;
&lt;![endif]--&gt;
</pre></p>
<p>Result:</p>
<p><img class="alignnone size-full wp-image-387" title="IE7 Correct" src="http://jefrank.files.wordpress.com/2011/06/ie4.png?w=490" alt=""   /></p>
<p>We can turn on background color so you can see the location of the fieldset (blue) and div with radio group (red). <a href="http://files.jamesfrank.info/examples/ie7-fieldsets/solution.html" target="_blank">See example code</a>.</p>
<p><img class="alignnone size-full wp-image-388" title="IE7 Correct with Color" src="http://jefrank.files.wordpress.com/2011/06/ie4b.png?w=490" alt=""   /></p>
<h3>Other Solutions</h3>
<p>There are several other solutions that produce similar results, though none are ideal. I include them below for reference.</p>
<p>1. Place the legend at the end of the fieldset and float the div right instead of left. This works, but we have to reorder are HTML and the containing element has to have an explicit width or the inputs end up on the far right. <a href="http://files.jamesfrank.info/examples/ie7-fieldsets/test1.html" target="_blank">See example code</a>.</p>
<p><img class="alignnone size-full wp-image-384" title="IE7 Alternate 1" src="http://jefrank.files.wordpress.com/2011/06/ie1.png?w=490" alt=""   /></p>
<p>2. Wrap the legend tag in a div and float that div. This seems to remove the core problem (presumably because the div, not the legend, is floated), but it still involves an HTML change. <a href="http://files.jamesfrank.info/examples/ie7-fieldsets/test2.html" target="_blank">See example code</a>.</p>
<p><img class="alignnone size-full wp-image-385" title="IE7 Alternate 2" src="http://jefrank.files.wordpress.com/2011/06/ie2.png?w=490" alt=""   /></p>
<p>3. Leave the legend how it is and reposition the div to the right and up, so it ends up in the correct place. This requires no HTML modification, but the degree of vertical repositioning is dependent on the font size and is thus tricky. <a href="http://files.jamesfrank.info/examples/ie7-fieldsets/test3.html" target="_blank">See example code</a>.</p>
<p><a href="http://jefrank.files.wordpress.com/2011/06/ie3.png"><img class="alignnone size-full wp-image-386" title="IE7 Alternate 3" src="http://jefrank.files.wordpress.com/2011/06/ie3.png?w=490" alt=""   /></a></p>
<h2>Conclusion</h2>
<p>This seems to be a fairly workable cross-browser solution to get a horizontal fieldset that uses a legend. As demonstrated above, it works in IE7. It seems to work in IE6, and even back to IE 5.5, though I did not test thoroughly on those browsers. It also works in IE8 and IE9.</p>
<p>If you wanted to keep your code more consistent, you could use the standard float left for most browsers, and move the absolute positioning into the conditional comment for IE7 and below.</p>
<p>In order to get the legend in a pixel-perfect location across all browsers you might need to do a little tweaking on the margins, but this is pretty close. I hope you find it useful.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jefrank.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jefrank.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jefrank.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jefrank.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jefrank.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jefrank.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jefrank.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jefrank.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jefrank.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jefrank.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jefrank.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jefrank.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jefrank.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jefrank.wordpress.com/368/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=368&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesfrank.info/2011/06/18/fieldset-legends-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c15424a2d213886c6ea69d7b64b88ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/06/legend1.png" medium="image">
			<media:title type="html">Legend Default</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/06/legend2.png" medium="image">
			<media:title type="html">Legend Partially Styled</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/06/legend3.png" medium="image">
			<media:title type="html">Legend Styled</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/06/ie.png" medium="image">
			<media:title type="html">IE7</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/06/ie4.png" medium="image">
			<media:title type="html">IE7 Correct</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/06/ie4b.png" medium="image">
			<media:title type="html">IE7 Correct with Color</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/06/ie1.png" medium="image">
			<media:title type="html">IE7 Alternate 1</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/06/ie2.png" medium="image">
			<media:title type="html">IE7 Alternate 2</media:title>
		</media:content>

		<media:content url="http://jefrank.files.wordpress.com/2011/06/ie3.png" medium="image">
			<media:title type="html">IE7 Alternate 3</media:title>
		</media:content>
	</item>
		<item>
		<title>Sapient Government Services</title>
		<link>http://jamesfrank.info/2011/05/18/sapient-government-services/</link>
		<comments>http://jamesfrank.info/2011/05/18/sapient-government-services/#comments</comments>
		<pubDate>Wed, 18 May 2011 03:42:03 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
		<guid isPermaLink="false">http://jamesfrank.info/?p=312</guid>
		<description><![CDATA[Since my last post was about a new job, it&#8217;s only appropriate that this one is too. I&#8217;m now an Interactive Developer at Sapient Government Services. Short and concise. That&#8217;s how I roll. (Not.)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=312&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since my last post was about a new job, it&#8217;s only appropriate that this one is too. I&#8217;m now an Interactive Developer at <a href="http://www.sapient.com/en-us/government-services.html">Sapient Government Services</a>.</p>
<p>Short and concise. That&#8217;s how I roll. (Not.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jefrank.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jefrank.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jefrank.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jefrank.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jefrank.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jefrank.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jefrank.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jefrank.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jefrank.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jefrank.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jefrank.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jefrank.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jefrank.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jefrank.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=312&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesfrank.info/2011/05/18/sapient-government-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c15424a2d213886c6ea69d7b64b88ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim</media:title>
		</media:content>
	</item>
		<item>
		<title>Bread for the World</title>
		<link>http://jamesfrank.info/2009/06/07/bread-for-the-world/</link>
		<comments>http://jamesfrank.info/2009/06/07/bread-for-the-world/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 01:55:04 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://jamesfrank.info/?p=77</guid>
		<description><![CDATA[On the off chance that there&#8217;s anyone actually watching these updates&#8211;I&#8217;ve moved to a new job.  I now work as the Online Communications Associate at Bread for the World, a collective Christian voice urging our nation’s decision makers to end hunger at home and abroad. Incidentally, you can also now find me on Facebook and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=77&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On the off chance that there&#8217;s anyone actually watching these updates&#8211;I&#8217;ve moved to a new job.  I now work as the Online Communications Associate at <a href="http://www.bread.org" target="_blank">Bread for the World</a>, a collective Christian voice urging our nation’s decision makers to end hunger at home and abroad.</p>
<p>Incidentally, you can also now find me on <a href="http://en-gb.facebook.com/people/James-Frank/187702096" target="_blank">Facebook</a> and <a href="http://www.twitter.com/jamesefrank" target="_blank">Twitter</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jefrank.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jefrank.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jefrank.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jefrank.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jefrank.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jefrank.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jefrank.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jefrank.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jefrank.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jefrank.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jefrank.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jefrank.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jefrank.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jefrank.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=77&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesfrank.info/2009/06/07/bread-for-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c15424a2d213886c6ea69d7b64b88ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim</media:title>
		</media:content>
	</item>
		<item>
		<title>Interviewed on CNN</title>
		<link>http://jamesfrank.info/2008/08/26/interviewed-on-cnn/</link>
		<comments>http://jamesfrank.info/2008/08/26/interviewed-on-cnn/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 01:20:52 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://jamesfrank.info/?p=66</guid>
		<description><![CDATA[Yesterday evening I had the fascinating experience of being interviewed, along with several friends, by CNN International.  We watched Michelle Obama&#8217;s speech at the opening of the 2008 Democratic National Convention and gave our thoughts on it.  You can find the full story on CNN&#8217;s website.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=66&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday evening I had the fascinating experience of being interviewed, along with several friends, by CNN International.  We watched Michelle Obama&#8217;s speech at the opening of the 2008 Democratic National Convention and gave our thoughts on it.  You can find the full story <a title="Interview on CNN.com" href="http://www.cnn.com/2008/POLITICS/08/26/independents.dnc/" target="_blank">on CNN&#8217;s website</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jefrank.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jefrank.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jefrank.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jefrank.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jefrank.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jefrank.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jefrank.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jefrank.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jefrank.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jefrank.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jefrank.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jefrank.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jefrank.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jefrank.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jefrank.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jefrank.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesfrank.info&amp;blog=6682515&amp;post=66&amp;subd=jefrank&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesfrank.info/2008/08/26/interviewed-on-cnn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c15424a2d213886c6ea69d7b64b88ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim</media:title>
		</media:content>
	</item>
	</channel>
</rss>
