<?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>2718.us blog &#187; redirect</title>
	<atom:link href="http://2718.us/blog/tag/redirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://2718.us/blog</link>
	<description>Miscellaneous Technological Geekery</description>
	<lastBuildDate>Tue, 18 May 2010 02:42:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Statistics on LiveJournal-based Sites v2.0</title>
		<link>http://2718.us/blog/2008/10/22/statistics-on-livejournal-based-sites-v20/</link>
		<comments>http://2718.us/blog/2008/10/22/statistics-on-livejournal-based-sites-v20/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:05:39 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[LJ-Stat]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[301 moved permanently]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[302]]></category>
		<category><![CDATA[antialias]]></category>
		<category><![CDATA[antialiasing]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[gd2]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[historical data]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[line thickness]]></category>
		<category><![CDATA[livejournal]]></category>
		<category><![CDATA[livejournal-based]]></category>
		<category><![CDATA[livejournal.org]]></category>
		<category><![CDATA[lj]]></category>
		<category><![CDATA[lj clone]]></category>
		<category><![CDATA[lj code]]></category>
		<category><![CDATA[lj-based]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[stat]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[v2.0]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=111</guid>
		<description><![CDATA[The reworking of my site that shows comparative statistics on every site based on the code from LiveJournal is now up and live and at a new URL:  http://lj-stat.2718.us/.  Moreover, there are now graphs of the data over time.  The data is updated at noon and midnight central time (U.S.). One of the things that [...]]]></description>
			<content:encoded><![CDATA[<p>The reworking of my site that shows comparative statistics on every site based on the code from LiveJournal is now up and live and at a new URL:  <a href="http://lj-stat.2718.us/">http://lj-stat.2718.us/</a>.  Moreover, there are now <a href="http://lj-stat.2718.us/graph.php">graphs of the data over time</a>.  The data is updated at noon and midnight central time (U.S.).</p>
<p>One of the things that took the most work to get right was the thickness of the graph lines.  Because of the nature of the graphs, it was an absolute necessity that the lines be drawn with antialiasing enabled.  PHP&#8217;s interface to GD (or perhaps it&#8217;s GD itself?) ignores the line thickness setting when antialiasing is enabled.  The solution I eventually settled on is to, more or less, draw several one-pixel-wide lines next to and on top of one another to get the appearance of a thicker line.</p>
<p>As an aside, I&#8217;m using <a href="http://annevankesteren.nl/2005/01/permanent-redirect">the technique mentioned here</a> for permanently redirecting the old URL to the new URL:</p>
<blockquote><p>&#8230; if you actually moved something to a new location (forever) use:</p>
<pre>&lt;?php
 header("HTTP/1.1 301 Moved Permanently");
 header("Location: http://example.org/foo");
?&gt;</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2008/10/22/statistics-on-livejournal-based-sites-v20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

