<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Project Tasks</title>
	<atom:link href="http://klasehnemark.com/project-tasks/feed" rel="self" type="application/rss+xml" />
	<link>http://klasehnemark.com/project-tasks</link>
	<description>film, music and new media</description>
	<lastBuildDate>Fri, 23 Nov 2012 23:52:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Дизайн студия ProGrafika</title>
		<link>http://klasehnemark.com/project-tasks#comment-3325</link>
		<dc:creator>Дизайн студия ProGrafika</dc:creator>
		<pubDate>Fri, 04 May 2012 22:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://klasehnemark.com/?p=942#comment-3325</guid>
		<description><![CDATA[L Like it plugin!]]></description>
		<content:encoded><![CDATA[<p>L Like it plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: user</title>
		<link>http://klasehnemark.com/project-tasks#comment-2279</link>
		<dc:creator>user</dc:creator>
		<pubDate>Sun, 26 Feb 2012 22:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://klasehnemark.com/?p=942#comment-2279</guid>
		<description><![CDATA[Ho Jon! I guess the only way would be to change the user-level set in line 63 in the file files/project-tasks-admin.php from &#039;administrator&#039; to null. Please tell me that doesn&#039;t work and I can look into it some more. Klas]]></description>
		<content:encoded><![CDATA[<p>Ho Jon! I guess the only way would be to change the user-level set in line 63 in the file files/project-tasks-admin.php from &#8216;administrator&#8217; to null. Please tell me that doesn&#8217;t work and I can look into it some more. Klas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Knight</title>
		<link>http://klasehnemark.com/project-tasks#comment-2250</link>
		<dc:creator>Jon Knight</dc:creator>
		<pubDate>Sat, 25 Feb 2012 15:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://klasehnemark.com/?p=942#comment-2250</guid>
		<description><![CDATA[Hi Klas, this is a really great plug-in. I have a feature request or possibly very stupid question.. would it be possible to make ProjectTask accessible from roles other than administrator in the Wordpress Admin site? I have a number of editors and contributors on my site, for whom Project Tasks would be really useful.
Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Klas, this is a really great plug-in. I have a feature request or possibly very stupid question.. would it be possible to make ProjectTask accessible from roles other than administrator in the WordPress Admin site? I have a number of editors and contributors on my site, for whom Project Tasks would be really useful.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klas Ehnemark</title>
		<link>http://klasehnemark.com/project-tasks#comment-1704</link>
		<dc:creator>Klas Ehnemark</dc:creator>
		<pubDate>Wed, 01 Feb 2012 16:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://klasehnemark.com/?p=942#comment-1704</guid>
		<description><![CDATA[Hi Frank! Thank you, a wonderful idea. I&#039;ll do that! Klas]]></description>
		<content:encoded><![CDATA[<p>Hi Frank! Thank you, a wonderful idea. I&#8217;ll do that! Klas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://klasehnemark.com/project-tasks#comment-1701</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 01 Feb 2012 10:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://klasehnemark.com/?p=942#comment-1701</guid>
		<description><![CDATA[Hi Klas,
thanks for the work on this plugin, but an problem.
If you will use the plugin on Multisite or an defined other folder for the plugins, it is not usable. The plugin cant load the js and css files.
I have change this on my test; maybe you will change this on the file /files/project-tasks-general.php


		public static function load_scripts_and_styles () {
			wp_enqueue_script ( &#039;thickbox&#039; );
			wp_register_script ( &#039;project_tasks&#039;, WP_PLUGIN_URL . &#039;/&#039; . dirname( plugin_basename(__FILE__) ) . &#039;/project-tasks.js&#039; );
			//wp_register_script ( &#039;project_tasks&#039;, &#039;/wp-content/plugins/&#039; . str_replace( &#039;project-tasks-general.php&#039;, &#039;project-tasks.js&#039;, plugin_basename(__FILE__)));
			wp_enqueue_script ( &#039;project_tasks&#039; );
			wp_enqueue_style ( &#039;thickbox&#039; );
			
			wp_register_style ( &#039;project_tasks&#039;, WP_PLUGIN_URL . &#039;/&#039; . dirname( plugin_basename(__FILE__) ) . &#039;/project-tasks.css&#039; );
			//wp_register_style ( &#039;project_tasks&#039;, &#039;/wp-content/plugins/&#039; . str_replace( &#039;project-tasks-general.php&#039;, &#039;project-tasks.css&#039;, plugin_basename(__FILE__)));
			wp_enqueue_style ( &#039;project_tasks&#039; );		
		}
]]></description>
		<content:encoded><![CDATA[<p>Hi Klas,<br />
thanks for the work on this plugin, but an problem.<br />
If you will use the plugin on Multisite or an defined other folder for the plugins, it is not usable. The plugin cant load the js and css files.<br />
I have change this on my test; maybe you will change this on the file /files/project-tasks-general.php</p>
<p>		public static function load_scripts_and_styles () {<br />
			wp_enqueue_script ( &#8216;thickbox&#8217; );<br />
			wp_register_script ( &#8216;project_tasks&#8217;, WP_PLUGIN_URL . &#8216;/&#8217; . dirname( plugin_basename(__FILE__) ) . &#8216;/project-tasks.js&#8217; );<br />
			//wp_register_script ( &#8216;project_tasks&#8217;, &#8216;/wp-content/plugins/&#8217; . str_replace( &#8216;project-tasks-general.php&#8217;, &#8216;project-tasks.js&#8217;, plugin_basename(__FILE__)));<br />
			wp_enqueue_script ( &#8216;project_tasks&#8217; );<br />
			wp_enqueue_style ( &#8216;thickbox&#8217; );</p>
<p>			wp_register_style ( &#8216;project_tasks&#8217;, WP_PLUGIN_URL . &#8216;/&#8217; . dirname( plugin_basename(__FILE__) ) . &#8216;/project-tasks.css&#8217; );<br />
			//wp_register_style ( &#8216;project_tasks&#8217;, &#8216;/wp-content/plugins/&#8217; . str_replace( &#8216;project-tasks-general.php&#8217;, &#8216;project-tasks.css&#8217;, plugin_basename(__FILE__)));<br />
			wp_enqueue_style ( &#8216;project_tasks&#8217; );<br />
		}</p>
]]></content:encoded>
	</item>
</channel>
</rss>


<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              260ab
Template:           single
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: klasehnemark.com @ 2013-05-22 14:31:28 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             apc
Cache key:          w3tc_klasehnemark.com_1_page_08c2338c61d34839c73b843ce62d1dc0_gzip
Caching:            enabled
Status:             not cached
Creation Time:      0.094s
Header info:
X-CF-Powered-By:    WP 1.2.1
ETag:               "1037edc0769ca672d91a681a85668899"
Link:               <http://wp.me/pNxNi-fc>; rel=shortlink
Last-Modified:      Fri, 23 Nov 2012 23:52:53 GMT
Vary:               Accept-Encoding, Cookie
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Encoding:   gzip
X-Pingback:         http://klasehnemark.com/xmlrpc.php
Content-Type:       text/xml; charset=UTF-8
-->