<?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 philpalmieri</title>
	<atom:link href="http://philpalmieri.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://philpalmieri.com</link>
	<description>php, codeigniter, mysql, jquery, UI, UX</description>
	<lastBuildDate>Sat, 12 Nov 2011 01:43:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on idleTimeout &#8211; jQuery Idle Session Auto Timeout with Prompt by lit</title>
		<link>http://philpalmieri.com/2009/09/jquery-session-auto-timeout-with-prompt/comment-page-2/#comment-2828</link>
		<dc:creator>lit</dc:creator>
		<pubDate>Sat, 12 Nov 2011 01:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=125#comment-2828</guid>
		<description>Thanks phil, I got it working now.. but i have another question.. Is it possible to only enable the idle checking in a specific page? thanks!</description>
		<content:encoded><![CDATA[<p>Thanks phil, I got it working now.. but i have another question.. Is it possible to only enable the idle checking in a specific page? thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on idleTimeout &#8211; jQuery Idle Session Auto Timeout with Prompt by Phil</title>
		<link>http://philpalmieri.com/2009/09/jquery-session-auto-timeout-with-prompt/comment-page-2/#comment-2825</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 11 Nov 2011 12:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=125#comment-2825</guid>
		<description>of course... its server-side agnostic...  plus, i use codeigniter with it all the time.</description>
		<content:encoded><![CDATA[<p>of course&#8230; its server-side agnostic&#8230;  plus, i use codeigniter with it all the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on idleTimeout &#8211; jQuery Idle Session Auto Timeout with Prompt by lit</title>
		<link>http://philpalmieri.com/2009/09/jquery-session-auto-timeout-with-prompt/comment-page-2/#comment-2824</link>
		<dc:creator>lit</dc:creator>
		<pubDate>Fri, 11 Nov 2011 06:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=125#comment-2824</guid>
		<description>This is very interesting but i have a question, can i use it with codeigniter? Thanks.</description>
		<content:encoded><![CDATA[<p>This is very interesting but i have a question, can i use it with codeigniter? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Personalized User Vanity Url&#8217;s in Codeigniter by Phil</title>
		<link>http://philpalmieri.com/2010/04/personalized-user-vanity-urls-in-codeigniter/comment-page-1/#comment-2767</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 28 Oct 2011 13:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=197#comment-2767</guid>
		<description>Hi @oudin,

I&#039;m using HMVC with it too..  I place it in the /app/config/routes.php

So:  $route[&#039;(:any)&#039;] = &quot;aliases/check/$1&quot;;

in my aliases controller, i basically take the uri-&gt;segment(3) and check against the users/item table for the alias.</description>
		<content:encoded><![CDATA[<p>Hi @oudin,</p>
<p>I&#8217;m using HMVC with it too..  I place it in the /app/config/routes.php</p>
<p>So:  $route['(:any)'] = &#8220;aliases/check/$1&#8243;;</p>
<p>in my aliases controller, i basically take the uri->segment(3) and check against the users/item table for the alias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Personalized User Vanity Url&#8217;s in Codeigniter by Oudin</title>
		<link>http://philpalmieri.com/2010/04/personalized-user-vanity-urls-in-codeigniter/comment-page-1/#comment-2766</link>
		<dc:creator>Oudin</dc:creator>
		<pubDate>Fri, 28 Oct 2011 12:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=197#comment-2766</guid>
		<description>Hi I&#039;m using HMVC to structure my app would I have to place this in the main rout or in all the routes in the respective modules. 

Also what code would I have to add in the ‘aliases’ controller (and module if you are using them)</description>
		<content:encoded><![CDATA[<p>Hi I&#8217;m using HMVC to structure my app would I have to place this in the main rout or in all the routes in the respective modules. </p>
<p>Also what code would I have to add in the ‘aliases’ controller (and module if you are using them)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on idleTimeout &#8211; jQuery Idle Session Auto Timeout with Prompt by Juan C</title>
		<link>http://philpalmieri.com/2009/09/jquery-session-auto-timeout-with-prompt/comment-page-2/#comment-2711</link>
		<dc:creator>Juan C</dc:creator>
		<pubDate>Wed, 12 Oct 2011 22:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=125#comment-2711</guid>
		<description>Hi,

I have a question about the &quot;inactivity&quot; option.  Does this get reset only when users are typing on the browser or moving the mouse or actually when the users access a server resource?  I am looking for the latter option.  I don&#039;t want to be pinging the server when the user moves the mouse or types every time. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a question about the &#8220;inactivity&#8221; option.  Does this get reset only when users are typing on the browser or moving the mouse or actually when the users access a server resource?  I am looking for the latter option.  I don&#8217;t want to be pinging the server when the user moves the mouse or types every time. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on idleTimeout &#8211; jQuery Idle Session Auto Timeout with Prompt by Azhar</title>
		<link>http://philpalmieri.com/2009/09/jquery-session-auto-timeout-with-prompt/comment-page-2/#comment-2698</link>
		<dc:creator>Azhar</dc:creator>
		<pubDate>Fri, 07 Oct 2011 08:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=125#comment-2698</guid>
		<description>How can i change color of box? or it use image instead of color code?</description>
		<content:encoded><![CDATA[<p>How can i change color of box? or it use image instead of color code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on idleTimeout &#8211; jQuery Idle Session Auto Timeout with Prompt by Fen Chen</title>
		<link>http://philpalmieri.com/2009/09/jquery-session-auto-timeout-with-prompt/comment-page-2/#comment-2690</link>
		<dc:creator>Fen Chen</dc:creator>
		<pubDate>Mon, 03 Oct 2011 22:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=125#comment-2690</guid>
		<description>Hi Phi, thanks for sharing. can i have permission to use this plugin? Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Phi, thanks for sharing. can i have permission to use this plugin? Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on idleTimeout &#8211; jQuery Idle Session Auto Timeout with Prompt by praveen</title>
		<link>http://philpalmieri.com/2009/09/jquery-session-auto-timeout-with-prompt/comment-page-2/#comment-2681</link>
		<dc:creator>praveen</dc:creator>
		<pubDate>Thu, 29 Sep 2011 19:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=125#comment-2681</guid>
		<description>Hi,
may i know where is the updated post with instructions on activating the plugin. and also instructions how to use this.
Not able to get pop up window with message.

Thank you
Praveen.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
may i know where is the updated post with instructions on activating the plugin. and also instructions how to use this.<br />
Not able to get pop up window with message.</p>
<p>Thank you<br />
Praveen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on idleTimeout &#8211; jQuery Idle Session Auto Timeout with Prompt by Phil</title>
		<link>http://philpalmieri.com/2009/09/jquery-session-auto-timeout-with-prompt/comment-page-2/#comment-2597</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 22 Aug 2011 11:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=125#comment-2597</guid>
		<description>go for it, if you make some good modifications, please share - ill see about incorporating back into it.</description>
		<content:encoded><![CDATA[<p>go for it, if you make some good modifications, please share &#8211; ill see about incorporating back into it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

