<?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>JeremyPerson.com &#187; Web Design &amp; Dev.</title>
	<atom:link href="http://www.jeremyperson.com/category/web-design-and-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremyperson.com</link>
	<description>My Corner of the Web</description>
	<lastBuildDate>Sun, 05 Feb 2012 05:54:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tilt Firefox Extension</title>
		<link>http://www.jeremyperson.com/tilt-firefox-extension/</link>
		<comments>http://www.jeremyperson.com/tilt-firefox-extension/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 18:02:19 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=21953</guid>
		<description><![CDATA[Tilt is a new Firefox extension allowing you to better visualize the layers and elements on your website.  Give it a try and let me know what you think.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2012/01/tilt.jpg"><img class="alignnone  wp-image-21954" title="tilt" src="http://www.jeremyperson.com/wp-content/uploads/2012/01/tilt.jpg" alt="" width="600" height="541" /></a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/tilt/?src=search" target="_blank">Tilt</a> is a new Firefox extension allowing you to better visualize the layers and elements on your website.  Give it a try and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/tilt-firefox-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fake App</title>
		<link>http://www.jeremyperson.com/fake-app/</link>
		<comments>http://www.jeremyperson.com/fake-app/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 06:31:08 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=19881</guid>
		<description><![CDATA[Fake is a handy Mac app to automate things you do on the web.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/14697494?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="599" height="375"></iframe></p>
<p><a href="http://fakeapp.com/" target="_blank">Fake</a> is a handy Mac app to automate things you do on the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/fake-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 Web Video Basics</title>
		<link>http://www.jeremyperson.com/html-5-web-video-basics/</link>
		<comments>http://www.jeremyperson.com/html-5-web-video-basics/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 23:41:44 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=18319</guid>
		<description><![CDATA[What is HTML? Wikipedia defines HTML as &#8220;the basic building-blocks of webpages&#8221; so it only makes sense that each new version will include new features to improve web browsing and web development. Think of HTML as instructions for what to display within your browser, the blueprint for your page. In its infancy HTML was used [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-18321" title="html5-logo" src="http://www.jeremyperson.com/wp-content/uploads/2011/04/html5-logo.jpg" alt="" width="369" height="219" /></p>
<h2>What is HTML?</h2>
<p><a href="http://en.wikipedia.org/wiki/HTML">Wikipedia</a> defines HTML as &#8220;the basic building-blocks of webpages&#8221; so it only makes sense that each new version will include new features to improve web browsing and web development.  Think of HTML as instructions for what to display within your browser, the blueprint for your page.  In its infancy HTML was used to layout pages as well as help define how your content appeared (bolded, italicized, form elements, adding images, bullets, numbered lists, breaks, tables etc).  Today HTML still has the same functionality that it did when it was first created but CSS (Cascading Style Sheets) are replacing HTML for better control in laying out pages and dynamic languages like PHP, Java, .Net, Ruby and more use HTML to display content.  So if HTML is the blueprint, who builds the page?  The answer is the browser but unfortunately not every browser reads the blueprint the same.  The result is pages that function and look differently than the author intended.</p>
<h2>HTML 5 and Web Video</h2>
<p>One of the best improvements with HTML 5 is its ability to play video.  Previously HTML alone was not able to display video so solutions such as Real Player, Flash, and Quicktime have been filling the gap.  To play HTML 5 video you need a modern browser which is a problem for those of us dependent on an IT department within businesses and enterprises.  For instance I&#8217;m sure many of your companies are still on Windows XP and Internet Explorer 6 (both released in 2001).</p>
<p>To play a video with HTML you will need to use one of the following modern browsers:</p>
<ul>
<li>IE 9.0+</li>
<li>Firefox 3.5+</li>
<li>Safari 3.0+</li>
<li>Chrome 3.0+</li>
<li>Opera 1.5+</li>
<li>iPhone 1.0+</li>
<li>Android 2.0+</li>
</ul>
<p>Not to make things even more confusing but even when you have a modern browser like the ones listed above, it doesn&#8217;t mean your HTML 5 video will display.  There are 3 main video codecs which are ogg/theora, H.264, and WebM.  The matrix below does a very nice job laying out which codec each browser supports.  A codec is software which compresses and decompresses audio and video.  Video in its nature can be large so playing it over the Internet in the past proved difficult.  Therefore codecs were created to compress audio and video so they could be streamed from a web server more efficiently.  The chart below shows the three main video codecs as well as which are compatible for each browser.</p>
<p><a href="http://www.jeremyperson.com/wp-content/uploads/2011/04/html5VideoCodecs.png"><img src="http://www.jeremyperson.com/wp-content/uploads/2011/04/html5VideoCodecs-640x212.png" alt="" title="html5VideoCodecs" width="600" height="197" class="alignnone size-medium wp-image-18338" /></a>(<a href="http://www.findmebyip.com/litmus/">Source</a>)</p>
<ul>
<li><strong>Ogg/Theora:</strong> an open source standard without any patents.</li>
<li><strong>H.264:</strong> the most popular video codec to date which is used by Blu-ray and Internet video streaming sites like YouTube, Vimeo, YouTube, and more.</li>
<li><strong>WebM:</strong> an audio and video standard being sponsored by Google.</li>
</ul>
<p>If you want to use HTML 5 to display a video on your site, the following code will be compatible with all modern browsers:</p>
<pre>
 <video controls id="video" width="320" height="240" preload autobuffer >
     <source src="http://mycdn.com/videos/vid1.ogg" type="video/ogg" />
     <source src="http://mycdn.com/videos/vid1.mp4" type="video/mp4" />

     <!--RENDERED ON BROWSERS WITH NO HTML5 VIDEO SUPPORT-->
     <object width="320" height="240"><param name="movie" value="myplayer.swf"><embed src="myplayer.swf" width="550" height="400"></embed></object>
     <!---->
</video>
</pre>
<h2>Blame the CPU</h2>
<p><img src="http://www.jeremyperson.com/wp-content/uploads/2011/04/intelChip-150x150.jpg" alt="" title="intelChip" width="150" height="150" class="alignnone size-thumbnail wp-image-18330" /><br />
You may have heard flash requires more processing power (CPU consumption).  The more recent versions of the flash player require significantly less of your CPU and there are lots of benchmarks now showing HTML 5 and flash require about the same amount of processing power.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/html-5-web-video-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Love Architecture?  Me Too.</title>
		<link>http://www.jeremyperson.com/love-architecture-me-too/</link>
		<comments>http://www.jeremyperson.com/love-architecture-me-too/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 15:12:06 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=17846</guid>
		<description><![CDATA[Growing up (like I ever did) one of the things I considered pursuing is architecture.  I took a drafting class in high school and liked it a lot and have always dreamed of designing my own home (some day).  The folks over at design-milk.com have a fantastic architectural section that I have been a fan [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-17847" title="modernHouse" src="http://www.jeremyperson.com/wp-content/uploads/2011/02/modernHouse.jpg" alt="" width="448" height="301" /></p>
<p>Growing up (like I ever did) one of the things I considered pursuing is architecture.  I took a drafting class in high school and liked it a lot and have always dreamed of designing my own home (some day).  The folks over at <a href="http://design-milk.com" target="_blank">design-milk.com</a> have a fantastic architectural section that I have been a fan of for some time.  I save almost everything I find interesting and useful so when I saw the architecture section of their site I instantly fell in love.  The only thing I didn&#8217;t fall in love with is the ability to see their entire post.  You have to view a post, it only loads half the page, and then click to get the entire post, click back, click the next post, and repeat that process for as many times as you want to keep viewing their content.  As you can see I&#8217;ve been a fan for a while now and have been collecting URLs for over a year to refer to.  If you love architecture, you are going to love the pages below but be warned you will lose at least an hour from your life as a result.</p>
<p>Fiercewhenroused.com is a domain name I&#8217;ve had for over a year now and it is my new primary domain on one of the two servers I have web content on.  I think I heard the term &#8220;fierce when roused&#8221; from Tim Ferriss on one of the podcasts/vidcasts I was watching and thought it was an awesome term and thus domain name.  I also thought that term fit my personality pretty well, extremely mild mannered until I need to defend myself and then watch out!  You mess with the bull&#8230;you get the horns!  At some point I have some plans to do something with the domain but for now it is what I use to surface a lot of my miscellaneous sites and files.</p>
<p>Hope you enjoy this site aggregator&#8230;</p>
<p><a href="http://fiercewhenroused.com/webDesign/scripts/sitesScroll/homeDesign1.html" target="_blank">http://fiercewhenroused.com/webDesign/scripts/sitesScroll/homeDesign1.html</a></p>
<p><a href="http://fiercewhenroused.com/webDesign/scripts/sitesScroll/homeDesign2.html" target="_blank">http://fiercewhenroused.com/webDesign/scripts/sitesScroll/homeDesign2.html</a></p>
<p><a href="http://fiercewhenroused.com/webDesign/scripts/sitesScroll/homeDesign4.html" target="_blank">http://fiercewhenroused.com/webDesign/scripts/sitesScroll/homeDesign4.html</a></p>
<p><a href="http://fiercewhenroused.com/webDesign/scripts/sitesScroll/homeDesign5.html" target="_blank">http://fiercewhenroused.com/webDesign/scripts/sitesScroll/homeDesign5.html</a></p>
<p><a href="http://fiercewhenroused.com/webDesign/scripts/sitesScroll/homeDesign6.html" target="_blank">http://fiercewhenroused.com/webDesign/scripts/sitesScroll/homeDesign6.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/love-architecture-me-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JeremyPerson.com Bookmarklet</title>
		<link>http://www.jeremyperson.com/jeremyperson-com-bookmarklet/</link>
		<comments>http://www.jeremyperson.com/jeremyperson-com-bookmarklet/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 14:03:36 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=17832</guid>
		<description><![CDATA[I made a bookmarklet which prompts for a keyword to search my website.  Why would you ever want to us it?  You probably won&#8217;t ever have a need but I will because I use my site as a second brain to refer to things I&#8217;ve previously posted almost daily.  Drag this bookmarklet/link to your browser&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-17839 alignleft" title="heartPlus" src="http://www.jeremyperson.com/wp-content/uploads/2011/02/heartPlus-150x132.png" alt="" width="150" height="132" />I made a bookmarklet which prompts for a keyword to search my website.  Why would you ever want to us it?  You probably won&#8217;t ever have a need but I will because I use my site as a second brain to refer to things I&#8217;ve previously posted almost daily.  Drag this bookmarklet/link to your browser&#8217;s toolbar: <a href="javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Keywords...',''))};if(Qr)location.href='http://www.jeremyperson.com/index.php?s='+escape(Qr)+'&amp;Submit=Submit'">JeremyPerson.com: Search</a> if you want to try it.  Pretty nifty eh?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/jeremyperson-com-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating A Loved Brand By Telling A Story: Tether</title>
		<link>http://www.jeremyperson.com/creating-a-loved-brand-by-telling-a-story-tether/</link>
		<comments>http://www.jeremyperson.com/creating-a-loved-brand-by-telling-a-story-tether/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 04:16:35 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=15866</guid>
		<description><![CDATA[Stanley Hainsworth has been creative director at Nike, Lego, and Starbucks—all brands that have become iconic through good design. He just finished designing the new Gatorade bottle, too. Hainsworth clearly has a remarkable eye for style, but he insists that the key to creating a brand that attracts fans, that people love, is telling the [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="570" height="338" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ejSSLzaJplw?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="570" height="338" src="http://www.youtube.com/v/ejSSLzaJplw?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Stanley Hainsworth has been creative director at Nike, Lego, and  Starbucks—all brands that have become iconic through good design. He  just finished designing the new Gatorade bottle, too. Hainsworth clearly  has a remarkable eye for style, but he insists that the key to creating  a brand that attracts fans, that people love, is telling the company&#8217;s  story.</p>
<p>Hainsworth says that companies like Apple have a persona.  &#8220;You could describe what Apple is as a person, because of the  personality they&#8217;ve created,&#8221; he explains. &#8220;So when we work with tech  startups, the first thing we have to figure out is their story—what sets  them apart in the marketplace.&#8221;</p>
<p>Now at the helm of Tether, his  own design studio and retail space in Seattle, Hainsworth keeps looking  for new challenges. &#8220;When I left Starbucks, people thought I&#8217;d want to  work someplace really hip, like Diesel or Apple. I told them I wanted to  work with Microsoft and Wal-Mart—two great American brands that have  never told their story well. They both have incredible stories, if you  think about the startups that they were at the time—it&#8217;s unbelievable.  Bill Gates, what he went through, and his story: it&#8217;s never been told  well. They&#8217;ve never used it to their advantage. They&#8217;ve become a product  company with no soul.&#8221;</p>
<p>&#8220;Great companies read your soul,&#8221; says Hainsworth. &#8220;They give you something you didn&#8217;t even know that you needed.&#8221;</p>
<p>More info: Tether web site: <a title="http://www.tetherinc.com/" dir="ltr" rel="nofollow" href="http://www.tetherinc.com/" target="_blank">http://www.tetherinc.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/creating-a-loved-brand-by-telling-a-story-tether/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Komodo</title>
		<link>http://www.jeremyperson.com/komodo/</link>
		<comments>http://www.jeremyperson.com/komodo/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 16:51:06 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=13252</guid>
		<description><![CDATA[Web development in Linux is sometimes a little difficult since it lacks native support for Adobe&#8217;s Creative Suite.  I do have Macromedia&#8217;s MX suite installed from 2004 since it works fine with Wine/Linux.  I like Bluefish which works on Windows and Linux but it lacks a good FTP client.   This morning I just found [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2010/04/komodo.gif"><img class="alignnone size-medium wp-image-13253" title="komodo" src="http://www.jeremyperson.com/wp-content/uploads/2010/04/komodo-570x491.gif" alt="" width="570" height="491" /></a></p>
<p>Web development in Linux is sometimes a little difficult since it lacks native support for Adobe&#8217;s Creative Suite.  I do have Macromedia&#8217;s MX suite installed from 2004 since it works fine with Wine/Linux.  I like <a href="http://bluefish.openoffice.nl/" target="_blank">Bluefish</a> which works on Windows and Linux but it lacks a good FTP client.   This morning I just found <a href="http://www.activestate.com/komodo/" target="_blank">Komodo</a> which has a nice visual editor interface because you do your code editing in the top frame and can preview the output in the bottom frame (and update it instantly by pressing cntrl +s).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/komodo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe CS5 Announced Today</title>
		<link>http://www.jeremyperson.com/adobe-cs5-announced-today/</link>
		<comments>http://www.jeremyperson.com/adobe-cs5-announced-today/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 05:31:17 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=13131</guid>
		<description><![CDATA[Adobe announced the upcoming release of CS5 with the ability to preorder it today.  Look for downloadable trials in the next thirty days.  Besides the killer new PhotoShop features Dreamweaver now has WordPress integration.  See the full video of the announcement.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2010/04/adobeCS5.gif"><img class="alignnone size-medium wp-image-13130" title="adobeCS5" src="http://www.jeremyperson.com/wp-content/uploads/2010/04/adobeCS5-570x321.gif" alt="" width="570" height="321" /></a></p>
<p>Adobe announced the upcoming release of CS5 with the ability to preorder  it today.  Look for downloadable trials in the next thirty days.   Besides the killer new PhotoShop features Dreamweaver now has WordPress  integration.  See the <a href="http://cs5launch.adobe.com/?promoid=FDKBR" target="_blank">full video</a> of the  announcement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/adobe-cs5-announced-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Surf The Internet. We Swim In Magazines</title>
		<link>http://www.jeremyperson.com/we-surf-the-internet-we-swim-in-magazines/</link>
		<comments>http://www.jeremyperson.com/we-surf-the-internet-we-swim-in-magazines/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 06:42:10 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=13027</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2010/04/magazinesInternet.jpg"><img class="alignnone size-medium wp-image-13026" title="magazinesInternet" src="http://www.jeremyperson.com/wp-content/uploads/2010/04/magazinesInternet-413x570.jpg" alt="" width="413" height="570" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/we-surf-the-internet-we-swim-in-magazines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Firefox By The Numbers</title>
		<link>http://www.jeremyperson.com/mozilla-firefox-by-the-numbers/</link>
		<comments>http://www.jeremyperson.com/mozilla-firefox-by-the-numbers/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 02:23:25 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=13032</guid>
		<description><![CDATA[Click the image above for a larger view.]]></description>
			<content:encoded><![CDATA[<div id="attachment_13033" class="wp-caption alignnone" style="width: 406px"><a href="http://www.jeremyperson.com/wp-content/uploads/2010/04/09-03_firefox_statisics_full.jpg"><img class="size-medium wp-image-13033" title="09-03_firefox_statisics_full" src="http://www.jeremyperson.com/wp-content/uploads/2010/04/09-03_firefox_statisics_full-396x570.jpg" alt="" width="396" height="570" /></a><p class="wp-caption-text">Source: http://sixrevisions.com/infographs/firefox-statistics/</p></div>
<p>Click the image above for a larger view.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/mozilla-firefox-by-the-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Hundred Essential Web Development Tools</title>
		<link>http://www.jeremyperson.com/one-hundred-essential-web-development-tools/</link>
		<comments>http://www.jeremyperson.com/one-hundred-essential-web-development-tools/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 14:16:19 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=12681</guid>
		<description><![CDATA[Here is a great list of essential web development tools.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2010/03/php.jpg"><img class="alignnone size-medium wp-image-12683" title="php" src="http://www.jeremyperson.com/wp-content/uploads/2010/03/php-570x456.jpg" alt="" width="570" height="456" /></a></p>
<p>Here is a <a href="http://www.noupe.com/tools/100-essential-web-development-tools.html" target="_blank">great list</a> of essential web development tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/one-hundred-essential-web-development-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feedburner Read Counts</title>
		<link>http://www.jeremyperson.com/feedburner-read-counts/</link>
		<comments>http://www.jeremyperson.com/feedburner-read-counts/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 18:09:10 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=12015</guid>
		<description><![CDATA[Why does my Feedburner subscriber count fluctuate so much? Are people unsubscribing and subscribing as much as my Feedburner counter says? I notice your Feedburner counter goes up and down each day – why? My RSS Subscriber Counter Goes Down Every Weekend – Why? For the answer read this post.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2010/02/feedburner-subscription-conters-2.jpg"><img class="alignnone size-full wp-image-12016" title="feedburner-subscription-conters-2" src="http://www.jeremyperson.com/wp-content/uploads/2010/02/feedburner-subscription-conters-2.jpg" alt="" width="322" height="210" /></a></p>
<ul>
<li>Why does my Feedburner subscriber count fluctuate so much?</li>
<li>Are people unsubscribing and subscribing as much as my Feedburner  counter says?</li>
<li>I notice your Feedburner counter goes up and down each day – why?</li>
<li>My RSS Subscriber Counter Goes Down Every Weekend – Why?</li>
</ul>
<p>For the answer read <a href="http://www.problogger.net/archives/2007/08/16/why-does-my-feedburner-subscriber-count-fluctuate/" target="_blank">this post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/feedburner-read-counts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MockingBird Wireframes</title>
		<link>http://www.jeremyperson.com/mockingbird-wireframes/</link>
		<comments>http://www.jeremyperson.com/mockingbird-wireframes/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 23:04:30 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=11103</guid>
		<description><![CDATA[If you design websites, Mockingbird is a website which allows you to quickly create and share very nice looking wireframes.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-11104" title="mockingBird" src="http://www.jeremyperson.com/wp-content/uploads/2009/12/mockingBird-570x475.png" alt="" width="570" height="475" /></p>
<p>If you design websites, <a href="http://gomockingbird.com/" target="_blank">Mockingbird</a> is a website which allows you to quickly create and share very nice looking wireframes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/mockingbird-wireframes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing WordPress 2.9</title>
		<link>http://www.jeremyperson.com/introducing-wordpress-2-9/</link>
		<comments>http://www.jeremyperson.com/introducing-wordpress-2-9/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 03:56:08 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=10980</guid>
		<description><![CDATA[A new version of WordPress was released and here is a video highlighting the new features.]]></description>
			<content:encoded><![CDATA[<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="573" height="320" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=NBZ853Xn&amp;width=640&amp;height=360" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.11" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="573" height="320" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.11" allowfullscreen="true" flashvars="guid=NBZ853Xn&amp;width=640&amp;height=360"></embed></object>
</p>
<p>A new version of WordPress was released and here is a video highlighting the new features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/introducing-wordpress-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Blank Page</title>
		<link>http://www.jeremyperson.com/firefox-blank-page/</link>
		<comments>http://www.jeremyperson.com/firefox-blank-page/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 07:50:29 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=10311</guid>
		<description><![CDATA[If I am brain storming a website design I use this image to get me started.  I print it out and sketch out what I envision the page to look like.  If you want to download it you can do so here.  It is a fun way to get the juices flowing as there is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/11/blankFirefoxBrowser1.png"><img class="alignnone size-medium wp-image-10313" title="blankFirefoxBrowser" src="http://www.jeremyperson.com/wp-content/uploads/2009/11/blankFirefoxBrowser1-500x387.png" alt="blankFirefoxBrowser" width="500" height="387" /></a></p>
<p>If I am brain storming a website design I use this image to get me started.  I print it out and sketch out what I envision the page to look like.  If you want to download it you can do so <a href="http://www.jeremyperson.com/wp-content/uploads/2009/11/blankFirefoxBrowser1.png" target="_blank">here</a>.  It is a fun way to get the juices flowing as there is something about a blank browser window that inspires you to fill it up as opposed to a blank piece of paper.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/firefox-blank-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After the Deadline for WordPress</title>
		<link>http://www.jeremyperson.com/after-the-deadline-for-wordpress/</link>
		<comments>http://www.jeremyperson.com/after-the-deadline-for-wordpress/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 06:27:57 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=10041</guid>
		<description><![CDATA[If you have a WordPress site you should definitely check this feature out if you are on WordPress.com or the plugin if you are hosting the site yourself.]]></description>
			<content:encoded><![CDATA[<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="570" height="320" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://v.wordpress.com/4aIs4QvY" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="570" height="320" src="http://v.wordpress.com/4aIs4QvY" allowfullscreen="true"></embed></object>
</p>
<p>If you have a WordPress site you should definitely check this feature out if you are on WordPress.com or the <a href="http://wordpress.org/extend/plugins/after-the-deadline/" target="_blank">plugin</a> if you are hosting the site yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/after-the-deadline-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If You Know HTML This is Funny</title>
		<link>http://www.jeremyperson.com/if-you-know-html-this-is-funny/</link>
		<comments>http://www.jeremyperson.com/if-you-know-html-this-is-funny/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 13:35:39 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=9656</guid>
		<description><![CDATA[Hint of what the &#60;i&#62;tag does&#60;/i&#62;.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/10/italicized.jpg"><img class="alignnone size-full wp-image-9657" title="italicized" src="http://www.jeremyperson.com/wp-content/uploads/2009/10/italicized.jpg" alt="italicized" width="314" height="448" /></a></p>
<p>Hint of what the &lt;i&gt;<em>tag does</em>&lt;/i&gt;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/if-you-know-html-this-is-funny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haystack.com</title>
		<link>http://www.jeremyperson.com/haystack-com/</link>
		<comments>http://www.jeremyperson.com/haystack-com/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 13:32:16 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=9653</guid>
		<description><![CDATA[Need a web designer for a website?  I just found haystack.com which lets you see examples of work from companies and freelance designers as well as how much their projects cost to develop.  You can also find web designers in your area.  For example check out web designers in San Francisco.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/10/haystack.jpg"><img class="alignnone size-full wp-image-9654" title="haystack" src="http://www.jeremyperson.com/wp-content/uploads/2009/10/haystack.jpg" alt="haystack" width="570" height="368" /></a></p>
<p>Need a web designer for a website?  I just found <a href="http://haystack.com/" target="_blank">haystack.com</a> which lets you see examples of work from companies and freelance designers as well as how much their projects cost to develop.  You can also find web designers in your area.  For example check out web designers in <a href="http://haystack.com/san-francisco" target="_blank">San Francisco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/haystack-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The History of Web Browsers</title>
		<link>http://www.jeremyperson.com/the-history-of-web-browsers/</link>
		<comments>http://www.jeremyperson.com/the-history-of-web-browsers/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 13:50:28 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=9245</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_9246" class="wp-caption alignnone" style="width: 560px"><a href="http://www.jeremyperson.com/wp-content/uploads/2009/10/History-of-Web-Browsers.jpg"><img class="size-full wp-image-9246" title="History of Web Browsers" src="http://www.jeremyperson.com/wp-content/uploads/2009/10/History-of-Web-Browsers.jpg" alt="History of Web Browsers" width="550" height="3146" /></a><p class="wp-caption-text">Source: http://sixrevisions.com/web-development/the-history-of-web-browsers/</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/the-history-of-web-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tornado</title>
		<link>http://www.jeremyperson.com/tornado/</link>
		<comments>http://www.jeremyperson.com/tornado/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 04:16:13 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=8867</guid>
		<description><![CDATA[Facebook recently purchased FriendFeed and as a result released Tornado, a real-time web framework which powered FriendFeed.  They decided to release the code as an open source project which I was happy about as you can see in the post above.  Upon sending the link to Scott he thought he was quite the funny man [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/09/tornado.gif"><img class="alignnone size-medium wp-image-8868" title="tornado" src="http://www.jeremyperson.com/wp-content/uploads/2009/09/tornado-499x119.gif" alt="tornado" width="499" height="119" /></a></p>
<p>Facebook recently purchased FriendFeed and as a result released <a href="http://www.tornadoweb.org/" target="_blank">Tornado</a>, a real-time web framework which powered FriendFeed.  They decided to release the code as an open source project which I was happy about as you can see in the post above.  Upon sending the link to Scott he thought he was quite the funny man with his little note on a <a href="http://chan.friendfeed.com:8888" target="_blank">demo page</a>.  :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/tornado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FirePHP</title>
		<link>http://www.jeremyperson.com/firephp/</link>
		<comments>http://www.jeremyperson.com/firephp/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 05:57:33 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Web Design & Dev.]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=7848</guid>
		<description><![CDATA[When Ajax techniques became popular, developers faced a new problem: how can we debug Ajax requests and responses efficiently for complex web applications? If using a debugger was hard enough with the RESTful model, triggering an Ajax-specific request is a pain and a bit more difficult; dumping logs and information pertaining to those Ajax operations [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/07/debugPHP.jpg"><img class="alignnone size-medium wp-image-7847" title="debugPHP" src="http://www.jeremyperson.com/wp-content/uploads/2009/07/debugPHP-500x227.jpg" alt="debugPHP" width="500" height="227" /></a></p>
<p>When Ajax techniques became popular, developers faced a new problem: how can we debug Ajax requests and responses efficiently for complex web applications? If using a debugger was hard enough with the RESTful model, triggering an Ajax-specific request is a pain and a bit more difficult; dumping logs and information pertaining to those Ajax operations had to be done using JSON or XML.</p>
<p><a href="http://www.firephp.org/">FirePHP</a> is an add-on  for an add-on: it extends the popular in-browser web development tool called <a href="http://getfirebug.com/">Firebug</a> with an API for PHP web application  developers. FirePHP is <em>free</em> and  easily attainable via the <a href="https://addons.mozilla.org/en-US/firefox/addon/6149">Mozilla Add-Ons</a> section on the official Mozilla site. The official FirePHP site can be found  via this web address: <a href="http://www.firephp.org/">www.firephp.org</a>. <a href="http://www.christophdorn.com/AboutMe/">Christoph Dorn</a> is the person  responsible for creating FirePHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/firephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

