<?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 for Jon&#039;s Blog</title>
	<atom:link href="http://jctweb.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jctweb.net</link>
	<description>My blog</description>
	<lastBuildDate>Wed, 07 Dec 2011 21:15:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Sessions without Cookies in CodeIgniter by Jon Trelfa</title>
		<link>http://jctweb.net/2011/09/20/sessions-without-cookies-in-codeigniter/comment-page-1/#comment-1851</link>
		<dc:creator>Jon Trelfa</dc:creator>
		<pubDate>Wed, 07 Dec 2011 21:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://jctweb.net/?p=151#comment-1851</guid>
		<description>The issue is preserving the session ID - with no cookie, where do you store it?  Another possibility is to have every link post a form and make the session ID a hidden form field.</description>
		<content:encoded><![CDATA[<p>The issue is preserving the session ID &#8211; with no cookie, where do you store it?  Another possibility is to have every link post a form and make the session ID a hidden form field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sessions without Cookies in CodeIgniter by cartalot</title>
		<link>http://jctweb.net/2011/09/20/sessions-without-cookies-in-codeigniter/comment-page-1/#comment-1841</link>
		<dc:creator>cartalot</dc:creator>
		<pubDate>Tue, 20 Sep 2011 17:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://jctweb.net/?p=151#comment-1841</guid>
		<description>this is cool - and - couldn&#039;t you call another controller before calling the view -- and then NOT display the session id in the URL -- so is cleaner / bookmark friendly -- but still have sessionid on the internal links? then if someone bookmarks page -- and there is no session id -- start a new session.</description>
		<content:encoded><![CDATA[<p>this is cool &#8211; and &#8211; couldn&#8217;t you call another controller before calling the view &#8212; and then NOT display the session id in the URL &#8212; so is cleaner / bookmark friendly &#8212; but still have sessionid on the internal links? then if someone bookmarks page &#8212; and there is no session id &#8212; start a new session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on To-do Lists with Vimwiki by Jon Trelfa</title>
		<link>http://jctweb.net/2010/09/24/to-do-lists-with-vimwiki/comment-page-1/#comment-1743</link>
		<dc:creator>Jon Trelfa</dc:creator>
		<pubDate>Mon, 27 Sep 2010 12:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://jctweb.net/?p=127#comment-1743</guid>
		<description>Thanks! :)</description>
		<content:encoded><![CDATA[<p>Thanks! <img src='http://jctweb.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on To-do Lists with Vimwiki by Maxim Kim</title>
		<link>http://jctweb.net/2010/09/24/to-do-lists-with-vimwiki/comment-page-1/#comment-1742</link>
		<dc:creator>Maxim Kim</dc:creator>
		<pubDate>Sat, 25 Sep 2010 07:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://jctweb.net/?p=127#comment-1742</guid>
		<description>You can also tap 

    \wt

omitting :tabnew part.</description>
		<content:encoded><![CDATA[<p>You can also tap </p>
<p>    \wt</p>
<p>omitting :tabnew part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux Blogging Clients by Edward</title>
		<link>http://jctweb.net/2009/11/16/linux-blogging-clients/comment-page-1/#comment-1284</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Sat, 07 Aug 2010 14:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://jctweb.net/?p=31#comment-1284</guid>
		<description>nice list. I suggest bleezer. It has image uploading capabilities. It is java based though.</description>
		<content:encoded><![CDATA[<p>nice list. I suggest bleezer. It has image uploading capabilities. It is java based though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Handy VIM keyboard shortcut by Michael</title>
		<link>http://jctweb.net/2009/12/02/handy-vim-shortcut/comment-page-1/#comment-615</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 13 May 2010 04:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://jctweb.net/?p=56#comment-615</guid>
		<description>K, I am lovin this. Another GREAT Vim tip.</description>
		<content:encoded><![CDATA[<p>K, I am lovin this. Another GREAT Vim tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code folding with VIM &#8211; the manual way by Michael</title>
		<link>http://jctweb.net/2010/01/29/code-folding-with-vim-the-manual-way/comment-page-1/#comment-614</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 13 May 2010 04:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://jctweb.net/2010/01/29/code-folding-with-vim-the-manual-way/#comment-614</guid>
		<description>I was using Vim the other day and was thinkin &quot;Man I wish Vim had a way to fold code&quot;. Your post was REALLY helpful. Thank you.</description>
		<content:encoded><![CDATA[<p>I was using Vim the other day and was thinkin &#8220;Man I wish Vim had a way to fold code&#8221;. Your post was REALLY helpful. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux Blogging Clients by Kushal Das</title>
		<link>http://jctweb.net/2009/11/16/linux-blogging-clients/comment-page-1/#comment-343</link>
		<dc:creator>Kushal Das</dc:creator>
		<pubDate>Wed, 14 Apr 2010 19:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://jctweb.net/?p=31#comment-343</guid>
		<description>Hi again :)

I released lekhonee-gnome 0.9 , you might want to try it out.

Kushal</description>
		<content:encoded><![CDATA[<p>Hi again <img src='http://jctweb.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I released lekhonee-gnome 0.9 , you might want to try it out.</p>
<p>Kushal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code folding with VIM &#8211; the manual way by Code folding with VIM – the manual way &#124; Jon&#39;s Blog &#124; Drakz Free Online Service</title>
		<link>http://jctweb.net/2010/01/29/code-folding-with-vim-the-manual-way/comment-page-1/#comment-55</link>
		<dc:creator>Code folding with VIM – the manual way &#124; Jon&#39;s Blog &#124; Drakz Free Online Service</dc:creator>
		<pubDate>Fri, 29 Jan 2010 22:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://jctweb.net/2010/01/29/code-folding-with-vim-the-manual-way/#comment-55</guid>
		<description>[...] the rest here: Code folding with VIM – the manual way &#124; Jon&#039;s Blog   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] the rest here: Code folding with VIM – the manual way | Jon&#39;s Blog   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code folding with VIM &#8211; the manual way by Code folding with VIM – the manual way &#124; Jon&#39;s Blog &#124; Drakz Free Online Service</title>
		<link>http://jctweb.net/2010/01/29/code-folding-with-vim-the-manual-way/comment-page-1/#comment-54</link>
		<dc:creator>Code folding with VIM – the manual way &#124; Jon&#39;s Blog &#124; Drakz Free Online Service</dc:creator>
		<pubDate>Fri, 29 Jan 2010 20:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://jctweb.net/2010/01/29/code-folding-with-vim-the-manual-way/#comment-54</guid>
		<description>[...] is the original post: Code folding with VIM – the manual way &#124; Jon&#039;s Blog   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] is the original post: Code folding with VIM – the manual way | Jon&#39;s Blog   Share and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

