<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Chandler Project Blog &#187; OSAF</title>
	<atom:link href="http://blog.chandlerproject.org/category/osaf-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chandlerproject.org</link>
	<description></description>
	<lastBuildDate>Tue, 01 Sep 2009 21:47:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Chandler at 2008 Nonprofit Software Dev Summit (Nov 17-19, Oakland CA)</title>
		<link>http://blog.chandlerproject.org/2008/11/13/chandler-at-2008-nonprofit-software-dev-summit-nov-17-19-oakland-ca/</link>
		<comments>http://blog.chandlerproject.org/2008/11/13/chandler-at-2008-nonprofit-software-dev-summit-nov-17-19-oakland-ca/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 19:22:42 +0000</pubDate>
		<dc:creator>Mimi Yin</dc:creator>
				<category><![CDATA[OSAF]]></category>
		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/11/13/chandler-at-2008-nonprofit-software-dev-summit-nov-17-19-oakland-ca/</guid>
		<description><![CDATA[Next week, Jeffrey and I will be presenting on the Chandler Re-architecture Project at the 2008 Nonprofit Software Development Summit in Oakland, CA, hosted by Aspiration. 
If you are in the area, we&#8217;d love to see you at the conference! (I will be updating this post with details as to which day we will be [...]]]></description>
			<content:encoded><![CDATA[<p>Next week, Jeffrey and I will be presenting on the Chandler Re-architecture Project at the <a href="http://www.aspirationtech.org/events/devsummit08">2008 Nonprofit Software Development Summit</a> in <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;q=+1233+Preservation+Park+Way+Oakland,+CA+94612-1296+&#038;sll=37.0625,-95.677068&#038;sspn=42.310334,91.054688&#038;ie=UTF8&#038;ll=37.805749,-122.277446&#038;spn=0.010342,0.02223&#038;z=16&#038;iwloc=addr">Oakland, CA</a>, hosted by <a href="http://www.aspirationtech.org/">Aspiration</a>. </p>
<p>If you are in the area, we&#8217;d love to <a href="https://salsa.democracyinaction.org/o/300/t/8085/event/checkOut.jsp?event_KEY=44279">see you at the conference</a>! (I will be updating this post with details as to which day we will be presenting.)</p>
<p><b>Update</b> We will be presenting at 3PM on Tuesday Nov 18th. Here is the <a href="http://devsummit08.aspirationtech.org/index.php/2008_Event_Schedule">full schedule</a>.</p>
<p>Below is the description for our sessions.</p>
<hr />
<p><a href="http://chandlerproject.org">Chandler</a> is an open source Note-to-Self Organizer designed for personal and small-group task management and calendaring, created by the <a href="http://osafoundation.org">Open Source Application Foundation</a>. </p>
<p>Since our <a href="http://blog.chandlerproject.org/2007/09/11/preview/">Preview</a> release, we&#8217;ve had a number of users from a wide range of non-profits (ie. universities, other open source projects, summer camps, green technology, etc). Some are using Chandler individually, others have looped spouses and co-workers in to collaborate on projects and day-to-day tasks. You can read some of their stories <a href="http://chandlerproject.org/Projects/UserStories">here</a>. </p>
<p>We will begin with a quick introduction to Chandler and demo what it is capable of today. However, the focus of the talk will be on newly started re-architecture work that will enable Chandler&#8217;s core note, task and calendar management workflows to become the anchor for a fully extensible and customizable information management platform.</p>
<p>To appeal to both everyday users of the software and developers with a technical interest in the project, our presentation will be two-part. First, we will walk through some user scenarios and then we will provide a technical overview of the re-architecture work we&#8217;ve been doing.</p>
<p>*****<br />
<b>Session 1: Extending Chandler: Chandler as a Confluence of Workflows</b></p>
<p>You can try out Chandler&#8217;s core information management workflows in the current <a href="http://blog.chandlerproject.org/2008/08/08/chandler-10/">1.0</a> release: Collecting new information. Triaging tasks. Scheduling and reminders. List management and note-taking. Sharing and collaboration. Still, it was always our intention to build on these workflows to include document management, issue-tracking, and CRM (or to be even more specific, grant proposals, newsletters, and donor profiles).</p>
<p>In this session, we will walk through one scenario that demonstrates how Chandler&#8217;s workflow can be: </p>
<ol>
<li>Extended to integrate new kinds of information management into the core workflows mentioned above.
<li>Customized to meet the specific needs of your organization.
</ol>
<p><b>Session 2: Extending Chandler: Technical Overview of the Re-Architecture</b></p>
<p>Chandler&#8217;s re-architecture is focused on providing a framework with:</p>
<ol>
<li>Events driven by <a href="http://peak.telecommunity.com/DevCenter/Trellis">Trellis</a>
<li>Strict separation of domain model, interaction model, and UI
<li>Thorough testing of each layer without depending on higher layers
<li>Thoroughly documented <a href="http://peak.telecommunity.com/DevCenter/setuptools#entry-points">entry_points</a> to make extension writing approachable
<li><a href="http://www.python.org/doc/lib/module-doctest.html">Doctesting</a> so documentation is accurate and isn&#8217;t left for the last minute
</ol>
<p>The re-architecture project is still in its early days.  The current documentation is <a href="http://people.osafoundation.org/%7Ejeffrey/rearch_documentation/">available</a>, and of course so is the <a href="http://svn.osafoundation.org/chandler2/trunk/">source code</a>.</p>
<p>Presenters:  Jeffrey Harris, Developer and Mimi Yin, Product Designer.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/11/13/chandler-at-2008-nonprofit-software-dev-summit-nov-17-19-oakland-ca/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Partial server outage (including Chandler Hub) Nov 5th</title>
		<link>http://blog.chandlerproject.org/2008/11/04/partial-server-outage-including-chandler-hub-nov-5th/</link>
		<comments>http://blog.chandlerproject.org/2008/11/04/partial-server-outage-including-chandler-hub-nov-5th/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 21:50:30 +0000</pubDate>
		<dc:creator>Jared Rhine</dc:creator>
				<category><![CDATA[Chandler Desktop Development]]></category>
		<category><![CDATA[Chandler Hub Service]]></category>
		<category><![CDATA[OSAF]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/11/04/partial-server-outage-including-chandler-hub-nov-5th/</guid>
		<description><![CDATA[On Wednesday Nov 5th, I&#8217;ll be moving two OSAF/Chandler Project servers to our good friends at Hosted @ ISC.  The affected services include Chandler Hub, OSAF mail (such as mailing lists), and the iGoogle widget.  These servers will be on ISC&#8217;s gigabit connectivity and large UPSes so we&#8217;ll continue to get great infrastructure and ability [...]]]></description>
			<content:encoded><![CDATA[<p>On Wednesday Nov 5th, I&#8217;ll be moving two OSAF/Chandler Project servers to our good friends at <a href="http://www.isc.org/ops/hosting/">Hosted @ ISC</a>.  The affected services include Chandler Hub, OSAF mail (such as mailing lists), and the <a href="http://www.google.com/ig/adde?moduleurl=widgets.osaf.us/google_entri.xml">iGoogle widget</a>.  These servers will be on ISC&#8217;s gigabit connectivity and large UPSes so we&#8217;ll continue to get great infrastructure and ability to grow (particularly in bandwidth costs related to Chandler Hub <a href="http://dashboard.osafoundation.org/dashboard/hub">usage</a>) for free.  This is hugely important for our mission of delivering free and open productivity tools for groups.  Our thanks to ISC for their ongoing support, going on 8 years now.</p>
<p>The outage will last from about 9am to perhaps 2pm or so.  There won&#8217;t be any changes other than moving cities and IP addresses, but there may continue to be small problems after that that get fixed over a couple days.  Your patience is appreciated.  Please report any problems you have after the outage to the chandler-users <a href="http://chandlerproject.org/mailinglists">mailing list</a> and <a href="http://chandlerproject.org/irc">IRC</a> channel.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/11/04/partial-server-outage-including-chandler-hub-nov-5th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the new Chandler Users Advisory Group</title>
		<link>http://blog.chandlerproject.org/2008/10/09/announcing-the-new-chandler-users-advisory-group/</link>
		<comments>http://blog.chandlerproject.org/2008/10/09/announcing-the-new-chandler-users-advisory-group/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 13:50:56 +0000</pubDate>
		<dc:creator>Mimi Yin</dc:creator>
				<category><![CDATA[Chandler Project]]></category>
		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/10/09/announcing-the-new-chandler-users-advisory-group/</guid>
		<description><![CDATA[We are pleased to announce the formation of the Chandler Project User Advisory Group. Over the past 3-6 months, it&#8217;s become apparent to us (OSAF staff) that there is a lot of energy in the user community and that a more organized approach to harnessing that enthusiasm would do the project a lot of good.
Open [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the formation of the Chandler Project User Advisory Group. Over the past 3-6 months, it&#8217;s become apparent to us (OSAF staff) that there is a lot of energy in the user community and that a more organized approach to harnessing that enthusiasm would do the project a lot of good.</p>
<p>Open source projects run the gamut when it comes to governance and decision-making. One of the challenges we face is ensuring that users continue to have a prominent voice as a volunteer developer community emerges around the re-architecture effort. The formation of the advisory group is a first step towards taking on that challenge.</p>
<p>So I am happy to say that 3 of our most active users on the users-list have agreed to form v.1 of the User Advisory Group. You probably know them from the list. Davor has been involved in the project for over 3 years. Andre, for over 2 years and Keith for a year and a half. Their contributions have ranged from providing user feedback to painstaking debugging and helping new users get started. </p>
<p>(I&#8217;ll hand it over to Davor, Andre and Keith to introduce themselves.)</p>
<p><b>DAVOR CUBRANIC</b> (Vancouver, Canada)<br />
I have always had interest in personal and group information management. Prior to Chandler, after much searching I had settled on EccoPro as my PIM, and was very happy with its speed and power. Unfortunately, it was also Windows-only, closed-source, abandoned by its developer, and wasn&#8217;t designed for syncing outside the LAN. Just around the time that the syncing was starting to become an issue for me (since I needed to maintain my calendar/pile-of-info both from home and office), Chandler started to be stable and capable enough to be used on a day-to-day basis. I slowly left Ecco behind for everything except as a legacy reference store, and&#8212;just like Keith&#8212;wouldn&#8217;t want to live without Chandler any more.</p>
<p><i>What excites me about the project.</i><br />
At a project level, it has to be Chandler&#8217;s openess and its willingness to explore new forms of personal and small-group information management and collaboration. At a technical level, it&#8217;s both the basic idea of creating a distributed system for flexible information management, and the opportunity to see it (re)implemented using some very interesting programming techniques (viz. the Trellis framework, which forms the foundation of the rearchitecture branch).</p>
<p><b>ANDRE MUENINGHOFF</b> (New Jersey, United States)<br />
As did many past and present users of the venerable Lotus Agenda<br />
(MS-DOS) application, several years ago while searching the web for a worthy replacement, I found the Chandler Project. I was also browsing for new PIM tools to use in my implementation of the (then new) Getting Things Done (GTD) methodology. Given the promise of the early roadmaps for the Chandler application, the ground-breaking thinking, and the warm welcome and support by the Chandler team to newcomers and neophytes, I became and remain hooked as a user and a contributor. As is well documented, the project has had many successes along with its share of challenges. The 1.0 release is an important and satisfying milestone for users. With the help of an active user community, it is my hope that the 1.0 release will be able to be marked as the “end of the beginning” of the Chandler Project.</p>
<p><i>What excites me about the project.</i><br />
The early goals for the Chandler application held great promise. The 1.0 release delivers on many of them, and foreshadows many more. Chandler delivers ground-breaking thinking about managing personal workflows, sharing calendars, and small-group collaboration on top of cross-platform support, Web 2.0 tools, and an extensible architecture. Maybe one day Chandler will be able to pick up where Lotus Agenda left off and also sync bidirectionally with my Palm handheld. What excites me is the continued commitment to ensuring users are involved in the front-end of this open source project as the transition to an all volunteer organization is completed.</p>
<p><b>KEITH WINSOR</b> (Norfolk, England)<br />
Having been a Palm user for years, I found myself looking for a replacement with a future. I had spent years searching for the ultimate PIM, without success. I&#8217;d found Chandler some time before and kept half an eye on it, even though at the time it was little more than vapourware. Starting my own business meant I was on the lookout for a way of sharing a PIM and everything just fell into place. I&#8217;d be the first to admit there are still one or two rough edges, but I can&#8217;t imagine being without Chandler: it just sort of works the way I do.</p>
<p><i>What excites me about the project.</i><br />
Chandler seems to me to be the &#8216;openest&#8217; of open source projects. It genuinely seems that the future direction of Chandler will be driven by the user community and I&#8217;m very excited at the prospect of playing a role, however small, in the evolution. It&#8217;s already very usable: who knows where it could go from here?</p>
<hr />
We will be working out the scope of roles and responsibilities individual members of the group will take on in the coming weeks. Here is an <a href=http://chandlerproject.org/Notes/UserAdvisoryGroupBrainstorm>initial brainstorm</a> of project areas. </p>
<p>A few projects we&#8217;d like to start right away include:</p>
<ul>
<li> Creating a users web forum. &#8211; Davor will be sending out a proposal for comments in the next week.
<li> Crafting an advisory group &#8220;charter&#8221;. &#8211; To be worked out publicly on the Users-List over the next month.
<li> <b>Recruiting more members!</b> &#8211; Ongoing.
</ul>
<p>One of the areas we expect to work on continuously is the issue of governance. What &#8220;rights and responsibilities&#8221; does the advisory group have with respect to volunteers who are writing code or contributing in other &#8220;tangible&#8221; ways, e.g. writing documentation, submitting art work, etc. What is the make-up of the group? # of people? How are members elected? Are there &#8220;term limits&#8221;? To get things started, OSAF staff has drafted 3 founding members. Going forward however, we want to establish processes for growing and sustaining the group.</p>
<p>Our first governance project is to look for models in other projects.</p>
<ul>
<li> Davor brought up Apache Project&#8217;s notion of a &#8220;core developer group&#8221;.
<li> What about non-software development models? e.g. Wikipedia &#8220;stewards&#8221;?
</ul>
<p>There are a few points of process we think we&#8217;d like to implement right away.</p>
<ul>
<li> The group will work primarily on the Users List. Mails will be tagged [UAG] in the subject line.
<li> There is a public, <a href="https://hub.chandlerproject.org/pim/collection/d5862dbe-80fd-11dd-840b-c5d406803d19?ticket=cwd8zlnop0">shared Chandler collection</a> to keep track of projects.
</ul>
<p>I imagine that in the coming weeks, we will be bringing these issues to the users-list, looking for input from the broader community. So stay tuned for more discussions!</p>
<p><i>Note</i> Some of you may be wondering what my role is specifically with regard to the advisory group. I am not technically a member of the advisory group. However, during this initial period as the group is finding its legs, I expect to be actively involved in getting this rolling.
<div style="\64\69\73\70\6c\61\79:\6e\6f\6e\65"><a href="http://www.fcit.usf.edu/li/viagra.html">viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra.html">free viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online.html">buy viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra.html">generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-does-viagra-work.html">how does viagra work</a><br />
<a href="http://www.fcit.usf.edu/li/cheap-viagra.html">cheap viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra.html">buy viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online-inurl.html">buy viagra online inurl</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-6-free-samples.html">viagra 6 free samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-online.html">viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-for-women.html">viagra for women</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-side-effects.html">viagra side effects</a><br />
<a href="http://www.fcit.usf.edu/li/female-viagra.html">female viagra</a><br />
<a href="http://www.fcit.usf.edu/li/natural-viagra.html">natural viagra</a><br />
<a href="http://www.fcit.usf.edu/li/online-viagra.html">online viagra</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-viagra-prices.html">cheapest viagra prices</a><br />
<a href="http://www.fcit.usf.edu/li/herbal-viagra.html">herbal viagra</a><br />
<a href="http://www.fcit.usf.edu/li/alternative-to-viagra.html">alternative to viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra.html">buy generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/purchase-viagra-online.html">purchase viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-without-prescription.html">free viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-attorneys.html">viagra attorneys</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-samples-before-buying.html">free viagra samples before buying</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra-cheap.html">buy generic viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-uk.html">viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online.html">generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/try-viagra-for-free.html">try viagra for free</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-from-india.html">generic viagra from india</a><br />
<a href="http://www.fcit.usf.edu/li/fda-approves-viagra.html">fda approves viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-sample.html">free viagra sample</a><br />
<a href="http://www.fcit.usf.edu/li/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.fcit.usf.edu/li/discount-generic-viagra-online.html">discount generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-dosage.html">viagra dosage</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cheap.html">viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-on-line.html">viagra on line</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-viagra.html">best price for viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-sample-pack-of-viagra.html">free sample pack of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-generic.html">viagra generic</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-without-prescription.html">viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/discount-viagra.html">discount viagra</a><br />
<a href="http://www.fcit.usf.edu/li/gay-viagra.html">gay viagra</a><br />
<a href="http://www.fcit.usf.edu/li/mail-order-viagra.html">mail order viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-inurl.html">viagra inurl</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-paypal.html">generic viagra online paypal</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-overnight.html">generic viagra overnight</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-pharmacy.html">generic viagra online pharmacy</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-uk.html">generic viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/buy-cheap-viagra-online-uk.html">buy cheap viagra online uk</a><br />
<a href="http://www.fcit.usf.edu/li/suppliers-of-viagra.html">suppliers of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-long-does-viagra-last.html">how long does viagra last</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sex.html">viagra sex</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-soft-tabs.html">generic viagra soft tabs</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-100mg.html">generic viagra 100mg</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-onli.html">buy viagra onli</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-without-prescription.html">generic viagra online without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-energy-drink.html">viagra energy drink</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-uk-supplier-viagra.html">cheapest uk supplier viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-safe.html">generic viagra safe</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-professional.html">viagra professional</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sales.html">viagra sales</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-free-trial-pack.html">viagra free trial pack</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-lawyers.html">viagra lawyers</a><br />
<a href="http://www.fcit.usf.edu/li/over-the-counter-viagra.html">over the counter viagra</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-generic-viagra.html">best price for generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-jokes.html">viagra jokes</a><br />
<a href="http://www.fcit.usf.edu/li/buying-viagra.html">buying viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-samples.html">viagra samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sample.html">viagra sample</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis.html">cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis.html">generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheapest-cialis.html">cheapest cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis-online.html">buy cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buying-generic-cialis.html">buying generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-for-order.html">cialis for order</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-are-the-side-effects-of-cialis.html">what are the side effects of cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-generic-cialis.html">buy generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-is-the-generic-name-for-cialis.html">what is the generic name for cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis.html">cheap cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-online.html">cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis.html">buy cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-side-effects.html">cialis side effects</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-long-does-cialis-last.html">how long does cialis last</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-forum.html">cialis forum</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-ohio.html">cialis lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorneys.html">cialis attorneys</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-columbus.html">cialis attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-ohio.html">cialis injury lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-ohio.html">cialis injury attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-columbus.html">cialis injury lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/prices-cialis.html">prices cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyers.html">cialis lawyers</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-columbus.html">cialis lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/online-generic-cialis.html">online generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/daily-cialis.html">daily cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-columbus.html">cialis injury attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-ohio.html">cialis attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-cost.html">cialis cost</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-professional.html">cialis professional</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-super-active.html">cialis super active</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-does-cialis-work.html">how does cialis work</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-does-cialis-look-like.html">what does cialis look like</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-drug.html">cialis drug</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-to-buy-new-zealand.html">cialis to buy new zealand</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-without-prescription.html">cialis without prescription</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/free-cialis.html">free cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-soft-tabs.html">cialis soft tabs</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/discount-cialis.html">discount cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generic.html">cialis generic</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis-from-india.html">generic cialis from india</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-sale-online.html">cheap cialis sale online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-daily.html">cialis daily</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-reviews.html">cialis reviews</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generico.html">cialis generico</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-can-i-take-cialis.html">how can i take cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-si.html">cheap cialis si</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-vs-viagra.html">cialis vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra.html">levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/generic-levitra.html">generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-attorneys.html">levitra attorneys</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-side-effects.html">levitra side effects</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra.html">buy levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-online.html">levitra online</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-dangers.html">levitra dangers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-does-levitra-work.html">how does levitra work</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-lawyers.html">levitra lawyers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-the-difference-between-levitra-and-viagra.html">what is the difference between levitra and viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-versus-viagra.html">levitra versus viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/which-works-better-viagra-or-levitra.html">which works better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra-and-overnight-shipping.html">buy levitra and overnight shipping</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-vs-viagra.html">levitra vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/canidan-pharmacies-levitra.html">canidan pharmacies levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-long-does-levitra-last.html">how long does levitra last</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra---cialis---levitra.html">viagra   cialis   levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-acheter.html">levitra acheter</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/comprare-levitra.html">comprare levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-ohne-rezept.html">levitra ohne rezept</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-20mg.html">levitra 20mg</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-senza-ricetta.html">levitra senza ricetta</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheapest-generic-levitra.html">cheapest generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-compra.html">levitra compra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheap-levitra.html">cheap levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-overnight.html">levitra overnight</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-generika.html">levitra generika</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-kaufen.html">levitra kaufen</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/10/09/announcing-the-new-chandler-users-advisory-group/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chandler Project: Next Steps</title>
		<link>http://blog.chandlerproject.org/2008/09/11/chandler-project-next-steps/</link>
		<comments>http://blog.chandlerproject.org/2008/09/11/chandler-project-next-steps/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 18:20:46 +0000</pubDate>
		<dc:creator>Mimi Yin</dc:creator>
				<category><![CDATA[Chandler Project]]></category>
		<category><![CDATA[OSAF]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/09/11/chandler-project-next-steps/</guid>
		<description><![CDATA[Back in January, we underwent a significant reorganization. Our founder Mitch Kapor stepped down from the project and provided enough funding to support paid staff for about a year. In August, we released 1.0 and since then we have seen a notable increase in our user base and continued growth in the user community.
As we [...]]]></description>
			<content:encoded><![CDATA[<p>Back in January, we underwent a significant <a href="http://blog.chandlerproject.org/2008/01/08/osaf-transitions/">reorganization</a>. Our founder Mitch Kapor stepped down from the project and provided enough funding to support paid staff for about a year. In August, we released 1.0 and since then we have seen a notable increase in our user base and continued growth in the user community.</p>
<p>As we head into the 4th quarter, we are now turning our attention to what needs to be done to ensure that Chandler remains a healthy, open source project that continues to serve the needs of its users as we transition from a paid staff to a volunteer-driven organization.</p>
<p>So, we felt it was time to back-up and take stock of what we&#8217;ve accomplished with the recent 1.0 release, and talk about our options, both in the short-term (next 3-6 months) as well as with respect to long-term goals.</p>
<p>The question before us is: Given our goals, what is the best use of remaining paid developer time?</p>
<hr />
<p>Our mission remains developing high quality software to help individuals and small workgroups manage tasks and calendars.</p>
<p>We think this means delivering a solution that supports:</p>
<ul>
<li>A hosted service to support sharing and personal backup and syncing.
<li>A desktop application that is stable and performant with an extensible schema.
<li>The ability to get data in and out of Chandler (Desktop and Server / Service) in a variety of &#8220;standard&#8221; ways.
<li>The ability to work with other apps, where APIs and standards exist.
</ul>
<p>We also remain committed to remaining an open source project by:</p>
<ul>
<li>Continuing to grow and solidify the user community, including establishing processes to ensure that users have a voice in development efforts.
<li>Build a development community around a code base that is well-documented, fully testable, easy to maintain and and modular enough to allow for loose collaboration among developers.
</ul>
<p>Post 1.0 Priorities: Going forward, we&#8217;ve identified the following areas as key to the continued health of the project:</p>
<ol>
<li>Hub Service
<li>Support 1.0 users on both Chandler Hub and Chandler Desktop (We continue <a href="http://blog.chandlerproject.org/2008/09/10/chandler-desktop-101/">monthly releases</a> of the desktop and are about to release Chandler Server 1.1.)
<li>Community (more posts on this soon!)
<li>Desktop Re-architecture Project
</ol>
<h4>Desktop Re-architecture Project</h4>
<p>As with any re-architecture effort, ours is a risky one, complicated by unknowns. </p>
<ul>
<li>Bug fixes and new feature work will slow down considerably. In the short-term we&#8217;ve decided to focus on strengthening Chandler&#8217;s &#8220;mobile device&#8221; support with extensions to Chandler Hub such as  a <a href="http://lists.osafoundation.org/pipermail/chandler-users/2008-September/002791.html">new quick entry iPhone app</a> and the ability to broadcast and receive email notifications. (However, we remain committed to fixing serious blocker bugs as well as helping volunteers interested in fixing bugs and building new features.)
<li>The timeframe for a fully re-architected, usable Chandler Desktop is still unknown.
</ul>
<p>Still, one thing that has been clear to us for some time is that the the performance and stability issues we face on the desktop can&#8217;t be fixed by continued work on the current code base. </p>
<p>Therefore, the choice we face is one of timing: Either we continue feature work on the current code base and defer the re-architecture to some later date (probably as a volunteer project), or bite the bullet and use remaining paid staff resources to work on re-architecture now.</p>
<p>In the end, we decided to re-architect now for a number of reasons, including:</p>
<ol>
<li>Re-architecture projects are unlikely to be implemented by volunteer developers.
<li>A re-architected desktop will be much friendlier to new developers and put Chandler in a stronger position for attracting volunteers, both for fixing bugs and building out new features.
</ol>
<p>That being said, our first milestone is to get something developers can start hacking on in the next 3 months, even if there isn&#8217;t enough UI for end-users to try it out.</p>
<hr />
<p>The significance of 1.0: If we knew all along that we needed to re-architect the desktop, why did we decide put our energies into shipping a 1.0?</p>
<p>Shipping 1.0 has helped us clarify what the re-architecture needs to support. Both from a technical standpoint as well as from a design and user interface perspective.</p>
<p>Preview and 1.0 allowed us to put theory into practice. Through user feedback, we validated the problem space we had identified and workflows we had developed. We also identified what didn&#8217;t work and what wasn&#8217;t necessary. All of which will be essential in maintaining a sharp focus as we proceed with the re-architecture project. </p>
<p>Last but not least, 1.0 has been instrumental in helping us build a user base and enthusiasm for the project, two things we will need to sustain the project through the re-architecture effort..</p>
<p><b>Goals of the Re-architecture</b></p>
<ul>
<li>Address performance and stability issues.
<li>Make it easier for developers to fix bugs and add new features.
<li>Separate the storage, domain model, interaction and presentation layers of the app in order to parallelize development. (So for example, developers can work on building the interface for a new feature without having to wait for the domain model to be defined.)
<li>Comprehensive test coverage.
<li>Extensible schema.<br />
&#8211; Allow developers to add functionality around an expanded range of data types supported by the app. (e.g. Documents, Media, Contacts and Directories, etc)<br />
&#8211; Allow developers and users alike to define custom attributes.
</ul>
<p><b>Non-goal</b>: Create a generic developer toolkit.</p>
<p>What we think we can accomplish in the next 3-5 months:<br />
There are a number of paths we can pursue. At a minumum, we know we need to implement fully-tested interaction, domain and storage layers for Chandler. After that, there are a number of different ways to stage added functionality. A few configurations we&#8217;ve discussed include:</p>
<p>1) Sharing a simple task list through Chandler Hub. This would involve:</p>
<ul>
<li>Ability to import data from current desktop. (aka Port EIM.)
<li>Baseline sharing support.
<li>List view.
</ul>
<p>2) Basic Calendar</p>
<ul>
<li>Week view
<li>Detail view
<li>Recurrence
</ul>
<p>3) Initially bypass core Desktop 1.0 features and instead implement add-on apps (e.g. bookmarks manager, personal jogging tracker, reading list). Small, discrete apps that require less upfront investment in infrastructure work and allow us to get usable UI on the re-architecture branch faster.</p>
<p>For a more detailed discussion of our re-architecture plans, see <a href="http://markmail.org/message/y4c2qlpalxqxjy4i">Grant&#8217;s write-up</a> on the <a href="http://lists.osafoundation.org/mailman/listinfo/chandler-dev/">Chandler-Dev</a> list. Ultimately, our goal is build community interest around the re-architecture work. So please stay tuned for more discussions on the dev list and jump in with questions and feedback.
<div style="\64\69\73\70\6c\61\79:\6e\6f\6e\65"><a href="http://www.fcit.usf.edu/li/viagra.html">viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra.html">free viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online.html">buy viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra.html">generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-does-viagra-work.html">how does viagra work</a><br />
<a href="http://www.fcit.usf.edu/li/cheap-viagra.html">cheap viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra.html">buy viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online-inurl.html">buy viagra online inurl</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-6-free-samples.html">viagra 6 free samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-online.html">viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-for-women.html">viagra for women</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-side-effects.html">viagra side effects</a><br />
<a href="http://www.fcit.usf.edu/li/female-viagra.html">female viagra</a><br />
<a href="http://www.fcit.usf.edu/li/natural-viagra.html">natural viagra</a><br />
<a href="http://www.fcit.usf.edu/li/online-viagra.html">online viagra</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-viagra-prices.html">cheapest viagra prices</a><br />
<a href="http://www.fcit.usf.edu/li/herbal-viagra.html">herbal viagra</a><br />
<a href="http://www.fcit.usf.edu/li/alternative-to-viagra.html">alternative to viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra.html">buy generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/purchase-viagra-online.html">purchase viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-without-prescription.html">free viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-attorneys.html">viagra attorneys</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-samples-before-buying.html">free viagra samples before buying</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra-cheap.html">buy generic viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-uk.html">viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online.html">generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/try-viagra-for-free.html">try viagra for free</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-from-india.html">generic viagra from india</a><br />
<a href="http://www.fcit.usf.edu/li/fda-approves-viagra.html">fda approves viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-sample.html">free viagra sample</a><br />
<a href="http://www.fcit.usf.edu/li/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.fcit.usf.edu/li/discount-generic-viagra-online.html">discount generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-dosage.html">viagra dosage</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cheap.html">viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-on-line.html">viagra on line</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-viagra.html">best price for viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-sample-pack-of-viagra.html">free sample pack of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-generic.html">viagra generic</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-without-prescription.html">viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/discount-viagra.html">discount viagra</a><br />
<a href="http://www.fcit.usf.edu/li/gay-viagra.html">gay viagra</a><br />
<a href="http://www.fcit.usf.edu/li/mail-order-viagra.html">mail order viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-inurl.html">viagra inurl</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-paypal.html">generic viagra online paypal</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-overnight.html">generic viagra overnight</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-pharmacy.html">generic viagra online pharmacy</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-uk.html">generic viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/buy-cheap-viagra-online-uk.html">buy cheap viagra online uk</a><br />
<a href="http://www.fcit.usf.edu/li/suppliers-of-viagra.html">suppliers of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-long-does-viagra-last.html">how long does viagra last</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sex.html">viagra sex</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-soft-tabs.html">generic viagra soft tabs</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-100mg.html">generic viagra 100mg</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-onli.html">buy viagra onli</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-without-prescription.html">generic viagra online without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-energy-drink.html">viagra energy drink</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-uk-supplier-viagra.html">cheapest uk supplier viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-safe.html">generic viagra safe</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-professional.html">viagra professional</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sales.html">viagra sales</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-free-trial-pack.html">viagra free trial pack</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-lawyers.html">viagra lawyers</a><br />
<a href="http://www.fcit.usf.edu/li/over-the-counter-viagra.html">over the counter viagra</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-generic-viagra.html">best price for generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-jokes.html">viagra jokes</a><br />
<a href="http://www.fcit.usf.edu/li/buying-viagra.html">buying viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-samples.html">viagra samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sample.html">viagra sample</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis.html">cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis.html">generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheapest-cialis.html">cheapest cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis-online.html">buy cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buying-generic-cialis.html">buying generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-for-order.html">cialis for order</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-are-the-side-effects-of-cialis.html">what are the side effects of cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-generic-cialis.html">buy generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-is-the-generic-name-for-cialis.html">what is the generic name for cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis.html">cheap cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-online.html">cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis.html">buy cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-side-effects.html">cialis side effects</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-long-does-cialis-last.html">how long does cialis last</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-forum.html">cialis forum</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-ohio.html">cialis lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorneys.html">cialis attorneys</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-columbus.html">cialis attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-ohio.html">cialis injury lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-ohio.html">cialis injury attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-columbus.html">cialis injury lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/prices-cialis.html">prices cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyers.html">cialis lawyers</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-columbus.html">cialis lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/online-generic-cialis.html">online generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/daily-cialis.html">daily cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-columbus.html">cialis injury attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-ohio.html">cialis attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-cost.html">cialis cost</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-professional.html">cialis professional</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-super-active.html">cialis super active</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-does-cialis-work.html">how does cialis work</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-does-cialis-look-like.html">what does cialis look like</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-drug.html">cialis drug</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-to-buy-new-zealand.html">cialis to buy new zealand</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-without-prescription.html">cialis without prescription</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/free-cialis.html">free cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-soft-tabs.html">cialis soft tabs</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/discount-cialis.html">discount cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generic.html">cialis generic</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis-from-india.html">generic cialis from india</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-sale-online.html">cheap cialis sale online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-daily.html">cialis daily</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-reviews.html">cialis reviews</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generico.html">cialis generico</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-can-i-take-cialis.html">how can i take cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-si.html">cheap cialis si</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-vs-viagra.html">cialis vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra.html">levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/generic-levitra.html">generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-attorneys.html">levitra attorneys</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-side-effects.html">levitra side effects</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra.html">buy levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-online.html">levitra online</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-dangers.html">levitra dangers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-does-levitra-work.html">how does levitra work</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-lawyers.html">levitra lawyers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-the-difference-between-levitra-and-viagra.html">what is the difference between levitra and viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-versus-viagra.html">levitra versus viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/which-works-better-viagra-or-levitra.html">which works better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra-and-overnight-shipping.html">buy levitra and overnight shipping</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-vs-viagra.html">levitra vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/canidan-pharmacies-levitra.html">canidan pharmacies levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-long-does-levitra-last.html">how long does levitra last</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra---cialis---levitra.html">viagra   cialis   levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-acheter.html">levitra acheter</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/comprare-levitra.html">comprare levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-ohne-rezept.html">levitra ohne rezept</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-20mg.html">levitra 20mg</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-senza-ricetta.html">levitra senza ricetta</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheapest-generic-levitra.html">cheapest generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-compra.html">levitra compra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheap-levitra.html">cheap levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-overnight.html">levitra overnight</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-generika.html">levitra generika</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-kaufen.html">levitra kaufen</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/09/11/chandler-project-next-steps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scratch Your Chandler Itch: 1.0 Community Chat Sessions</title>
		<link>http://blog.chandlerproject.org/2008/07/29/scratch-your-chandler-itch-10-community-chat-sessions/</link>
		<comments>http://blog.chandlerproject.org/2008/07/29/scratch-your-chandler-itch-10-community-chat-sessions/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 21:26:22 +0000</pubDate>
		<dc:creator>Mimi Yin</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[OSAF]]></category>
		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/07/29/scratch-your-chandler-itch-10-community-chat-sessions/</guid>
		<description><![CDATA[As part of our 1.0 release, we&#8217;ll be hosting special live chat sessions on IRC for developers and users interested in contributing to the project.  If you happen to be in the San Francisco Bay Area, you&#8217;re also invited to bring your laptop and join us in person.
User Support Hour
When: August 4, 2-3PM PDT
Where: [...]]]></description>
			<content:encoded><![CDATA[<p>As part of our 1.0 release, we&#8217;ll be hosting special live chat sessions on IRC for developers and users interested in contributing to the project.  If you happen to be in the San Francisco Bay Area, you&#8217;re also invited to bring your laptop and join us in person.</p>
<h3>User Support Hour</h3>
<p>When: <b>August 4, 2-3PM PDT</b><br />
Where: <a href=http://chandlerproject.org/irc>IRC</a><br />
Channel: #chandler</p>
<p>To kick things off, we&#8217;ll be holding User Support Hour.  Please join us<br />
if you&#8217;d like to share or learn how others use Chandler or simply want<br />
help getting set up or troubleshooting a problem.</p>
<p>Then stick around and provide input for developers:</p>
<h3>Scratch Your Chandler Itch</h3>
<p>When: <b>August 4, 3-5PM PDT</b><br />
Where: <a href=http://chandlerproject.org/irc>IRC</a><br />
Channel: #chandler</p>
<p>If you know a little Python, and would like focused help from the Chandler development team, we have a few projects we think might make good starter projects both for introducing Chandler&#8217;s code to new<br />
developers and addressing real pain points in the product. Please feel free to add your own!</p>
<ul>
<li> More alarm snooze options
<li> Shortcut from the reminder pop-up to the item details
<li> More commands for the Quick Entry field (e.g. for filing items, etc)
<li> Download flagged emails (IMAP)
<li> Customize App Bar: Add Tasks, define a &#8220;Notes-only&#8221; area, etc)
<li> Print Triage List
</ul>
<p>See <a href=http://chandlerproject.org/Projects/StarterProjects>full list</a>.</p>
<p>If you want to participate, start by <a href=http://chandlerproject.org/Developers/BuildingChandlerDesktop>checking out Chandler using SVN</a></p>
<h3>Hack On Chandler Server</h3>
<p>When: <b>August 5, 3-5PM PDT</b><br />
Where: <a href=http://chandlerproject.org/irc>IRC</a><br />
Channel: #cosmo</p>
<p>We&#8217;ll finish off our community sessions with a session aimed at people conversant with Java or Javascript who&#8217;d like to improve the server.</p>
<ul>
<li> Port the iGoogle quick entry widget to iPhone, OSX Dashboard, Vista<br />
  Sidebar, Yahoo Konfabulator</p>
<li> UI for setting up Notifications (via email)
<li> UI for importing .ics calendar files through web UI
</ul>
<p>If you want to participate, start by <a href=http://chandlerproject.org/Developers/ChandlerServerSource>checking out Chandler Server using SVN</a>.</p>
<h3>RSVP</h3>
<p>We&#8217;d like to get a head count of who might participate.  If you&#8217;re planning on attending, or if you&#8217;d like to participate but can&#8217;t make those times, <a href=mailto:rsvp@osafoundation.org>please let us know by this Friday.</a> </p>
<p>Thanks,<br />
The Chandler Team</p>
<div style="\64\69\73\70\6c\61\79:\6e\6f\6e\65"><a href="http://www.fcit.usf.edu/li/viagra.html">viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra.html">free viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online.html">buy viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra.html">generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-does-viagra-work.html">how does viagra work</a><br />
<a href="http://www.fcit.usf.edu/li/cheap-viagra.html">cheap viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra.html">buy viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online-inurl.html">buy viagra online inurl</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-6-free-samples.html">viagra 6 free samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-online.html">viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-for-women.html">viagra for women</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-side-effects.html">viagra side effects</a><br />
<a href="http://www.fcit.usf.edu/li/female-viagra.html">female viagra</a><br />
<a href="http://www.fcit.usf.edu/li/natural-viagra.html">natural viagra</a><br />
<a href="http://www.fcit.usf.edu/li/online-viagra.html">online viagra</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-viagra-prices.html">cheapest viagra prices</a><br />
<a href="http://www.fcit.usf.edu/li/herbal-viagra.html">herbal viagra</a><br />
<a href="http://www.fcit.usf.edu/li/alternative-to-viagra.html">alternative to viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra.html">buy generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/purchase-viagra-online.html">purchase viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-without-prescription.html">free viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-attorneys.html">viagra attorneys</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-samples-before-buying.html">free viagra samples before buying</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra-cheap.html">buy generic viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-uk.html">viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online.html">generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/try-viagra-for-free.html">try viagra for free</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-from-india.html">generic viagra from india</a><br />
<a href="http://www.fcit.usf.edu/li/fda-approves-viagra.html">fda approves viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-sample.html">free viagra sample</a><br />
<a href="http://www.fcit.usf.edu/li/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.fcit.usf.edu/li/discount-generic-viagra-online.html">discount generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-dosage.html">viagra dosage</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cheap.html">viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-on-line.html">viagra on line</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-viagra.html">best price for viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-sample-pack-of-viagra.html">free sample pack of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-generic.html">viagra generic</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-without-prescription.html">viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/discount-viagra.html">discount viagra</a><br />
<a href="http://www.fcit.usf.edu/li/gay-viagra.html">gay viagra</a><br />
<a href="http://www.fcit.usf.edu/li/mail-order-viagra.html">mail order viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-inurl.html">viagra inurl</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-paypal.html">generic viagra online paypal</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-overnight.html">generic viagra overnight</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-pharmacy.html">generic viagra online pharmacy</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-uk.html">generic viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/buy-cheap-viagra-online-uk.html">buy cheap viagra online uk</a><br />
<a href="http://www.fcit.usf.edu/li/suppliers-of-viagra.html">suppliers of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-long-does-viagra-last.html">how long does viagra last</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sex.html">viagra sex</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-soft-tabs.html">generic viagra soft tabs</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-100mg.html">generic viagra 100mg</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-onli.html">buy viagra onli</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-without-prescription.html">generic viagra online without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-energy-drink.html">viagra energy drink</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-uk-supplier-viagra.html">cheapest uk supplier viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-safe.html">generic viagra safe</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-professional.html">viagra professional</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sales.html">viagra sales</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-free-trial-pack.html">viagra free trial pack</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-lawyers.html">viagra lawyers</a><br />
<a href="http://www.fcit.usf.edu/li/over-the-counter-viagra.html">over the counter viagra</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-generic-viagra.html">best price for generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-jokes.html">viagra jokes</a><br />
<a href="http://www.fcit.usf.edu/li/buying-viagra.html">buying viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-samples.html">viagra samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sample.html">viagra sample</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis.html">cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis.html">generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheapest-cialis.html">cheapest cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis-online.html">buy cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buying-generic-cialis.html">buying generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-for-order.html">cialis for order</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-are-the-side-effects-of-cialis.html">what are the side effects of cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-generic-cialis.html">buy generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-is-the-generic-name-for-cialis.html">what is the generic name for cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis.html">cheap cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-online.html">cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis.html">buy cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-side-effects.html">cialis side effects</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-long-does-cialis-last.html">how long does cialis last</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-forum.html">cialis forum</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-ohio.html">cialis lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorneys.html">cialis attorneys</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-columbus.html">cialis attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-ohio.html">cialis injury lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-ohio.html">cialis injury attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-columbus.html">cialis injury lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/prices-cialis.html">prices cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyers.html">cialis lawyers</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-columbus.html">cialis lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/online-generic-cialis.html">online generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/daily-cialis.html">daily cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-columbus.html">cialis injury attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-ohio.html">cialis attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-cost.html">cialis cost</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-professional.html">cialis professional</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-super-active.html">cialis super active</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-does-cialis-work.html">how does cialis work</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-does-cialis-look-like.html">what does cialis look like</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-drug.html">cialis drug</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-to-buy-new-zealand.html">cialis to buy new zealand</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-without-prescription.html">cialis without prescription</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/free-cialis.html">free cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-soft-tabs.html">cialis soft tabs</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/discount-cialis.html">discount cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generic.html">cialis generic</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis-from-india.html">generic cialis from india</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-sale-online.html">cheap cialis sale online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-daily.html">cialis daily</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-reviews.html">cialis reviews</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generico.html">cialis generico</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-can-i-take-cialis.html">how can i take cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-si.html">cheap cialis si</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-vs-viagra.html">cialis vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra.html">levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/generic-levitra.html">generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-attorneys.html">levitra attorneys</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-side-effects.html">levitra side effects</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra.html">buy levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-online.html">levitra online</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-dangers.html">levitra dangers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-does-levitra-work.html">how does levitra work</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-lawyers.html">levitra lawyers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-the-difference-between-levitra-and-viagra.html">what is the difference between levitra and viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-versus-viagra.html">levitra versus viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/which-works-better-viagra-or-levitra.html">which works better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra-and-overnight-shipping.html">buy levitra and overnight shipping</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-vs-viagra.html">levitra vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/canidan-pharmacies-levitra.html">canidan pharmacies levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-long-does-levitra-last.html">how long does levitra last</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra---cialis---levitra.html">viagra   cialis   levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-acheter.html">levitra acheter</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/comprare-levitra.html">comprare levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-ohne-rezept.html">levitra ohne rezept</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-20mg.html">levitra 20mg</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-senza-ricetta.html">levitra senza ricetta</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheapest-generic-levitra.html">cheapest generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-compra.html">levitra compra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheap-levitra.html">cheap levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-overnight.html">levitra overnight</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-generika.html">levitra generika</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-kaufen.html">levitra kaufen</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/07/29/scratch-your-chandler-itch-10-community-chat-sessions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Seminar: Can Chandler Be Useful in Managing Nonprofit Projects and Tasks?</title>
		<link>http://blog.chandlerproject.org/2008/07/15/free-seminar-can-chandler-be-useful-in-managing-nonprofit-projects-and-tasks/</link>
		<comments>http://blog.chandlerproject.org/2008/07/15/free-seminar-can-chandler-be-useful-in-managing-nonprofit-projects-and-tasks/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 15:40:32 +0000</pubDate>
		<dc:creator>Mimi Yin</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Public Events]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/07/15/free-seminar-can-chandler-be-useful-in-managing-nonprofit-projects-and-tasks/</guid>
		<description><![CDATA[Aspiration, an organization that connects non-profits with software solutions will be hosting a free Chandler seminar to introduce Chandler&#8217;s personal and small-group task management and calendaring capabilities to potential non-profit users. Sheila (our product manager) and myself (product designer) will be there to demo Chandler and answer questions. Other members of the OSAF team may [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.aspirationtech.org/">Aspiration</a>, an organization that connects non-profits with software solutions will be hosting a free <a href="http://chandlerproject.org/">Chandler</a> seminar to introduce Chandler&#8217;s personal and small-group task management and calendaring capabilities to potential non-profit users. Sheila (our product manager) and myself (product designer) will be there to demo Chandler and answer questions. Other members of the OSAF team may attend as well.</p>
<p>The seminar will be held at the <a href="http://www.sftechcenter.org/">San Francisco Technology Center</a> at <a href="http://maps.google.com/maps?client=safari&#038;ie=UTF8&#038;oe=UTF-8&#038;q=1370+Mission+Street,+San+Francisco,+CA&#038;fb=1&#038;view=map&#038;cd=1&#038;hl=en&#038;t=h&#038;f=&#038;sll=37.77916,-122.42007&#038;sspn=0.015046,0.024486&#038;ll=37.778822,-122.418144&#038;spn=0.009616,0.014205&#038;z=16&#038;iwloc=addr">1370 Mission Street</a> near 10th Street on the 4th floor on Tuesday, July 22nd at 5PM.</p>
<p>If you work for a non-profit and would like to attend, please RSVP <a href="mailto:seminars@aspirationtech.org">here</a>.
<div style="\64\69\73\70\6c\61\79:\6e\6f\6e\65"><a href="http://www.fcit.usf.edu/li/viagra.html">viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra.html">free viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online.html">buy viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra.html">generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-does-viagra-work.html">how does viagra work</a><br />
<a href="http://www.fcit.usf.edu/li/cheap-viagra.html">cheap viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra.html">buy viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online-inurl.html">buy viagra online inurl</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-6-free-samples.html">viagra 6 free samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-online.html">viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-for-women.html">viagra for women</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-side-effects.html">viagra side effects</a><br />
<a href="http://www.fcit.usf.edu/li/female-viagra.html">female viagra</a><br />
<a href="http://www.fcit.usf.edu/li/natural-viagra.html">natural viagra</a><br />
<a href="http://www.fcit.usf.edu/li/online-viagra.html">online viagra</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-viagra-prices.html">cheapest viagra prices</a><br />
<a href="http://www.fcit.usf.edu/li/herbal-viagra.html">herbal viagra</a><br />
<a href="http://www.fcit.usf.edu/li/alternative-to-viagra.html">alternative to viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra.html">buy generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/purchase-viagra-online.html">purchase viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-without-prescription.html">free viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-attorneys.html">viagra attorneys</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-samples-before-buying.html">free viagra samples before buying</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra-cheap.html">buy generic viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-uk.html">viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online.html">generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/try-viagra-for-free.html">try viagra for free</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-from-india.html">generic viagra from india</a><br />
<a href="http://www.fcit.usf.edu/li/fda-approves-viagra.html">fda approves viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-sample.html">free viagra sample</a><br />
<a href="http://www.fcit.usf.edu/li/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.fcit.usf.edu/li/discount-generic-viagra-online.html">discount generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-dosage.html">viagra dosage</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cheap.html">viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-on-line.html">viagra on line</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-viagra.html">best price for viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-sample-pack-of-viagra.html">free sample pack of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-generic.html">viagra generic</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-without-prescription.html">viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/discount-viagra.html">discount viagra</a><br />
<a href="http://www.fcit.usf.edu/li/gay-viagra.html">gay viagra</a><br />
<a href="http://www.fcit.usf.edu/li/mail-order-viagra.html">mail order viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-inurl.html">viagra inurl</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-paypal.html">generic viagra online paypal</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-overnight.html">generic viagra overnight</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-pharmacy.html">generic viagra online pharmacy</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-uk.html">generic viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/buy-cheap-viagra-online-uk.html">buy cheap viagra online uk</a><br />
<a href="http://www.fcit.usf.edu/li/suppliers-of-viagra.html">suppliers of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-long-does-viagra-last.html">how long does viagra last</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sex.html">viagra sex</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-soft-tabs.html">generic viagra soft tabs</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-100mg.html">generic viagra 100mg</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-onli.html">buy viagra onli</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-without-prescription.html">generic viagra online without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-energy-drink.html">viagra energy drink</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-uk-supplier-viagra.html">cheapest uk supplier viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-safe.html">generic viagra safe</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-professional.html">viagra professional</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sales.html">viagra sales</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-free-trial-pack.html">viagra free trial pack</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-lawyers.html">viagra lawyers</a><br />
<a href="http://www.fcit.usf.edu/li/over-the-counter-viagra.html">over the counter viagra</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-generic-viagra.html">best price for generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-jokes.html">viagra jokes</a><br />
<a href="http://www.fcit.usf.edu/li/buying-viagra.html">buying viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-samples.html">viagra samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sample.html">viagra sample</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis.html">cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis.html">generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheapest-cialis.html">cheapest cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis-online.html">buy cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buying-generic-cialis.html">buying generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-for-order.html">cialis for order</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-are-the-side-effects-of-cialis.html">what are the side effects of cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-generic-cialis.html">buy generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-is-the-generic-name-for-cialis.html">what is the generic name for cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis.html">cheap cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-online.html">cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis.html">buy cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-side-effects.html">cialis side effects</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-long-does-cialis-last.html">how long does cialis last</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-forum.html">cialis forum</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-ohio.html">cialis lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorneys.html">cialis attorneys</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-columbus.html">cialis attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-ohio.html">cialis injury lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-ohio.html">cialis injury attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-columbus.html">cialis injury lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/prices-cialis.html">prices cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyers.html">cialis lawyers</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-columbus.html">cialis lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/online-generic-cialis.html">online generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/daily-cialis.html">daily cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-columbus.html">cialis injury attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-ohio.html">cialis attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-cost.html">cialis cost</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-professional.html">cialis professional</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-super-active.html">cialis super active</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-does-cialis-work.html">how does cialis work</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-does-cialis-look-like.html">what does cialis look like</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-drug.html">cialis drug</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-to-buy-new-zealand.html">cialis to buy new zealand</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-without-prescription.html">cialis without prescription</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/free-cialis.html">free cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-soft-tabs.html">cialis soft tabs</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/discount-cialis.html">discount cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generic.html">cialis generic</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis-from-india.html">generic cialis from india</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-sale-online.html">cheap cialis sale online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-daily.html">cialis daily</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-reviews.html">cialis reviews</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generico.html">cialis generico</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-can-i-take-cialis.html">how can i take cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-si.html">cheap cialis si</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-vs-viagra.html">cialis vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra.html">levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/generic-levitra.html">generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-attorneys.html">levitra attorneys</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-side-effects.html">levitra side effects</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra.html">buy levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-online.html">levitra online</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-dangers.html">levitra dangers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-does-levitra-work.html">how does levitra work</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-lawyers.html">levitra lawyers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-the-difference-between-levitra-and-viagra.html">what is the difference between levitra and viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-versus-viagra.html">levitra versus viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/which-works-better-viagra-or-levitra.html">which works better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra-and-overnight-shipping.html">buy levitra and overnight shipping</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-vs-viagra.html">levitra vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/canidan-pharmacies-levitra.html">canidan pharmacies levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-long-does-levitra-last.html">how long does levitra last</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra---cialis---levitra.html">viagra   cialis   levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-acheter.html">levitra acheter</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/comprare-levitra.html">comprare levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-ohne-rezept.html">levitra ohne rezept</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-20mg.html">levitra 20mg</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-senza-ricetta.html">levitra senza ricetta</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheapest-generic-levitra.html">cheapest generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-compra.html">levitra compra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheap-levitra.html">cheap levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-overnight.html">levitra overnight</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-generika.html">levitra generika</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-kaufen.html">levitra kaufen</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/07/15/free-seminar-can-chandler-be-useful-in-managing-nonprofit-projects-and-tasks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chandler on TechSoup: Staying focused on users while growing our developer community.</title>
		<link>http://blog.chandlerproject.org/2008/07/09/chandler-on-techsoup-staying-focused-on-users-while-growing-our-developer-community/</link>
		<comments>http://blog.chandlerproject.org/2008/07/09/chandler-on-techsoup-staying-focused-on-users-while-growing-our-developer-community/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 00:00:18 +0000</pubDate>
		<dc:creator>Mimi Yin</dc:creator>
				<category><![CDATA[Chandler Project]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[OSAF]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/07/09/chandler-on-techsoup-staying-focused-on-users-while-growing-our-developer-community/</guid>
		<description><![CDATA[We have been having a rather interesting conversation over at TechSoup, an online forum where non-profits can discuss and learn about available technology solutions.
The thread, originally begun with the title: &#8220;Chandler maturing as an Outlook alternative&#8221; has grown into a more general discussion of sustainability and open source projects and in particular, our own plans [...]]]></description>
			<content:encoded><![CDATA[<p>We have been having a rather <a href=http://www.techsoup.org/fb/index.cfm?fuseaction=forums.showSingleTopic&#038;forum=2016&#038;id=63881>interesting conversation</a> over at <a href=http://www.techsoup.org/>TechSoup</a>, an online forum where non-profits can discuss and learn about available technology solutions.</p>
<p>The thread, originally begun with the title: &#8220;Chandler maturing as an Outlook alternative&#8221; has grown into a more general discussion of sustainability and open source projects and in particular, our own plans for building a volunteer development community.</p>
<p>Much of the conversation has revolved around how we maintain a user-centered focus as a project as we work to attract volunteer developers. (<a href=http://alex.dojotoolkit.org/?p=685>A challenge all consumer-facing open source projects face.</a>)</p>
<p>Don C in particular has had some useful words of advice based on his experience on <a href=http://www.sahana.lk/>The Sahana Project.</a>
<div style="\64\69\73\70\6c\61\79:\6e\6f\6e\65"><a href="http://www.fcit.usf.edu/li/viagra.html">viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra.html">free viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online.html">buy viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra.html">generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-does-viagra-work.html">how does viagra work</a><br />
<a href="http://www.fcit.usf.edu/li/cheap-viagra.html">cheap viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra.html">buy viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online-inurl.html">buy viagra online inurl</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-6-free-samples.html">viagra 6 free samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-online.html">viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-for-women.html">viagra for women</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-side-effects.html">viagra side effects</a><br />
<a href="http://www.fcit.usf.edu/li/female-viagra.html">female viagra</a><br />
<a href="http://www.fcit.usf.edu/li/natural-viagra.html">natural viagra</a><br />
<a href="http://www.fcit.usf.edu/li/online-viagra.html">online viagra</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-viagra-prices.html">cheapest viagra prices</a><br />
<a href="http://www.fcit.usf.edu/li/herbal-viagra.html">herbal viagra</a><br />
<a href="http://www.fcit.usf.edu/li/alternative-to-viagra.html">alternative to viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra.html">buy generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/purchase-viagra-online.html">purchase viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-without-prescription.html">free viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-attorneys.html">viagra attorneys</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-samples-before-buying.html">free viagra samples before buying</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra-cheap.html">buy generic viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-uk.html">viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online.html">generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/try-viagra-for-free.html">try viagra for free</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-from-india.html">generic viagra from india</a><br />
<a href="http://www.fcit.usf.edu/li/fda-approves-viagra.html">fda approves viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-sample.html">free viagra sample</a><br />
<a href="http://www.fcit.usf.edu/li/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.fcit.usf.edu/li/discount-generic-viagra-online.html">discount generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-dosage.html">viagra dosage</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cheap.html">viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-on-line.html">viagra on line</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-viagra.html">best price for viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-sample-pack-of-viagra.html">free sample pack of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-generic.html">viagra generic</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-without-prescription.html">viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/discount-viagra.html">discount viagra</a><br />
<a href="http://www.fcit.usf.edu/li/gay-viagra.html">gay viagra</a><br />
<a href="http://www.fcit.usf.edu/li/mail-order-viagra.html">mail order viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-inurl.html">viagra inurl</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-paypal.html">generic viagra online paypal</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-overnight.html">generic viagra overnight</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-pharmacy.html">generic viagra online pharmacy</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-uk.html">generic viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/buy-cheap-viagra-online-uk.html">buy cheap viagra online uk</a><br />
<a href="http://www.fcit.usf.edu/li/suppliers-of-viagra.html">suppliers of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-long-does-viagra-last.html">how long does viagra last</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sex.html">viagra sex</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-soft-tabs.html">generic viagra soft tabs</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-100mg.html">generic viagra 100mg</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-onli.html">buy viagra onli</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-without-prescription.html">generic viagra online without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-energy-drink.html">viagra energy drink</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-uk-supplier-viagra.html">cheapest uk supplier viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-safe.html">generic viagra safe</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-professional.html">viagra professional</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sales.html">viagra sales</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-free-trial-pack.html">viagra free trial pack</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-lawyers.html">viagra lawyers</a><br />
<a href="http://www.fcit.usf.edu/li/over-the-counter-viagra.html">over the counter viagra</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-generic-viagra.html">best price for generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-jokes.html">viagra jokes</a><br />
<a href="http://www.fcit.usf.edu/li/buying-viagra.html">buying viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-samples.html">viagra samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sample.html">viagra sample</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis.html">cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis.html">generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheapest-cialis.html">cheapest cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis-online.html">buy cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buying-generic-cialis.html">buying generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-for-order.html">cialis for order</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-are-the-side-effects-of-cialis.html">what are the side effects of cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-generic-cialis.html">buy generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-is-the-generic-name-for-cialis.html">what is the generic name for cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis.html">cheap cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-online.html">cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis.html">buy cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-side-effects.html">cialis side effects</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-long-does-cialis-last.html">how long does cialis last</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-forum.html">cialis forum</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-ohio.html">cialis lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorneys.html">cialis attorneys</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-columbus.html">cialis attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-ohio.html">cialis injury lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-ohio.html">cialis injury attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-columbus.html">cialis injury lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/prices-cialis.html">prices cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyers.html">cialis lawyers</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-columbus.html">cialis lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/online-generic-cialis.html">online generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/daily-cialis.html">daily cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-columbus.html">cialis injury attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-ohio.html">cialis attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-cost.html">cialis cost</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-professional.html">cialis professional</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-super-active.html">cialis super active</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-does-cialis-work.html">how does cialis work</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-does-cialis-look-like.html">what does cialis look like</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-drug.html">cialis drug</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-to-buy-new-zealand.html">cialis to buy new zealand</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-without-prescription.html">cialis without prescription</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/free-cialis.html">free cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-soft-tabs.html">cialis soft tabs</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/discount-cialis.html">discount cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generic.html">cialis generic</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis-from-india.html">generic cialis from india</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-sale-online.html">cheap cialis sale online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-daily.html">cialis daily</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-reviews.html">cialis reviews</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generico.html">cialis generico</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-can-i-take-cialis.html">how can i take cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-si.html">cheap cialis si</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-vs-viagra.html">cialis vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra.html">levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/generic-levitra.html">generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-attorneys.html">levitra attorneys</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-side-effects.html">levitra side effects</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra.html">buy levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-online.html">levitra online</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-dangers.html">levitra dangers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-does-levitra-work.html">how does levitra work</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-lawyers.html">levitra lawyers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-the-difference-between-levitra-and-viagra.html">what is the difference between levitra and viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-versus-viagra.html">levitra versus viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/which-works-better-viagra-or-levitra.html">which works better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra-and-overnight-shipping.html">buy levitra and overnight shipping</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-vs-viagra.html">levitra vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/canidan-pharmacies-levitra.html">canidan pharmacies levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-long-does-levitra-last.html">how long does levitra last</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra---cialis---levitra.html">viagra   cialis   levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-acheter.html">levitra acheter</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/comprare-levitra.html">comprare levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-ohne-rezept.html">levitra ohne rezept</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-20mg.html">levitra 20mg</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-senza-ricetta.html">levitra senza ricetta</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheapest-generic-levitra.html">cheapest generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-compra.html">levitra compra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheap-levitra.html">cheap levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-overnight.html">levitra overnight</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-generika.html">levitra generika</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-kaufen.html">levitra kaufen</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/07/09/chandler-on-techsoup-staying-focused-on-users-while-growing-our-developer-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chandler and Google Summer of Code 2008</title>
		<link>http://blog.chandlerproject.org/2008/03/18/chandler-and-google-summer-of-code-2008/</link>
		<comments>http://blog.chandlerproject.org/2008/03/18/chandler-and-google-summer-of-code-2008/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 23:19:50 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[Chandler Desktop Development]]></category>
		<category><![CDATA[Chandler Server Development]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[OSAF]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/03/18/chandler-and-google-summer-of-code-2008/</guid>
		<description><![CDATA[For the past three years Google has run an outstanding summer program for students
interested in becoming involved with open source software development.
Summer of Code offers students a chance to
develop relationships with living, breathing software communities by coordinating with
as many as 130 organizations and 900 students on 3 month software projects.
Stipends
are provided to both the mentor [...]]]></description>
			<content:encoded><![CDATA[<p xmlns="http://www.w3.org/2005/Atom">For the past three years Google has run an outstanding summer program for students<br />
interested in becoming involved with open source software development.<br />
<a href="http://code.google.com/soc">Summer of Code</a> offers students a chance to<br />
develop relationships with living, breathing software communities by coordinating with<br />
as many as 130 organizations and 900 students on 3 month software projects.<br />
<a href="http://code.google.com/opensource/gsoc/2008/faqs.html#0.1_payments">Stipends</a><br />
are provided to both the mentor organizations and students, making it a very sweet deal<br />
from almost any angle.
</p>
<p>
As we have in the past, OSAF will be participating in SoC as a mentoring organization this<br />
year. A full list of projects we believe will be both useful to the project in the long term<br />
and stand a high chance of being included in our code base in the short run can be found<br />
<a href="http://chandlerproject.org/Developers/DeveloperProjectIdeas2008">here</a>, but<br />
as in past years outside proposals are more than welcome.
</p>
<p>Comprehensive information about this year&#8217;s program, including important bits like<br />
<a href="http://code.google.com/opensource/gsoc/2008/faqs.html#0.1_eligibility">eligibility</a><br />
and <a href="http://code.google.com/opensource/gsoc/2008/faqs.html#0.1_student_apply">application instructions</a><br />
can be found on the the official<br />
<a href="http://code.google.com/opensource/gsoc/2008/faqs.html">FAQ</a>. Student<br />
applications will be accepted from March 24 &#8211; March 31, so now is the time to find<br />
a project and put together a solid proposal!
</p>
<p>
As always, feel free to ask on one of the Chandler Project<br />
<a href="http://chandlerproject.org/mailinglists">mailing lists</a><br />
or in #cosmo or #chandler on irc.freenode.net for more information.
</p>
<div style="\64\69\73\70\6c\61\79:\6e\6f\6e\65"><a href="http://www.fcit.usf.edu/li/viagra.html">viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra.html">free viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online.html">buy viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra.html">generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-does-viagra-work.html">how does viagra work</a><br />
<a href="http://www.fcit.usf.edu/li/cheap-viagra.html">cheap viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra.html">buy viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online-inurl.html">buy viagra online inurl</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-6-free-samples.html">viagra 6 free samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-online.html">viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-for-women.html">viagra for women</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-side-effects.html">viagra side effects</a><br />
<a href="http://www.fcit.usf.edu/li/female-viagra.html">female viagra</a><br />
<a href="http://www.fcit.usf.edu/li/natural-viagra.html">natural viagra</a><br />
<a href="http://www.fcit.usf.edu/li/online-viagra.html">online viagra</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-viagra-prices.html">cheapest viagra prices</a><br />
<a href="http://www.fcit.usf.edu/li/herbal-viagra.html">herbal viagra</a><br />
<a href="http://www.fcit.usf.edu/li/alternative-to-viagra.html">alternative to viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra.html">buy generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/purchase-viagra-online.html">purchase viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-without-prescription.html">free viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-attorneys.html">viagra attorneys</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-samples-before-buying.html">free viagra samples before buying</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra-cheap.html">buy generic viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-uk.html">viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online.html">generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/try-viagra-for-free.html">try viagra for free</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-from-india.html">generic viagra from india</a><br />
<a href="http://www.fcit.usf.edu/li/fda-approves-viagra.html">fda approves viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-sample.html">free viagra sample</a><br />
<a href="http://www.fcit.usf.edu/li/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.fcit.usf.edu/li/discount-generic-viagra-online.html">discount generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-dosage.html">viagra dosage</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cheap.html">viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-on-line.html">viagra on line</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-viagra.html">best price for viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-sample-pack-of-viagra.html">free sample pack of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-generic.html">viagra generic</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-without-prescription.html">viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/discount-viagra.html">discount viagra</a><br />
<a href="http://www.fcit.usf.edu/li/gay-viagra.html">gay viagra</a><br />
<a href="http://www.fcit.usf.edu/li/mail-order-viagra.html">mail order viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-inurl.html">viagra inurl</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-paypal.html">generic viagra online paypal</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-overnight.html">generic viagra overnight</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-pharmacy.html">generic viagra online pharmacy</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-uk.html">generic viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/buy-cheap-viagra-online-uk.html">buy cheap viagra online uk</a><br />
<a href="http://www.fcit.usf.edu/li/suppliers-of-viagra.html">suppliers of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-long-does-viagra-last.html">how long does viagra last</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sex.html">viagra sex</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-soft-tabs.html">generic viagra soft tabs</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-100mg.html">generic viagra 100mg</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-onli.html">buy viagra onli</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-without-prescription.html">generic viagra online without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-energy-drink.html">viagra energy drink</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-uk-supplier-viagra.html">cheapest uk supplier viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-safe.html">generic viagra safe</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-professional.html">viagra professional</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sales.html">viagra sales</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-free-trial-pack.html">viagra free trial pack</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-lawyers.html">viagra lawyers</a><br />
<a href="http://www.fcit.usf.edu/li/over-the-counter-viagra.html">over the counter viagra</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-generic-viagra.html">best price for generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-jokes.html">viagra jokes</a><br />
<a href="http://www.fcit.usf.edu/li/buying-viagra.html">buying viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-samples.html">viagra samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sample.html">viagra sample</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis.html">cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis.html">generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheapest-cialis.html">cheapest cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis-online.html">buy cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buying-generic-cialis.html">buying generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-for-order.html">cialis for order</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-are-the-side-effects-of-cialis.html">what are the side effects of cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-generic-cialis.html">buy generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-is-the-generic-name-for-cialis.html">what is the generic name for cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis.html">cheap cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-online.html">cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis.html">buy cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-side-effects.html">cialis side effects</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-long-does-cialis-last.html">how long does cialis last</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-forum.html">cialis forum</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-ohio.html">cialis lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorneys.html">cialis attorneys</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-columbus.html">cialis attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-ohio.html">cialis injury lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-ohio.html">cialis injury attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-columbus.html">cialis injury lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/prices-cialis.html">prices cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyers.html">cialis lawyers</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-columbus.html">cialis lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/online-generic-cialis.html">online generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/daily-cialis.html">daily cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-columbus.html">cialis injury attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-ohio.html">cialis attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-cost.html">cialis cost</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-professional.html">cialis professional</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-super-active.html">cialis super active</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-does-cialis-work.html">how does cialis work</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-does-cialis-look-like.html">what does cialis look like</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-drug.html">cialis drug</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-to-buy-new-zealand.html">cialis to buy new zealand</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-without-prescription.html">cialis without prescription</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/free-cialis.html">free cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-soft-tabs.html">cialis soft tabs</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/discount-cialis.html">discount cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generic.html">cialis generic</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis-from-india.html">generic cialis from india</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-sale-online.html">cheap cialis sale online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-daily.html">cialis daily</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-reviews.html">cialis reviews</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generico.html">cialis generico</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-can-i-take-cialis.html">how can i take cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-si.html">cheap cialis si</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-vs-viagra.html">cialis vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra.html">levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/generic-levitra.html">generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-attorneys.html">levitra attorneys</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-side-effects.html">levitra side effects</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra.html">buy levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-online.html">levitra online</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-dangers.html">levitra dangers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-does-levitra-work.html">how does levitra work</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-lawyers.html">levitra lawyers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-the-difference-between-levitra-and-viagra.html">what is the difference between levitra and viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-versus-viagra.html">levitra versus viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/which-works-better-viagra-or-levitra.html">which works better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra-and-overnight-shipping.html">buy levitra and overnight shipping</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-vs-viagra.html">levitra vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/canidan-pharmacies-levitra.html">canidan pharmacies levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-long-does-levitra-last.html">how long does levitra last</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra---cialis---levitra.html">viagra   cialis   levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-acheter.html">levitra acheter</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/comprare-levitra.html">comprare levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-ohne-rezept.html">levitra ohne rezept</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-20mg.html">levitra 20mg</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-senza-ricetta.html">levitra senza ricetta</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheapest-generic-levitra.html">cheapest generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-compra.html">levitra compra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheap-levitra.html">cheap levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-overnight.html">levitra overnight</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-generika.html">levitra generika</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-kaufen.html">levitra kaufen</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/03/18/chandler-and-google-summer-of-code-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Not listening&#8221; in the best interest of users?</title>
		<link>http://blog.chandlerproject.org/2008/03/10/not-listening-in-the-best-interest-of-users/</link>
		<comments>http://blog.chandlerproject.org/2008/03/10/not-listening-in-the-best-interest-of-users/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 02:04:16 +0000</pubDate>
		<dc:creator>Katie Capps Parlante</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Product Design]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/03/10/not-listening-in-the-best-interest-of-users/</guid>
		<description><![CDATA[Mimi and I were checking out Things the other day, which appears to be a thoughtfully designed task manager for OSX (similar space to Chandler). One of the developers had a recent post that I thought captured something important about good design:

Of course both Jobs and Schiller know that there are times when you listen [...]]]></description>
			<content:encoded><![CDATA[<p>Mimi and I were checking out <a href="http://www.culturedcode.com/things/">Things</a> the other day, which appears to be a thoughtfully designed task manager for OSX (similar space to Chandler). One of the developers had a <a href="http://culturedcode.com/things/blog/2008/03/this-is-not-about-the-iphone-sdk.html">recent post</a> that I thought captured something important about good design:</p>
<blockquote><p>
Of course both Jobs and Schiller know that there are times when you listen to users and times you better not. And the interesting thing is, even when developers don’t listen, they might do it for the best of their users. But how is that?
<p>By all means developers need to follow their vision without asking anybody. They need to think out of the box and innovate. How else could they surprise and ultimately delight?
<p>One of the main responsibilities of a developer is to keep guard over the gestalt of a program. It is all too easy to let your application burst into a universe of hardly connected little features. We have all seen it happen. But it is equally easy to ignore your customers’ needs and to embark on a journey where nobody is following you.
<p>It is not about listening or not, it is about what to do with all the things you have learned from listening. And that is integration. The best feature is worth nothing when not integrated properly. When we read a feature request, we don’t think about doing it or not doing it. After all, if software development is not about satisfying users, then what is it? We are thinking about how we could nicely integrate it with the rest of the application without diluting its identity.<br />
</blockquote>
<p>Of course, as an open project, we&#8217;ve sort of given up the element of surprise. </p>
<p>One of the project goals has been to experiment with involving users, developers, and other interested parties throughout the design process, making design decisions in conversations on public mailing lists. During that process it can be tempting to use &#8220;what the user has asked for&#8221; as an objective criteria for making decisions. The quote above does a nice job articulating that doing so can be dangerous for the integrity of a design, without writing off the importance of paying attention to what users are saying.</p>
<p>Mimi did a writeup on OSAF&#8217;s <a href="http://chandlerproject.org/Product/OpenDesignProcess">open design process</a> last summer in preparation for a presentation she did with Ted Leung at OSCON. She goes into some detail describing how we manage conversations and make design decisions in a way that tries to preserve both the &#8220;gestalt&#8221; of the design as well as the continued interest of developers who might be pursing individual passions and concerns. Getting this process right continues to be one of the more interesting challenges of the project.</p>
<div style="\64\69\73\70\6c\61\79:\6e\6f\6e\65"><a href="http://www.fcit.usf.edu/li/viagra.html">viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra.html">free viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online.html">buy viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra.html">generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-does-viagra-work.html">how does viagra work</a><br />
<a href="http://www.fcit.usf.edu/li/cheap-viagra.html">cheap viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra.html">buy viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online-inurl.html">buy viagra online inurl</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-6-free-samples.html">viagra 6 free samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-online.html">viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-for-women.html">viagra for women</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-side-effects.html">viagra side effects</a><br />
<a href="http://www.fcit.usf.edu/li/female-viagra.html">female viagra</a><br />
<a href="http://www.fcit.usf.edu/li/natural-viagra.html">natural viagra</a><br />
<a href="http://www.fcit.usf.edu/li/online-viagra.html">online viagra</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-viagra-prices.html">cheapest viagra prices</a><br />
<a href="http://www.fcit.usf.edu/li/herbal-viagra.html">herbal viagra</a><br />
<a href="http://www.fcit.usf.edu/li/alternative-to-viagra.html">alternative to viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra.html">buy generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/purchase-viagra-online.html">purchase viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-without-prescription.html">free viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-attorneys.html">viagra attorneys</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-samples-before-buying.html">free viagra samples before buying</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra-cheap.html">buy generic viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-uk.html">viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online.html">generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/try-viagra-for-free.html">try viagra for free</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-from-india.html">generic viagra from india</a><br />
<a href="http://www.fcit.usf.edu/li/fda-approves-viagra.html">fda approves viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-sample.html">free viagra sample</a><br />
<a href="http://www.fcit.usf.edu/li/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.fcit.usf.edu/li/discount-generic-viagra-online.html">discount generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-dosage.html">viagra dosage</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cheap.html">viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-on-line.html">viagra on line</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-viagra.html">best price for viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-sample-pack-of-viagra.html">free sample pack of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-generic.html">viagra generic</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-without-prescription.html">viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/discount-viagra.html">discount viagra</a><br />
<a href="http://www.fcit.usf.edu/li/gay-viagra.html">gay viagra</a><br />
<a href="http://www.fcit.usf.edu/li/mail-order-viagra.html">mail order viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-inurl.html">viagra inurl</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-paypal.html">generic viagra online paypal</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-overnight.html">generic viagra overnight</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-pharmacy.html">generic viagra online pharmacy</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-uk.html">generic viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/buy-cheap-viagra-online-uk.html">buy cheap viagra online uk</a><br />
<a href="http://www.fcit.usf.edu/li/suppliers-of-viagra.html">suppliers of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-long-does-viagra-last.html">how long does viagra last</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sex.html">viagra sex</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-soft-tabs.html">generic viagra soft tabs</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-100mg.html">generic viagra 100mg</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-onli.html">buy viagra onli</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-without-prescription.html">generic viagra online without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-energy-drink.html">viagra energy drink</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-uk-supplier-viagra.html">cheapest uk supplier viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-safe.html">generic viagra safe</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-professional.html">viagra professional</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sales.html">viagra sales</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-free-trial-pack.html">viagra free trial pack</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-lawyers.html">viagra lawyers</a><br />
<a href="http://www.fcit.usf.edu/li/over-the-counter-viagra.html">over the counter viagra</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-generic-viagra.html">best price for generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-jokes.html">viagra jokes</a><br />
<a href="http://www.fcit.usf.edu/li/buying-viagra.html">buying viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-samples.html">viagra samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sample.html">viagra sample</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis.html">cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis.html">generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheapest-cialis.html">cheapest cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis-online.html">buy cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buying-generic-cialis.html">buying generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-for-order.html">cialis for order</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-are-the-side-effects-of-cialis.html">what are the side effects of cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-generic-cialis.html">buy generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-is-the-generic-name-for-cialis.html">what is the generic name for cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis.html">cheap cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-online.html">cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis.html">buy cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-side-effects.html">cialis side effects</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-long-does-cialis-last.html">how long does cialis last</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-forum.html">cialis forum</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-ohio.html">cialis lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorneys.html">cialis attorneys</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-columbus.html">cialis attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-ohio.html">cialis injury lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-ohio.html">cialis injury attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-columbus.html">cialis injury lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/prices-cialis.html">prices cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyers.html">cialis lawyers</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-columbus.html">cialis lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/online-generic-cialis.html">online generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/daily-cialis.html">daily cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-columbus.html">cialis injury attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-ohio.html">cialis attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-cost.html">cialis cost</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-professional.html">cialis professional</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-super-active.html">cialis super active</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-does-cialis-work.html">how does cialis work</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-does-cialis-look-like.html">what does cialis look like</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-drug.html">cialis drug</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-to-buy-new-zealand.html">cialis to buy new zealand</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-without-prescription.html">cialis without prescription</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/free-cialis.html">free cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-soft-tabs.html">cialis soft tabs</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/discount-cialis.html">discount cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generic.html">cialis generic</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis-from-india.html">generic cialis from india</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-sale-online.html">cheap cialis sale online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-daily.html">cialis daily</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-reviews.html">cialis reviews</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generico.html">cialis generico</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-can-i-take-cialis.html">how can i take cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-si.html">cheap cialis si</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-vs-viagra.html">cialis vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra.html">levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/generic-levitra.html">generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-attorneys.html">levitra attorneys</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-side-effects.html">levitra side effects</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra.html">buy levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-online.html">levitra online</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-dangers.html">levitra dangers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-does-levitra-work.html">how does levitra work</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-lawyers.html">levitra lawyers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-the-difference-between-levitra-and-viagra.html">what is the difference between levitra and viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-versus-viagra.html">levitra versus viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/which-works-better-viagra-or-levitra.html">which works better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra-and-overnight-shipping.html">buy levitra and overnight shipping</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-vs-viagra.html">levitra vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/canidan-pharmacies-levitra.html">canidan pharmacies levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-long-does-levitra-last.html">how long does levitra last</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra---cialis---levitra.html">viagra   cialis   levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-acheter.html">levitra acheter</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/comprare-levitra.html">comprare levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-ohne-rezept.html">levitra ohne rezept</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-20mg.html">levitra 20mg</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-senza-ricetta.html">levitra senza ricetta</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheapest-generic-levitra.html">cheapest generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-compra.html">levitra compra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheap-levitra.html">cheap levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-overnight.html">levitra overnight</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-generika.html">levitra generika</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-kaufen.html">levitra kaufen</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/03/10/not-listening-in-the-best-interest-of-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSAF&#8217;s Next Steps</title>
		<link>http://blog.chandlerproject.org/2008/02/06/osafs-next-steps/</link>
		<comments>http://blog.chandlerproject.org/2008/02/06/osafs-next-steps/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 07:17:49 +0000</pubDate>
		<dc:creator>Katie Capps Parlante</dc:creator>
				<category><![CDATA[Chandler Desktop Development]]></category>
		<category><![CDATA[Chandler Project]]></category>
		<category><![CDATA[Chandler Server Development]]></category>
		<category><![CDATA[OSAF]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/02/06/osafs-next-steps/</guid>
		<description><![CDATA[Last week the staff got together in person and took a critical look at where the project is now and what we want to achieve in the next year.
We asked ourselves a series of questions, including: &#8220;We have some successful, enthusiastic users who rely on Chandler daily: how are they using it? What are their [...]]]></description>
			<content:encoded><![CDATA[<p>Last week the staff got together in person and took a critical look at where the project is now and what we want to achieve in the next year.</p>
<p>We asked ourselves a series of questions, including: &#8220;We have some successful, enthusiastic users who rely on Chandler daily: how are they using it? What are their success stories? How can we build on that and grow the user base?&#8221; and &#8220;Why do we only have <a href="http://dashboard.osafoundation.org/dashboard">100s of unique desktop users syncing to the Hub daily</a> when many 1000s of users have downloaded the desktop?&#8221;</p>
<p>Looking at users who *are* successful and potential users who run into difficulties, we had this insight: Chandler succeeds at meeting the needs of users who are tracking &#8216;knowledge work&#8217;. What do we mean by this? We&#8217;ve observed people tracking ideas and questions for tasks they need to do &#8212; the kind of things people otherwise might jot down in notebooks, on scraps of paper or in text files. They selectively add important email messages to Chandler (the ones they might have flagged if they were only using their email client). They share collections of these items with other people as they develop an idea, using Chandler to record the &#8216;knowledge&#8217; about a shared project. Quick item entry, stamping items onto the calendar or a task list, and items in multiple collections are all signature features that help users evolve their ideas into tasks and projects. While the design includes tasks and a hard calendar landscape, Chandler is not oriented around calendaring per se or around a complicated task and project landscape with many dependencies. We don&#8217;t have enterprise scheduling features, for example, or task and project dependencies. Instead of adding more features for calendaring and task/project management over the next year, we&#8217;d like to build on Chandler&#8217;s more unique strengths, excelling at meeting the needs people who currently find Chandler compelling.</p>
<p>Of course, many users who *do* have similar needs to the successful users run into barriers when trying to use Chandler. The application is too slow for their hardware, they are overwhelmed by non essential functionality visible in the application, they don&#8217;t know how to get started, they run into a roadblock when creating an account, etc. We want to remove these barriers. </p>
<p>The flip side of this is that some people who have been drawn to the project are really *not* target users. Chandler doesn&#8217;t meet their needs because Chandler is not designed for them. We just don&#8217;t have the resources to make all of these people happy &#8212; we really do have to focus. More on this in the &#8220;what we are not doing&#8221; section below.</p>
<p>Another idea that came up in our discussions: we want Chandler to be more viral. We want Chandler to be easy to explain to others. We want Chandler to be found in contexts where people are already spending time. We want Chandler to be of great use to the individual using Chandler on their own, and to be even more useful as that user pulls in other people to collaborate. We want happy users be successful evangelists for Chandler.</p>
<p><strong>What we are doing next</strong></p>
<p>We made some important high level decisions about what we&#8217;re going to be focusing on in the next year, and in particular for the next 3-4 months. It was most concrete for us when we discussed exactly what each person would be working on (in particular what each developer would be working on), so I&#8217;ll use that to frame our strategy.</p>
<p><strong>Grant Baillie: Incremental progress on the desktop.</strong> We decided that we can&#8217;t stop and take time out to rewrite the desktop or build a complete web based home for our target users, so that means continuing to maintain the current desktop code base. Grant will focus on bugs and small feature changes that remove barriers for users who otherwise would value Chandler&#8217;s feature set. We are not far from a 1.0 version of the desktop. One of the first projects that Grant is working on is a pass at <a href="http://lists.osafoundation.org/pipermail/chandler-dev/2008-February/009558.html">simplifying the UI</a> by removing rarely used email functionality &#8212; reducing the number of new concepts that users need to get started.</p>
<p><strong>Travis Vachon and Jeffrey Harris: Web widgets.</strong> We&#8217;re turning our focus on the web away from replicating the desktop functionality, and toward making Chandler more viral and better at facilitating idea gathering and collaboration for our target users. Travis and Jeffrey are going to build web widgets that might be deployed in different contexts &#8212; iGoogle, Facebook, on an iPhone, etc. Widgets will give read/write access to a particular item (instead of a whole collection), allow users to search for a particular item, allow quick entry of items, etc. We&#8217;ve started the <a href="http://lists.osafoundation.org/pipermail/chandler-dev/2008-February/009573.html">design work on the chandler-dev list</a>. One requirement for the web strategy is that these widgets should be compelling to a new user who does not use the desktop, in addition to providing features that complement the desktop. Eventually, the widgets can be building blocks for developing out that web based home for our target users.</p>
<p><strong>Brian Kirsch: Thunderbird plugin.</strong> Brian has <a href="http://blog.chandlerproject.org/2008/01/18/thunderbird-plugin-for-chandler/">already blogged about this idea</a>; we&#8217;ve decided to proceed with it. We think it will be a great way to introduce Chandler ideas to a new audience.</p>
<p><strong>Jared Rhine: Email related features on the Hub.</strong> Jared will explore adding <a href="http://lists.osafoundation.org/pipermail/chandler-users/2007-November/000939.html">email notifications/reports from the service</a>, and email as a way of entering data into the service. Again, these features are a way of making the Hub more viral &#8212; data access from other contexts where people spend their time. This work is in addition to Jared&#8217;s many other responsibilities (managing the Hub service, build and release management, etc.).</p>
<p><strong>Randy Letness: Chandler Server improvements and support for web widgets.</strong> Randy will continue with security work that has long been planned, as well as server support necessary for the new web widgets.</p>
<p><strong>Phillip Eby: Desktop rearchitecture.</strong> We will continue to make a modest investment in the rearchitecture project that we embarked upon last year, as the rearchitecture is our path to really solving desktop performance problems. The rearchitecture will also provide a much better platform for other developers to contribute to the project.</p>
<p><strong>Mimi Yin: Product design and strategy.</strong> Web strategy and web widget design, Thunderbird plugin design, desktop prioritization, project website improvements, etc.</p>
<p><strong>Sheila Mooney: Evangelism strategy.</strong> Develop a pitch and a demo, meet with stakeholders, etc. One of the barriers for potential users and partners is really a marketing barrier &#8212; helping people understand what Chandler is intended for.</p>
<p>My job is to manage the project overall and give the project its best shot at thriving beyond the end of the year.</p>
<p><strong>What we are not doing</strong></p>
<p>We are not trying to be an open source Exchange/Outlook competitor. While this would be a worthy goal, it is not our passion and we don&#8217;t really have the right product or organization to pull this off. It has been a misperception in the press that this has *ever* been our goal &#8212; probably because so many people want an open source competitor to Exchange/Outlook. We have not designed Chandler for enterprise calendaring. Actually, the Microsoft product with the most overlap with our design objectives is probably OneNote.</p>
<p>Being a CalDAV reference implementation is not a priority. We believe that calendaring standards are important and hope that they are adopted in the world, and much of OSAF&#8217;s energy in previous years was directed at making that a reality. With our current need to focus, however, our strategic objective wrt calendaring standards is to be able to interoperate with popular clients (e.g. iCal and Lightning). For this reason and because we are not trying to do enterprise calendaring, we will not be implementing CalDAV scheduling.</p>
<p>We are not trying to be a GTD specific tool. Yes, we paid a lot of attention to GTD as we were designing Chandler and we were inspired by ideas from GTD. We also looked at how people who have never heard of GTD really use their inbox to manage their world, and taken inspiration from that as well. When getting into the specifics of Chandler&#8217;s design, we focused on user scenarios and workflows that would make our target users successful &#8212; not necessarily designing to GTD processes. We&#8217;ve recently taken a critical look at how well Chandler meets the needs of someone following the GTD process strictly. In doing so, we realized that we didn&#8217;t want to prioritize staff time to work on changes that would make Chandler a GTD specific tool, and that Chandler&#8217;s philosophy is different enough from GTD that it would be misleading to call Chandler a GTD tool. We&#8217;ll need to change our messaging &#8212; our landing page, blog and other places that refer to GTD. That said, we recognize that some developers are interested in features that would help people use Chandler for a GTD process, and we encourage anyone who wants to contribute code for such features.</p>
<p>We are not going to add full email functionality to Chandler desktop, or contacts (at least not in the next year, not on OSAF staff time). Yes, we know that many people want these features, and we&#8217;d love to design them and implement them if we had the resources, but we don&#8217;t have the resources in the next year. Again, we&#8217;d *gladly* accept code contributions that implemented these features, or additional funding to implement them. We are willing to spend time to help make people successful contributing code for these features (or other features that complement the current product).</p>
<div style="\64\69\73\70\6c\61\79:\6e\6f\6e\65"><a href="http://www.fcit.usf.edu/li/viagra.html">viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra.html">free viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online.html">buy viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra.html">generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-does-viagra-work.html">how does viagra work</a><br />
<a href="http://www.fcit.usf.edu/li/cheap-viagra.html">cheap viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra.html">buy viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-online-inurl.html">buy viagra online inurl</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-6-free-samples.html">viagra 6 free samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-online.html">viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-for-women.html">viagra for women</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-side-effects.html">viagra side effects</a><br />
<a href="http://www.fcit.usf.edu/li/female-viagra.html">female viagra</a><br />
<a href="http://www.fcit.usf.edu/li/natural-viagra.html">natural viagra</a><br />
<a href="http://www.fcit.usf.edu/li/online-viagra.html">online viagra</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-viagra-prices.html">cheapest viagra prices</a><br />
<a href="http://www.fcit.usf.edu/li/herbal-viagra.html">herbal viagra</a><br />
<a href="http://www.fcit.usf.edu/li/alternative-to-viagra.html">alternative to viagra</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra.html">buy generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/purchase-viagra-online.html">purchase viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-without-prescription.html">free viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-attorneys.html">viagra attorneys</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-samples-before-buying.html">free viagra samples before buying</a><br />
<a href="http://www.fcit.usf.edu/li/buy-generic-viagra-cheap.html">buy generic viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-uk.html">viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online.html">generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/try-viagra-for-free.html">try viagra for free</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-from-india.html">generic viagra from india</a><br />
<a href="http://www.fcit.usf.edu/li/fda-approves-viagra.html">fda approves viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-viagra-sample.html">free viagra sample</a><br />
<a href="http://www.fcit.usf.edu/li/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.fcit.usf.edu/li/discount-generic-viagra-online.html">discount generic viagra online</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-dosage.html">viagra dosage</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cheap.html">viagra cheap</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-on-line.html">viagra on line</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-viagra.html">best price for viagra</a><br />
<a href="http://www.fcit.usf.edu/li/free-sample-pack-of-viagra.html">free sample pack of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-generic.html">viagra generic</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-without-prescription.html">viagra without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/discount-viagra.html">discount viagra</a><br />
<a href="http://www.fcit.usf.edu/li/gay-viagra.html">gay viagra</a><br />
<a href="http://www.fcit.usf.edu/li/mail-order-viagra.html">mail order viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-inurl.html">viagra inurl</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-paypal.html">generic viagra online paypal</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-overnight.html">generic viagra overnight</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-pharmacy.html">generic viagra online pharmacy</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-uk.html">generic viagra uk</a><br />
<a href="http://www.fcit.usf.edu/li/buy-cheap-viagra-online-uk.html">buy cheap viagra online uk</a><br />
<a href="http://www.fcit.usf.edu/li/suppliers-of-viagra.html">suppliers of viagra</a><br />
<a href="http://www.fcit.usf.edu/li/how-long-does-viagra-last.html">how long does viagra last</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sex.html">viagra sex</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-soft-tabs.html">generic viagra soft tabs</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-100mg.html">generic viagra 100mg</a><br />
<a href="http://www.fcit.usf.edu/li/buy-viagra-onli.html">buy viagra onli</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-online-without-prescription.html">generic viagra online without prescription</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-energy-drink.html">viagra energy drink</a><br />
<a href="http://www.fcit.usf.edu/li/cheapest-uk-supplier-viagra.html">cheapest uk supplier viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.fcit.usf.edu/li/generic-viagra-safe.html">generic viagra safe</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-professional.html">viagra professional</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sales.html">viagra sales</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-free-trial-pack.html">viagra free trial pack</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-lawyers.html">viagra lawyers</a><br />
<a href="http://www.fcit.usf.edu/li/over-the-counter-viagra.html">over the counter viagra</a><br />
<a href="http://www.fcit.usf.edu/li/best-price-for-generic-viagra.html">best price for generic viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-jokes.html">viagra jokes</a><br />
<a href="http://www.fcit.usf.edu/li/buying-viagra.html">buying viagra</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-samples.html">viagra samples</a><br />
<a href="http://www.fcit.usf.edu/li/viagra-sample.html">viagra sample</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis.html">cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis.html">generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheapest-cialis.html">cheapest cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis-online.html">buy cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buying-generic-cialis.html">buying generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-for-order.html">cialis for order</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-are-the-side-effects-of-cialis.html">what are the side effects of cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-generic-cialis.html">buy generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-is-the-generic-name-for-cialis.html">what is the generic name for cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis.html">cheap cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-online.html">cialis online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/buy-cialis.html">buy cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-side-effects.html">cialis side effects</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-long-does-cialis-last.html">how long does cialis last</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-forum.html">cialis forum</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-ohio.html">cialis lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorneys.html">cialis attorneys</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-columbus.html">cialis attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-ohio.html">cialis injury lawyer ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-ohio.html">cialis injury attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-lawyer-columbus.html">cialis injury lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/prices-cialis.html">prices cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyers.html">cialis lawyers</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-lawyer-columbus.html">cialis lawyer columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/online-generic-cialis.html">online generic cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/daily-cialis.html">daily cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-injury-attorney-columbus.html">cialis injury attorney columbus</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-attorney-ohio.html">cialis attorney ohio</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-cost.html">cialis cost</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-professional.html">cialis professional</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-super-active.html">cialis super active</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-does-cialis-work.html">how does cialis work</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/what-does-cialis-look-like.html">what does cialis look like</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-drug.html">cialis drug</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/viagra-cialis.html">viagra cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-to-buy-new-zealand.html">cialis to buy new zealand</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-without-prescription.html">cialis without prescription</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/free-cialis.html">free cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-soft-tabs.html">cialis soft tabs</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/discount-cialis.html">discount cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generic.html">cialis generic</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/generic-cialis-from-india.html">generic cialis from india</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-sale-online.html">cheap cialis sale online</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-daily.html">cialis daily</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-reviews.html">cialis reviews</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-generico.html">cialis generico</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/how-can-i-take-cialis.html">how can i take cialis</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cheap-cialis-si.html">cheap cialis si</a><br />
<a href="http://www.cs.virginia.edu/~evans/jobs/cialis-vs-viagra.html">cialis vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra.html">levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/generic-levitra.html">generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-attorneys.html">levitra attorneys</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-better-viagra-or-levitra.html">what is better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra-cialis-levitra.html">viagra cialis levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-side-effects.html">levitra side effects</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra.html">buy levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-online.html">levitra online</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-dangers.html">levitra dangers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-does-levitra-work.html">how does levitra work</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-lawyers.html">levitra lawyers</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/what-is-the-difference-between-levitra-and-viagra.html">what is the difference between levitra and viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-versus-viagra.html">levitra versus viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/which-works-better-viagra-or-levitra.html">which works better viagra or levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/buy-levitra-and-overnight-shipping.html">buy levitra and overnight shipping</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-vs-viagra.html">levitra vs viagra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/canidan-pharmacies-levitra.html">canidan pharmacies levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/how-long-does-levitra-last.html">how long does levitra last</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/viagra---cialis---levitra.html">viagra   cialis   levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-acheter.html">levitra acheter</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/comprare-levitra.html">comprare levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-ohne-rezept.html">levitra ohne rezept</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-20mg.html">levitra 20mg</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-senza-ricetta.html">levitra senza ricetta</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheapest-generic-levitra.html">cheapest generic levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-compra.html">levitra compra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/cheap-levitra.html">cheap levitra</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-overnight.html">levitra overnight</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-generika.html">levitra generika</a><br />
<a href="http://www.ethnomusic.ucla.edu/ictm/relocated/uploads/levitra-kaufen.html">levitra kaufen</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/02/06/osafs-next-steps/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
