<?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>JonathanFinnegan.com &#187; development</title>
	<atom:link href="http://jonathanfinnegan.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanfinnegan.com</link>
	<description>I may not be able to solve all of your problems, but I just might be a part of the solution.</description>
	<lastBuildDate>Fri, 27 Jan 2012 23:18:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Windows Safari Bug with jQuery and video content</title>
		<link>http://jonathanfinnegan.com/windows-safari-bug-with-jquery-and-video-content/</link>
		<comments>http://jonathanfinnegan.com/windows-safari-bug-with-jquery-and-video-content/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 21:32:32 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[bebug]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jonathanfinnegan.com/?p=961</guid>
		<description><![CDATA[<a href="http://jonathanfinnegan.com/windows-safari-bug-with-jquery-and-video-content/"><img align="left" hspace="5" width="200" height="199" src="http://jonathanfinnegan.com/wp-content/uploads/2011/08/Screen-shot-2011-08-14-at-5.15.58-PM-e1313357608673-200x199.jpg" class="alignleft tfe wp-post-image" alt="Screen shot 2011-08-14 at 5.15.58 PM" title="Screen shot 2011-08-14 at 5.15.58 PM" /></a>I seem to be having an issue that is strictly happening in Safari (5.1 (7534.50)) on Windows XP. I googled a bunch of different things but can&#8217;t seem to find someone with the same issues so I made a JSFiddle &#8230; <a href="http://jonathanfinnegan.com/windows-safari-bug-with-jquery-and-video-content/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="height:33px;" class="really_simple_share"><div style="width:100px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjonathanfinnegan.com%2Fwindows-safari-bug-with-jquery-and-video-content%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="width:90px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://jonathanfinnegan.com/windows-safari-bug-with-jquery-and-video-content/" ></g:plusone>
			</div><div style="width:110px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Windows Safari Bug with jQuery and video content" data-url="http://jonathanfinnegan.com/windows-safari-bug-with-jquery-and-video-content/"></a> 
			</div></div>
		<div style="clear:both;"></div><p style="text-align: center;"><a href="http://jonathanfinnegan.com/wp-content/uploads/2011/08/Screen-shot-2011-08-14-at-5.15.19-PM.jpg"><img class="size-medium wp-image-983 aligncenter" title="Screen shot 2011-08-14 at 5.15.19 PM" src="http://jonathanfinnegan.com/wp-content/uploads/2011/08/Screen-shot-2011-08-14-at-5.15.19-PM-550x446.jpg" alt="Screen shot 2011 08 14 at 5.15.19 PM 550x446 Windows Safari Bug with jQuery and video content" width="550" height="446" /></a></p>
<p style="text-align: left;">I seem to be having an issue that is strictly happening in Safari (5.1 (7534.50)) on Windows XP. I googled a bunch of different things but can&#8217;t seem to find someone with the same issues so I made a <a href="http://jsfiddle.net/haveboard/BEBUG/" target="_blank">JSFiddle</a> &amp; documenting what I&#8217;m experiencing here.</p>
<p style="text-align: left;">The goal is to have a div that is the &#8220;display area&#8221; &amp; a list of divs below it that will hide all div&#8217;s in the &#8220;display div&#8221; on click &amp; then fade in the appropriate div associated with the clicked thumbnail.</p>
<p style="text-align: left;">When clicking one the first item below the display area followed by the second, you will see that the previous video code does not get hidden &amp; the previous video gets anchored to the top of the page.</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-982" title="Screen shot 2011-08-14 at 5.15.58 PM" src="http://jonathanfinnegan.com/wp-content/uploads/2011/08/Screen-shot-2011-08-14-at-5.15.58-PM-550x478.jpg" alt="Screen shot 2011 08 14 at 5.15.58 PM 550x478 Windows Safari Bug with jQuery and video content" width="550" height="478" /></p>
<p>Every browser I&#8217;ve tested this with aside from Safari on Windows XP displays the intended behavior. It is specific to iframe and/or object embedded video code as I have the same type of jQuery managing an image gallery in a similar fashion.</p>
<p>If you have any ideas or want to fork the <a href="http://jsfiddle.net/haveboard/BEBUG/" target="_blank">JSFiddle</a> &amp; take a stab at fixing this, please be my guest &amp; let me know what you come up with. The only solution I found was to have the page refresh &amp; then check the new hash value &amp; load the appropriate div with video.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanfinnegan.com/windows-safari-bug-with-jquery-and-video-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Few Links aka Long Time No Update</title>
		<link>http://jonathanfinnegan.com/a-few-links-aka-long-time-no-update/</link>
		<comments>http://jonathanfinnegan.com/a-few-links-aka-long-time-no-update/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 21:02:44 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[portfolios]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://jonathanfinnegan.com/?p=832</guid>
		<description><![CDATA[<a href="http://jonathanfinnegan.com/a-few-links-aka-long-time-no-update/"><img align="left" hspace="5" width="200" src="http://jonathanfinnegan.com/wp-content/uploads/2011/06/site_collage-550x335.jpg" class="alignleft wp-post-image tfe" alt="" title="site_collage" /></a>I&#8217;ve been real busy this past year. Check out Julius Reeves Photography, Titan Street (Mike Stein), Goodwin Design Group, Love The Squalor, Fifth Pocket Design, Lookout for the Cookout, City Kitties &#38; Awesome Dudes Printing to see a little bit &#8230; <a href="http://jonathanfinnegan.com/a-few-links-aka-long-time-no-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="height:33px;" class="really_simple_share"><div style="width:100px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjonathanfinnegan.com%2Fa-few-links-aka-long-time-no-update%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="width:90px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://jonathanfinnegan.com/a-few-links-aka-long-time-no-update/" ></g:plusone>
			</div><div style="width:110px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="A Few Links aka Long Time No Update" data-url="http://jonathanfinnegan.com/a-few-links-aka-long-time-no-update/"></a> 
			</div></div>
		<div style="clear:both;"></div><p style="text-align: center;"><a href="http://jonathanfinnegan.com/wp-content/uploads/2011/06/site_collage.jpg"></a><a href="http://jonathanfinnegan.com/wp-content/uploads/2011/06/site_collage.jpg"><img class="aligncenter size-medium wp-image-863" title="site_collage" src="http://jonathanfinnegan.com/wp-content/uploads/2011/06/site_collage-550x335.jpg" alt="site collage 550x335 A Few Links aka Long Time No Update" width="550" height="335" /></a></p>
<p>I&#8217;ve been real busy this past year. Check out <a href="http://juliusreevesphotography.com" target="_blank">Julius Reeves Photography</a>, <a href="http://titanstreet.com" target="_blank">Titan Street (Mike Stein)</a>, <a href="http://goodwindesigngroup.com" target="_blank">Goodwin Design Group</a>, <a href="http://lovethesqualor.com" target="_blank">Love The Squalor</a>, <a href="http://fifthpocketdesign.com" target="_blank">Fifth Pocket Design</a>, <a href="http://lookoutforthecookout.com" target="_blank">Lookout for the Cookout</a>, <a href="http://citykitties.org/adopt/adoption-listings/" target="_blank">City Kitties</a> &amp; <a href="http://awesomedudesprinting.com" target="_blank">Awesome Dudes Printing</a> to see a little bit of what I&#8217;ve been up to.</p>
<p>These are just some of the sites I&#8217;ve worked on over the past year. I hope to refresh this whole portfolio soon, but in the meantime I&#8217;ll be trying out some new themes and migrating my portfolio to a custom post type instead of nested pages. The first theme I&#8217;ll be trying out (and likely modifying as I go) is the <a href="http://constellationtheme.com/" target="_blank">Constellation Theme</a>. It seems like a good base theme to get started with.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanfinnegan.com/a-few-links-aka-long-time-no-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collab between Designers and Developers</title>
		<link>http://jonathanfinnegan.com/collab_between_designers_and_developers/</link>
		<comments>http://jonathanfinnegan.com/collab_between_designers_and_developers/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 21:11:58 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://jonathanfinnegan.com/?p=400</guid>
		<description><![CDATA[<a href="http://jonathanfinnegan.com/collab_between_designers_and_developers/"><img align="left" hspace="5" width="200" src="http://jonathanfinnegan.com/wp-content/uploads/2010/01/collaboration_designer_developer_leadimage.jpg" class="alignleft wp-post-image tfe" alt="" title="collaboration tips for designer working with developers" /></a>As a developer, I tend to work alongside designers quite a bit. I&#8217;m really glad that Revision Six posted these Tips for Designers Working with Developers so I don&#8217;t have to. I&#8217;ve had to explain many of these tips to &#8230; <a href="http://jonathanfinnegan.com/collab_between_designers_and_developers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="height:33px;" class="really_simple_share"><div style="width:100px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjonathanfinnegan.com%2Fcollab_between_designers_and_developers%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="width:90px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://jonathanfinnegan.com/collab_between_designers_and_developers/" ></g:plusone>
			</div><div style="width:110px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Collab between Designers and Developers" data-url="http://jonathanfinnegan.com/collab_between_designers_and_developers/"></a> 
			</div></div>
		<div style="clear:both;"></div><p><a href="http://sixrevisions.com/web_design/collaboration-tips-for-designers-working-with-developers/"><img class="aligncenter size-full wp-image-401" title="collaboration tips for designer working with developers" src="http://jonathanfinnegan.com/wp-content/uploads/2010/01/collaboration_designer_developer_leadimage.jpg" alt="collaboration designer developer leadimage Collab between Designers and Developers" width="550" height="200" /></a>As a developer, I tend to work alongside designers quite a bit. I&#8217;m really glad that <a href="http://sixrevisions.com/" target="_blank">Revision Six</a> posted these <a href="http://sixrevisions.com/web_design/collaboration-tips-for-designers-working-with-developers/" target="_blank">Tips for Designers Working with Developers</a> so I don&#8217;t have to. I&#8217;ve had to explain many of these tips to designers over and over again. I think I will ask then to read this post from here on out.</p>
<p>I would love to see the opposite article: <strong>Tips for Developers working with Designers</strong> written by a designer with a lot of experience working with developers. I, personally, am more of a developer than I am a designer so I wouldn&#8217;t be qualified to write that article myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanfinnegan.com/collab_between_designers_and_developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

