<?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>alexking.org &#187; Blog</title>
	<atom:link href="http://alexking.org/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:48:20 +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>Five-Year-Old Girl Provides Insight on Popular Logos</title>
		<link>http://newsfeed.time.com/2012/01/31/a-5-year-old-girls-insight-on-popular-logos/</link>
		<comments>http://alexking.org/blog/2012/02/02/five-year-old-girl-provides-insight-on-popular-logos#comments</comments>
		<pubDate>Fri, 03 Feb 2012 04:40:16 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://pinboard-82bed7d95d54886d6ab3140706c3167a</guid>
		<description><![CDATA[Very interesting to hear. (thanks NextDraft)<p style="clear: both;"><a href="http://alexking.org/blog/2012/02/02/five-year-old-girl-provides-insight-on-popular-logos">#</a></p>]]></description>
			<content:encoded><![CDATA[<p>Very interesting to hear. (thanks <a href="http://nextdraft.com">NextDraft</a>)</p>
<p style="clear: both;"><a href="http://alexking.org/blog/2012/02/02/five-year-old-girl-provides-insight-on-popular-logos">#</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/02/02/five-year-old-girl-provides-insight-on-popular-logos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team meeting to kick off our SVN to Git migration&#8230;.</title>
		<link>http://alexking.org/blog/2012/02/02/12519</link>
		<comments>http://alexking.org/blog/2012/02/02/12519#comments</comments>
		<pubDate>Thu, 02 Feb 2012 21:55:48 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=12519</guid>
		<description><![CDATA[
<div style="font-size:1.5em; line-height:1.5em;">
Team meeting to kick off our SVN to Git migration. With ice cream, of course.</div>

]]></description>
			<content:encoded><![CDATA[
<div style="font-size:1.5em; line-height:1.5em;">
<p>Team meeting to kick off our SVN to Git migration. With ice cream, of course.</p></div>

]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/02/02/12519/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>http_build_query() Separator Tip</title>
		<link>http://alexking.org/blog/2012/02/02/http_build_query-separator-tip</link>
		<comments>http://alexking.org/blog/2012/02/02/http_build_query-separator-tip#comments</comments>
		<pubDate>Thu, 02 Feb 2012 20:46:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=12505</guid>
		<description><![CDATA[I ran into an interesting &#8220;bug&#8221; in Twitter Tools last night that I traced back to http_build_query(). I expected that the query strings generated by this function used &#38; as a separator for the key=value pairs, but on one of our test servers, the separator being used was &#38;amp;. This is a php.ini config setting,&#8230;]]></description>
			<content:encoded><![CDATA[<p>I ran into an interesting &#8220;bug&#8221; in Twitter Tools last night that I traced back to <a href="http://php.net/manual/en/function.http-build-query.php"><code>http_build_query()</code></a>. I expected that the query strings generated by this function used <code>&amp;</code> as a separator for the <code>key=value</code> pairs, but on one of our test servers, the separator being used was <code>&amp;amp;</code>. This is a <a href="http://www.php.net/manual/en/ini.core.php#ini.arg-separator.output">php.ini config setting</a>, so my expectation was clearly based on false assumptions. If you want to make sure that you get a <code>&amp;</code> separator, you can <a href="https://github.com/crowdfavorite/wp-twitter-tools/commit/b36a01a61fc50a61408808cfd96e4c8bbf8a5f95">pass it in as the 3rd parameter</a>.</p>
<p>You&#8217;ll find this is particularly important if you&#8217;re making requests for remote data from within WordPress via <code>wp_remote_get()</code> or similar technique. If you are working on something that is run within WordPress, you can look at using <code>add_query_arg()</code> as an alternative to this as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/02/02/http_build_query-separator-tip/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>When the Internet connection goes down at midnight&#8230;</title>
		<link>http://alexking.org/blog/2012/02/02/12508</link>
		<comments>http://alexking.org/blog/2012/02/02/12508#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:07:19 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=12508</guid>
		<description><![CDATA[
<div style="font-size:1.5em; line-height:1.5em;">
When the Internet connection goes down at midnight, I read that as &#8220;go to bed and push your commits in the morning&#8221;.</div>

]]></description>
			<content:encoded><![CDATA[
<div style="font-size:1.5em; line-height:1.5em;">
<p>When the Internet connection goes down at midnight, I read that as &#8220;go to bed and push your commits in the morning&#8221;.</p></div>

]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/02/02/12508/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;Daddy, I got out of bed!&#8221; And so it begins&#8230;</title>
		<link>http://alexking.org/blog/2012/02/01/12501</link>
		<comments>http://alexking.org/blog/2012/02/01/12501#comments</comments>
		<pubDate>Thu, 02 Feb 2012 05:23:16 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=12501</guid>
		<description><![CDATA[
<div style="font-size:1.5em; line-height:1.5em;">
&#8220;Daddy, I got out of bed!&#8221; And so it begins&#8230;</div>

]]></description>
			<content:encoded><![CDATA[
<div style="font-size:1.5em; line-height:1.5em;">
<p>&#8220;Daddy, I got out of bed!&#8221; And so it begins&#8230;</p></div>

]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/02/01/12501/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Responsive Images: How they Almost Worked and What We Need</title>
		<link>http://www.alistapart.com/articles/responsive-images-how-they-almost-worked-and-what-we-need/</link>
		<comments>http://alexking.org/blog/2012/02/01/responsive-images-how-they-almost-worked-and-what-we-need#comments</comments>
		<pubDate>Wed, 01 Feb 2012 07:24:59 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://pinboard-c72bee30757f0d1f2e3e9a83c8a09176</guid>
		<description><![CDATA[While we were working on the new Boston Globe website, we devised a technique to mitigate the size of requests for users that may have limited bandwidth. Before I describe it here, I should really warn you up front: it broke. But we planned for that.<p style="clear: both;"><a href="http://alexking.org/blog/2012/02/01/responsive-images-how-they-almost-worked-and-what-we-need">#</a></p>]]></description>
			<content:encoded><![CDATA[<blockquote><p>
  While we were working on the new Boston Globe website, we devised a technique to mitigate the size of requests for users that may have limited bandwidth. Before I describe it here, I should really warn you up front: it broke. But we planned for that.
</p></blockquote>
<p style="clear: both;"><a href="http://alexking.org/blog/2012/02/01/responsive-images-how-they-almost-worked-and-what-we-need">#</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/02/01/responsive-images-how-they-almost-worked-and-what-we-need/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pushing the problems around</title>
		<link>http://baus.net/pushing-the-problems-around</link>
		<comments>http://alexking.org/blog/2012/01/31/pushing-the-problems-around#comments</comments>
		<pubDate>Wed, 01 Feb 2012 06:25:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://pinboard-42a1dee642a2a3e5822f63d400a4b060</guid>
		<description><![CDATA[There is currently no easy way to determine where the canonical data in a complex system resides and how it is updated, and my bet is we will see a new set of tools and languages evolve to create abstractions which will make it possible for mere mortal programmers like myself to get these architectures&#8230;<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/31/pushing-the-problems-around">#</a></p>]]></description>
			<content:encoded><![CDATA[<blockquote><p>
  There is currently no easy way to determine where the canonical data in a complex system resides and how it is updated, and my bet is we will see a new set of tools and languages evolve to create abstractions which will make it possible for mere mortal programmers like myself to get these architectures right.
</p></blockquote>
<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/31/pushing-the-problems-around">#</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/01/31/pushing-the-problems-around/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This feels like one of those Good Ideas&#8230; going w&#8230;</title>
		<link>http://alexking.org/blog/2012/01/30/12488</link>
		<comments>http://alexking.org/blog/2012/01/30/12488#comments</comments>
		<pubDate>Tue, 31 Jan 2012 05:11:39 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=12488</guid>
		<description><![CDATA[
<div style="font-size:1.5em; line-height:1.5em;">
This feels like one of those Good Ideas&#8230; going with it.</div>

]]></description>
			<content:encoded><![CDATA[
<div style="font-size:1.5em; line-height:1.5em;">
<p>This feels like one of those Good Ideas&#8230; going with it.</p></div>

]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/01/30/12488/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I think one of us does not fully grasp the rules o&#8230;</title>
		<link>http://alexking.org/blog/2012/01/30/12484</link>
		<comments>http://alexking.org/blog/2012/01/30/12484#comments</comments>
		<pubDate>Tue, 31 Jan 2012 02:40:45 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=12484</guid>
		<description><![CDATA[
<div style="font-size:1.5em; line-height:1.5em;">
I think one of us does not fully grasp the rules of Simon Says.</div>

]]></description>
			<content:encoded><![CDATA[
<div style="font-size:1.5em; line-height:1.5em;">
<p>I think one of us does not fully grasp the rules of Simon Says.</p></div>

]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/01/30/12484/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Five Stages of Hosting</title>
		<link>http://blog.pinboard.in/2012/01/the_five_stages_of_hosting/</link>
		<comments>http://alexking.org/blog/2012/01/29/the-five-stages-of-hosting#comments</comments>
		<pubDate>Mon, 30 Jan 2012 05:40:08 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://pinboard-6c4df56d351ad330d1678253e34dd7e2</guid>
		<description><![CDATA[Summary: there is no silver bullet.<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/29/the-five-stages-of-hosting">#</a></p>]]></description>
			<content:encoded><![CDATA[<p>Summary: there is no silver bullet.</p>
<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/29/the-five-stages-of-hosting">#</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/01/29/the-five-stages-of-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow-up to Michael Wolfe on Estimates</title>
		<link>http://laughingmeme.org/2012/01/28/they-can-even-stop-when-they-have-a-map-that-is-just-good-enough/</link>
		<comments>http://alexking.org/blog/2012/01/29/they-can-even-stop-when-they-have-a-map-that-is-just-good-enough#comments</comments>
		<pubDate>Sun, 29 Jan 2012 23:47:46 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://pinboard-c0b5bc4cff061c7954e66bfb3d3068bf</guid>
		<description><![CDATA[Kellan points out a great follow-up to the previously linked Michael Wolfe piece. While the Wolfe piece is extremely entertaining, it&#8217;s also very true that there are smart ways to approach planning for software development. The value of experience cannot be overstated in these situations.<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/29/they-can-even-stop-when-they-have-a-map-that-is-just-good-enough">#</a></p>]]></description>
			<content:encoded><![CDATA[<p>Kellan points out a great follow-up to the <a href="http://alexking.org/blog/2012/01/27/michael-wolfe-on-software-estimates">previously linked Michael Wolfe piece</a>. While the Wolfe piece is extremely entertaining, it&#8217;s also very true that there are smart ways to approach planning for software development. The value of experience cannot be overstated in these situations.</p>
<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/29/they-can-even-stop-when-they-have-a-map-that-is-just-good-enough">#</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/01/29/they-can-even-stop-when-they-have-a-map-that-is-just-good-enough/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>28-Days Before You Can Even *Think* About Renting A Movie</title>
		<link>http://feedproxy.google.com/~r/parislemon/~3/GpW2TXgMzf0/16649406686</link>
		<comments>http://alexking.org/blog/2012/01/29/a-28-day-window-before-you-can-even-think-about-renting-a-movie#comments</comments>
		<pubDate>Sun, 29 Jan 2012 23:44:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://pinboard-4125f5a333fb64cac642504d76ba3c79</guid>
		<description><![CDATA[I don&#8217;t understand why the studios seem so intent on driving people to pirate movies. The experience (warnings about piracy, trailers, etc.) with a legitimate DVD or Blu-Ray is already awful and it seems they are trying to make it worse.<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/29/a-28-day-window-before-you-can-even-think-about-renting-a-movie">#</a></p>]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t understand why the studios seem so intent on driving people to pirate movies. The experience (warnings about piracy, trailers, etc.) with a legitimate DVD or Blu-Ray is already awful and it seems they are trying to make it worse.</p>
<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/29/a-28-day-window-before-you-can-even-think-about-renting-a-movie">#</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/01/29/a-28-day-window-before-you-can-even-think-about-renting-a-movie/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Michael Tsai on Mac App Restrictions</title>
		<link>http://mjtsai.com/blog/2012/01/25/pdfpen-and-icloud/</link>
		<comments>http://alexking.org/blog/2012/01/28/michael-tsai-on-mac-app-restrictions#comments</comments>
		<pubDate>Sun, 29 Jan 2012 00:21:27 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://pinboard-82a5225533214e53855a03f56955a2f6</guid>
		<description><![CDATA[It&#8217;s no longer possible to write a single app that takes advantage of the full range of Mac OS X features. Some APIs only work inside the Mac App Store. Others only work outside it. Presumably, this gap will widen as more new features are App Store–exclusive, while sandboxing places greater restrictions on what App&#8230;<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/28/michael-tsai-on-mac-app-restrictions">#</a></p>]]></description>
			<content:encoded><![CDATA[<blockquote><p>
  It&#8217;s no longer possible to write a single app that takes advantage of the full range of Mac OS X features. Some APIs only work inside the Mac App Store. Others only work outside it. Presumably, this gap will widen as more new features are App Store–exclusive, while sandboxing places greater restrictions on what App Store apps are allowed to do.
</p></blockquote>
<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/28/michael-tsai-on-mac-app-restrictions">#</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/01/28/michael-tsai-on-mac-app-restrictions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Michael Wolfe on Software Estimates</title>
		<link>http://www.quora.com/Why-are-software-development-task-estimations-regularly-off-by-a-factor-of-2-3/answer/Michael-Wolfe?srid=kw</link>
		<comments>http://alexking.org/blog/2012/01/27/michael-wolfe-on-software-estimates#comments</comments>
		<pubDate>Sat, 28 Jan 2012 04:13:18 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://pinboard-05bb2943e6975ba7eeba99d36f467c1b</guid>
		<description><![CDATA[A must-read. (thanks Sean)<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/27/michael-wolfe-on-software-estimates">#</a></p>]]></description>
			<content:encoded><![CDATA[<p>A must-read. (thanks <a href="https://twitter.com/seanklein/status/163108135970676737">Sean</a>)</p>
<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/27/michael-wolfe-on-software-estimates">#</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/01/27/michael-wolfe-on-software-estimates/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Arguing on the Internet</title>
		<link>http://www.shoeboxblog.com/?p=29204</link>
		<comments>http://alexking.org/blog/2012/01/27/i-still-dont-understand-why-you-spend-so-much-time-arguing-online#comments</comments>
		<pubDate>Sat, 28 Jan 2012 04:09:35 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://pinboard-56f3a110bfb910b94e844106eda4c6c8</guid>
		<description><![CDATA[All variations of this are great.<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/27/i-still-dont-understand-why-you-spend-so-much-time-arguing-online">#</a></p>]]></description>
			<content:encoded><![CDATA[<p>All <a href="http://xkcd.com/386/">variations</a> of this are great.</p>
<p style="clear: both;"><a href="http://alexking.org/blog/2012/01/27/i-still-dont-understand-why-you-spend-so-much-time-arguing-online">#</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2012/01/27/i-still-dont-understand-why-you-spend-so-much-time-arguing-online/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.119 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-03 18:28:47 -->
<!-- Compression = gzip -->
