<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>blog.qwer.us</title>
      <link>http://blog.qwer.us/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2006</copyright>
      <lastBuildDate>Sun, 14 May 2006 20:11:37 -0500</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Different text sizes supported</title>
         <description><![CDATA[<p>Hello again!</p>

<p>This week, we added a minor feature: changing the text size of lists.  Go under "Printing and Appearance" and change the drop down box "item size" to try out this new feature.  Enjoy, and let us know what you think!</p>

<p>-John</p>]]></description>
         <link>http://blog.qwer.us/2006/05/different_text_sizes_supported.html</link>
         <guid>http://blog.qwer.us/2006/05/different_text_sizes_supported.html</guid>
         <category></category>
         <pubDate>Sun, 14 May 2006 20:11:37 -0500</pubDate>
      </item>
            <item>
         <title>New screenshot demo</title>
         <description><![CDATA[<p>Thanks to the useful criticism on <a href="http://projects.metafilter.com">projects.metafilter.com</a>, and from criticism via email, we're been able to make some really good progress on qwer.us this week.</p>

<ul>
<li>Due to overwhelming user response, we've added both a simple<a href="http://qwer.us/screenshots/"> screenshot demo section</a> and a live demo to qwer.us.  The simple screenshot demo is
simply a series of screenshots illustrating some of the simplest use cases of a qwer.us todo list; it is not interactive.  The live demo, by contrast,
is interactive; you can add, edit, delete, reorder, and mark as done/undone items on the test list.  You can even create and delete your own lists.
We're really looking forward to feedback on these new sections!</li>
<li>We made using the lists a little bit easier:

<ul>
<li>Editing lists objects looks much better and less intrusive.</li>
<li>We moved the add items command box up to the top, and when you first come to your list the focus is on the add item textbox.</li>
<li>When you begin editing list objects, focus is now automatically set on the item being edited.</li>
<li>When editing list objects, if you click on another list object or if you hit enter, the list object closes and saves.</li>
<li>We've added a cancel changes feature to list object and titles.</li>
<li>Minor bug fixes</li>
</ul>

</ul>

<p>For the next two weeks, our focus will be largely devoted to making the lists look better and run faster.  Right now, for example, there is a rendering<br />
bug for the add list object box in which sometimes it is shifted too far up or too far down.  In addition, we're looking to speed up adds, checks, edits,<br />
and deletes these next two weeks.</p>

<p>As always, please feel free to leave your comments about qwer.us - either here or in the <a href="http://qwer.us/contact/">contact us</a> section.  Thanks a lot!<br />
</p>]]></description>
         <link>http://blog.qwer.us/2006/04/new_screenshot_demo.html</link>
         <guid>http://blog.qwer.us/2006/04/new_screenshot_demo.html</guid>
         <category></category>
         <pubDate>Wed, 26 Apr 2006 12:25:38 -0500</pubDate>
      </item>
            <item>
         <title>projects.metafilter.com</title>
         <description><![CDATA[<p>We recently posted qwer.us as a <a href="http://projects.metafilter.com/votes/294">new project</a> on <a href="http://projects.metafilter.com/">projects.metafilter.com</a>, and we've gotten a ton of great criticism.  I can't reply to the criticism on the site, but I want to acknowledge our commitment to responding to that criticism.  We're already working on some of the suggestions people submitted!  Thanks so much, and <em>please</em> keep them coming!</p>]]></description>
         <link>http://blog.qwer.us/2006/04/projectsmetafiltercom.html</link>
         <guid>http://blog.qwer.us/2006/04/projectsmetafiltercom.html</guid>
         <category></category>
         <pubDate>Thu, 20 Apr 2006 20:20:57 -0500</pubDate>
      </item>
            <item>
         <title>Title-editing bug</title>
         <description><![CDATA[<p>We had a title-editing bug in qwer.us.  When you went to commit your change, there was a problem in the AJAX request.  The problem has been fixed, and now you can edit your list titles.  We're sorry for the inconvenience.</p>]]></description>
         <link>http://blog.qwer.us/2006/04/titleediting_bug.html</link>
         <guid>http://blog.qwer.us/2006/04/titleediting_bug.html</guid>
         <category></category>
         <pubDate>Wed, 19 Apr 2006 09:37:43 -0500</pubDate>
      </item>
            <item>
         <title>Minor fixes and enhancements</title>
         <description><![CDATA[<p>We've made a few bug fixes and enhancements this week.  Namely:<br />
<ul><br />
<li>For new users, a sample list is auto-created to help illustrate how to use qwer.us.</li><br />
<li>When adding new items,  the add items field is cleared and focus is moved to it.</li><br />
<li>When clicking on titles and then items, both items entered edit mode.  We fixed this.</li><br />
<li>Finally, we also fixed a minor rendering bug appearing in the subcommand boxes on the right in Internet Explorer</li><br />
</ul></p>

<p>See you next week!</p>]]></description>
         <link>http://blog.qwer.us/2006/04/minor_fixes_and_enhancements.html</link>
         <guid>http://blog.qwer.us/2006/04/minor_fixes_and_enhancements.html</guid>
         <category></category>
         <pubDate>Wed, 19 Apr 2006 08:47:10 -0500</pubDate>
      </item>
            <item>
         <title>New features for April</title>
         <description><![CDATA[<p>We've added a few new features to qwer.us.</p>

<ul>
<li>It is no longer necessary to click the "save list" button every time you want to commit your list to the database.  Now, every time you make a change, a small AJAX transaction goes through and the database is updated immediately.</li>
<li>You can now print lists!  In order to do so, click on the printing & appearance submenu to the right of your list.  Also present in this submenu is are options on how you want your done items to be displayed - separated, inline, or not at all.  Try it out!</li>
<li>The submenu system itself is maybe a bit easier to use.  We're using the moo.fx javascript library for those accordian effects.  What do you think?  Is it easier to use?</li>
<li>Various minor bug fixes...</li>
</ul>

<p>We hope to make more frequent, minor incremental changes to qwer.us, and we're aiming to make refreshes and accompanying blog entries once per week, so check back often!</p>]]></description>
         <link>http://blog.qwer.us/2006/04/new_features_for_april.html</link>
         <guid>http://blog.qwer.us/2006/04/new_features_for_april.html</guid>
         <category></category>
         <pubDate>Wed, 12 Apr 2006 10:50:55 -0500</pubDate>
      </item>
            <item>
         <title>Just about ready for limited release...</title>
         <description><![CDATA[<p>These past two months, we have been busy converting qwer.us to an AJAX-based model.  This will increase the speed of edits between the client and the database.  In addition, we have made the editing of list objects and list titles easier; simple click on them in the list view, edit the text field and click "done."  Be sure to save your lists before you exit, though, or else all your work will be thrown away.</p>

<p>Another feature that we're extremely excited to announce is our usage of the Scriptaculous Javascript library in order to facilitate more intuitive sorting of list objects.  Simply drag and drop your items to resort them.  We're excited to hear what your reaction to this!</p>

<p>There is one major bug that we want to fix before we release qwer.us even in a limited capacity.  Sometimes, when you create items, save them, resort them, and save and refresh, the new list items are duplicated.  Fortunately, I think I've narrowed down the problem and I'm going to get to fixing it right after I complete this blog entry.  If all goes well, we'll begin our limited release by the end of this week!  Looking forward to your comments!</p>]]></description>
         <link>http://blog.qwer.us/2006/03/just_about_ready_for_limited_r.html</link>
         <guid>http://blog.qwer.us/2006/03/just_about_ready_for_limited_r.html</guid>
         <category></category>
         <pubDate>Sun, 05 Mar 2006 04:40:44 -0500</pubDate>
      </item>
            <item>
         <title>Mailing List and Help</title>
         <description><![CDATA[<p>We've recently added a <a href="http://qwer.us/help.php">help section</a> to qwer.us.  If you have problems using qwer.us, try looking in this section.  If you don't find what you're looking for, you're always welcome to <a href="http://qwer.us/contact.php">contact us</a> directly.</p>

<p>For those of our users who want to be kept abreast of the latest developments of qwer.us, we've created a <a href="http://qwer.us/mailman/listinfo/announce_qwer.us">mailing list</a>.  Sign up today!</p>]]></description>
         <link>http://blog.qwer.us/2006/01/mailing_list_and_help.html</link>
         <guid>http://blog.qwer.us/2006/01/mailing_list_and_help.html</guid>
         <category></category>
         <pubDate>Mon, 16 Jan 2006 09:03:32 -0500</pubDate>
      </item>
            <item>
         <title>Welcome to qwer.us</title>
         <description><![CDATA[<p>Hello, and welcome to <strong>qwer.us</strong>.</p>

<p><strong>qwer.us</strong> allows users to create, manage, and interact with todo lists.  The main design goals of <strong>qwer.us</strong> are <em>simplicity</em>, <em>extensibility</em>, and <em>robustness</em>.  <strong>qwer.us</strong> is currently in the alpha stage of development, so there is still some key functionality that is not yet present within <strong>qwer.us</strong>.  Nevertheless, we encourage you to use this free service, and If you have an idea of how to improve <strong>qwer.us</strong>, please do not hesitate to let us know.  We're very interested in the creative and unexpected ways that users like you will use <strong>qwer.us</strong>.</p>

<p>Have fun!</p>]]></description>
         <link>http://blog.qwer.us/2005/12/welcome_to_qwerus_beta.html</link>
         <guid>http://blog.qwer.us/2005/12/welcome_to_qwerus_beta.html</guid>
         <category></category>
         <pubDate>Wed, 28 Dec 2005 07:19:55 -0500</pubDate>
      </item>
      
   </channel>
</rss>
