<?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>Perceive Designs &#187; The Web</title>
	<atom:link href="http://www.perceive.net/category/the-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.perceive.net</link>
	<description>My Perception is My Reality</description>
	<lastBuildDate>Wed, 30 Nov 2011 19:06:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Conferences?</title>
		<link>http://www.perceive.net/2004/03/14/conferences/</link>
		<comments>http://www.perceive.net/2004/03/14/conferences/#comments</comments>
		<pubDate>Sun, 14 Mar 2004 05:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://dev.perceive.net/2004/03/14/conferences/</guid>
		<description><![CDATA[So now that I&#8217;m out on my own, I&#8217;ll be going to some conferences eventualy (once there&#8217;s more money in the bank).
So what conferences does everyone attend, and what&#8217;s your opinion on them all?
]]></description>
			<content:encoded><![CDATA[<p>So now that <a href="http://www.perceive.net" title="My Company, Perceive Designs" >I&#8217;m out on my own</a>, I&#8217;ll be going to some conferences eventualy (once there&#8217;s more money in the bank).</p>
<p>So what conferences does everyone attend, and what&#8217;s your opinion on them all?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2004/03/14/conferences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compatibility of Weblogs and ISSN</title>
		<link>http://www.perceive.net/2003/09/25/compatibility-of-weblogs-and-issn/</link>
		<comments>http://www.perceive.net/2003/09/25/compatibility-of-weblogs-and-issn/#comments</comments>
		<pubDate>Fri, 26 Sep 2003 04:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://dev.perceive.net/2003/09/25/compatibility-of-weblogs-and-issn/</guid>
		<description><![CDATA[Compatibility of weblogs and ISSN is an article that hits it home.  ISSN numbers are much like the ISBN that is used for books.  ISSN is for periodicals, and his blog has had one for a year or so (see it up there at the top?).  Many other blogs wuch as Zeldman [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fawny.org/issn/compatibility/" title="Compatibility of Weblogs and ISSN" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fawny.org');">Compatibility of weblogs and ISSN</a> is an article that hits it home.  ISSN numbers are much like the ISBN that is used for books.  ISSN is for periodicals, and his blog has had one for a year or so (see it up there at the top?).  Many other blogs wuch as <a href="http://www.zeldman.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.zeldman.com');">Zeldman</a> have had them much longer.</p>
<p>Apparently though, the people that take care of the ISSN numbers in the US (ISSN is a multi-national deal) have been denying weblogs a number for various reasons.</p>
<p>Personally, I think they&#8217;re afraid they may run out of numbers.</p>
<p>Read the article, and get the skinny.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2003/09/25/compatibility-of-weblogs-and-issn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP Methods</title>
		<link>http://www.perceive.net/2003/07/31/http-methods/</link>
		<comments>http://www.perceive.net/2003/07/31/http-methods/#comments</comments>
		<pubDate>Fri, 01 Aug 2003 04:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://dev.perceive.net/2003/07/31/http-methods/</guid>
		<description><![CDATA[Mr. Gregorio brings back to my attention that HTML doesn&#8217;t support all of the verbs that are specified in the HTTP 1.1 Specification
This has been driving me nuts for YEARS!  I hate having to make input buttons that use javascript to change a variable to determine what sort of action should be performed.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bitworking.org/news/HTTP_and_HTML" title="HTTP and HTML" onclick="javascript:pageTracker._trackPageview('/outbound/article/bitworking.org');">Mr. Gregorio</a> brings back to my attention that HTML doesn&#8217;t support all of the verbs that are specified in the <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.w3.org');">HTTP 1.1 Specification</a></p>
<p>This has been driving me nuts for YEARS!  I hate having to make input buttons that use javascript to change a variable to determine what sort of action should be performed.  It seems much more intuitive to me to use the HTTP verbs to do that &#8212; when updating a record in a database, using GET, OPTIONS, PUT, DELETE, POST, TRACE, CONNECT and I wish there was an UPDATE!  Even if I had to change the action of the form, that would make much more sense to me than changing the value of an arbitrary input element.</p>
<p>It seems to me that this is how HTTP was intended, but it doesn&#8217;t appear that it has ever been implemented in <a href="http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#adef-method" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.w3.org');">HTML</a>.</p>
<p>A missed opportunity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2003/07/31/http-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not Winer it&#8217;s Whiner.</title>
		<link>http://www.perceive.net/2003/07/14/not-winer-its-whiner/</link>
		<comments>http://www.perceive.net/2003/07/14/not-winer-its-whiner/#comments</comments>
		<pubDate>Tue, 15 Jul 2003 04:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://dev.perceive.net/2003/07/14/not-winer-its-whiner/</guid>
		<description><![CDATA[Apparently Mr. Winer doesn&#8217;t understand how Mark&#8217;s script works.  And i he really cared, he would do the right thing and simply not when he&#8217;s made a change, instead of trying to cover up his mistakes.  Be a man. stand up to your own mistakes.  If you want to change something other [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently Mr. <a href="http://scriptingnews.userland.com/2003/07/14#When:8:59:27PM" title="Whiney Winer" onclick="javascript:pageTracker._trackPageview('/outbound/article/scriptingnews.userland.com');">Winer</a> doesn&#8217;t understand how Mark&#8217;s script works.  And i he really cared, he would do the <i>right</i> thing and simply not when he&#8217;s made a change, instead of trying to cover up his mistakes.  Be a man. stand up to your own mistakes.  If you want to change something other than spelling in your post, simply do something like:</p>
<p><strong>Update</strong> (4:00pm): Added more information about blah.</p>
<p>See, is that so hard?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2003/07/14/not-winer-its-whiner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS4All</title>
		<link>http://www.perceive.net/2003/06/19/rss4all/</link>
		<comments>http://www.perceive.net/2003/06/19/rss4all/#comments</comments>
		<pubDate>Fri, 20 Jun 2003 04:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://dev.perceive.net/2003/06/19/rss4all/</guid>
		<description><![CDATA[Tim Bray writes about some things he&#8217;d like to see in his aggregator.  Funny, I created some templates for Aggie in 2002 that include many of the things that he&#8217;s looking for&#8230; Stocks, Weather&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Tim Bray <a href="http://" title="" onclick="javascript:pageTracker._trackPageview('/outbound/article/');">writes about some things he&#8217;d like to see in his aggregator.</a>  Funny, I created <a href="http://www.perceive.net/pages/page/aggie" >some templates</a> for <a href="http://www.bitworking.org/Aggie.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bitworking.org');">Aggie</a> in 2002 that include many of the things that he&#8217;s looking for&#8230; Stocks, Weather&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2003/06/19/rss4all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogshares??</title>
		<link>http://www.perceive.net/2003/06/19/blogshares/</link>
		<comments>http://www.perceive.net/2003/06/19/blogshares/#comments</comments>
		<pubDate>Fri, 20 Jun 2003 04:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://dev.perceive.net/2003/06/19/blogshares/</guid>
		<description><![CDATA[Looks like Blogshares is still having network problems &#8212; I haven&#8217;t been able to get there for a few days now.  the traceroute says:


  8  ggr2-p390.cgcil.ip.att.net [12.123.6.37]
  9  att-gw.sf.prserv.net [192.205.32.194]
 10  p16-1-0-0.r01.chcgil06.us.bb.verio.net [129.250.5.77]
 11  p16-0-1-1.r20.dllstx01.us.bb.verio.net [129.250.5.85]
 12  p16-6-0-0.r02.hstntx01.us.bb.verio.net [129.250.4.25]
 13  ge-2.ev1.hstntx01.us.bb.verio.net [129.250.10.142]
 14    [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like <a href="http://www.blogshares.com" title="Blogshares - Stock Trading of Blogs" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.blogshares.com');">Blogshares</a> is still having network problems &#8212; I haven&#8217;t been able to get there for a few days now.  the traceroute says:<br />
</p>
<pre>
  8  ggr2-p390.cgcil.ip.att.net [12.123.6.37]
  9  att-gw.sf.prserv.net [192.205.32.194]
 10  p16-1-0-0.r01.chcgil06.us.bb.verio.net [129.250.5.77]
 11  p16-0-1-1.r20.dllstx01.us.bb.verio.net [129.250.5.85]
 12  p16-6-0-0.r02.hstntx01.us.bb.verio.net [129.250.4.25]
 13  ge-2.ev1.hstntx01.us.bb.verio.net [129.250.10.142]
 14     *        *        *
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2003/06/19/blogshares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twisted.</title>
		<link>http://www.perceive.net/2003/06/18/twisted/</link>
		<comments>http://www.perceive.net/2003/06/18/twisted/#comments</comments>
		<pubDate>Thu, 19 Jun 2003 04:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://dev.perceive.net/2003/06/18/twisted/</guid>
		<description><![CDATA[Twisted might be the first real reason for me to learn Python.  Thanks to the guys at Advogato for pointing it out.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.twistedmatrix.com" title="Twisted Application Framework" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.twistedmatrix.com');">Twisted</a> might be the first real reason for me to learn <a href="http://www.python.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.python.org');">Python</a>.  Thanks to the guys at <a href="http://www.advogato.org/article/668.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.advogato.org');">Advogato</a> for pointing it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2003/06/18/twisted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlogTalk</title>
		<link>http://www.perceive.net/2003/05/17/blogtalk/</link>
		<comments>http://www.perceive.net/2003/05/17/blogtalk/#comments</comments>
		<pubDate>Sun, 18 May 2003 04:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://dev.perceive.net/2003/05/17/blogtalk/</guid>
		<description><![CDATA[Holefully I will soon have enough funds to attend such events as BlogTalk.  Paolo is goind to be a speaker there.
]]></description>
			<content:encoded><![CDATA[<p>Holefully I will soon have enough funds to attend such events as <a href="http://www.blgtalk.net/" title="the BogTalk Conference" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.blgtalk.net');">BlogTalk</a>.  <a href="http://paolo.evectors.it/" title="Paolo has a great Italy-based weblog" onclick="javascript:pageTracker._trackPageview('/outbound/article/paolo.evectors.it');">Paolo</a> is goind to be a speaker there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2003/05/17/blogtalk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buy Shares</title>
		<link>http://www.perceive.net/2003/04/04/buy-shares/</link>
		<comments>http://www.perceive.net/2003/04/04/buy-shares/#comments</comments>
		<pubDate>Fri, 04 Apr 2003 05:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://dev.perceive.net/2003/04/04/buy-shares/</guid>
		<description><![CDATA[You can now Buy Shares in this Blog. It&#8217;s the latest craze.
]]></description>
			<content:encoded><![CDATA[<p>You can now <a href="http://www.blogshares.com/blogs.php?blog=http%3A%2F%2Fwww.perceive.net&#038;user=2698" title="BlogShares Stock Exchange" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.blogshares.com');">Buy Shares in this Blog.</a> It&#8217;s the latest craze.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2003/04/04/buy-shares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XMl Feeds</title>
		<link>http://www.perceive.net/2003/04/03/xml-feeds/</link>
		<comments>http://www.perceive.net/2003/04/03/xml-feeds/#comments</comments>
		<pubDate>Thu, 03 Apr 2003 05:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://dev.perceive.net/2003/04/03/xml-feeds/</guid>
		<description><![CDATA[For those of you subscribed to any of the XML feeds I provide, Sorry for the outage.  The website has been moved to another server, and is running happily now.
And we thank you for your support.
]]></description>
			<content:encoded><![CDATA[<p>For those of you subscribed to any of the <a href="http://www.perceive.net/pages/page/feeds/" >XML feeds I provide</a>, Sorry for the outage.  The website has been moved to another server, and is running happily now.</p>
<p>And we thank you for your support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2003/04/03/xml-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

