<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Field Guide to Programmers</title>
	
	<link>http://www.fieldguidetoprogrammers.com</link>
	<description>Code, Toys, Bits of Odd Fluff</description>
	<lastBuildDate>Fri, 19 Jun 2009 16:05:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FieldGuideToProgrammers" /><feedburner:info uri="fieldguidetoprogrammers" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>FieldGuideToProgrammers</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Use the 3.0 iPhone SDK to deploy to older versions (like 2.2.1)</title>
		<link>http://feedproxy.google.com/~r/FieldGuideToProgrammers/~3/3fbT1Edu9TY/</link>
		<comments>http://www.fieldguidetoprogrammers.com/iphone/use-the-30-iphone-sdk-to-deploy-to-older-versions-like-221/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 16:05:14 +0000</pubDate>
		<dc:creator>jamiegrove</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/?p=138</guid>
		<description><![CDATA[I&#8217;m integrating Pinch Media&#8217;s analytics and OpenFeint&#8217;s social gaming tools into my latest iPhone app. I just nabbed r64 of the Pinch library and dropped it into my app. When I compiled, I received two odd errors: &#8220;___restore_vfp_d8_d15_regs&#8221;, referenced from: [...] &#8220;___save_vfp_d8_d15_regs&#8221;, referenced from: [...] The [...] was a big list of objects tied to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m integrating Pinch Media&#8217;s analytics and OpenFeint&#8217;s social gaming tools into my latest iPhone app.  I just nabbed r64 of the Pinch library and dropped it into my app.  When I compiled, I received two odd errors:</p>
<p> &#8220;___restore_vfp_d8_d15_regs&#8221;, referenced from:<br />
[...]<br />
 &#8220;___save_vfp_d8_d15_regs&#8221;, referenced from:<br />
[...]</p>
<p>The [...] was a big list of objects tied to the r64 library.  So, I dropped a note to the folks at Pinch and received this great reply.  </p>
<blockquote><p>
- You want to build an app that will work on iPhone OS 2.2 devices.<br />
- You&#8217;re switching Base SDK to do so</p>
<p>According to Apple (no link handy, but I heard this all the time at<br />
WWDC last week), you should do the following:</p>
<p>- Set Base SDK (for all configurations) to iPhone Device 3.0<br />
- Set iPhone OS Deployment Target to iPhone OS 2.2 (or whichever you<br />
like)</p>
<p>(You&#8217;ll find these settings in the Build tab if you Get Info on your<br />
project (the top item in the Groups &#038; Files pane in Xcode)</p>
<p>The issue is that they&#8217;re using a newer compiler in the 3.0 SDK, and<br />
we&#8217;re going with their Best Practices (use 3.0 SDK, choose a<br />
lower-version Target if you wish), and there are some features of the<br />
compiler (which generates code that works all the way down to 2.0)<br />
that are only available with the 3.0 release.
</p></blockquote>
<p>I&#8217;m sharing it here because it applies to pretty much any app.</p>
<p>** Also, if you are developing with OpenFeint make sure you grab the 6.16 release.  This is the first release that will compile properly with the 3.0SDK.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/qA-geLbCmh6Dw6dL2VGucsPtIvI/0/da"><img src="http://feedads.g.doubleclick.net/~a/qA-geLbCmh6Dw6dL2VGucsPtIvI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qA-geLbCmh6Dw6dL2VGucsPtIvI/1/da"><img src="http://feedads.g.doubleclick.net/~a/qA-geLbCmh6Dw6dL2VGucsPtIvI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/FieldGuideToProgrammers/~4/3fbT1Edu9TY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fieldguidetoprogrammers.com/iphone/use-the-30-iphone-sdk-to-deploy-to-older-versions-like-221/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.fieldguidetoprogrammers.com/iphone/use-the-30-iphone-sdk-to-deploy-to-older-versions-like-221/</feedburner:origLink></item>
		<item>
		<title>Undefined _weak_escape(), Redirection, and the WordPress 2.8 Upgrade</title>
		<link>http://feedproxy.google.com/~r/FieldGuideToProgrammers/~3/1Y0IgpLAkKk/</link>
		<comments>http://www.fieldguidetoprogrammers.com/wordpress/undefined-_weak_escape-redirection-and-the-wordpress-28-upgrade/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 18:38:06 +0000</pubDate>
		<dc:creator>jamiegrove</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/?p=132</guid>
		<description><![CDATA[If you upgraded to WordPress 2.8 and ended up with an error like this&#8230; Fatal error: Call to undefined method WordPress_Module::_weak_escape() in ../wp-includes/wp-db.php Chances are you have the Redirection plugin. Anything prior to version 2.1.14 will throw this error when you upgrade. Of course, it would have been nice if you upgraded the plugin prior [...]]]></description>
			<content:encoded><![CDATA[<p>If you upgraded to WordPress 2.8 and ended up with an error like this&#8230;</p>
<p><blockqoute><br />
<i>Fatal error: Call to undefined method WordPress_Module::_weak_escape() in ../wp-includes/wp-db.php</i>
</p></blockquote>
<p>Chances are you have the Redirection plugin.  Anything prior to version 2.1.14 will throw this error when you upgrade.  Of course, it would have been nice if you upgraded the plugin prior to upgrading WordPress, but you didn&#8217;t do that&#8230;  did you?</p>
<p>I didn&#8217;t either. <img src='http://www.fieldguidetoprogrammers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>No worries.  The solution is simple enough:</p>
<ol>
<li>Rename the /wp-content/plugins/redirection directory to /wp-content/plugins/redirection-bad (or something like that) &#8211; This will cause WordPress to disable the plugin.</li>
<li>You should be able to log into the WP admin now.</li>
<li>Go to Plugins in the WP admin and confirm that the Redirection plugin is disabled.</li>
<li>Change the /wp-content/plugins/redirection-bad back to /wp-content/plugins/redirection.</li>
<li>Refresh the Plugins page in the WP admin.</li>
<li>You should be able to use the automatic upgrade now on the Redirection plugin.</li>
</ol>
<p>If you have other blogs to upgrade, try upgrading the plugin first&#8230; unless you like this sort of thing. <img src='http://www.fieldguidetoprogrammers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p><a href="http://feedads.g.doubleclick.net/~a/VSvIwdlrpfTfHIuodBuX5P7kfWc/0/da"><img src="http://feedads.g.doubleclick.net/~a/VSvIwdlrpfTfHIuodBuX5P7kfWc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/VSvIwdlrpfTfHIuodBuX5P7kfWc/1/da"><img src="http://feedads.g.doubleclick.net/~a/VSvIwdlrpfTfHIuodBuX5P7kfWc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/FieldGuideToProgrammers/~4/1Y0IgpLAkKk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fieldguidetoprogrammers.com/wordpress/undefined-_weak_escape-redirection-and-the-wordpress-28-upgrade/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.fieldguidetoprogrammers.com/wordpress/undefined-_weak_escape-redirection-and-the-wordpress-28-upgrade/</feedburner:origLink></item>
		<item>
		<title>Using Amazon’s MP3 Service Instead of iTunes Store</title>
		<link>http://feedproxy.google.com/~r/FieldGuideToProgrammers/~3/1sKAiVuJtUI/</link>
		<comments>http://www.fieldguidetoprogrammers.com/itunes/using-amazons-mp3-service-instead-of-itunes-store/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 02:50:26 +0000</pubDate>
		<dc:creator>jamiegrove</dc:creator>
				<category><![CDATA[Amazon]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/?p=124</guid>
		<description><![CDATA[Just a week ago, I installed Amazon&#8217;s MP3 Downloader. This program connects to Amazon&#8217;s library of MP3 digital downloads (both single tracks and full albums) and downloads directly to iTunes. By using this program, you can avoid the current DRM in the Apple iTunes Store and avoid the future price increase Apple and the music [...]]]></description>
			<content:encoded><![CDATA[<p>Just a week ago, I installed <a href="http://www.amazon.com/gp/dmusic/help/amd.html/ref=sv_dmusic_3&#038;tag=authorstorecom">Amazon&#8217;s MP3 Downloader</a>.  This program connects to <a href="http://www.amazon.com/gp/browse.html?node=163856011&#038;tag=authorstorecom">Amazon&#8217;s library of MP3 digital downloads</a> (both single tracks and full albums) and downloads directly to iTunes.  By using this program, you can avoid the current DRM in the Apple iTunes Store <i>and</i> avoid the future price increase Apple and the music labels are planning for April 2009 on iTunes.</p>
<h2>April iTunes Price Increase</h2>
<p>Price increase, did I say?  Well, sort of.  According to <a href="http://www.apple.com/pr/library/2009/01/06itunes.html">this press release</a>, iTunes audio will all be DRM free in April but instead of $0.99 there will be a sliding scale based on some magical formula worked out between Apple and the records labels:</p>
<blockquote><p>
“We are thrilled to be able to offer our iTunes customers DRM-free iTunes Plus songs in high quality audio and our iPhone 3G customers the ability to download music from iTunes anytime, anywhere over their 3G network at the same price as downloading to your computer or via Wi-Fi,” said Steve Jobs, Apple’s CEO. “And in April, based on what the music labels charge Apple, songs on iTunes will be available at one of three price points—69 cents, 99 cents and $1.29—with many more songs priced at 69 cents than $1.29.”
</p></blockquote>
<h2>Back to the Amazon Downloader</h2>
<p>Ok, well, who knows what this really means.  I guess we&#8217;ll find out in April.  In any case, I tried the <a href="http://www.amazon.com/gp/dmusic/help/amd.html/ref=sv_dmusic_3&#038;tag=authorstorecom">Amazon MP3 Downloader</a> on a whim and I liked it.</p>
<p>The <a href="http://www.amazon.com/gp/dmusic/help/amd.html/ref=sv_dmusic_3&#038;tag=authorstorecom">Amazon MP3 Downloader</a> is a small application for OSX and Windows that will tie Amazon music downloads into iTunes Library or the Windows Media Player.</p>
<p>I tried out the program on the Mac, and it was simple:</p>
<p>1. Install the <a href="http://www.amazon.com/gp/dmusic/help/amd.html/ref=sv_dmusic_3&#038;tag=authorstorecom">Amazon MP3 Downloader</a>.<br />
2. Select music from the <a href="http://www.amazon.com/gp/browse.html?node=163856011&#038;tag=authorstorecom">Amazon library of MP3 digital downloads</a>.<br />
3. Downloads begin automatically, triggering the application to load.<br />
4. Enjoy&#8230;  Really, that&#8217;s it.  To prove it, I created a little video of me buying a song (go full-screen for a better view of the screenshots):</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="308" id="viddler_ed53a120"><param name="movie" value="http://www.viddler.com/simple/ed53a120/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/simple/ed53a120/" width="437" height="308" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_ed53a120" ></embed></object></p>
<p>As you can see, the progress of your downloads appears in the application.  You can even pause and resume if you need to.  Oh, and I still suck at making screencasts but maybe I&#8217;ll get better with practice &#8211; or not.</p>
<p>Downloaded files end up in a folder called &#8220;Amazon MP3&#8243; (in the Music folder) and you can also have files automatically loaded into the iTunes library.  Both options are turned on by default (see screenshot below).</p>
<p><img src="http://www.fieldguidetoprogrammers.com/wp-content/uploads/2009/01/amazon-mp3-prefs.jpg" alt="amazon_mp3_prefs.jpg" border="0" width="400" height="319" /></p>

<p><a href="http://feedads.g.doubleclick.net/~a/uOH-TmiSp_ZWSGUzoD2v4zaVrvQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/uOH-TmiSp_ZWSGUzoD2v4zaVrvQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uOH-TmiSp_ZWSGUzoD2v4zaVrvQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/uOH-TmiSp_ZWSGUzoD2v4zaVrvQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/FieldGuideToProgrammers/~4/1sKAiVuJtUI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fieldguidetoprogrammers.com/itunes/using-amazons-mp3-service-instead-of-itunes-store/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.fieldguidetoprogrammers.com/itunes/using-amazons-mp3-service-instead-of-itunes-store/</feedburner:origLink></item>
		<item>
		<title>How to Use Google Docs to Create Polls and Surveys</title>
		<link>http://feedproxy.google.com/~r/FieldGuideToProgrammers/~3/3cHGV7OfS7I/</link>
		<comments>http://www.fieldguidetoprogrammers.com/google-apps/how-to-use-google-docs-to-create-polls-and-surveys/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 18:25:03 +0000</pubDate>
		<dc:creator>jamiegrove</dc:creator>
				<category><![CDATA[Google Apps]]></category>

		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/?p=99</guid>
		<description><![CDATA[Sometimes a joke leads to something useful&#8230; At least that&#8217;s the excuse I&#8217;m using to justify the time I&#8217;ve spent playing around with Twitter, Google Docs, and ScreenFlow while I&#8217;m on vacation. &#8220;Right! Now let&#8217;s have a proper screencast!&#8221; You see, yesterday, I ran a little survey on Awesome Mustache to gauge the reaction of [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes a joke leads to something useful&#8230;  At least that&#8217;s the excuse I&#8217;m using to justify the time I&#8217;ve spent playing around with Twitter, Google Docs, and ScreenFlow while I&#8217;m on vacation. <img src='http://www.fieldguidetoprogrammers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div style="float:right;margin-left:10px;margin-bottom:10px;text-align:center;width:185px;"><img src="http://www.fieldguidetoprogrammers.com/wp-content/uploads/2008/12/180px-graham-chapman-colonel.jpg" alt="180px-Graham_Chapman_Colonel.jpg" border="0" width="180" height="180" /><br /><small>&#8220;Right! Now let&#8217;s have a proper screencast!&#8221;</small></div>
<p>You see, yesterday, I ran a little survey on Awesome Mustache to gauge the reaction of the Twitterverse to <a href="http://twitter.com/chrisbrogran">Chris Brogan&#8217;s</a> recent face shaving.  Admittedly, this is a silly reason to run a survey but it was better than musing about &#8220;Twitter Authority.&#8221;</p>
<p>As it was a silly thing, I wasn&#8217;t going to pay a nickel to collect the data.  I didn&#8217;t want to install any software either.  So, I decided to use the Forms feature of Google Docs.</p>
<p>When you create a form in Google Docs, you can embed the form in a web page, email it, or use the standalone page to collect responses.  Responses are stored in a Google Docs spreadsheet and there is also a nice little summary report available complete with charts.  This was perfect for my needs.</p>
<p><a href="http://www.awesomemustache.com/awesome-people/chris-brogan-goes-goat-less/">Here is the form embedded in a post on Awesome Mustache</a> and <a href="http://www.awesomemustache.com/awesome-people/chris-brogan-survey-results/">here are the survey results, sliced up in my follow-up post</a>.</p>
<p>After this went out, I received a few questions about creating the survey, so I whipped up this little screencast demo using ScreenFlow on my Mac.  Sorry if it isn&#8217;t the most polished of demos but I think you&#8217;ll find everything you need to jump into Google Docs Forms and make your own poll or survey:</p>
<p><b>*Go full screen on this so that you can see the menu choices and such.</b></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="388" id="viddler_27a49103"><param name="movie" value="http://www.viddler.com/player/27a49103/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/27a49103/" width="437" height="388" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_27a49103" ></embed></object></p>

<p><a href="http://feedads.g.doubleclick.net/~a/F3Zks9deMGEqBnU4Giw7pDG1G6I/0/da"><img src="http://feedads.g.doubleclick.net/~a/F3Zks9deMGEqBnU4Giw7pDG1G6I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/F3Zks9deMGEqBnU4Giw7pDG1G6I/1/da"><img src="http://feedads.g.doubleclick.net/~a/F3Zks9deMGEqBnU4Giw7pDG1G6I/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/FieldGuideToProgrammers/~4/3cHGV7OfS7I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fieldguidetoprogrammers.com/google-apps/how-to-use-google-docs-to-create-polls-and-surveys/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.fieldguidetoprogrammers.com/google-apps/how-to-use-google-docs-to-create-polls-and-surveys/</feedburner:origLink></item>
		<item>
		<title>Swapping FeedBurner for Google’s AdSense Feedproxy</title>
		<link>http://feedproxy.google.com/~r/FieldGuideToProgrammers/~3/Hifzyaqp3Ns/</link>
		<comments>http://www.fieldguidetoprogrammers.com/adsense/swapping-feedburner-for-googles-adsense-feedproxy/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 20:01:57 +0000</pubDate>
		<dc:creator>jamiegrove</dc:creator>
				<category><![CDATA[AdSense]]></category>

		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/?p=92</guid>
		<description><![CDATA[Since I&#8217;m a geek, I have to try out every new software package or service that comes along, so migrating from FeedBurner to Google&#8217;s Feedproxy was more curiosity than necessity. However, I suspect that everyone will need to move eventually. The Feedproxy service is basically a clone of FeedBurner that hooks directly into AdSense. This [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m a geek, I have to try out every new software package or service that comes along, so migrating from FeedBurner to Google&#8217;s Feedproxy was more curiosity than necessity.  However, I suspect that everyone will need to move eventually.</p>
<p>The Feedproxy service is basically a clone of FeedBurner that hooks directly into AdSense.  This allows the site owner to theoretically monetize a feed.  It theoretical of course because someone actually has to click on the ads.  In addition to AdSense integration, Feedproxy also implements the Google Analytics charting engine so the reports look better.  Aside from that, it&#8217;s identical to FeedBurner&#8230; for now.</p>
<p>As I started down the path, I came across this <a href="http://www.prelovac.com/vladimir/how-to-move-from-feedburnercom-to-google-feedproxy">brief article</a>.  The process was straightforward enough, but I thought I&#8217;d expand the step-by-step instructions, add a bit about AdSense setup, and then give you my initial impressions of the service:</p>
<h2>Step-by-Step Instructions</h2>
<p>1. Log into AdSense.<br />
2. Select the AdSense Setup tab<br />
3. Choose AdSense for Feeds from the list of available services</p>
<p><img src="http://www.fieldguidetoprogrammers.com/wp-content/uploads/2008/12/adsense-for-feeds.jpg" alt="adsense_for_feeds.jpg" border="0" width="468" height="73" /></p>
<p>4. Way down at the bottom of the page, hit the link for &#8220;Move FeedBurner feeds to your Google Account&#8221;</p>
<p><img src="http://www.fieldguidetoprogrammers.com/wp-content/uploads/2008/12/add-feeds.jpg" alt="add_feeds.jpg" border="0" width="388" height="78" /></p>
<p>5. You&#8217;ll be asked to log into FeedBurner and then presented with the list of all your feeds. I didn&#8217;t see a way to opt out of moving some feeds so I just went ahead and moved all the feeds on my account.<br />
6. Wait. <img src='http://www.fieldguidetoprogrammers.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>7. Once the feeds are moved, Google gives you a confirmation.  At the bottom of page, your feeds will appear along with links to the new feed URLs. Do not leave this page.<br />
8. Open a new tab in your browser and log into your WordPress (or other blog tool admin).<br />
9. I use the FeedSmith plugin so updating the URL for the feed was as simple as copying the link from the page mentioned at step #7 and pasting it into Settings->FeedBurner.<br />
10. Rinse and Repeat for Remaining Blogs</p>
<p>When you&#8217;re done, move onto setting up your AdSense ads&#8230;</p>
<h2>AdSense Integration with Feeds</h2>
<p>One of the most compelling reasons is the integration with AdSense.  AdSense integration provides you with a simple, automatic way to monetize your feed.  Ultimately, if you have enough subscribers, you may want to sell ads in a different way but for the beginner or small player AdSense is the quick and easy way to go.</p>
<p>After Google migrates your feed, you can set up AdSense units tied to individual feeds or across all the sites you manage.  Standard AdSense options for type and color should be familiar to AdSense publishers, with a special twist added for frequency, post-length, and position.</p>
<p><img src="http://www.fieldguidetoprogrammers.com/wp-content/uploads/2008/12/create-ad-unit.jpg" alt="create_ad_unit.jpg" border="0" width="450" height="147" /></p>
<p><strong>Frequency</strong> &#8211; This option allows you to define how often ads show up in the stream.  You can choose to show ads after each feed item or skip to the 2nd, 3rd, or 4th item.  I chose to show the ad after every second item.</p>
<p><strong>Post-Length</strong> &#8211; Allow you to limit ads so that only appear after posts of a certain word count.  I suppose this would be useful if you had many small posts and didn&#8217;t want to clutter your feed.</p>
<p><strong>Position</strong> &#8211; As you might expect, this allows you to decide where the ad shows up in relationship to the feed item. (top or bottom)</p>
<p>Don&#8217;t get antsy after you hit SAVE.  Google says it takes about 10 minutes for the ads to show up.  Took a little longer for me.</p>
<h2>Initial Impressions</h2>
<p>Instead of logging into feedburner.com, you log into http://feedburner.google.com.  Everything basically looks the same (for now).  However, the chart looks like a Google Analytics chart.  I&#8217;ve included a sample below from one of my sites:</p>
<p><img src="http://www.fieldguidetoprogrammers.com/wp-content/uploads/2008/12/feed-stats.jpg" alt="feed_stats.jpg" border="0" width="512" height="161" /></p>
<p>One of the reasons I made this switch is that I was hoping to have more accurate stats.  I can&#8217;t tell you if the new service is better at updating or not, but I can say that the reports look better.</p>
<p>I also make use of FeedBurner&#8217;s email forms.  I&#8217;m glad to say that I didn&#8217;t need to change anything here.  The forms work as they should, confirmation text was retained from FeedBurner too. Hooray!</p>
<p>I&#8217;ll post a follow-up in a few days to let you all know if the reliability improved.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/C7kX_-VCkE0sq0emVXFcrKPhjW0/0/da"><img src="http://feedads.g.doubleclick.net/~a/C7kX_-VCkE0sq0emVXFcrKPhjW0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/C7kX_-VCkE0sq0emVXFcrKPhjW0/1/da"><img src="http://feedads.g.doubleclick.net/~a/C7kX_-VCkE0sq0emVXFcrKPhjW0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/FieldGuideToProgrammers/~4/Hifzyaqp3Ns" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fieldguidetoprogrammers.com/adsense/swapping-feedburner-for-googles-adsense-feedproxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fieldguidetoprogrammers.com/adsense/swapping-feedburner-for-googles-adsense-feedproxy/</feedburner:origLink></item>
		<item>
		<title>WordPress 2.6.2 Upgrade and wp-quotes Plugin</title>
		<link>http://feedproxy.google.com/~r/FieldGuideToProgrammers/~3/r2nPiAENcv4/</link>
		<comments>http://www.fieldguidetoprogrammers.com/wordpress/wordpress-262-upgrade-and-wp-quotes-plugin/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 01:14:06 +0000</pubDate>
		<dc:creator>jamiegrove</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/?p=87</guid>
		<description><![CDATA[Note the problem outlined below applies to version 2.6.3 too. I now have a copy of edit-quotes.php on my machine for a quick FTP after upgrading. I love the simplicity of the wp-quotes plugin by Zombie Robot. It does what it&#8217;s supposed to do and it does it well. Until it doesn&#8217;t of course. There [...]]]></description>
			<content:encoded><![CDATA[<div style="background-color:red;color:white;padding:5px;">Note the problem outlined below applies to version 2.6.3 too.  I now have a copy of edit-quotes.php on my machine for a quick FTP after upgrading.</div>
<p>I love the simplicity of the wp-quotes plugin by Zombie Robot.  It does what it&#8217;s supposed to do and it does it well.  Until it doesn&#8217;t of course.</p>
<p>There was a wee bit of a problem with the latest WordPress update to version 2.6.2: it broke the admin interface for wp-quotes.</p>
<p>This happened because I used the InstantUpgrade plugin.  InstantUpgrade is excellent, but overwrites files in the wp-admin directory with impunity.  Of course, it might be a good idea if the author of wp-quotes hadn&#8217;t put the edit-quotes.php file in the wp-admin directory.  But let&#8217;s not quibble, shall we?</p>
<p>So here&#8217;s the fix for wp-quotes admin interface after upgrading to WordPress 2.6.2:</p>
<ul>
<li>Visit Zombie Robot and <a href="http://www.zombierobot.com/wp-quotes/">download wp-quotes 1.3 again</a>.</li>
<li>Unzip the archive</li>
<li>Upload the file edit-quotes.php to your /wp-admin directory</li>
<li>Enjoy wp-quotes again until the next upgrade. <img src='http://www.fieldguidetoprogrammers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>Pretty simple, I know.  Just thought I&#8217;d note it for posterity since I couldn&#8217;t find the answer anywhere else and just tried it for the heck of it.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/FrLYDwt9oKEPiFFGJGAmY7e0OaE/0/da"><img src="http://feedads.g.doubleclick.net/~a/FrLYDwt9oKEPiFFGJGAmY7e0OaE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FrLYDwt9oKEPiFFGJGAmY7e0OaE/1/da"><img src="http://feedads.g.doubleclick.net/~a/FrLYDwt9oKEPiFFGJGAmY7e0OaE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/FieldGuideToProgrammers/~4/r2nPiAENcv4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fieldguidetoprogrammers.com/wordpress/wordpress-262-upgrade-and-wp-quotes-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.fieldguidetoprogrammers.com/wordpress/wordpress-262-upgrade-and-wp-quotes-plugin/</feedburner:origLink></item>
		<item>
		<title>Drupal and Access Denied</title>
		<link>http://feedproxy.google.com/~r/FieldGuideToProgrammers/~3/Pkl8jUid7N4/</link>
		<comments>http://www.fieldguidetoprogrammers.com/drupal/drupal-and-access-denied/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 12:18:07 +0000</pubDate>
		<dc:creator>jamiegrove</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/?p=86</guid>
		<description><![CDATA[So, for some reason, my Drupal site for the scal project (Simple Javascript Calendar based on Prototype) decided to start showing &#8220;Access Denied&#8221; to every non-registered visitor. This happened around midnight two days ago and the only reason I knew about it was that a forum poster was kind enough to drop me a line [...]]]></description>
			<content:encoded><![CDATA[<p>So, for some reason, my Drupal site for <a href="http://scal.fieldguidetoprogrammers.com">the scal project (Simple Javascript Calendar based on Prototype)</a> decided to start showing &#8220;Access Denied&#8221; to every non-registered visitor.  This happened around midnight two days ago and the only reason I knew about it was that a forum poster was kind enough to drop me a line &#8212; thanks, Rafael!  <img src='http://www.fieldguidetoprogrammers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There was no obvious reason for the problem.  All of the permissions looked good.  Everything was set as it had been for months.  However, when I de-authorized anonymous users from access to content and then reauthorized them again everything started working fine.</p>
<p>Sounds simple, doesn&#8217;t it?  Perhaps too simple.  However, this is exactly what I did:</p>
<ul>
<li>Unchecked the box for &#8220;access content&#8221; under Admin:User Management:Access Control:Node</li>
<li>Clicked &#8220;Save Permissions&#8221;</li>
<li>Rechecked the box for &#8220;access content&#8221; under Admin:User Management:Access Control:Node</li>
<li>Clicked &#8220;Save Permissions&#8221;</li>
</ul>
<p>Everything works!  No more &#8220;access denied!&#8221;</p>
<p>I read quite a few Drupal threads about this &#8220;access denied&#8221; problem but no one seemed to go about doing the same thing.  It seems very odd for Drupal to suddenly forget about permissions, but truth is stranger than fiction.  Guess I&#8217;d better think about the Drupal 6.0 upgrade!</p>
<p>Hope this helps!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/bPwwSgZmXli4TIB26nkyY2JrhMc/0/da"><img src="http://feedads.g.doubleclick.net/~a/bPwwSgZmXli4TIB26nkyY2JrhMc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/bPwwSgZmXli4TIB26nkyY2JrhMc/1/da"><img src="http://feedads.g.doubleclick.net/~a/bPwwSgZmXli4TIB26nkyY2JrhMc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/FieldGuideToProgrammers/~4/Pkl8jUid7N4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fieldguidetoprogrammers.com/drupal/drupal-and-access-denied/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.fieldguidetoprogrammers.com/drupal/drupal-and-access-denied/</feedburner:origLink></item>
		<item>
		<title>5 WordPress Plugins You Need for Your Corporate Blog</title>
		<link>http://feedproxy.google.com/~r/FieldGuideToProgrammers/~3/oOkgGQeOSLQ/</link>
		<comments>http://www.fieldguidetoprogrammers.com/wordpress/5-wordpress-plugins-you-need-for-your-corporate-blog/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 11:13:00 +0000</pubDate>
		<dc:creator>jamiegrove</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/?p=85</guid>
		<description><![CDATA[Once you set up WordPress, you may find it daunting to decide just which plugins you should add. After all, there are many articles listing dozens of plugins that are must have&#8217;s. In fact, I just saw one that had over 100! While I enjoy wading through these articles, it&#8217;s a bit much for the [...]]]></description>
			<content:encoded><![CDATA[<p>Once you set up WordPress, you may find it daunting to decide just which plugins you should add.  After all, there are many articles listing dozens of plugins that are must have&#8217;s.  In fact, I just saw one that had over 100!</p>
<p>While I enjoy wading through these articles, it&#8217;s a bit much for the casual user.  So, I thought I&#8217;d focus on 5 special plugins I put on every blog I create.</p>
<p>The first two plugins focus on driving more discussion on your site, the next two help you manage your content, and the last two give your site a little search engine boost.  Wait a minute, that&#8217;s six plugins!  Well, number 4 is actually both a site management and a search engine helper, so consider it a bonus!</p>
<h2>5 WordPress Plugins You Need for Your Corporate Blog</h2>
<p>1. <a href="http://wordpress.org/extend/plugins/subscribe-to-comments/">Subscribe to Comments</a> &#8211; Once someone posts a comment, you should make it easy for them to keep track of the conversation.  This is where Subscribe to Comments comes in.  Subscribe to Comments puts a small checkbox under your comment box.  Visitors leaving comments can check the box to receive an email notice each time someone else posts a follow-up.   This convenience helps turns commenters into active participants in the discussion by keeping them up to date on the conversation and providing a quick link back to share additional thoughts.</p>
<p>2. <a href="http://wordpress.org/extend/plugins/commentluv/"> Comment Luv</a> &#8211; The URL field in the comment block gives a visitor an opportunity to get a link back to their own website.  This provides an automatic incentive to leave a comment worthy of a click, but you can encourage more comments by adding the Comment Luv plugin.  Comment Luv reads the URL left by the commenter, pulls back the first entry in the RSS feed from that site, and inserts a link to the post (with title) at the end of the comment.</p>
<p>3. <a href="http://wordpress.org/extend/plugins/in-series/">In Series</a> &#8211; If you write multipart articles, you know just how much fun it is to go back and make sure all of the back posts have the links to the latest articles.  The In Series plugin allows you to define a series and assign articles to the series much as you would a category.  In addition, the plugin places a nice table of contents at the bottom of each post for quick access.</p>
<p>4. <a href="http://wordpress.org/extend/plugins/redirection/">Redirection</a> &#8211; This plugin allows you to set up special URLs on your site to redirect visitors to certain posts or articles.  For example, you could set up www.somesite.com/turtleracing to point to your latest article about Turtle Racing.  In addition, the plugin will also set up redirects automatically when you change categories or permalinks for a post.  This is absolutely a lifesaver and a must have, even if you never set up that Turtle racing page you will be glad you have Redirection installed.</p>
<p>5. <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a> &#8211; This nifty plugin automatically adjusts your WordPress to take advantage of many SEO best practices (copy, titles, noindex tags, etc).  Note: the author is no longer actively developing this plugin but I&#8217;ve found it to be extremely stable.</p>
<p>I hope this helps.  If you have a few special plugins that you like, please drop a note in the comments and subscribe to comment updates.  <img src='http://www.fieldguidetoprogrammers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p><a href="http://feedads.g.doubleclick.net/~a/1wP89SHeU9Kd79pI_F19qzkhyyg/0/da"><img src="http://feedads.g.doubleclick.net/~a/1wP89SHeU9Kd79pI_F19qzkhyyg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/1wP89SHeU9Kd79pI_F19qzkhyyg/1/da"><img src="http://feedads.g.doubleclick.net/~a/1wP89SHeU9Kd79pI_F19qzkhyyg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/FieldGuideToProgrammers/~4/oOkgGQeOSLQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fieldguidetoprogrammers.com/wordpress/5-wordpress-plugins-you-need-for-your-corporate-blog/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.fieldguidetoprogrammers.com/wordpress/5-wordpress-plugins-you-need-for-your-corporate-blog/</feedburner:origLink></item>
		<item>
		<title>Why Bigger Isn’t Always Better, Long Live the CRT</title>
		<link>http://feedproxy.google.com/~r/FieldGuideToProgrammers/~3/8SpZzJgA1jw/</link>
		<comments>http://www.fieldguidetoprogrammers.com/web-development/why-bigger-isnt-always-better-long-live-the-crt/#comments</comments>
		<pubDate>Mon, 19 May 2008 13:04:51 +0000</pubDate>
		<dc:creator>jamiegrove</dc:creator>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/?p=84</guid>
		<description><![CDATA[In my last post, I urged marketers to take a look at those often ignored browser stats. I backed up the call to action with information about conversion rates and average order sizes based on browser, screen resolution, and operation systems. My conclusions might inspire developers and designers to charge forward into the wide open [...]]]></description>
			<content:encoded><![CDATA[<p>In my last post, I urged marketers to <a href="http://www.fieldguidetoprogrammers.com/web-development/theres-money-in-browsers-screen-resolutions-and-operating-systems-if-you-bother-to-look/">take a look at those often ignored browser stats</a>.  I backed up the call to action with information about conversion rates and average order sizes based on browser, screen resolution, and operation systems.  My conclusions might inspire developers and designers to charge forward into the wide open field of high intensity design where horsepower is unlimited, but I wouldn&#8217;t start drawing up your grand plans just yet.</p>
<p>When you look at your data, you might just find that CRT is far from dead and 800&#215;600 still defines a majority of your audience.</p>
<h2>Designers: Time to Go Back to School</h2>
<p>In the US, CRTs still rule the schools.  There are several solid reasons why this might remain the case for some time to come:</p>
<ul>
<li>Durability &#8211; It&#8217;s pretty hard to scratch the glass on CRT.</li>
<li>Security &#8211; after all who steals a CRT?</li>
<li>Financial &#8211; While LCD prices have come down, many older computers need video card upgrades to tap into them.  In addition, there&#8217;s another good argument: &#8220;if it ain&#8217;t broke, why fix it?&#8221;</li>
</ul>
<p>On the educational sites I&#8217;ve worked with, it is not uncommon to see 80% of the visitors coming in at 800×600.  This might bum out the designers, but they have to be sensitive to that data.  If the visitors are captive to the lower resolution, they&#8217;re not going to take kindly to a fancy design that causes endless scrolling.</p>
<h2>Marketers: This is Your Father&#8217;s Internet</h2>
<p>Going back to my last article, I mentioned early adopters and how they are likely to upgrade to the latest and greatest.  Looking at demographic studies, the top end of that group generally falls into the under-50 crowd with some reports inching up toward age 55.</p>
<p>Even though marketers have good reason to salivate over the potential of the most well-off group of retirees in the history of the country, the fact of the matter is that new computers are pretty far down the list for the majority of that group.  They might have a 50&#8243; television set in the living room, but there&#8217;s a dusty old CRT in the den.</p>
<p>And it&#8217;s probably going to stay that way for quite awhile.</p>
<h2>So what do you do with this data?</h2>
<p>You dig deeper and you test.</p>
<p>Based on my experience, I&#8217;d focus on developing a design that places less emphasis on fast scanning and links between areas of the site.  You are likely to find that this segment will spend more time reading your copy and less time looking for the &#8220;scent of information&#8221;.  This means they&#8217;ll also get quite frustrated when you make then dig to get what they want.</p>
<p>Of course, I might be completely wrong about your audience.  That&#8217;s why I recommend you dig into the data and test. <img src='http://www.fieldguidetoprogrammers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p><a href="http://feedads.g.doubleclick.net/~a/4aqenMAzJcoGkjiQrB5fStUSJEg/0/da"><img src="http://feedads.g.doubleclick.net/~a/4aqenMAzJcoGkjiQrB5fStUSJEg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4aqenMAzJcoGkjiQrB5fStUSJEg/1/da"><img src="http://feedads.g.doubleclick.net/~a/4aqenMAzJcoGkjiQrB5fStUSJEg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/FieldGuideToProgrammers/~4/8SpZzJgA1jw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fieldguidetoprogrammers.com/web-development/why-bigger-isnt-always-better-long-live-the-crt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fieldguidetoprogrammers.com/web-development/why-bigger-isnt-always-better-long-live-the-crt/</feedburner:origLink></item>
		<item>
		<title>There’s Money in Browsers, Screen Resolutions, and Operating Systems…  If You Bother to Look.</title>
		<link>http://feedproxy.google.com/~r/FieldGuideToProgrammers/~3/FoYl47W8VNE/</link>
		<comments>http://www.fieldguidetoprogrammers.com/web-development/theres-money-in-browsers-screen-resolutions-and-operating-systems-if-you-bother-to-look/#comments</comments>
		<pubDate>Fri, 16 May 2008 13:04:04 +0000</pubDate>
		<dc:creator>jamiegrove</dc:creator>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/web-development/theres-money-in-browsers-screen-resolutions-and-operating-systems-if-you-bother-to-look/</guid>
		<description><![CDATA[In the world of consumer E-Commerce, should marketers really care what browser or screen resolution customers are using? Isn&#8217;t the web about being open to all comers regardless of operating system? I realize it&#8217;s hard not to go glassy-eyed when designers and web developers start spouting phrases like &#8220;aspect ratio&#8221; and &#8220;backwards compatibility,&#8221; but listen [...]]]></description>
			<content:encoded><![CDATA[<p>In the world of consumer E-Commerce, should marketers really care what browser or screen resolution customers are using?  Isn&#8217;t the web about being open to all comers regardless of operating system?</p>
<p>I realize it&#8217;s hard not to go glassy-eyed when designers and web developers start spouting phrases like &#8220;aspect ratio&#8221; and &#8220;backwards compatibility,&#8221; but listen up, marketing folks!  Browser and screen resolutions matter because there&#8217;s money to be made.</p>
<h2>&#8220;What&#8217;s that Browser Capabilities menu?&#8221;</h2>
<p>Every web analytics package has that seldom viewed report called &#8220;browser capabilities&#8221; (or something similar).  In that section, you will find such thrilling choices as:</p>
<ul>
<li>Browsers</li>
<li>Operating Systems</li>
<li>Screen Resolutions</li>
<li>&#8230; More things you don&#8217;t want to know.</li>
</ul>
<p>But drop on in there and ask yourself these questions:</p>
<ol>
<li>Who converts better?  Mac or PC users?  Vista, XP, or OSX?</li>
<li>What is the average order size of visitors who use 800&#215;600 vs. 1280&#215;1024?</li>
<li>Do Firefox users buy more than IE6 users?  What about IE7?</li>
</ol>
<h2>That&#8217;s Nice.  Why Do I Care?</h2>
<p>When I looked at recent stats for one site, I was surprised to find out that Mac users were the most valuable customers.  In fact, the lift on PC users was over 80%.  When I dug a little deeper, I found that XP users, while a very large percentage of the visitor pool, lagged well behind Vista.</p>
<p>What kind of conclusions might we draw from this information?</p>
<p>Affluence is one obvious answer.  Vista might mean the visitor has a new computer.  It may also mean they&#8217;re just early adopters, which again may signal affluence.  Apple users tend to have higher incomes as well (at least according to some surveys).</p>
<p>As you may expect, I also found that the higher the screen resolution, the better the buyer.  Even more interesting was the insight that widescreen aspect ratios (16:9) had the best rates of all.  At the moment, most widescreen monitors are attached to shiny new laptops as opposed to desktops (though this is changing).</p>
<p>Can we infer that laptop users buy more?  And if so, why?</p>
<p>The browser question drove similar results&#8230;  IE7 beat out IE6 by a wide margin (even though visitors were even).  Firefox beat them both.</p>
<h2>So what do you do with this data?</h2>
<p>You dig deeper and you test.  These aren&#8217;t small scale tests either.</p>
<p>In the case of Vista vs. XP, we&#8217;re talking about more than 60% of all visitors to the site.  You may find that IE6 has a lower conversion because something is actually broken on the site.  If you try out different resolutions, you might find that your site is easier to navigate at higher resolutions.</p>
<p>Geek out aside, I&#8217;m talking about large audiences with a clear differences in response.  These are segments worth investigating.  You may be leaving enormous amounts of money on the table, or perhaps it is just walking out the door.</p>
<p>Rally with your designers and developers, test and QA.  Champion their ideas, and you just might find that next campaign hidden amid the most boring data in your analytics package.</p>
<hr />
<p>Oh, and lest you think I&#8217;m biased on the side of big, shiny Macs, stayed turned for the next installment on browsers and screen resolutions &#8211; <b>Why Bigger Isn&#8217;t Always Better, Long Live the CRT</b>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/eBxT9tMvfhxKAkAaSaQ0J7I3nJM/0/da"><img src="http://feedads.g.doubleclick.net/~a/eBxT9tMvfhxKAkAaSaQ0J7I3nJM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/eBxT9tMvfhxKAkAaSaQ0J7I3nJM/1/da"><img src="http://feedads.g.doubleclick.net/~a/eBxT9tMvfhxKAkAaSaQ0J7I3nJM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/FieldGuideToProgrammers/~4/FoYl47W8VNE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fieldguidetoprogrammers.com/web-development/theres-money-in-browsers-screen-resolutions-and-operating-systems-if-you-bother-to-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fieldguidetoprogrammers.com/web-development/theres-money-in-browsers-screen-resolutions-and-operating-systems-if-you-bother-to-look/</feedburner:origLink></item>
	</channel>
</rss>

