|
Schema Browser for PalmOS
Description:
<script language="javascript">
function openPopup(frame,title) {
var w=window.open("",frame,'width=200,height=380,menubar=no,toolbar=no,status=no');
w.focus();
with (w.document) {
open();
write('<html>\n');
write('<head>\n');
write('<title>'+title+'</title>\n');
write('<link rel="stylesheet" type="text/css" href="/StyleSheets/RegNet.css">\n');
write('<style>\n');
write('P {font-size: 8pt; }\n');
write('DT {font-size: 9pt; font-weight: bold; }\n');
write('DD {font-size: 8pt; font-weight: regular; }\n');
write('</style>\n');
write('</head>\n');
write('<body>');
write('<h3>Schema Browser</h3>');
}
return w.document;
}
function closeDocument(w) {
with(w) {
write('<p>For more information visit <a href="http://slawa.homeip.net/palm/schema.html" target="schemaBrowserFrame">Application\'s home page</a></p>\n');
write('<p><a href="javascript:self.close();">Close</a></p>');
write('</body>');
write('</html>');
close();
}
}
function openSchemaDefinition() {
var d=openPopup('schemaDef','Definition of Schema');
with (d) {
write('<dl>');
write('<dt>Schema</dt>');
write('<dd>XML file which describes the data structure, layout of table view, details mask as well as graphs and reports.</dd>');
write('<dt>Structure</dt>');
write('<dd>The structure of Schema XML files is well documented and gives the user the complete control over the representation of data.</dd>');
write('<dt>Usability</dt>');
write('<dd>Using Schema Browser and rich features offers you by Schemas you may create new database applications in minutes.</dd>');
write('</dl>');
closeDocument(d);
}
}
function openSPDefinition() {
var d=openPopup('servicePointDef','Definition of Service Point');
with (d) {
write('<dl>');
write('<dt>Service Point</dt>');
write('<dd>The location in internet or intranet where users can get the list of available schemas and download some for their use. Advanced Service Points are supporting exchange of user\'s data and software updates.</dt>');
write('<dt>Implementation</dt>');
write('<dd>Technically speaking Service Point is a general web-server (such as Apache) with special set of scripts which supports the XML data exchange protocol used by Schema Browser.</dd>');
write('</dl>');
closeDocument(d);
}
}
</script>
<p><b>Schema Browser</b> is general multipurpose database application where the data structure and the user interface is completely described by simple XML file (<a href="javascript:openSchemaDefinition();">Schemas</a>). Supports fully customizable table and details views and produces graphs and reports based on user's data. <a href="javascript:openSchemaDefinition();">Schemas</a> can be made by user or downloaded from <a href="javascript:openSPDefinition();">Service Points</a> in Internet or Intranet.</p>
<p>For more details visit <a href="http://slawa.homeip.net/palm/schema.html">Application's home page</a>.</p>
|
|
|
Now only USD 29.95
Supported Platforms:
Technical Support:
Screenshot:
|
|