<?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: WP TimeSheets</title>
	<atom:link href="http://webdlabs.com/projects/wp-timesheets/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdlabs.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 20 Jan 2010 18:45:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: iplnts</title>
		<link>http://webdlabs.com/projects/wp-timesheets/comment-page-1/#comment-984</link>
		<dc:creator>iplnts</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://webdlabs.com/?page_id=72#comment-984</guid>
		<description>Hi Akshay!

This plugin a very good idea, and I can successfully run on WP 2.9. Great thanks, for it. 

Only a tiny remark:
in the wpts-new.php 	
   99 (line)      
  101(line)       
you use short php code (never somewhere else). If someone doesn&#039;t allow the short php  or doesn&#039;t know whether it is allowed on the hosting server  - it will throw a php error. (I&#039;ve changed manually in the previous version and also in this new one too running on my environment).
 Please look after, it  would causes someone to believe your plugin doesn&#039;t work, but it is well, only with this littlle hack. 

thanks, 
iplnts</description>
		<content:encoded><![CDATA[<p>Hi Akshay!</p>
<p>This plugin a very good idea, and I can successfully run on WP 2.9. Great thanks, for it. </p>
<p>Only a tiny remark:<br />
in the wpts-new.php<br />
   99 (line)<br />
  101(line)<br />
you use short php code (never somewhere else). If someone doesn&#8217;t allow the short php  or doesn&#8217;t know whether it is allowed on the hosting server  &#8211; it will throw a php error. (I&#8217;ve changed manually in the previous version and also in this new one too running on my environment).<br />
 Please look after, it  would causes someone to believe your plugin doesn&#8217;t work, but it is well, only with this littlle hack. </p>
<p>thanks,<br />
iplnts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay</title>
		<link>http://webdlabs.com/projects/wp-timesheets/comment-page-1/#comment-745</link>
		<dc:creator>Akshay</dc:creator>
		<pubDate>Tue, 01 Dec 2009 18:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://webdlabs.com/?page_id=72#comment-745</guid>
		<description>@ Manne @ Jim

Thanks for your interest in this plugin. Based on your feedback I have added the following features to the plugin in its new version 0.3:

- Possibility to add more than one job per day (i.e when working on several projects on one day)
- Possibility to show reports by user, jobname, date, week and month</description>
		<content:encoded><![CDATA[<p>@ Manne @ Jim</p>
<p>Thanks for your interest in this plugin. Based on your feedback I have added the following features to the plugin in its new version 0.3:</p>
<p>- Possibility to add more than one job per day (i.e when working on several projects on one day)<br />
- Possibility to show reports by user, jobname, date, week and month</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Camomile</title>
		<link>http://webdlabs.com/projects/wp-timesheets/comment-page-1/#comment-744</link>
		<dc:creator>Jim Camomile</dc:creator>
		<pubDate>Tue, 01 Dec 2009 17:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://webdlabs.com/?page_id=72#comment-744</guid>
		<description>This plugin has potential. I agree with Mann in his comment above about having more than one line per day. I do freelance work and I can&#039;t remember the last time I could summarize a day of work with one project title and description. I think it would be more useful to be able to add items one at a time and plug in the date and times for each item.

Thanks for a great start to this. I think it will be really valuable to lots of people.</description>
		<content:encoded><![CDATA[<p>This plugin has potential. I agree with Mann in his comment above about having more than one line per day. I do freelance work and I can&#8217;t remember the last time I could summarize a day of work with one project title and description. I think it would be more useful to be able to add items one at a time and plug in the date and times for each item.</p>
<p>Thanks for a great start to this. I think it will be really valuable to lots of people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay</title>
		<link>http://webdlabs.com/projects/wp-timesheets/comment-page-1/#comment-553</link>
		<dc:creator>Akshay</dc:creator>
		<pubDate>Sun, 04 Oct 2009 07:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://webdlabs.com/?page_id=72#comment-553</guid>
		<description>@ Manne

Thanks for pointing out the issue. Have fixed it in ver. 0.2. Will also incorporate the other suggestions in the upcoming releases.</description>
		<content:encoded><![CDATA[<p>@ Manne</p>
<p>Thanks for pointing out the issue. Have fixed it in ver. 0.2. Will also incorporate the other suggestions in the upcoming releases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manne</title>
		<link>http://webdlabs.com/projects/wp-timesheets/comment-page-1/#comment-549</link>
		<dc:creator>Manne</dc:creator>
		<pubDate>Wed, 30 Sep 2009 20:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://webdlabs.com/?page_id=72#comment-549</guid>
		<description>Found out what it was, I&#039;m not using the standard wp_ database prefix. After a search and replace for wp_timesheets to {wpdb-&gt;prefix}timesheets everyting works.

Ideas for coming version:
- Possibility to add more than one job/time sheet per day (i.e when working on several projects on one day)
- Possibility to show reports per project/client
- Automatic drop down for projects/clients entered before (from database) when filling in the Job name field</description>
		<content:encoded><![CDATA[<p>Found out what it was, I&#8217;m not using the standard wp_ database prefix. After a search and replace for wp_timesheets to {wpdb-&gt;prefix}timesheets everyting works.</p>
<p>Ideas for coming version:<br />
- Possibility to add more than one job/time sheet per day (i.e when working on several projects on one day)<br />
- Possibility to show reports per project/client<br />
- Automatic drop down for projects/clients entered before (from database) when filling in the Job name field</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manne</title>
		<link>http://webdlabs.com/projects/wp-timesheets/comment-page-1/#comment-545</link>
		<dc:creator>Manne</dc:creator>
		<pubDate>Tue, 29 Sep 2009 20:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://webdlabs.com/?page_id=72#comment-545</guid>
		<description>Great idea, unfortunately doesn&#039;t work for me (clean WP 2.8.4 install) - I get a &quot;Timesheet saved.&quot; notification after I add a timesheet but nothing gets saved to the database</description>
		<content:encoded><![CDATA[<p>Great idea, unfortunately doesn&#8217;t work for me (clean WP 2.8.4 install) &#8211; I get a &#8220;Timesheet saved.&#8221; notification after I add a timesheet but nothing gets saved to the database</p>
]]></content:encoded>
	</item>
</channel>
</rss>
