<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A better newLISP web library</title>
	<atom:link href="http://www.artfulcode.net/articles/a-better-newlisp-web-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artfulcode.net/articles/a-better-newlisp-web-library/</link>
	<description>Resources and tips for dynamic, interactive languages.</description>
	<lastBuildDate>Mon, 23 Jan 2012 14:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cormullion</title>
		<link>http://www.artfulcode.net/articles/a-better-newlisp-web-library/comment-page-1/#comment-1775</link>
		<dc:creator>cormullion</dc:creator>
		<pubDate>Thu, 13 Aug 2009 21:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=648#comment-1775</guid>
		<description>Hi Jeff. Thanks for doing this! So far this new version looks like it&#039;s doing exactly the right thing. No problems to report...!</description>
		<content:encoded><![CDATA[<p>Hi Jeff. Thanks for doing this! So far this new version looks like it&#8217;s doing exactly the right thing. No problems to report&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.artfulcode.net/articles/a-better-newlisp-web-library/comment-page-1/#comment-1773</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 13 Aug 2009 16:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=648#comment-1773</guid>
		<description>I&#039;ve updated the module to be more tolerant on query parsing as well has (hopefully) fixing the bug. Take a look and see if that solves the problem.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the module to be more tolerant on query parsing as well has (hopefully) fixing the bug. Take a look and see if that solves the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cormullion</title>
		<link>http://www.artfulcode.net/articles/a-better-newlisp-web-library/comment-page-1/#comment-1768</link>
		<dc:creator>cormullion</dc:creator>
		<pubDate>Fri, 07 Aug 2009 21:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=648#comment-1768</guid>
		<description>OK, thanks Jeff. I think it&#039;s that regex, but I really can&#039;t make much of it... :( I want the form&#039;s textarea to be able to submit any newLISP expression - not sure how the regex handles them. 

I could use cgi.lsp for this part, I suppose...</description>
		<content:encoded><![CDATA[<p>OK, thanks Jeff. I think it&#8217;s that regex, but I really can&#8217;t make much of it&#8230; :( I want the form&#8217;s textarea to be able to submit any newLISP expression &#8211; not sure how the regex handles them. </p>
<p>I could use cgi.lsp for this part, I suppose&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.artfulcode.net/articles/a-better-newlisp-web-library/comment-page-1/#comment-1767</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 07 Aug 2009 16:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=648#comment-1767</guid>
		<description>I imagine it is in the regular expression that is parsing the query. I am on vacation until next Thursday. I will try and find some time to figure it out when I get back. If you find anything in the meantime, post it and I will update the code.</description>
		<content:encoded><![CDATA[<p>I imagine it is in the regular expression that is parsing the query. I am on vacation until next Thursday. I will try and find some time to figure it out when I get back. If you find anything in the meantime, post it and I will update the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cormullion</title>
		<link>http://www.artfulcode.net/articles/a-better-newlisp-web-library/comment-page-1/#comment-1765</link>
		<dc:creator>cormullion</dc:creator>
		<pubDate>Thu, 06 Aug 2009 22:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=648#comment-1765</guid>
		<description>I can&#039;t get the parse-query to work at all - keeps returning an empty string. But it&#039;s not easy for me to extract that function out of context...

My test form is &lt;a href=&quot;http://unbalanced-parentheses.nfshost.com/formtest/index&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. It just displays the POST and GET parameters when you type in some text in the text area and click the buttons. Some text works, but not any text - generally it doesn&#039;t like punctuation in the textarea. I can&#039;t identify the pattern yet. Suggestions welcomed! :)</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get the parse-query to work at all &#8211; keeps returning an empty string. But it&#8217;s not easy for me to extract that function out of context&#8230;</p>
<p>My test form is <a href="http://unbalanced-parentheses.nfshost.com/formtest/index" rel="nofollow">here</a>. It just displays the POST and GET parameters when you type in some text in the text area and click the buttons. Some text works, but not any text &#8211; generally it doesn&#8217;t like punctuation in the textarea. I can&#8217;t identify the pattern yet. Suggestions welcomed! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.artfulcode.net/articles/a-better-newlisp-web-library/comment-page-1/#comment-1764</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 06 Aug 2009 18:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=648#comment-1764</guid>
		<description>What does it do with GET parameters? Try using the Web:parse-query routine directly on the query string and see what output it gives you.</description>
		<content:encoded><![CDATA[<p>What does it do with GET parameters? Try using the Web:parse-query routine directly on the query string and see what output it gives you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cormullion</title>
		<link>http://www.artfulcode.net/articles/a-better-newlisp-web-library/comment-page-1/#comment-1763</link>
		<dc:creator>cormullion</dc:creator>
		<pubDate>Thu, 06 Aug 2009 17:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=648#comment-1763</guid>
		<description>jeff - I&#039;ve been struggling with web.lsp a bit when it came to coding an HTML form, and I just thought I&#039;d check with you... Is it possible to write a form where the textarea starts with a parenthesis character? So far all my attempts at getting such a string from the POST parameters haven&#039;t worked... 

Basically I&#039;m going:

      

and I&#039;m not seeing the textarea&#039;s &#039;name&#039; appearing. Am I doing something stupid? Perhaps I should be encoding the contents of the text area? :)</description>
		<content:encoded><![CDATA[<p>jeff &#8211; I&#8217;ve been struggling with web.lsp a bit when it came to coding an HTML form, and I just thought I&#8217;d check with you&#8230; Is it possible to write a form where the textarea starts with a parenthesis character? So far all my attempts at getting such a string from the POST parameters haven&#8217;t worked&#8230; </p>
<p>Basically I&#8217;m going:</p>
<p>and I&#8217;m not seeing the textarea&#8217;s &#8216;name&#8217; appearing. Am I doing something stupid? Perhaps I should be encoding the contents of the text area? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cormullion</title>
		<link>http://www.artfulcode.net/articles/a-better-newlisp-web-library/comment-page-1/#comment-1699</link>
		<dc:creator>cormullion</dc:creator>
		<pubDate>Mon, 27 Jul 2009 17:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=648#comment-1699</guid>
		<description>Just thought I&#039;d better call by and say &quot;Thanks&quot; again for this, Jeff. You can see it in action at ... no wait, you can&#039;t see it in action, because it&#039;s working seamlessly in the background! :)</description>
		<content:encoded><![CDATA[<p>Just thought I&#8217;d better call by and say &#8220;Thanks&#8221; again for this, Jeff. You can see it in action at &#8230; no wait, you can&#8217;t see it in action, because it&#8217;s working seamlessly in the background! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duke</title>
		<link>http://www.artfulcode.net/articles/a-better-newlisp-web-library/comment-page-1/#comment-1147</link>
		<dc:creator>Duke</dc:creator>
		<pubDate>Fri, 29 May 2009 19:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=648#comment-1147</guid>
		<description>Thanks jeff! on my system this newLisp module will forever be know as oberWeb.lsp.</description>
		<content:encoded><![CDATA[<p>Thanks jeff! on my system this newLisp module will forever be know as oberWeb.lsp.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

