<?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>arcster.com Blog &#187; Internet</title>
	<atom:link href="http://blog.arcster.com/blog/index.php/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arcster.com</link>
	<description>These fragments I have shored against my ruins</description>
	<lastBuildDate>Sun, 11 Sep 2011 00:05:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Hilarious web site</title>
		<link>http://blog.arcster.com/2010/07/hilarious-web-site/</link>
		<comments>http://blog.arcster.com/2010/07/hilarious-web-site/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 17:03:33 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=195</guid>
		<description><![CDATA[Catalog Living]]></description>
			<content:encoded><![CDATA[<p><a href="http://catalogliving.tumblr.com/">Catalog Living</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2010/07/hilarious-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Find and Replace using regexp</title>
		<link>http://blog.arcster.com/2009/06/cool-find-and-replace-using-regexp/</link>
		<comments>http://blog.arcster.com/2009/06/cool-find-and-replace-using-regexp/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 15:21:37 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=116</guid>
		<description><![CDATA[So I saved an Excel file as a tab-separated text file. Then I wanted to add some html. The first column was all numbers followed by a tab and the second column. I opened the text file in Dreamweaver and &#8230; <a href="http://blog.arcster.com/2009/06/cool-find-and-replace-using-regexp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I saved an Excel file as a tab-separated text file. Then I wanted to add some html. The first column was all numbers followed by a tab and the second column.</p>
<p>I opened the text file in Dreamweaver and put the following in the &#8220;Find&#8221; box: \n([0-9]+)\t</p>
<p>That says &#8220;Look for a line break followed by a subexpression containing at least one numeric character followed by a tab&#8221;</p>
<p>I put the following in the Replace box: \n&lt;div class=&#8221;col1&#8243;&gt;$1&lt;/div&gt;&lt;div class=&#8221;col2&#8243;&gt;\t</p>
<p>That says &#8220;Replace it with a line break followed by a div tag followed by the subexpression (i.e, the number) followed by a closing div followed by an opening div for col2 followed by a tab&#8221;</p>
<p>Then the check the &#8220;Use regular expression&#8221; checkbox and hit &#8220;Replace All&#8221;</p>
<p>Quirky behavior noted: I couldn&#8217;t do one-at-a-time replacements. It only worked when I did Replace All. So make sure you have a back up handy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/06/cool-find-and-replace-using-regexp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now running WordPress 2.8 Beta 2</title>
		<link>http://blog.arcster.com/2009/05/now-running-wordpress-2-8-beta-2/</link>
		<comments>http://blog.arcster.com/2009/05/now-running-wordpress-2-8-beta-2/#comments</comments>
		<pubDate>Sat, 30 May 2009 04:15:16 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[the blog]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2009/05/now-running-wordpress-2-8-beta-2/</guid>
		<description><![CDATA[The process of upgrading to the newest beta wasn&#8217;t terribly difficult. The instructions in the codex were easy enough. But I&#8217;m not seeing any great improvements. I still have to install the &#8220;disable canonical redirects&#8221; plugin. This seems to be &#8230; <a href="http://blog.arcster.com/2009/05/now-running-wordpress-2-8-beta-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The process of upgrading to the newest beta wasn&#8217;t terribly difficult. The instructions in the codex were easy enough.<br />
But I&#8217;m not seeing any great improvements. I still have to install the &#8220;disable canonical redirects&#8221; plugin. This seems to be a definite flaw in WordPress, so why isn&#8217;t it fixed?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/05/now-running-wordpress-2-8-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another helpful innovation from Internet Explorer</title>
		<link>http://blog.arcster.com/2009/03/another-helpful-innovation-from-internet-explorer/</link>
		<comments>http://blog.arcster.com/2009/03/another-helpful-innovation-from-internet-explorer/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 16:17:31 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2009/03/04/another-helpful-innovation-from-internet-explorer/</guid>
		<description><![CDATA[If an add-on is hosing Internet Explorer, you have to run Internet Explorer WITH ADD-ONS ENABLED in order to manage your add-ons. McAfee Site Advisor is completely hosing a friend&#8217;s Acer Aspire. I advised installing Firefox, and somehow Site Advisor &#8230; <a href="http://blog.arcster.com/2009/03/another-helpful-innovation-from-internet-explorer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If an add-on is hosing Internet Explorer, you have to run Internet Explorer WITH ADD-ONS ENABLED in order to manage your add-ons.<br />
McAfee Site Advisor is completely hosing a friend&#8217;s Acer Aspire. I advised installing Firefox, and somehow Site Advisor even glommed itself onto Firefox. The key difference is that Firefox start up items can be selectively disabled when Firefox is running in Safe Mode. Not so with IE. It&#8217;s all or nothing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/03/another-helpful-innovation-from-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacked again</title>
		<link>http://blog.arcster.com/2009/02/hacked-again/</link>
		<comments>http://blog.arcster.com/2009/02/hacked-again/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 02:47:55 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=37</guid>
		<description><![CDATA[The blog was hacked again. Now I&#8217;m upgraded to wordpress 2.7. I hope I&#8217;m secure]]></description>
			<content:encoded><![CDATA[<p>The blog was hacked again. Now I&#8217;m upgraded to wordpress 2.7. I hope I&#8217;m secure</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/02/hacked-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Almost killed the blog</title>
		<link>http://blog.arcster.com/2008/09/almost_killed/</link>
		<comments>http://blog.arcster.com/2008/09/almost_killed/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 01:01:36 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2008/09/23/almost_killed/</guid>
		<description><![CDATA[So I tried to upgrade my WordPress version. Didn&#8217;t go well. Partly my fault, partly poor WordPress documentation. The readme says something like &#8220;back up files like index.php that you modified&#8221; They could have at least mentioned the config files.]]></description>
			<content:encoded><![CDATA[<p>So I tried to upgrade my WordPress version. Didn&#8217;t go well. Partly my fault, partly poor WordPress documentation. The readme says something like &#8220;back up files like index.php that you modified&#8221; They could have at least mentioned the config files.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2008/09/almost_killed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 &#8211; enhanced cookie protection?</title>
		<link>http://blog.arcster.com/2008/07/firefox_3_spysweeper/</link>
		<comments>http://blog.arcster.com/2008/07/firefox_3_spysweeper/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 12:42:52 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2008/07/06/firefox_3_spysweeper/</guid>
		<description><![CDATA[Since I downloaded Firefox 3, my Webroot Spy Sweeper finds far few cookies to quarantine than before. Has anyone else noticed this?]]></description>
			<content:encoded><![CDATA[<p>Since I downloaded Firefox 3, my Webroot Spy Sweeper finds far few cookies to quarantine than before. Has anyone else noticed this?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2008/07/firefox_3_spysweeper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo User Interface Library</title>
		<link>http://blog.arcster.com/2008/04/yui/</link>
		<comments>http://blog.arcster.com/2008/04/yui/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 14:04:28 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2008/04/10/yui/</guid>
		<description><![CDATA[I recently posted on arcster.com an example of a layout using CSS provided by the Yahoo User Interface library. This graphic shows the inheritance and nesting more clearly than the code. Happy div-ing!]]></description>
			<content:encoded><![CDATA[<p>I recently posted on <a title="arcster" href="http://www.arcster.com/yuitemplate.php">arcster.com</a> an example of a layout using CSS provided by the Yahoo User Interface library. This graphic shows the inheritance and nesting more clearly than the code.</p>
<p><img title="Layout using Yahoo User Interface Library CSS" alt="Layout using Yahoo User Interface Library CSS" src="http://www.arcster.com/images/yuilayout.gif" /></p>
<p>Happy div-ing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2008/04/yui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow up on the Lorain County Ohio CenturyTel DSL outage</title>
		<link>http://blog.arcster.com/2008/03/follow_up/</link>
		<comments>http://blog.arcster.com/2008/03/follow_up/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 10:55:53 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2008/03/31/follow_up/</guid>
		<description><![CDATA[Although the outage was frustrating, I must give credit to Ken Phillips of CenturyTel, who actually found my blog posting and sent me an email!]]></description>
			<content:encoded><![CDATA[<p>Although the outage was frustrating, I must give credit to Ken Phillips of CenturyTel, who actually found my blog posting and sent me an email!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2008/03/follow_up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I found a bug!</title>
		<link>http://blog.arcster.com/2008/03/i-found-a-bug/</link>
		<comments>http://blog.arcster.com/2008/03/i-found-a-bug/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 14:27:10 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2008/03/11/i-found-a-bug/</guid>
		<description><![CDATA[I discovered a bug in Google Calendar. (In Firefox anyway; didn&#8217;t test on IE.) When you include a named day in an event, the day gets dropped and the event gets moved for the next week. So when I added &#8230; <a href="http://blog.arcster.com/2008/03/i-found-a-bug/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I discovered a bug in Google Calendar. (In Firefox anyway; didn&#8217;t test on IE.) When you include a named day in an event, the day gets dropped and the event gets moved for the next week. So when I added an untimed event called &#8220;Palm Sunday&#8221; for 3/16/08, I got the message &#8220;Event Created.&#8221; But nothing showed up. So I went to add Easter on 3/23 and found an event called &#8220;Palm&#8221; scheduled for that date. I got the same result by adding Maundy Thursday on 3/20/08.</p>
<p>Workaround: Add your event in quotes.</p>
<p>You&#8217;re welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2008/03/i-found-a-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

