<?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>Oldstone Place</title>
	<atom:link href="http://www.dmortell.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dmortell.com</link>
	<description>Web, Mobile and Desktop Software Development</description>
	<lastBuildDate>Mon, 17 May 2010 03:20:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Stattraq on Wordpress</title>
		<link>http://www.dmortell.com/20100517/install-stattraq-on-wordpress/</link>
		<comments>http://www.dmortell.com/20100517/install-stattraq-on-wordpress/#comments</comments>
		<pubDate>Mon, 17 May 2010 03:15:53 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/20100517/install-stattraq-on-wordpress/</guid>
		<description><![CDATA[Stattraq is one of the better statistics plugins for Wordpress. Unfortunately due to the changes made in recent versions of Wordpress, the installation link in the plugin description gives a permissions error.
You do not have sufficient permissions to access this page.

This happens because the stattraq-install.php is not included in the $_registered_pages[] array, so user_can_access_admin_page() in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/wp-stattraq/" target="_blank">Stattraq</a> is one of the better statistics plugins for Wordpress. Unfortunately due to the changes made in recent versions of Wordpress, the installation link in the plugin description gives a permissions error.</p>
<blockquote><p>You do not have sufficient permissions to access this page.</p>
</blockquote>
<p>This happens because the stattraq-install.php is not included in the $_registered_pages[] array, so user_can_access_admin_page() in wp-admin\includes\plugin.php doesnt allow access to the install code.</p>
<p>To fix it, you can either add the stattraq-install.php hook to $_registered_pages[], or simply add another menu item. To add another menu, edit the stattraq_menu() function near line 170 in wp-content\qp-stattraq\stattraq.php</p>
<blockquote><p>function stattraq_menu()      <br />{      <br />&#160;&#160;&#160; if (function_exists(&#8216;add_menu_page&#8217;))       <br />&#160; {      <br />&#160;&#160;&#160; // add_menu_page(&#8216;Stat Traq&#8217;, &#8216;Stat Traq&#8217;, 8, &#8216;../wp-stattraq/&#8217;);      <br />&#160;&#160;&#160; // add_menu_page(&#8216;Stat Traq&#8217;, &#8216;Stat Traq&#8217;, 8, &#8216;../wp-content/plugins/wp-stattraq/index.php&#8217;);      <br />&#160;&#160;&#160; add_menu_page(&#8216;Stat Traq&#8217;, &#8216;Stat Traq&#8217;, 8, &#8216;wp-stattraq/index.php&#8217;);      <br />&#160;&#160;&#160; <strong>add_menu_page(&#8216;Stat Traq&#8217;, &#8216;Install Stat Traq&#8217;, 8, &#8216;wp-stattraq/stattraq-install.php&#8217;);       <br /></strong>&#160;&#160;&#160; add_action(&#8216;admin_head&#8217;, &#8217;stattraq_admin_css&#8217;);      <br />&#160;&#160;&#160; }      <br />}</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20100517/install-stattraq-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move iTunes settings to another computer</title>
		<link>http://www.dmortell.com/20100421/itunes/</link>
		<comments>http://www.dmortell.com/20100421/itunes/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 10:39:13 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/20100421/itunes/</guid>
		<description><![CDATA[Aleksandar Vacić provides instructions for moving all your iTunes settings from on PC to another.
To move all the preferences, files, library settings, album artwork, everything back into iTunes on Windows, consists of three&#160;steps:

Copy C:\Documents and Settings\USERNAME\Application Data\Apple Computer\iTunes\ into the identical folder in new install
Copy C:\Documents and Settings\USERNAME\Local Settings\Application Data\Apple Computer\iTunes\ into the identical folder [...]]]></description>
			<content:encoded><![CDATA[<div class="entry" id="entry-1194"><a target="_blank" href="http://aplus.rs/apple/move-itunes-library-between-computers/"><span class="intro">Aleksandar </span></a><span class="intro"><a target="_blank" href="http://aplus.rs/apple/move-itunes-library-between-computers/">Vacić</a> provides instructions for moving all your iTunes settings from on PC to another.<br /></span><br />
<blockquote>To move all the preferences, files, library settings, album artwork, everything back into iTunes on Windows, consists of three&nbsp;steps:
<ol>
<li>Copy C:\Documents and Settings\<span class="caps">USERNAME</span>\Application Data\Apple Computer\iTunes\ into the identical folder in new install</li>
<li>Copy C:\Documents and Settings\<span class="caps">USERNAME</span>\Local Settings\Application Data\Apple Computer\iTunes\ into the identical folder in new install</li>
<li>Copy entire contents of old C:\Documents and Settings\<span class="caps">USERNAME</span>\My Documents\My Music\iTunes\ into the identical folder in new install</li>
</ol>
<p>And that should be&nbsp;it. </p>
</blockquote>
<p>Anyone know how to add the artwork back to the albums?
<div class="blogTitle"> </div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20100421/itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Liquid Galaxy</title>
		<link>http://www.dmortell.com/20100214/google-liquid-galaxy/</link>
		<comments>http://www.dmortell.com/20100214/google-liquid-galaxy/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 11:39:03 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/20100214/google-liquid-galaxy/</guid>
		<description><![CDATA[Google’s Liquid Galaxy is a series of eight LCD panels surrounding the viewer in a wraparound view of Google Earth. You can get really motion sick flying around the globe but it is very cool.




]]></description>
			<content:encoded><![CDATA[<p>Google’s Liquid Galaxy is a series of eight LCD panels surrounding the viewer in a wraparound view of Google Earth. You can get really motion sick flying around the globe but it is very cool.</p>
<p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:2b34527a-b00d-45c2-b863-8e814ef2fb37" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/atV2foTBbyE&amp;color1=0x6699&amp;color2=0x54abd6&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1&amp;hl=en"></param><embed src="http://www.youtube.com/v/atV2foTBbyE&amp;color1=0x6699&amp;color2=0x54abd6&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20100214/google-liquid-galaxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OmmWriter</title>
		<link>http://www.dmortell.com/20100103/ommwriter/</link>
		<comments>http://www.dmortell.com/20100103/ommwriter/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 18:26:24 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[Mac Software]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/20100103/ommwriter/</guid>
		<description><![CDATA[OmmWriter for the Mac is a wonderfully simple text editor designed to help you relax and focus on your writing without distractions. 

]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.ommwriter.com/en/">OmmWriter</a> for the Mac is a wonderfully simple text editor designed to help you relax and focus on your writing without distractions. <br /><img style="max-width: 800px;" src="http://www.dmortell.com/wp-content/uploads/2010/01/Picture-1.png" /></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=caf53979-2a57-84e9-a0ba-a8cd1297e7b0" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20100103/ommwriter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MySQL with Aptana</title>
		<link>http://www.dmortell.com/20091228/aptana-mysql-connection/</link>
		<comments>http://www.dmortell.com/20091228/aptana-mysql-connection/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 20:37:00 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/20091228/aptana-mysql-connection/</guid>
		<description><![CDATA[Aptana 2.0 no longer ships with Aptana PHP or the Database tools included by default. You need to install the PDT plugin for PHP development, and the Quantum Database plugin for managing database connections.
To install the Quantum Database Utilities, in Aptana open Help &#62; Install Additional Features. Under Featured Plugins, select Quantum Database Utility and [...]]]></description>
			<content:encoded><![CDATA[<p>Aptana 2.0 no longer ships with Aptana PHP or the Database tools included by default. You need to install the PDT plugin for PHP development, and the Quantum Database plugin for managing database connections.</p>
<p>To install the Quantum Database Utilities, in Aptana open Help &gt; Install Additional Features. Under Featured Plugins, select Quantum Database Utility and click Install. Select the features and click Next. Click Next again, accept the license agreement and click Finish. When installation finishes, restart Aptana.</p>
<p>Use the same process to install the PHP Development Tools (PDT) and the PHP Debugger Binaries. I also installed jQuery Support.</p>
<p>To add a database bookmark, open the Quantum DB Perspective. If you don&#8217;t have the icon for this perspective already, click Window &gt; Open Perspective &gt; Other and select Quantum DB. Right-click on the (Internal) Derby bookmark or click the Add Bookmark icon in the Database Bookmarks pane.</p>
<p>If you haven&#8217;t already, add the MySQL JDBC driver by clicking Add Driver. Click Add External Jar and locate your jdbc jar file, you shoud have saved it in /Library/Java/Extensions. Click Browse and select com.mysql.jdbc.Driver then click Ok then Finish.</p>
<p><img style="max-width: 800px;" src="http://www.dmortell.com/wp-content/uploads/2009/12/Picture-3.png" /></p>
<p>Back at the New Bookmark dialog, select the MySQL JDBC driver and click Next. Enter your MySQL username and password. Leave the hostname and port as is, then enter the name of the database. When you click Finish you should be able to browse your database tables.</p>
<p>The functionality of Quantum DB Utilities is disappointing. Apart from browsing tables and manually enter SQL statements, the only editing functionality is table data. phpMyAdmin is more useful.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=db3d5923-a7a6-8f6c-8b0e-f14c7800cc99" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20091228/aptana-mysql-connection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install the MySql JDBC Adaptor on a Mac</title>
		<link>http://www.dmortell.com/20091228/mac-web-development/</link>
		<comments>http://www.dmortell.com/20091228/mac-web-development/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 19:55:22 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/20091228/mac-web-development/</guid>
		<description><![CDATA[It is fairly easy to install the JDBC adaptor on a Mac, you just need to know where to copy the jar file.
Go to MySQL Downloads and download the ZIP archive of the latest stable release of MySQL Connector/J. At time of this writing this is version 5.1.
Assuming this file was downloaded in a folder [...]]]></description>
			<content:encoded><![CDATA[<p>It is fairly easy to install the JDBC adaptor on a Mac, you just need to know where to copy the jar file.</p>
<p>Go to <a href="http://dev.mysql.com/downloads/">MySQL Downloads</a> and download the ZIP archive of the latest stable release of MySQL Connector/J. At time of this writing this is version 5.1.</p>
<p>Assuming this file was downloaded in a folder named /Users/Shared/Downloads/ then you will follow the following instructions.</p>
<p>Expand the zip file (if not already done by your browser). Inside this file there are other files and folders including the .jar file which in this case is named &#8220;mysql-connector-java-5.1.10-bin.jar&#8221;.</p>
<p>Now open Finder and navigate to Macintosh HD &gt; Library &gt; Java &gt; Extensions. Then drag the .jar file from the zip folder to the Extensions folder.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=368c0b44-00ce-80d3-853e-0754be2cb8d6" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20091228/mac-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anonymous Surfing and File Sharing</title>
		<link>http://www.dmortell.com/20091227/anonymous-surfing-and-file-sharing/</link>
		<comments>http://www.dmortell.com/20091227/anonymous-surfing-and-file-sharing/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 03:26:56 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/?p=248</guid>
		<description><![CDATA[If you want to conceal your computers address from external eyes, then the Tor-Privoxy solution below may be what you&#8217;re looking for. 
Sharing Files Anonymously
If you want to upload or download files anonymously, there are services that mask your computer&#8217;s IP address for a small fee without significantly reducing your bandwidth. The cost is usually [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to conceal your computers address from external eyes, then the Tor-Privoxy solution below may be what you&#8217;re looking for. </p>
<h2>Sharing Files Anonymously</h2>
<p>If you want to upload or download files anonymously, there are services that mask your computer&#8217;s IP address for a small fee without significantly reducing your bandwidth. The cost is usually a monthly fee or the purchase of a special software product. These services include <a href="http://www.anonymizer.com/" target="_blank">anonymizer.com</a>, <a href="http://www.the-cloak.com/" target="_blank">The Cloak</a>, and <a href="http://www.inetprivacy.com/a4proxy/index.htm" target="_blank">A4proxy</a>. <a href="https://torrentprivacy.com/" target="_blank">TorrentPrivacy</a> for example charges from $2.95 for a week up to $99.95 for a year for SSH 128 bit encryption. <a href="http://mute-net.sourceforge.net/" target="_blank">Mute Anonymity</a> is a non-profit project dedicated to the P2P downloading community. </p>
<h2>Web surfing and Email anonymity </h2>
<p>If you want to bypass the oppressive controls in your country there are <a href="http://www.proxy4free.com/">free proxy servers</a> available around the Web. But the most reliable choice is a special two-part freeware solution by the <a href="http://www.eff.org/issues/anonymity" target="_blank">EFF</a> to protect democratic freedoms of citizens. This solution consists of <a href="http://netforbeginners.about.com/od/peersharing/f/installtor.htm" target="_blank">Tor</a> and <a href="http://www.privoxy.org/" target="_blank">Privoxy</a>. </p>
<p>Tor is a special network of web servers run by the EFF and many volunteer server administrators. Privoxy is the software you need to connect to this Tor network. Tor and Privoxy hide your IP address by bouncing the data packets around several internet servers called Tor Onion Routers.</p>
<p>Tor and Privoxy are not perfect and they do not guarantee your privacy, but they do help reduce your exposure to surveillance and make you more difficult to track.</p>
<p>Please note, the Tor-Privoxy network was designed to protect private citizens personal privacy, not for downloading copyright data. Do not abuse the system by turning it into a P2P downloading avenue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20091227/anonymous-surfing-and-file-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call of Duty Modern Warfare 2</title>
		<link>http://www.dmortell.com/20091226/call-of-duty-modern-warfare-2/</link>
		<comments>http://www.dmortell.com/20091226/call-of-duty-modern-warfare-2/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 02:32:09 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/20091226/call-of-duty-modern-warfare-2/</guid>
		<description><![CDATA[















]]></description>
			<content:encoded><![CDATA[<p><img title="" src="http://img248.imageshack.us/img248/1860/iw4sp2009111116500504.jpg" alt="" border="0" height="337" width="600" />
<p>
<span id="more-231"></span><br />
<img src="http://img130.imageshack.us/img130/3359/iw4sp2009111116552333.jpg" alt="" border="0" /><br />
<img src="http://img248.imageshack.us/img248/9940/iw4sp2009111116562533.jpg" alt="" border="0" /><br />
<img src="http://img5.imageshack.us/img5/7918/iw4sp2009111116590934.jpg" alt="" border="0" /></div>
<p><img src="http://img175.imageshack.us/img175/5812/iw4sp2009111117003555.jpg" alt="" border="0" /></div>
<p><img src="http://img175.imageshack.us/img175/3117/iw4sp2009111117023355.jpg" alt="" border="0" /></div>
<p><img src="http://img260.imageshack.us/img260/5809/iw4sp2009111117042845.jpg" alt="" border="0" /></div>
<p><img src="http://img130.imageshack.us/img130/4176/iw4sp2009111117054244.jpg" alt="" border="0" /></div>
<p><img src="http://img204.imageshack.us/img204/6323/iw4sp2009111117094480.jpg" alt="" border="0" /></div>
<p><img src="http://img524.imageshack.us/img524/7719/iw4sp2009111117073680.jpg" alt="" border="0" /></div>
<p><img src="http://img265.imageshack.us/img265/8003/iw4sp2009111117074080.jpg" alt="" border="0" /></div>
<p><img src="http://img260.imageshack.us/img260/1843/iw4sp2009111117055444.jpg" alt="" border="0" /></div>
<p><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=66ed6410-36f2-81ca-8172-75888bc8720e" /></div>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=309aa65a-7add-810d-829e-36fff2938ffd" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20091226/call-of-duty-modern-warfare-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Programming</title>
		<link>http://www.dmortell.com/20091226/mac-development/</link>
		<comments>http://www.dmortell.com/20091226/mac-development/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 02:12:57 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/20091226/mac-development/</guid>
		<description><![CDATA[RealBASIC is a cross-platform (Mac, Windows, Linux) development tool available in a trial version. Price ranges from ¥9,900 for the Personal Edition, to ¥118,000 for Real Studio.
FBtoC creates Mac OS X universal applications (Mach-O executables) from FutureBasic projects. FutureBasic is freeware.
Chipmunk Basic is an old-fashioned freeware Basic interpreter which runs on almost all Apple Macintosh [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.realsoftware.com/realbasic/">RealBASIC</a> is a cross-platform (Mac, Windows, Linux) development tool available in a trial version. Price ranges from ¥9,900 for the Personal Edition, to ¥118,000 for Real Studio.</p>
<p>FBtoC creates Mac OS X universal applications (Mach-O executables) from <a href="http://4toc.com/fb/index.htm">FutureBasic</a> projects. FutureBasic is freeware.</p>
<p><a href="http://www.nicholson.com/rhn/basic/">Chipmunk Basic</a> is an old-fashioned freeware Basic interpreter which runs on almost all Apple Macintosh computers. It uses a traditional command-line console.&nbsp; Supported features on Mac OS X include color graphics, sprites, sound (including Quicktime MIDI sounds and morse code), speech synthesis, matrix ops, AppleScript, network sockets, pipes, serial I/O, and even some rudimentary OOP (object oriented programming) capabilities. Versions are available for System 6.0.7 thru Mac OS X 10.6, for systems from very old Mac 512Ke&#8217;s, up thru the latest Apple iMacs &amp; MacBook Pros.</p>
<p><a href="http://mono-project.com/Main_Page">Mono</a> is a software platform designed to allow developers to easily create cross platform applications. Sponsored by Novell, Mono is an open source implementation of Microsoft&#8217;s .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of Linux applications.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=3a5a5460-f1c4-888f-bb1d-65a98c5767cb" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20091226/mac-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm Project Ares</title>
		<link>http://www.dmortell.com/20091224/pam/</link>
		<comments>http://www.dmortell.com/20091224/pam/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 17:34:29 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/20091224/pam/</guid>
		<description><![CDATA[Palm has launched a public beta of their IDE for writing Mojo apps for WebOS. The whole thing is browser based — it works in Safari, Chrome, and Firefox — and looks pretty slick.
Project Ares is the first mobile development environment hosted entirely in a browser, lowering the barriers for web developers to jump into [...]]]></description>
			<content:encoded><![CDATA[<p>Palm has <a href="http://pdnblog.palm.com/2009/12/project-ares-open-beta/">launched a public beta</a> of their IDE for writing Mojo apps for WebOS. The whole thing is browser based — it works in Safari, Chrome, and Firefox — and looks pretty slick.<br />
<blockquote>Project Ares is the first mobile development environment hosted entirely in a browser, lowering the barriers for web developers to jump into mobile development.</p></blockquote>
<p>
<p><a href="http://ares.palm.com/Ares/docstemp/images/ares_full.png"><img src="http://ares.palm.com/Ares/docstemp/images/ares_thumb.png" alt="Ares Screenshot" height="420" width="638" /></a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=ab991a05-daed-8a75-9bed-a0efd9234f8b" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20091224/pam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
