Mobile
mojax.txt
Associated article: Mojax: Mobile Ajax Framework
Tags: Global Developer Web Development Tools Open Source Mobile
Published source code accompanying the article by John Muchow in which he discusses Mojax, a framework that provides the best of Ajax but on a mobile platform. Also see MOJAX.ZIP.
Mojax: Mobile Ajax Framework
by John Muchow
Example 1:
<moblet default="main">
<style>
screen {
color: #483D8B;
background-color: #DCDCDC;
font-size: medium;
}
</style>
<screen id="main" layout="vertical">
&...


