<?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>Josh Ellington / Blog &#187; Web Development</title>
	<atom:link href="http://joshellington.com/blog/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshellington.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 16 Feb 2010 19:05:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Maestro Knows</title>
		<link>http://joshellington.com/blog/maestro-knows/</link>
		<comments>http://joshellington.com/blog/maestro-knows/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:05:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Levi Maestro]]></category>
		<category><![CDATA[Maestro Knows]]></category>

		<guid isPermaLink="false">http://joshellington.com/blog/?p=198</guid>
		<description><![CDATA[
Just launched the new maestroknows.com for my man Levi Maestro, designed and coded by yours truly. We created a place for all things MK, including a custom, Vimeo-powered episode viewer as well as a full re-tooling of his blog. Shouts to jQuery, Wordpress, and Vimeo for providing the necessary technologies. Oh, and check out the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://maestroknows.com"><img src="http://joshellington.com/blog/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-11.03.05-AM.jpg" alt="" title="Screen shot 2010-02-16 at 11.03.05 AM" width="625" class="alignnone size-full wp-image-202" /></a></p>
<p>Just launched the new <a href="http://maestroknows.com">maestroknows.com</a> for my man Levi Maestro, designed and coded by yours truly. We created a place for all things MK, including a custom, Vimeo-powered episode viewer as well as a full re-tooling of his blog. Shouts to <a href="http://jquery.com">jQuery</a>, <a href="http://wordpress.org">Wordpress</a>, and <a href="http://vimeo">Vimeo</a> for providing the necessary technologies. Oh, and check out the initial sketch Levi had me go off of: <a href="http://joshellington.com/blog/wp-content/uploads/2010/02/photo.jpg">mk.com design plan</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshellington.com/blog/maestro-knows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIS on siteInspire</title>
		<link>http://joshellington.com/blog/featured-on-siteinspire/</link>
		<comments>http://joshellington.com/blog/featured-on-siteinspire/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 23:53:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://joshellington.com/blog/?p=190</guid>
		<description><![CDATA[
Adventures In Space has been featured on siteInspire, by far my favorite CSS gallery out there. Much thanks!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://siteinspire.net/"><img class="alignnone size-full wp-image-192" title="logo_orange" src="http://joshellington.com/blog/wp-content/uploads/2009/12/logo_orange.png" alt="logo_orange" width="117" height="117" /></a></p>
<p><a href="http://adventuresinspace.com">Adventures In Space</a> has been <a href="http://siteinspire.net/showcase/view/adventures_in_space">featured on siteInspire</a>, by far my favorite CSS gallery out there. Much thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://joshellington.com/blog/featured-on-siteinspire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Center Anything</title>
		<link>http://joshellington.com/blog/center-anything/</link>
		<comments>http://joshellington.com/blog/center-anything/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 05:37:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://joshellington.com/blog/?p=182</guid>
		<description><![CDATA[Small snippet of jQuery to center anything within a relatively positioned element. 
]]></description>
			<content:encoded><![CDATA[<p>Small snippet of jQuery to center anything within a relatively positioned element. </p>
<pre class="chili"><code class=""""""">$(function() {

	$(element).each(function() {

		var h = $(this).height();
		var w = $(this).width();

		var h = 0 - (h / 2);

		$(this).css({
			&#039;height&#039; : h,
			&#039;width&#039; : w,
			&#039;margin-top&#039; : h
		});

	});

});
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://joshellington.com/blog/center-anything/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sicbusiness.se</title>
		<link>http://joshellington.com/blog/sicbusiness-se/</link>
		<comments>http://joshellington.com/blog/sicbusiness-se/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 23:20:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[SIC]]></category>
		<category><![CDATA[timthumb]]></category>

		<guid isPermaLink="false">http://joshellington.com/blog/?p=163</guid>
		<description><![CDATA[
Just launched homegirl Stephanie&#8217;s new portfolio site, sicbusiness.se. I&#8217;m using timthumb for auto-generated thumbnails and jQuery for all the loading magic. You&#8217;ll notice I ditched the traditional &#8220;lightbox&#8221; effect for a smoother and cleaner approach that gives each image full focus when selected. Also, I&#8217;m utilizing James Padolsey&#8217;s Pulse plugin for animating the opacity of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sicbusiness.se"><img src="http://joshellington.com/blog/wp-content/uploads/2009/10/sicbiz.jpg" alt="sicbiz" title="sicbiz" width="625" height="473" class="alignnone size-full wp-image-164" /></a></p>
<p>Just launched homegirl Stephanie&#8217;s new portfolio site, <a href="http://sicbusiness.se">sicbusiness.se</a>. I&#8217;m using <a href="http://code.google.com/p/timthumb/">timthumb</a> for auto-generated thumbnails and <a href="http://jquery.com">jQuery</a> for all the loading magic. You&#8217;ll notice I ditched the traditional &#8220;lightbox&#8221; effect for a smoother and cleaner approach that gives each image full focus when selected. Also, I&#8217;m utilizing James Padolsey&#8217;s <a href="http://enhance.qd-creative.co.uk/demos/pulse/">Pulse</a> plugin for animating the opacity of the preloader graphic.</p>
<p>Stephanie&#8217;s blog: <a href="http://swedeniscold.com/blog">swedeniscold.com/blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshellington.com/blog/sicbusiness-se/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wordpress+jQuery</title>
		<link>http://joshellington.com/blog/wordpressjquery/</link>
		<comments>http://joshellington.com/blog/wordpressjquery/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 03:14:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Adventures In Space]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://joshellington.com/blog/?p=138</guid>
		<description><![CDATA[As of late, I&#8217;ve been experimenting quite a bit using jQuery&#8217;s Ajax/load feature with Wordpress templates. The results are great so far.

The first implementation was a DOSS project, Adventures In Space. AIS is an inspiration gallery curated and managed by Craig Sprecher and myself. It&#8217;s still in an infant stage at this point, but the [...]]]></description>
			<content:encoded><![CDATA[<p>As of late, I&#8217;ve been experimenting quite a bit using jQuery&#8217;s <a href="http://docs.jquery.com/Ajax/load#urldatacallback">Ajax/load</a> feature with Wordpress templates. The results are great so far.</p>
<p><a href="http://adventuresinspace.com"><img src="http://joshellington.com/blog/wp-content/uploads/2009/09/Screen-shot-2009-09-28-at-10.39.36-PM.jpg" alt="Screen shot 2009-09-28 at 10.39.36 PM" title="Screen shot 2009-09-28 at 10.39.36 PM" width="625" class="alignnone size-full wp-image-159" /></a></p>
<p>The first implementation was a DOSS project, <a href="http://adventuresinspace.com/">Adventures In Space</a>. AIS is an inspiration gallery curated and managed by Craig Sprecher and myself. It&#8217;s still in an infant stage at this point, but the proof of concept is there. I basically capture the default pagination links and load them using the $(element).load function. This in combination with grabbing the URL for proper linking really showcases how Wordpress can be used to create a quick and dynamic site. Also, since you&#8217;re just hijacking links and containers, it&#8217;s completely unobtrusive if the user has Javascript disabled.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshellington.com/blog/wordpressjquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
