<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>theDailyApp</title>
	<atom:link href="http://thedailyapp.com/feed" rel="self" type="application/rss+xml" />
	<link>http://thedailyapp.com</link>
	<description>One a day. Every day.</description>
	<pubDate>Mon, 29 Dec 2008 20:16:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>WordOff - Clean Your Code</title>
		<link>http://thedailyapp.com/tools/optimizers/wordoff-clean-your-code</link>
		<comments>http://thedailyapp.com/tools/optimizers/wordoff-clean-your-code#comments</comments>
		<pubDate>Tue, 14 Oct 2008 16:03:37 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[Optimizers]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=468</guid>
		<description><![CDATA[Many times we like the way a table looks when generated, but when you look at the code you see more style properties and non-XHTML compliant attributes that make shun away. The same thing happens when pasting from Word into a WYSIWYG. Trying to remove the unnecessary code can be laborious. That's where WordOff comes in handy.]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordoff.org/" target="_blank">WordOff</a> is a simple optimizer that strips unnecessary formatting from a chunk of HTML.</p>
<p>It uses the following rules to strip the extra stuff from your code:</p>
<ul style="font-size:13px">
<li>Attributes are removed for all elements except &lt;a&gt;s</li>
<li>&lt;span&gt;s and &lt;div&gt;s are removed</li>
<li>Empty elements are removed</li>
<li>Consecutive line breaks are reduced to two</li>
</ul>
<p><a href="http://wordoff.org/" target="_blank">WordOff</a> web app comes especially in handy when clients (like mine) give you a ten page Word document they want to be posted. I&#8217;ve seen more style=&#8221;MsoNormal&#8221;&#8217;s than I can count. <a href="http://wordoff.org/" target="_blank">WordOff</a> fixes all this for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/tools/optimizers/wordoff-clean-your-code/feed</wfw:commentRss>
		</item>
		<item>
		<title>FancyUpload - Beautiful, Simple Uploading</title>
		<link>http://thedailyapp.com/display/forms/fancyupload-beatuiful-simple-uploading</link>
		<comments>http://thedailyapp.com/display/forms/fancyupload-beatuiful-simple-uploading#comments</comments>
		<pubDate>Wed, 08 Oct 2008 16:21:45 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[Forms]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=463</guid>
		<description><![CDATA[Making interfaces attractive is a priority when creating web applications. When it came to uploading a file, it got pretty ugly. There were no simple or standard ways to modify the Browse button for user. Things have changed quite a bit from a design and development standpoint. FancyUpload is the proof of that change.]]></description>
			<content:encoded><![CDATA[<p><a href="http://digitarald.de/project/fancyupload/" target="_blank">FancyUpload</a>, simply put, is a <em>the</em> file upload replacement.</p>
<p>It features an elegant GUI which allows for multiple-file selections, queued uploads and animated progress bar. Powered by MooTools, <a href="http://digitarald.de/project/fancyupload/" target="_blank">FancyUpload</a> flaunts the fact that it is completely cross-browser compliant and completely customizable using CSS/XHTML.</p>
<p>It allows you to restrict file uploads based on type, size and number of uploads. <a href="http://digitarald.de/project/fancyupload/" target="_blank">FancyUpload</a> also allows for the user to add files while upload progress has already started. For a full list of features <a href="http://digitarald.de/project/fancyupload/#features" target="_blank">check this out</a>.</p>
<p>Whether you&#8217;re working on a web application, want to modify an existing one, or just want something to fool around with, be sure to check out <a href="http://digitarald.de/project/fancyupload/" target="_blank">FancyUpload</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/display/forms/fancyupload-beatuiful-simple-uploading/feed</wfw:commentRss>
		</item>
		<item>
		<title>Mailist - Simple Ajax Powered Newsletter</title>
		<link>http://thedailyapp.com/marketing/newsletters/mailist-simple-ajax-powered-newsletter</link>
		<comments>http://thedailyapp.com/marketing/newsletters/mailist-simple-ajax-powered-newsletter#comments</comments>
		<pubDate>Tue, 07 Oct 2008 13:14:04 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[Newsletters]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=454</guid>
		<description><![CDATA[When launching a new website, we want to stay in touch with our visitors. We want to let them know any updates and progress that has been made, and perhaps inform them of the official launch. We don't need a full blown Newsletter management system - just a simple one. That's where Mailist comes into play.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ninjadesigns.co.uk/demo/mailist/index.php" target="_blank">Mailist</a> (v3) is a simple PHP web applications that allows visitors to sign up to receive email notifications.</p>
<p><a href="http://www.ninjadesigns.co.uk/demo/mailist/index.php" target="_blank">Mailist</a> has some Ajax under the hood, which makes it possible for a seamless signup process without having to reload the page. It stores emails in a text document that can be downloaded as plain text or csv to Excel.</p>
<p>It has some pretty nifty features like customizable email header/footer, email backup, sent emails, and, obviously, the ability to send an email to the whole list.</p>
<p><a href="http://www.ninjadesigns.co.uk/demo/mailist/index.php" target="_blank">Mailist</a> is a simple applications that could be especially helpful when launching a new website and you want to inform visitors when you&#8217;re online.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/marketing/newsletters/mailist-simple-ajax-powered-newsletter/feed</wfw:commentRss>
		</item>
		<item>
		<title>jQuery User Interface Theme Generator</title>
		<link>http://thedailyapp.com/tools/generators/jquery-user-interface-theme-generator</link>
		<comments>http://thedailyapp.com/tools/generators/jquery-user-interface-theme-generator#comments</comments>
		<pubDate>Mon, 06 Oct 2008 15:15:24 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[Generators]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=443</guid>
		<description><![CDATA[jQuery has changed the way many Ajax developers code. Its simple and easy to understand framework is second to none. Along with the development side of things, jQuery also opened the door for designers to create awesome interfaces with features that were not possible before. Creating themes for jQuery components used to take time, but with a little help from Filament Group, making themes is, well... fun.]]></description>
			<content:encoded><![CDATA[<p><a href="http://ui.jquery.com/themeroller" target="_blank">ThemeRoller</a> is a web applications that allows you to create custom themes for jQuery components.</p>
<p>Change font properties, colors, borders, hover variations, etc all very easily. It will show you a preview of what your settings would like like when applied to jQuery&#8217;s accordion, tabs, slider, date picker, and dialog box.</p>
<p><a href="http://ui.jquery.com/themeroller" target="_blank">ThemeRoller</a> is a sure bookmark for any jQuery fan, and perhaps that slight push for many who were considering getting their hands dirty with jQuery.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/tools/generators/jquery-user-interface-theme-generator/feed</wfw:commentRss>
		</item>
		<item>
		<title>October Update</title>
		<link>http://thedailyapp.com/news/october-update</link>
		<comments>http://thedailyapp.com/news/october-update#comments</comments>
		<pubDate>Fri, 03 Oct 2008 15:18:26 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=441</guid>
		<description><![CDATA[Things have been busy. School, work, projects, family, friends, and other group responsibilities have slowed me down. However, I am continuing to find new helpful web applications to share with my fellow developers and designers. For the long version of what I've been up to, go ahead and continue reading.]]></description>
			<content:encoded><![CDATA[<p>I am the co-owner of a small web development and design company with my brother. Clients have been bogging me down for the past week and more deadlines are approaching fast (I&#8217;m sure many freelancers can relate). However, I have a line up of web applications I will be reviewing so you can expect daily updates to start back up again immediately.</p>
<p><strong>Side Projects - </strong></p>
<p>I created a <a href="http://themeforest.net/item/phplist-mailer-sleek-administrator-interface/17959" target="_blank">theme for phpList</a> and recently submitted it to <a href="http://themeforest.net/item/phplist-mailer-sleek-administrator-interface/17959" target="_blank">ThemeForest.net</a>. I only get 25% of the profit (Horrible cost/benefit ratio) but for what it&#8217;s worth, it&#8217;s available for you to download. It&#8217;s only $10, and is well documented and gives you an idea of how to create your own theme for phpList.</p>
<p><strong>One a Day. Every Day. -<br />
</strong></p>
<p>I have been noticing the traffic on weekends drops significantly. After seeing this, I have decided to update once every business day (Monday-Friday). The reason is that I have reviewed some great web applications on Saturday that seem to get overlooked for a web applications I review on Monday.</p>
<p><strong>Advertisers - </strong></p>
<p>Thank you. If it wasn&#8217;t for you, I would not be able to dedicate the amount of time needed to run theDailyApp.</p>
<p><a href="http://www.psd2html.com/order-now.html" target="_blank">PSD2HTML</a></p>
<p><a href="http://www.fwdir.com/" target="_blank">Framework Directory</a></p>
<p><a href="http://www.wpreviewsite.com/" target="_blank">Wordpress Affiliate Plugin</a></p>
<p><a href="http://www.collabtrak.com/" target="_blank">CollabTrak</a></p>
<p><a href="http://www.mystikmedia.com/blazemediapro.asp" target="_blank">Blaze Media Pro</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/news/october-update/feed</wfw:commentRss>
		</item>
		<item>
		<title>Scribblar - Online Collaboration Design Room</title>
		<link>http://thedailyapp.com/media/photos/scribblar-online-collaboration-design-room</link>
		<comments>http://thedailyapp.com/media/photos/scribblar-online-collaboration-design-room#comments</comments>
		<pubDate>Fri, 03 Oct 2008 02:50:47 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=438</guid>
		<description><![CDATA[Working alongside our client or fellow designers can be hard when you're half a world away. Many freelancers telecommute (duh.) and therefore are unable to meet at a coffee shop or visit a friends house for a design party. It's a sad fact sometimes, but perhaps we can harness the one thing that holds us all together - the internet, through a program named Scribblar.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.scribblar.com/" target="_blank">Scribblar</a> is a free, online web tool that allows you to create a unique web room, upload designs and make changes, chat with visitors you invite, and more.</p>
<p><a href="http://www.scribblar.com/" target="_blank">Scribblar</a> allows you to see in real time what font needs to change, where your client wants the sign up bar to go, and whatever nit-picky things that could cause a designer to go crazy. Visitors can chat via audio or the minifeed to communicate what changes they&#8217;re trying to make.</p>
<p><a href="http://www.scribblar.com/" target="_blank">Scribblar</a> is as close as you can get to remote-PC for designing purposes as one can get. And for being a free, powerful, collaboration tool, its sure to be of use.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/media/photos/scribblar-online-collaboration-design-room/feed</wfw:commentRss>
		</item>
		<item>
		<title>pChart - Powerful Open Source Charting Library</title>
		<link>http://thedailyapp.com/display/charts-graphs/pchart-powerful-open-source-charting-library</link>
		<comments>http://thedailyapp.com/display/charts-graphs/pchart-powerful-open-source-charting-library#comments</comments>
		<pubDate>Wed, 01 Oct 2008 16:58:54 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[Charts/Graphs]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=431</guid>
		<description><![CDATA[Displaying data is a problem. You have to show results of hundreds of values and be interpreted not just on the fly, but have a lasting impression. Displaying the data within a chart or graph is the most effective way to approach the problem. Throw in a simple installation mixed with a beautiful interface and you've got yourself a great charting library named pChart.]]></description>
			<content:encoded><![CDATA[<p><a href="http://pchart.sourceforge.net/" target="_blank">pChart</a> is a free PHP charting library that empowers you to create custom, dynamic, and attractive charts and graphs.</p>
<p>You can input practically unlimited values to be charted on an X-Y coordinate plane. You can use line or pie charts. Plug in values manually from a form, or dynamically through CSV files and SQL queries.</p>
<p>Use <a href="http://pchart.sourceforge.net/" target="_blank">pChart</a> for that next web application your working on to display the number of hits, track costs, view statistics, and more. There are a <a href="http://pchart.sourceforge.net/screenshots.php" target="_blank">host of screenshots</a> that show you just how customizable it really is. Check out the <a href="http://pchart.sourceforge.net/addons.php" target="_blank">Add-Ons page</a> to change the colors of the graph, or change the colors yourself.</p>
<p><a href="http://pchart.sourceforge.net/" target="_blank">pChart</a> is setting the bar high for future dynamically created charting libraries. Oh, and don&#8217;t forget, it&#8217;s 100% free.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/display/charts-graphs/pchart-powerful-open-source-charting-library/feed</wfw:commentRss>
		</item>
		<item>
		<title>Oh, Don&#8217;t Forget - Free SMS Message Reminder</title>
		<link>http://thedailyapp.com/tools/misc/oh-dont-forget-free-sms-message-reminder</link>
		<comments>http://thedailyapp.com/tools/misc/oh-dont-forget-free-sms-message-reminder#comments</comments>
		<pubDate>Tue, 30 Sep 2008 06:04:49 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=420</guid>
		<description><![CDATA[Reminding ourselves to do something is easy... when we're at our computer. We simply set up an alarm, or throw a sticky-note on our monitor. What happens when you want to remember the milk? Or to send out a proposal to a prospective client? Sometimes being reminded when we're not at our computer can help. A text message does the trick. And Oh, Don't Forget the milk.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ohdontforget.com/" target="_blank">Oh, Don&#8217;t Forget</a> is a free online text message application.</p>
<p>You type in the cell phone you wish to receive the text message, the day and time you want to send it, and finally the message. Hit &#8220;Submit&#8221; and you&#8217;re good to go. It&#8217;s that easy and it&#8217;s 100% free.</p>
<p>There&#8217;s not much else to say about it. It has great features though. If you want it to send in two days, simply type &#8220;in two days&#8221;. If you want to receive the message multiple times, go ahead and place a coma between each time you wish to receive the messages.</p>
<p>The texts are sent from remind@ohdontforget.com and received by any major mobile carrier.</p>
<p><a href="http://www.ohdontforget.com/" target="_blank">Oh, Don&#8217;t Forget</a> is a terrific way to remind yourself or someone else via the web. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/tools/misc/oh-dont-forget-free-sms-message-reminder/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cligs - URL Shortener with Analytics</title>
		<link>http://thedailyapp.com/tools/generators/cligs-url-shortener-with-analytics</link>
		<comments>http://thedailyapp.com/tools/generators/cligs-url-shortener-with-analytics#comments</comments>
		<pubDate>Mon, 29 Sep 2008 16:11:24 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[Analytics]]></category>

		<category><![CDATA[Generators]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=414</guid>
		<description><![CDATA[There are more short URL generators than you can shake a stick at. Some of these generators have been upping their service to more than just offering short URLs. The belief that doing simple things extraordinarily well will set you apart is especially true when it comes to perhaps the next big URL shortener named Cligs.]]></description>
			<content:encoded><![CDATA[<p><a href="http://cli.gs" target="_blank">Cli.gs</a> is a free online URL shortener and so much more.</p>
<p><a href="http://cli.gs" target="_blank">Cli.gs</a> allows you to create multiple short URLs linking to the same page. Pretty handy, right? But when you combine this feature with the ability to track hits coming from those links, then you have a great way of tracking your own online campaign.</p>
<p>For example, you can create three short URLs for your article and place one link on Digg, another on Delicious, and another on DesignFloat. After which, log into your <a href="http://cli.gs" target="_blank">Cli.gs</a> account and view the graphs and track hits coming from each individual site.</p>
<p><a href="http://cli.gs" target="_blank">Cli.gs</a> is probably going to boom within the next three weeks. It&#8217;s a lesson to us all that you don&#8217;t need to invent the next new thing. You simple have to improve upon what already exists.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/tools/generators/cligs-url-shortener-with-analytics/feed</wfw:commentRss>
		</item>
		<item>
		<title>WebsiteGrader.com - Free SEO Tool</title>
		<link>http://thedailyapp.com/tools/analytics/websitegradercom-free-seo-tool</link>
		<comments>http://thedailyapp.com/tools/analytics/websitegradercom-free-seo-tool#comments</comments>
		<pubDate>Sun, 28 Sep 2008 21:29:39 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=406</guid>
		<description><![CDATA[After creating a website, we want to know how we did. We want to know our traffic statistics, how we compare to similar sites, what we could improve on, and what works and what doesn't. Detailed reports that explain how to get a higher page rank are hard to come by. WebsiteGrader.com has all those features and more.]]></description>
			<content:encoded><![CDATA[<p><a href="http://WebsiteGrader.com" target="_blank">WebsiteGrader.com</a> is a free online SEO tool that grades your the SEOness of your website.</p>
<p><a href="http://WebsiteGrader.com" target="_blank">WebsiteGrader.com</a> allows you to enter your website, along with other similar websites, to compare each to the other. It takes into account things like Google page rank, Alexa rank, number of Diggs your articles have, delicious bookmarks, and more social and blog stats.</p>
<p>If you have a website that you want to optimize for the social web, <a href="http://WebsiteGrader.com" target="_blank">WebsiteGrader.com</a> is your first-stop tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/tools/analytics/websitegradercom-free-seo-tool/feed</wfw:commentRss>
		</item>
		<item>
		<title>FreshBooks - Painless Online Billing</title>
		<link>http://thedailyapp.com/workflow/project-management/freshbooks-painless-online-billing</link>
		<comments>http://thedailyapp.com/workflow/project-management/freshbooks-painless-online-billing#comments</comments>
		<pubDate>Sat, 27 Sep 2008 15:50:47 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[Invoicing]]></category>

		<category><![CDATA[Project Management]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=402</guid>
		<description><![CDATA[Getting paid is essential. Making the process of getting paid simply is critical. Being able to track your payments, allow clients to pay online, maintain projects and record time sheets is spectacular. Many applications do this, but few have all the options in one place - FreshBooks does.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.freshbooks.com" target="_blank">FreshBooks</a> is an online invoicing and project management tool that makes it extremely easy to record payments and manage projects.</p>
<p><a href="http://www.freshbooks.com" target="_blank">FreshBooks</a> has an arsenal of features: payment integration with 14 major (and some minor) payment gateways, integration with Basecamp, recurring billing, add your own expenses like food and electrical to see your cost/revenue ratio, and <a href="http://www.freshbooks.com/tour.php" target="_blank">much more</a>.</p>
<p>Customization of your <a href="http://www.freshbooks.com" target="_blank">FreshBooks</a> account is almost limitless. You can easily customize your administrator backend, create your own login page, change the colors, logos, etc. on Invoices and timesheets.</p>
<p>They have a customer base of over 400,000 and they saw they&#8217;re steadily growing. Reviews from PC World to CNet praises their business approach and customer relationships, turning customers into true fans.</p>
<p>After trying out a free account to write this review, I am strongly considering using <a href="http://www.freshbooks.com" target="_blank">FreshBooks</a> for my brother&#8217;s and my own business needs. <a href="http://www.freshbooks.com/pricing.php" target="_blank">Pricing</a> is very reasonable, but even the free account may be sufficient for your needs. I recommend giving <a href="http://www.freshbooks.com" target="_blank">FreshBooks</a> a shot. Sign up for a free account. You&#8217;ve got nothing to lose.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/workflow/project-management/freshbooks-painless-online-billing/feed</wfw:commentRss>
		</item>
		<item>
		<title>Collabtive - Free Project Collaboration</title>
		<link>http://thedailyapp.com/workflow/project-management/collabtive-free-project-collaboration</link>
		<comments>http://thedailyapp.com/workflow/project-management/collabtive-free-project-collaboration#comments</comments>
		<pubDate>Tue, 23 Sep 2008 15:42:12 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
		
		<category><![CDATA[Project Management]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=396</guid>
		<description><![CDATA[There are a lot of project management applications. The problem is most of them require a monthly free, and you can't modify the code. The end of that monthly free will no doubt rise from free, open-source project-management, features-galore (eh, maybe I'm getting carried away?) project management apps, and Collabtive has a great start.]]></description>
			<content:encoded><![CDATA[<p>Project Management is one of the most popular web applications. The reason behind it is pretty simple. Despite the obvious &#8220;minimize input, maximize output&#8221; thinking, developers want to be able to better manage their time between client and personal projects. <a href="http://collabtive.o-dyn.de" target="_blank">Collabtive</a> is great for just that.</p>
<p>Using <a href="http://collabtive.o-dyn.de" target="_blank">Collabtive</a>, you have your personal project management app on your own server. You can brand it with your company, track your time spent on each project, set milestones, manage files and submit and process tasks.</p>
<p><a href="http://collabtive.o-dyn.de" target="_blank">Collabtive</a> does not flaunt it&#8217;s multiple features on its homepage and I&#8217;m not sure why. Only after using and working with the demo do you really start to find a bunch of feature gems. Some of these features includethe ability to attach files to your messages that may be displayed by anyone assigned to that project.</p>
<p>Each project gets its own page, and you can assign employees and clients to individual or multiple projects. A great feature of the project milestone page is a simple calendar where you and your client can clearly see the progress your making on the project.</p>
<p>The only downside is, unlike <a href="http://thedailyapp.com/workflow/customer-care/collabtrak-free-project-management-for-designers-and-clients">CollabTrak</a>, there is no way the client can pay through your project page.</p>
<p>With it&#8217;s powerful features and decievingly simple interface, <a href="http://collabtive.o-dyn.de" target="_blank">Collabtive</a> may well replace your traditional &#8220;email-only&#8221; contact between the client and you. It&#8217;s a great way as a freelancer to give your client their own login information and one-stop check to see how their project is coming.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/workflow/project-management/collabtive-free-project-collaboration/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
