<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>mobilAP</title>
        <link>http://daap.uc.edu/mobilAP</link>
        <description>mobilAP: The Mobile Academic Platform</description>
        <generator>Feeder 2.0.1(1124) http://reinventedsoftware.com/feeder/</generator>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <language>en</language>
        <pubDate>Wed, 04 Nov 2009 10:31:49 -0700</pubDate>
        <lastBuildDate>Wed, 04 Nov 2009 10:31:49 -0700</lastBuildDate>
        <item>
            <title>mobilAP 2.0!</title>
            <description><![CDATA[<p>It's been 6 months since the latest mobilAP news. It's time for an update!</p>

<p>mobilAP 2.0 is almost ready! Given the change in code base, it was important to start with a new major version series. mobilAP is based on the new Dashcode 3.0 framework released with Mac OS X 10.6 Snow Leopard. Although some of the visual aspects are the same, the underlying code base has been completely rewritten to take advantage of several new Dashcode features including:</p>

<p>- Data sources: an automated way to handle data retrieval. This significantly reduces the complexity of gathering data so more time can be spent adding application features. All of mobilAP's data gathering has been updated to use datasources.</p>

<p>- Bindings: you can map content from datasources to interface elements creating zero-code data elements. Many elements in mobilAP use bindings to reduce code</p>

<p>- Product types: Dashcode now has the ability to create mobile as well as desktop versions of web applications. The desktop version of mobilAP is now a dashcode web application</p>

<p>mobilAP Features</p>

<p>Aside from rewriting the code to take advantage of new dashcode features, there are some additional features that should make deploying mobilAP easier in more scenarios.</p>

<p>- Browser based setup: To ease with installation, users will not have to manually edit configuration files (presuming proper server permissions are set)</p>

<p>- SQLite support: In addition to supporting MySQL, mobilAP now supports saving the data in a SQLite database which eliminates the need to setup and administer a separate database.</p>

<p>- Self-registering users: Optionally allow users to register themselves. This is appropriate for events where you do not want to  pre-register users.</p>

<p>- Schedule-less events: Optionally eliminate the schedule. The schedule is flattened to a single session. Great for ad-hoc uses that isn't tied to a date or time.</p>

<p>- JavaScript based charts: Question result charts are now drawn using JavaScript eliminating the need to have an internet connection to use google charts</p>

<p>Download the beta today at http://daaap.uc.edu/mobilAP</p>]]></description>
            <pubDate>Wed, 04 Nov 2009 10:30:59 -0700</pubDate>
            <guid isPermaLink="false">mobilap-20</guid>
        </item>
        <item>
            <title>mobilAP on twitter</title>
            <description><![CDATA[<p>mobilAP is now on twitter</p>
      <p>Follow updates and converse about development twitter.com/mobilAP</p>
      ]]></description>
            <pubDate>Thu, 28 May 2009 15:09:27 -0600</pubDate>
            <guid isPermaLink="false">mobilap-twitter</guid>
        </item>
        <item>
            <title>mobilAP 0.9.8 Released!</title>
            <description><![CDATA[<p>mobilAP 0.9.8 has been released</p>

<p>Please download it at http://daap.uc.edu/mobilap</p>

<p>Some highlights include: 
<br />- Security updates to protect against many XSS attacks 
<br />- Ability to make site content private (require login) 
<br />- Ability to turn on passwords for only administrative users or presenters 
<br />- Option to subdivide directory by first letter of last name (useful for large directories) 
<br />- Ability to customize link titles for top level items
<br />- Many other minor improvements and fixes</p>

<p>A public SVN server has been created to follow development and facilitate collaboration. For more information, please visit the project website.</p>

<p>As always, email mobilap@daap.uc.edu for suggestions, feedback and other information.</p>]]></description>
            <pubDate>Sun, 03 May 2009 19:28:46 -0600</pubDate>
            <guid isPermaLink="false">mobilap-098</guid>
        </item>
        <item>
            <title>mobilAP Roadmap</title>
            <description><![CDATA[<p>mobilAP Roadmap</p>

<p>Some of you have asked about upcoming features and releases of mobilAP. Since this is not a sponsored project, most of the work occurs when I have time and get inspiration to work. This doesn't always lend itself to a predictable schedule, but I've mostly maintained a release about once a month that incorporates the various features and fixes that have been building up. In order to assist those with planning, I have prepared a roadmap of planned features. As with any open source project, this does not constitute any guarantee, but it's better than being in the dark.</p>

<p>Near term (next release, before May 7)
<br />- Security updates to protect against many XSS attacks
<br />- Ability to make site content private (require login)
<br />- Ability to turn on passwords for only administrative users or presenters 
<br />- Option to subdivide directory by first letter of last name (useful for large directories)
<br />- Ability to customize link titles for top level items</p>

<p>Medium Term 
<br />- Clean up iPhone CSS to make it easier to customize
<br />- Allow (limited) administration using mobile interface
<br />- Customizable conference links (not tied to a session)
<br />- Better schedule grouping
<br />- AJAX for desktop site</p>

<p>Long Term
<br />- modular user database (integrate with LDAP, etc)
<br />- Possible integration with open source course management systems (please email for systems we should look at)
<br />- Attendee communication (email etc)
<br />- Attendee customization, profiles
<br />- Target other mobile platforms</p>

<p>What we AREN'T planning on doing (at this time)
<br />- Integration with systems that don't have web service APIs (i.e. BlackBoard)</p>

<p>Although there will generally be releases monthly, you can follow the development through the subversion repository</p>

<p>We look forward to hearing how you have used mobilAP at your event.</p>]]></description>
            <pubDate>Wed, 22 Apr 2009 18:41:36 -0600</pubDate>
            <guid isPermaLink="false">mobilap-roadmap</guid>
        </item>
        <item>
            <title>mobilAP 0.9.7 Released!</title>
            <link>http://daap.uc.edu/mobilAP#0.9.7</link>
            <description><![CDATA[<p>mobilAP 0.9.7 has been released</p>

<p>Please download it at http://daap.uc.edu/mobilap</p>

<p>Some highlights include:
<br />- A simple, yet effective default CSS style for the non-MobileSafari site
<br />- The ability to require and manage passwords for attendees
<br />- A framework for managing conference settings, current settings include password requirement and attendee directory display. Other settings will be forthcoming
<br />- The ability to turn on or off links, evaluations and discussions per session
<br />- Support for APC cache for performance
<br />- Support for GD image manipulation for non OS X servers
<br />- Many bug fixes and minor UI improvements</p>

<p>A public SVN server has been created to follow development and facilitate collaboration. For more information, please visit the project website.</p>

<p>As always, email mobilap@daap.uc.edu for suggestions, feedback and other information.</p>]]></description>
            <pubDate>Wed, 18 Mar 2009 20:26:44 -0600</pubDate>
            <guid isPermaLink="false">mobilap-097-released</guid>
        </item>
    </channel>
</rss>