<?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: WordPress Project Management Update</title>
	<atom:link href="http://www.stuffbysarah.net/2009/02/01/wordpress-project-manage-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuffbysarah.net/2009/02/01/wordpress-project-manage-update/</link>
	<description>PHP, WordPress and Business Ramblings</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:44:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2009/02/01/wordpress-project-manage-update/#comment-16467</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sun, 05 Apr 2009 18:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1220#comment-16467</guid>
		<description>Hi Sean, thanks for your detailed comment! We just use WordPress to keep track of what work is on, and where we&#039;re up to. Uploading files is handy but it&#039;s not something I really thought of using mainly because I could/would just email the files to whoever needed them. The WP project site just helps us know what&#039;s going on and where, although now my freelance developer is too busy to take on work anyway so it&#039;s just back to the two of us who are in the same room, so the project site has taken a back seat for now.

As for your comment about the categories list, yes I used the exclude parameter, but it needed to determine which person was logged in and then display the categories that the user was permitted to see hence why I wrote a function to redo the category list output :)</description>
		<content:encoded><![CDATA[<p>Hi Sean, thanks for your detailed comment! We just use WordPress to keep track of what work is on, and where we&#039;re up to. Uploading files is handy but it&#039;s not something I really thought of using mainly because I could/would just email the files to whoever needed them. The WP project site just helps us know what&#039;s going on and where, although now my freelance developer is too busy to take on work anyway so it&#039;s just back to the two of us who are in the same room, so the project site has taken a back seat for now.</p>
<p>As for your comment about the categories list, yes I used the exclude parameter, but it needed to determine which person was logged in and then display the categories that the user was permitted to see hence why I wrote a function to redo the category list output <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Collins</title>
		<link>http://www.stuffbysarah.net/2009/02/01/wordpress-project-manage-update/#comment-16464</link>
		<dc:creator>Sean Collins</dc:creator>
		<pubDate>Sat, 04 Apr 2009 19:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1220#comment-16464</guid>
		<description>Sarah,

I was thinking the same thing and came across your blog while looking for helpful plug-ins that might help this idea.

I&#039;m a freelance designer and I&#039;ve been exploring all the usual open source options out there as well. I don&#039;t have the need for collaboration (although WP would allow it), tasks, or milestones. There really doesn&#039;t seem to be anything out there that&#039;s simple to use and has all I want.

I&#039;m currently using an AIR app called Klok which is great for keeping track of actual time spent per project. I just name a client as a project, name each job as a sub project, and then click &quot;work on&quot; when I&#039;m working and &quot;stop&quot; when I take a break. Then you can export all your recorded time as a CSV file.

So I thought about Wordpress this week and this was my first concept: Rename &quot;categories&quot; as &quot;clients&quot; to keep all client related stuff together. Each job for a client would be a post. Rename &quot;comments&quot; as &quot;notes&quot; and keep any notes and paste all important emails as individual notes. WP has built-in search capabilities but a plug-in like Search Unleashed expands it nicely to search everything. This would make it easy to find any of your notes or important emails much faster.

I will install this on my local system since I don&#039;t have any immediate collaboration needs. I use EasyPHP as my localhost server program. 

Another added benefit for you, as a collaborator, would be the ability to upload files to WP. I just keep everything in a separate client folder on my drive.

My idea for the front page would be to show all active projects. Old projects would automatically get archived which is another great thing about WP. Never know when you want to look up some old info.

Sunbird is a cool/handy calendar program for keeping track of paying bills on time and alerts for appointments. Unfortunately, not being a programmer, it&#039;s very limited and I can&#039;t change it.

What I&#039;m looking to add to this WP Project Management idea is some simple scheduling function that comes up in chart form and a gantt chart for seeing the flow of projects. I&#039;ve created these items (sort of) in Calc and they work fine - it would just be ideal to have everything all together rather than using multiple programs.

I agree the stuff out there is either too expensive, not what WE want, or too intricate. I don&#039;t want to spend a half-hour setting up a new client in my system and having all these unnecessary functions cluttering the screen.

Lastly, Wordpress can be re-designed to your own user-interface. I thought of Drupal as well, but I&#039;m thinking WP is simpler. It might not have as many plug-ins as Drupal but it&#039;s easier to explore and tinker with. I think.

Appreciate it if you could keep me up to date with your progress and concepts.

PS. You mentioned hiding certain content from the categories list. Have you tried using the exclude function? I set up a blog recently where I wanted content in the right side-column but not in the left-side category list. It was as easy as assigning posts to a right-side category and then inserting this code into the sidebar.php file:

&lt;?php wp_list_categories(&#039;exclude=8&amp;show_count=1&amp;title_li=Categories&#039;); ?&gt;

8 being the category for right-side content.</description>
		<content:encoded><![CDATA[<p>Sarah,</p>
<p>I was thinking the same thing and came across your blog while looking for helpful plug-ins that might help this idea.</p>
<p>I&#039;m a freelance designer and I&#039;ve been exploring all the usual open source options out there as well. I don&#039;t have the need for collaboration (although WP would allow it), tasks, or milestones. There really doesn&#039;t seem to be anything out there that&#039;s simple to use and has all I want.</p>
<p>I&#039;m currently using an AIR app called Klok which is great for keeping track of actual time spent per project. I just name a client as a project, name each job as a sub project, and then click &#034;work on&#034; when I&#039;m working and &#034;stop&#034; when I take a break. Then you can export all your recorded time as a CSV file.</p>
<p>So I thought about WordPress this week and this was my first concept: Rename &#034;categories&#034; as &#034;clients&#034; to keep all client related stuff together. Each job for a client would be a post. Rename &#034;comments&#034; as &#034;notes&#034; and keep any notes and paste all important emails as individual notes. WP has built-in search capabilities but a plug-in like Search Unleashed expands it nicely to search everything. This would make it easy to find any of your notes or important emails much faster.</p>
<p>I will install this on my local system since I don&#039;t have any immediate collaboration needs. I use EasyPHP as my localhost server program. </p>
<p>Another added benefit for you, as a collaborator, would be the ability to upload files to WP. I just keep everything in a separate client folder on my drive.</p>
<p>My idea for the front page would be to show all active projects. Old projects would automatically get archived which is another great thing about WP. Never know when you want to look up some old info.</p>
<p>Sunbird is a cool/handy calendar program for keeping track of paying bills on time and alerts for appointments. Unfortunately, not being a programmer, it&#039;s very limited and I can&#039;t change it.</p>
<p>What I&#039;m looking to add to this WP Project Management idea is some simple scheduling function that comes up in chart form and a gantt chart for seeing the flow of projects. I&#039;ve created these items (sort of) in Calc and they work fine &#8211; it would just be ideal to have everything all together rather than using multiple programs.</p>
<p>I agree the stuff out there is either too expensive, not what WE want, or too intricate. I don&#039;t want to spend a half-hour setting up a new client in my system and having all these unnecessary functions cluttering the screen.</p>
<p>Lastly, WordPress can be re-designed to your own user-interface. I thought of Drupal as well, but I&#039;m thinking WP is simpler. It might not have as many plug-ins as Drupal but it&#039;s easier to explore and tinker with. I think.</p>
<p>Appreciate it if you could keep me up to date with your progress and concepts.</p>
<p>PS. You mentioned hiding certain content from the categories list. Have you tried using the exclude function? I set up a blog recently where I wanted content in the right side-column but not in the left-side category list. It was as easy as assigning posts to a right-side category and then inserting this code into the sidebar.php file:</p>
<p>&lt;?php wp_list_categories(&#039;exclude=8&amp;show_count=1&amp;title_li=Categories&#039;); ?&gt;</p>
<p>8 being the category for right-side content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2009/02/01/wordpress-project-manage-update/#comment-16337</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sat, 07 Feb 2009 12:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1220#comment-16337</guid>
		<description>Cheers Ryan :)</description>
		<content:encoded><![CDATA[<p>Cheers Ryan <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Martin</title>
		<link>http://www.stuffbysarah.net/2009/02/01/wordpress-project-manage-update/#comment-16329</link>
		<dc:creator>Ryan Martin</dc:creator>
		<pubDate>Wed, 04 Feb 2009 14:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1220#comment-16329</guid>
		<description>That sounds like a pretty creative use of a Wordpress blog. I can&#039;t think of any reasons why it wouldn&#039;t work, but then I don&#039;t think that I am quite as knowledgeable able php as your are ;)</description>
		<content:encoded><![CDATA[<p>That sounds like a pretty creative use of a WordPress blog. I can&#039;t think of any reasons why it wouldn&#039;t work, but then I don&#039;t think that I am quite as knowledgeable able php as your are <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
