<?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>archGFX &#187; 2.1</title>
	<atom:link href="http://archgfx.net/tag/21/feed" rel="self" type="application/rss+xml" />
	<link>http://archgfx.net</link>
	<description>Austin web designer - Adam Freetly</description>
	<lastBuildDate>Thu, 19 Apr 2012 18:01:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>four times in two months</title>
		<link>http://archgfx.net/blog/2007/geek/blogging/four-times-in-two-months</link>
		<comments>http://archgfx.net/blog/2007/geek/blogging/four-times-in-two-months#comments</comments>
		<pubDate>Fri, 23 Feb 2007 16:38:56 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/asides/four-times-in-two-months</guid>
		<description><![CDATA[i upgraded my blog again last night, to help joen with some bugsquashing on Fauna RC2. after not touching my wordpress install for the better part of a year, it's odd to be updating it this many times in 2 months. I still had to do a manual hack to get my WYSIWYG tabbed editor [...]]]></description>
			<content:encoded><![CDATA[<p>i <a href="http://wordpress.org/development/2007/02/new-releases/">upgraded my blog</a> again last night, to help joen with some bugsquashing on <a href="http://www.noscope.com/fauna/2007/02/fauna-rc-on-wordpress-21-fauna-rc2#respond">Fauna RC2</a>.  after not touching my wordpress install for the better part of a year, it's odd to be updating it this many times in 2 months.  I still had to do a <a href="http://http://trac.wordpress.org/ticket/3572#comment:20">manual hack to get my <acronym title='What You See Is What You Get'><span class='caps'>WYSIWYG</span></acronym> tabbed editor to work</a>.  Nazgul's suggesting that i should keep doing this, so i used my handy new <strike>computer hacking</strike>  SVN skillz to make a patch, so i don't have to work so hard next time:  <strong>UPDATE</strong>: something in 2.1.1/2.1.2 changed, and my patch stopped fixing it.  this is a new version.  you may also need to <a href="http://sunburntkamel.archgfx.net/2006/04/03/validator-me/">hack gzhandler() out of functions.php</a>.</p>
<p><a href="http://archgfx.net/aspnet_client/tiny_mce_gzip.php.2.1.2.patch" class="download">tiny_mce_gzip.php.patch</a></p>
<p>the upgrade also means that my <acronym title='What You See Is What You Get'><span class='caps'>WYSIWYG</span></acronym> editor is <a href="http://wordpress.org/support/topic/105082?replies=5">back to the standard font and padding</a>.  i dunno how i feel about that.</p>
<p><span id="more-997"></span></p>
<p><strong>UPDATE:</strong> to apply the patch, i highly recommend using <a href="http://tortoisesvn.net/">tortoise SVN</a>.  because i like GUI's and not having to remember the command line syntax.</p>
<p>download the patch, and right click on it, like so:</p>
<p><img src="http://sunburntkamel.files.wordpress.com/2007/02/applypatch.jpg" alt="right click" /></p>
<p>tortoise will ask you where to apply it, choose the directory where you've downloaded wordpress 2.1.1.  it should then tell you that it's found a similar file in <code>wp-includes/js/tinymce</code>.  it'll bring up a split panel window showing the patch and the current version of the file.  double click the file in the little window that shows up, close it, hit save, and then upload the changed file to your blog.</p>
<p><img src="http://sunburntkamel.files.wordpress.com/2007/02/tortoisemerge.jpg" alt="merge window" /></p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/blogging/four-times-in-two-months/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jizzy Handled</title>
		<link>http://archgfx.net/blog/2007/geek/blogging/jizzy-handled</link>
		<comments>http://archgfx.net/blog/2007/geek/blogging/jizzy-handled#comments</comments>
		<pubDate>Fri, 26 Jan 2007 20:25:43 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[archgfx]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/asides/jizzy-handled</guid>
		<description><![CDATA[after reasonable testing, i've now upgraded my main blog. despite all the cool kids in the hackers list saying they never use the rich text editor, i use it all the time. yeah, sure, i can write code, but that doesn't mean it's appropriate to write about my weekend in code. so, here's the list [...]]]></description>
			<content:encoded><![CDATA[<p>after reasonable testing, i've now upgraded my main blog. despite all the cool kids in the hackers list saying they never use the rich text editor, i use it all the time.  yeah, sure, i can write code, but that doesn't mean it's appropriate to write about my weekend in code.  so, here's the list of changes for the upgrade:</p>
<h3>Hacks</h3>
<ul>
<li><a href="http://trac.wordpress.org/attachment/ticket/3572/tiny_mce_gzip.phps">the <code>ob_gzhandler()</code> hack</a> that <a href="http://trac.wordpress.org/ticket/3572">fixes my bug</a>, (the <a href="http://sunburntkamel.archgfx.net/2006/04/03/validator-me/">same hack as last time</a> didn't fix it).</li>
<li><a href="http://sunburntkamel.archgfx.net/2006/12/11/telling-jesus-to-go-to-hell/">the Jesus hack</a> now takes place in <code>wp-admin/index-extra.php</code>.</li>
<li><a href="http://ocaoimh.ie/2007/01/23/the-new-wp-utw-gotcha/">the UTW hack</a>.  not that i'm dealing with a torrent of moderated comments, but broken is as broken does.</li>
<li>added a bunch of <code>.linkcat ul</code> styles.  since my linkcats didn't used to have <code>ul</code>'s.</li>
</ul>
<h3> Plugins</h3>
<ul>
<li>i deleted all the plugins i'm not using.  during the whole <a href="http://wordpress.org/extend/ideas/topic.php?id=75">disable/re-enable process</a>, i tend to forget which ones i've decided are crap.  i blame this on <a href="http://mattread.com/blog/2006/02/introducing-installer-the-plugin-2">installer</a>, which makes it far too easy to install widgets for 3 days, decide they're worthless, and then move on.  it took a while, but it saves time, or something.</li>
<li>updated <a href="http://alexking.org/blog/2007/01/24/wordpress-21-plugin-compatibility">alex king's plugins</a>, which now all have their own hooks, so i had to hack them back out of my theme.</li>
<li><a href="http://markjaquith.wordpress.com/2007/01/23/subscribe-to-comments-21/">updated S2C</a>.  it was always such a pain, guessing what email people had used to subscribe. i like easy stalking.</li>
<li><a href="http://www.archgfx.net/blog/index.php/2006/geek/wpw-linkslist">deleted linkslist</a>.  hence the sudden existence of ul's.  i'm not going to take down the plugin, since <a href="http://wpthemes.info/misty-look/#comment-18222">people seem to find it useful</a>(for the same reasons i built it), and the <a href="http://markjaquith.wordpress.com/2007/01/23/no-upg%3C/i%3Erade-files-for-20x-to-21x/">2.0.x branch isn't going away</a>.  i'm also not going to update it, because <code>wp_list_bookmarks()</code> does a decent <em>enough</em> job.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/blogging/jizzy-handled/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hand on mouth, the game goes on</title>
		<link>http://archgfx.net/blog/2007/geek/blogging/hand-on-mouth-the-game-goes-on</link>
		<comments>http://archgfx.net/blog/2007/geek/blogging/hand-on-mouth-the-game-goes-on#comments</comments>
		<pubDate>Tue, 23 Jan 2007 11:35:57 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[the-thin-line]]></category>
		<category><![CDATA[wordpress.com]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/asides/hand-on-mouth-the-game-goes-on</guid>
		<description><![CDATA[it's update time.  no, not wordpress.  i don't get the kewl new features, so it's hard to be excited about it.  plus, the thought of all my tags going to hell doesn't sound fun.  my test blogs are updated for theme testing purposes, since they didn't need backing up. The Thin Line for wordpress.com has [...]]]></description>
			<content:encoded><![CDATA[<p>it's update time.  <a href="http://wordpress.org/development/2007/01/ella-21/">no, not wordpress</a>.  i don't get the <a href="http://trac.wordpress.org/ticket/3572">kewl new features</a>, so it's hard to be excited about it.  plus, the thought of <a href="http://ocaoimh.ie/2007/01/23/the-new-wp-utw-gotcha/">all my tags going to hell</a> doesn't sound fun.  my test blogs are updated for theme testing purposes, since they didn't need backing up.</p>
<p><a href="http://sunburntkamel.archgfx.net/2006/09/15/the-thin-line/" title="The Thin Line"><img src="http://sunburntkamel.wordpress.com/files/2007/01/ttlogo.jpg" alt="The Thin Line" height="37" width="144" /></a></p>
<p>The Thin Line for wordpress.com has moved up to v2.  I'm running it on this site, <a href="http://sunburntkamel.archgfx.net/" title="get out of your <acronym title='Rich Site Summary'><span class='caps'>RSS</span></acronym> reader">poke around a bit</a>.  The skin will come later, as <a href="http://www.plaintxt.org/2007/01/13/new-versions-all-around/">scott's working on v0.7</a>.  andy's off cavorting <a href="http://photomatt.net/2007/01/20/to-mexico/">in mexico</a>, so i doubt i'll have to worry about the wordpress.com version changing.  The reasons for the change are something like this:</p>
<ul>
<li>maintaining that many layouts is too complicated for my small brain.  and a single column with a 2 column fat footer is really hard to dress up. giving the skin its own layout made life easy.</li>
<li>my recent obsession with <a href="http://del.icio.us/sunburntkamel/occlusion" title="del.icio.us tag">ambient occlusion</a></li>
<li>the footer-like sidebar from the <a href="http://sunburntkamel.archgfx.net/2007/01/04/bus-full-of-hippies-for-wordpresscom/">bus full of hippies</a> was really cool.</li>
<li>the inward and outward graphics were just to big, and counter to the name.</li>
<li>jumping straight from proof-of-concept to 2.0 is all kinds of trendy and cool.</li>
</ul>
<p>I've now hosted the file on archgfx, because for whatever reason, i can no longer upload *.txt files.  i can upload *.doc files, though, so clearly it has nothing to do with security.</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/blogging/hand-on-mouth-the-game-goes-on/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>custom headers for everyone</title>
		<link>http://archgfx.net/blog/2007/geek/blogging/custom-headers-for-everyone</link>
		<comments>http://archgfx.net/blog/2007/geek/blogging/custom-headers-for-everyone#comments</comments>
		<pubDate>Fri, 05 Jan 2007 00:46:31 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[automattic]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/asides/custom-headers-for-everyone</guid>
		<description><![CDATA[...and little flags for theme authors.  hot damn.  i wasn't sure removing linkslist would really be worth updating disconnected.  Since the updated bookmarks/blogroll/links (whatever the devlopers have decided for this present moment) widget is now API compliant.  And since dreamhost users appear to be stuck with an old version of the theme regardless of bugfixes [...]]]></description>
			<content:encoded><![CDATA[<p>...<a href="http://trac.wordpress.org/changeset/4673" title="custom header code goes into 2.1">and little flags for theme authors</a>.  hot damn.  i wasn't sure <a href="http://www.archgfx.net/blog/index.php/2006/geek/wpw-linkslist" title="broken code follows broken code">removing linkslist</a> would really be worth updating <a href="http://archgfx.net/blog/index.php/themes/disconnected/" title="my old theme">disconnected</a>.  Since the updated bookmarks/blogroll/links (whatever the devlopers have decided for this present moment) widget is now <acronym title='Application Interface'><span class='caps'>API</span></acronym> compliant.  And since dreamhost users appear to be stuck with an old version of the theme regardless of bugfixes (and it's impossible to explain simple things like deleting page.php to people who get themes installed by clicking a button, rather than ftp).</p>
<p>but no more!  i'll be <a href="http://www.nabble.com/Beta-Uno-tf2917443.html#a8153251" title="beta one announcement">taking matt's advice</a>, and fixing things up.</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/blogging/custom-headers-for-everyone/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Import WordPress</title>
		<link>http://archgfx.net/blog/2006/geek/blogging/import-wordpress</link>
		<comments>http://archgfx.net/blog/2006/geek/blogging/import-wordpress#comments</comments>
		<pubDate>Fri, 03 Nov 2006 04:42:19 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[archgfx]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress.com]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2006/asides/import-wordpress</guid>
		<description><![CDATA[that page has been hanging around the admin panels in these parts for way to long to be doing this little good. I'm migrating my less professional posts off of my archGFX blog, and onto a less professional 'posterity' journal. turns out it's more difficult than the simplicity of the instructions would lead you to [...]]]></description>
			<content:encoded><![CDATA[<p>that page has been hanging around the admin panels in these parts for way to long to be doing this little good.  I'm migrating my less professional posts off of my archGFX blog, and onto a less professional 'posterity' journal.  turns out it's more difficult than the simplicity of the instructions would lead you to believe.</p>
<p>Every other time i've tried to import posts on wordpress.com, i've lost comments, lost categories, had server timeouts that require restarting the entire process, and it's generally been a pain.  So i tried a new approach.  I opened up my <abbr title="wordpress extended rss">WXR</abbr> export file in a text editor, then opened up a <abbr title="wordpress extended rss">WXR</abbr> from this blog, and compared them.  [NOTE: the file generated by wordpress.com is now a *.<acronym title='eXtensible Markup Language'><span class='caps'>XML</span></acronym> file, which firefox 2 formats and asks if you'd like to subscribe to.  how helpful.  i switched to Opera for the remainder of the import.]</p>
<p><a href="http://my.opera.com/sunburntkamel/affiliate/"><img src="http://promote.opera.com/opera9/opera468x60.jpg" alt="Opera 9 - Your Web, Your Choice" height="60" width="468" /></a></p>
<p><code> </code></p>
<pre>&lt;!-- generator="wordpress/2.1-alpha3" created="2006-10-14 18:10"--&gt;</pre>
<p>that's the first line of the local export file, for reference.  It's actually generated by whatever revision was current in SVN on the 14th, if that matters.   there are plenty of differences in the files, but i went straight for the problem tag: <code>&lt;category&gt;</code> (from the <abbr title="wordpress extended rss">WXR</abbr> generated by sbk.wp.com).  <code>&lt;category&gt;</code> doesn't exist in the file generated by SVN.  instead, it had <code>&lt;dc:subject&gt;</code>  which is a much more professional, and crossplatform sort of field name.  nonetheless, i did a find and replace.  replaced 6000+ instances.  i don't know if that's because i use <abbr title="ultimate tag warrior">UTW</abbr> on archGFX, or what.  (i have approximately 500 entries on archGFX).</p>
<p>Next, i went through and did a find and replace on all the authors, changing them over to sunburntkamel.  (these are the authors on archGFX: adam, melanie, and administrator).  This is because while uploading 500+ entries does take time, it doesn't cause server timeout errors.  normalizing authors does.  Last time it happened, i petitioned the almighty PODZ for help, and it seems i got it (no 408 errors this time, w00t!).  importing still prompted me to change the author 'sunburntkamel' to 'sunburntkamel', but at least it worked.</p>
<p>And after all that, and more than a few test runs on a test blog, i ran the final upload in opera.  firefox, for all it's brilliance, sees a script take that long, and throws the 'unresponsive script' error.  Opera <abbr title="for the win">FTW</abbr>, bless it's little heart, plugged away at that script for damn near 20 minutes.</p>
<h3>Bookmark This:</h3>
<p><a href="http://del.icio.us/post?url=http://sunburntkamel.archgfx.net/2006/11/02/import-wordpress/;title=Import+Wordpress"><img src="http://sunburntkamel.wordpress.com/files/2006/11/delicious.gif" alt="add to del.icio.us" /></a> :: <a href="http://digg.com/submit?phase=2&amp;url=http://sunburntkamel.archgfx.net/2006/11/02/import-wordpress/"><img src="http://sunburntkamel.wordpress.com/files/2006/11/digg.gif" alt="Digg it" /></a> :: <a href="http://ma.gnolia.com/bookmarklet/add?url=http://sunburntkamel.archgfx.net/2006/11/02/import-wordpress/;title=Import+Wordpress"><img src="http://sunburntkamel.wordpress.com/files/2006/11/magnolia.gif" alt="add to ma.gnolia" /></a> :: <a href="http://www.stumbleupon.com/submit?url=http://sunburntkamel.archgfx.net/2006/11/02/import-wordpress/;title=Import+Wordpress"><img src="http://sunburntkamel.wordpress.com/files/2006/11/stumbleit.gif" alt="Stumble It!" /></a> :: <a href="http://www.newsvine.com/_tools/seed&amp;save?url=http://sunburntkamel.archgfx.net/2006/11/02/import-wordpress/;title=Import+Wordpress"><img src="http://sunburntkamel.wordpress.com/files/2006/11/newsvine.gif" alt="seed the vine" /></a> :: <a href="http://tailrank.com/share/?text=&amp;link_href=http://sunburntkamel.archgfx.net/2006/11/02/import-wordpress/&amp;title=Import+Wordpress" title="TailRank"><img src="http://sunburntkamel.wordpress.com/files/2006/11/tailrank.gif" alt="TailRank"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2006/geek/blogging/import-wordpress/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

