<?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; archgfx</title>
	<atom:link href="http://archgfx.net/tag/archgfx/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>Broken Reboot</title>
		<link>http://archgfx.net/blog/2007/geek/blogging/broken-reboot</link>
		<comments>http://archgfx.net/blog/2007/geek/blogging/broken-reboot#comments</comments>
		<pubDate>Tue, 01 May 2007 18:34:02 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[archgfx]]></category>
		<category><![CDATA[CSS-reboot]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/geek/blogging/broken-reboot</guid>
		<description><![CDATA[while i was getting ready for the reboot, i set up my blog to pull down wordpress from SVN (the 2.1 branch).  it went alright, except that after i moved over my theme and my plugins, i forgot to move over my uploads. (i'm not very bright).  Then again, that folder really shouldn't be there.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://archgfx.net/"><img src="http://sunburntkamel.files.wordpress.com/2007/05/v4mainsm.jpg" alt="v4mainsm.jpg" /></a></p>
<p><a href="http://archgfx.net/blog/"><img src="http://sunburntkamel.files.wordpress.com/2007/05/archgfxv4.jpg" alt="archgfxv4.jpg" /></a></p>
<p>while i was getting ready for the reboot, i set up my blog to pull down wordpress from SVN (the 2.1 branch).  it went alright, except that after i moved over my theme and my plugins, i forgot to move over my uploads. (i'm not very bright).  Then again, <a href="http://wordpress.org/extend/ideas/topic.php?id=114&amp;page&amp;replies=4#post-302">that folder really shouldn't be there</a>.  So, in addition to not having the free time to properly finish my reboot, i'm also missing images from any posts earlier than, say, 3 days ago.  But rebooting somewhat broken is better than not rebooting at all, and missing another bullet point on <a href="http://archgfx.net/tag/mission101/">the 101 list</a>.</p>
<p>but, you know, go vote for the rest of it:  <a href="http://www.cssreboot.com/RebootEvents/archGFX--implicit-2/"><acronym title='Cascading Style Sheets'><span class='caps'>CSS</span></acronym> reboot</a> (<a href="http://www.cssreboot.com/Spring2007Reboot/archGFX--implicit/">before</a>), <a href="http://standardsreboot.com/users/profile/475">Standards Reboot</a>.  I'll dress up the rest of the graphics when life slows down again.  perhaps 2009.   :neutral:</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/blogging/broken-reboot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Hosts the hard way</title>
		<link>http://archgfx.net/blog/2007/geek/blogging/changing-hosts-the-hard-way</link>
		<comments>http://archgfx.net/blog/2007/geek/blogging/changing-hosts-the-hard-way#comments</comments>
		<pubDate>Sun, 08 Apr 2007 03:14:09 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[archgfx]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/asides/changing-hosts-the-hard-way</guid>
		<description><![CDATA[In case you're wondering where this blog dissappeared to today (and i knowyou weren't), I finally got tired enough of dealing with PHP 4/IIS/the lack of REQUEST_URI that i changed hosts. Thusly, the CNAME record for this blog dissappeared for a few hours. The main reason i switched was that i wanted was to be [...]]]></description>
			<content:encoded><![CDATA[<p>In case you're wondering where this blog dissappeared to today (and i knowyou weren't), I finally got tired <em>enough</em> of dealing with <acronym title='PHP Hypertext Processor'><span class='caps'>PHP</span></acronym> 4/<acronym title='Internet Infomation Server'><span class='caps'>IIS</span></acronym>/the lack of REQUEST_URI that i changed hosts.   Thusly, the CNAME record for this blog dissappeared for a few hours.</p>
<p>The main reason i switched was that i wanted was to be able to move wordpress into the top level directory, from  <code>/blog/</code>.  so i figured i'd try and do it all in one fell swoop.  what's more fun than trying to do something "mission critical" in a language you've just learned?  so here's what i added to my <code>.htaccess</code> file:</p>
<p><code>&lt;IfModule mod_rewrite.c&gt;<br />
RedirectMatch 301 /blog/index.php/(.*)  /blog/$1<br />
RedirectMatch 301 /blog/wp-content/(.*)  /wp-content/$1<br />
&lt;/IfModule&gt;</code></p>
<p>the first line is for old <acronym title='Uniform Resource Locator'><span class='caps'>URL</span></acronym>'s.  the second line is for anything i uploaded and referenced in a post (especially images).  so far both seem to be working.  (i found the <a href="http://forum.powweb.com/showthread.php?t=71002">RedirectMatch example on this page</a>).  And, since you're reading this, the CNAME record seems to have been set up, although i had to file a support ticket for that.</p>
<p><ins datetime="2007-04-08T15:58:37+00:00"><strong>UPDATE:</strong>  i forgot that i'd also added a prefix to my permalink structure (/blog/) so my redirects were all failing.  should be fixed now (code updated)</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/blogging/changing-hosts-the-hard-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPL Filigree</title>
		<link>http://archgfx.net/blog/2007/geek/blogging/gpl-filigree</link>
		<comments>http://archgfx.net/blog/2007/geek/blogging/gpl-filigree#comments</comments>
		<pubDate>Sun, 25 Mar 2007 17:01:58 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[archgfx]]></category>
		<category><![CDATA[free beer fundamentalists]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[k2]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/asides/gpl-filigree</guid>
		<description><![CDATA[My filigree tile is not as succesful as the black linen wallpaper pattern extracted by mr. messina, but it is GPL. For the purposes of releasing a theme, that's what's more important. Granted, i could ask permission of mr. messina to relicense his work (although he'd need permission in turn from the wallpaper photographer. If [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://sunburntkamel.files.wordpress.com/2007/03/filigree.jpg" alt="filigree.jpg" class="left" /></p>
<p>My filigree tile is not as succesful as the black linen wallpaper pattern <a href="http://flickr.com/photos/factoryjoe/179941665/">extracted by</a> mr. messina, but it is <acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym>.  For the purposes of releasing a theme, that's what's more important.  Granted, i could ask permission of mr. messina to relicense his work (although he'd need permission in turn from the <a href="http://www.flickr.com/photos/hambox/177344776/">wallpaper photographer</a>.  If we really wanted to see where the rabbithole goes, we might need the permission of the <a href="http://www.premierprintsinc.com/">wallpaper designer</a>.  Although going that deep might call into question the <a href="http://en.wikipedia.org/wiki/First-sale_doctrine">doctrine of first sale</a>.  You're not still surprised that i trusted my own hand here, are you?</p>
<p>I'm building my next redesign of archGFX as a sandbox based theme, which means i have no choice but to use a <acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym>-compatible license.  hence the pontificating about wallpaper.  It will look about <a href="http://sunburntkamel.archgfx.net">like this</a>, but it will build in a whole lot of <acronym title='Content Management System'><span class='caps'>CMS</span></acronym>/tagging functio nality (among other things).  The other works that i will have to replace before releasing the theme, are <a href="http://www.famfamfam.com/lab/icons/silk/">the silk icons</a>.  While I, the theme author, can satisfy mark's <a href="http://creativecommons.org/licenses/by/2.5/">attribution requirements</a> in the theme, releasing the theme as <acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym> would mean that i would effectively re-license his icons as <acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym>.   Then, anyone who wanted could come along and use his icons, out of my theme, without attribution.</p>
<p>If you're wondering why so many other themes don't waffle about this, that's it.  <a href="http://getk2.com">K2</a> relicensed the icons a long time ago.  I could just use the icons out of the K2 theme, and my own ass would be covered.  However, a) that would mean looking exactly like k2, and b) should mark ever go SCO on the kubrick guy, I might still not be covered (especially after posting this).  Ironically, the <a href="http://habariproject.org">habari</a> version of K2, which is apache licensed, and requires attribution, would be acceptable to the original CC-license, but the apache license is not <acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym> compatible.</p>
<p>The old solution to this, proposed by wordpress developers, is to license the <acronym title='Cascading Style Sheets'><span class='caps'>CSS</span></acronym> and images seperately from the <acronym title='PHP Hypertext Processor'><span class='caps'>PHP</span></acronym> templates.  while that's a nice ideal, i'm using a <acronym title='PHP Hypertext Processor'><span class='caps'>PHP</span></acronym> stylesheet, so it's not feasible in my case.  The other problem is that, as i understand it (correct me if i'm wrong), <acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym> code cannot be distributed with non-<acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym> code without virally infecting the non-<acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym> code.  so i'd need two seperate downloads: 1 for the <acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym> <acronym title='PHP Hypertext Processor'><span class='caps'>PHP</span></acronym> templates, and 1 for the CC-by licensed <acronym title='Cascading Style Sheets'><span class='caps'>CSS</span></acronym> and icons.  plus instructions on how to properly mux the two before installing.</p>
<p>So my solution is this.  I've drawn my own <acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym> filigree, <a href="http://www.deviantart.com/deviation/51655185/">available as <acronym title='Portable Document Format'><span class='caps'>PDF</span></acronym> and GIMP pattern</a>, (because i agree with mr. stallman that proprietary tools should not be used to build open-source software (or in this case, templates)).    I'm going to use <a href="http://drupal.org">Drupal</a>'s <acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym> <a href="http://www.lullabot.com/articles/free_gpl_icons_lullacons_pack_1">lullacons</a>, but rename them to match the names of the silk icons.   Then i'll package the original filigree and silk icons seperately.  thusly, the theme download will work out of the box, but users who want the better art can download and replace the stuff.   Having seperate instructions for them shouldn't be too bad.  Anyone who's scared by the instructions, can stick with the <acronym title='GNU General Public License'><span class='caps'>GPL</span></acronym> graphics.</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/blogging/gpl-filigree/feed</wfw:commentRss>
		<slash:comments>0</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>Hosting Recommendation</title>
		<link>http://archgfx.net/blog/2007/geek/blogging/hosting-recommendation</link>
		<comments>http://archgfx.net/blog/2007/geek/blogging/hosting-recommendation#comments</comments>
		<pubDate>Tue, 16 Jan 2007 02:41:30 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[archgfx]]></category>
		<category><![CDATA[easyCGI]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[selfishness]]></category>

		<guid isPermaLink="false">http://archgfx.net/blog/2007/asides/hosting-recommendation</guid>
		<description><![CDATA[Apparently affiliate links are semi green-lighted. and since certain friends of matt have had (a truckload of) them for a long time, i figured i should point out who my host is, that i post about here (my easyCGI tag). It's not that they are the easiest host. it's one of the least tested setups [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently <a href="http://wordpress.com/forums/topic.php?id=6839&amp;replies=6" title="who am i to argue">affiliate links are semi green-lighted</a>. and since certain <a href="http://error.wordpress.com/">friends of matt</a> have had (a truckload of) them for a long time, i figured i should point out who my host is, that i post about here (<a href="http://sunburntkamel.archgfx.net/tag/easycgi/" title="easycgi">my easyCGI tag</a>).  It's not that they are the easiest host.  it's one of the <a href="http://comox.textdrive.com/pipermail/wp-testers/2007-January/003671.html" title="developers have to beg for testers who match the setup">least tested setups</a> you can run wordpress on.  but they do give you insane amounts of storage and bandwidth.  and their tech support reads the wordpress forums.  and they're more responsive than wordpress support (that's not a dig at <a href="http://mark.wordpress.com" title="PODZ">mark</a>, it's just my experience.  wordpress has great support).  This link <strike>makes</strike> saves me money if you sign up through it: <a href="http://www.easycgi.com/shared_hosting/?kbid=5186"><strong>$10.00 Domain Registration - Free Setup!</strong></a><br />
but i wholeheartedly recommend them.  if the <acronym title='Terms of Service'><span class='caps'>TOS</span></acronym> here haven't swung far enough for this kind of post, i'll change it to a standard link.</p>
]]></content:encoded>
			<wfw:commentRss>http://archgfx.net/blog/2007/geek/blogging/hosting-recommendation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

