AppCentral.htm
2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<html>
<head>
<title>jsObjects Collection</title>
<link rel='stylesheet' type='text/css' href='documentation.css'></link>
<LINK REL="shortcut icon" HREF="images/jsobjects-s.ico" TYPE="image/x-icon">
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" vlink="#0000ff" link="#0000ff" alink="#0000ff">
<div class="header" width="100%">
<table cellSpacing="0" cellPadding="0" width="98%" border="0">
<tr>
<td style="height: 16px"><b><i><span style="FONT-SIZE: 10pt">jsObjects AppCentral</span></i> - Version 1.0</b></td>
<td align="right" style="height: 16px">
By: <a style="color:white" href="http://www.jonandnic.com/jonathan">Jonathan Wise</a> </td>
</tr>
</table>
</div>
<blockquote class="details">
<p><b>About</b> </p>
<ul>
<li><img src="images/appcentral.gif" align="left" />AppCentral is a web application
container based on jsObjects and a .NET webservice, that combines modules -- both
client and server-side, to assemble disperate web applications into a cohesive interface.<br /><br />
- <a href="http://www.jonandnic.com/appcentral/readme.txt">Change Log</a>
</li></ul>
</blockquote>
<blockquote class="details">
<p><b>Purpose</b> </p>
<ul>
<li>The web is becoming much more than a place to share data. Technologies like web
services and AJAX are allowing developers to build rich, interactive applications
that rival their compiled equivalents on the desktop. Unfortunately, differing development styles, interfaces and appearances make switching between applications an experience
no better than it was 5 years ago. AppCentral is an attempt to provide a single interface through which multiple, disperate applications can be accessed in a user-friendly
and consistent manor.<br />
AppCentral can host "modules" or web applications that adhere to a few standards
for consistency of appearance and data retreival, or it can host standard web pages,
requiring only a small XML file and icon to allow them to appear in the container.</li></ul>
</blockquote>
<blockquote class="details">
<p><b>Requirements</b> </p>
<ul>
<li>AppCentral is intended for use in both Internet Explorer (5.5 or better) and FireFox (1.1 or better) and uses a .NET webservice on the server-side.</li></ul>
</blockquote>
<blockquote class="details">
<p><b>Use AppCentral</b></p>
<ul>
<li>
- <a href="http://www.jonandnic.com/jsobjects/AppCentralSetup.zip">Download the Installer</a></li>
<li>
- <a href="http://www.jonandnic.com/AppCentral">Try it out!</a>
</li>
</ul>
</blockquote>
<br />
<div class="footer">© 2005 Jonathan Wise. <a href="license.txt">Some rights reserved</a>. </div>
<br />
</body>
</html>