Update of /cvsroot/dynapi/dynapi/docs/docs
In directory usw-pr-cvs1:/tmp/cvs-serv19269
Modified Files:
faq.html
Log Message:
+ Added section 6 for code specific questions
! changed a few site references and other editing
Index: faq.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi/docs/docs/faq.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** faq.html 2001/01/06 10:12:19 1.3
--- faq.html 2001/01/11 19:30:36 1.4
***************
*** 11,15 ****
<h1>The official DynAPI2 F.A.Q.</h1>
! <h5>last update: 2000.12.10</h5>
<ul>
--- 11,15 ----
<h1>The official DynAPI2 F.A.Q.</h1>
! <h5>last update: 2001.01.11</h5>
<ul>
***************
*** 28,34 ****
<li><a href="#2">2. Where can I find the latest version</a></li>
<ul>
! <li><a href="#2.1">2.1. Where can I find support</a></li>
! <li><a href="#2.2">2.2. Where can I find the documentation</a></li>
! <li><a href="#2.3">2.3. Other resources</a></li>
</ul>
<li><a href="#3">3. Which browsers are supported</a></li>
--- 28,35 ----
<li><a href="#2">2. Where can I find the latest version</a></li>
<ul>
! <li><a href="#2.1">2.1. When is the next release</a></li>
! <li><a href="#2.2">2.2. Where can I find support</a></li>
! <li><a href="#2.3">2.3. Where can I find the documentation</a></li>
! <li><a href="#2.4">2.4. Other resources</a></li>
</ul>
<li><a href="#3">3. Which browsers are supported</a></li>
***************
*** 55,58 ****
--- 56,65 ----
<li><a href="#5.3">5.3. Where is widget X</a></li>
</ul>
+
+ <li><a href="#6">6. Doing advanced things</a></li>
+ <ul>
+ <li><a href="#6.1">6.1. Limited Javascript knowledge</a></li>
+ <li><a href="#6.2">6.2. Load external content into layers</a></li>
+ </ul>
</ul>
***************
*** 106,110 ****
<li>Ryan Grenz</li>
<li>Clack Pacheco</li>
! <li>IlMaestro</li>
<li>Brandon Myers</li>
</ul>
--- 113,117 ----
<li>Ryan Grenz</li>
<li>Clack Pacheco</li>
! <li>Jordi 'Ilmaestro' Ministral</li>
<li>Brandon Myers</li>
</ul>
***************
*** 118,123 ****
the other developers will help by adding questions and answers to this
f.a.q. I'll make this f.a.q. available at the sourceforge site and my
! own website (<a href="http://www.dynamic-core.net">http://www.dynamic-core.net</a>)
and it will also be available
! at the semi official DynAPI2 website at <a
href="http://www.cantir.com/dynapi">http://www.cantir.com/dynapi</a>.
</p>
<h1><a name="1.1.3"></a>1.1.3. Where to get the f.a.q.</a></h1>
--- 125,129 ----
the other developers will help by adding questions and answers to this
f.a.q. I'll make this f.a.q. available at the sourceforge site and my
! own website (<a href="http://www.dynamic-core.net">http://www.dynamic-core.net</a>).
</p>
<h1><a name="1.1.3"></a>1.1.3. Where to get the f.a.q.</a></h1>
***************
*** 188,194 ****
<h1><a name="2"></a>2. Where can I find the latest version</a></h1>
<p>There have been some problems with version controll, but at this point you
! should get the latest version from <a
href="http://www.sourceforge.net/projects/dynapi">http://www.sourceforge.net/projects/dynapi</a>.
It's the DynAPI2 developers site, and contains the latest "official" release.</p>
! <h1><a name="2.1"></a>2.1. Where can I find support</a></h1>
<p>For support you should join the DynAPI2 mailinglists, the lists are very active
and many people
there will be able to answer your questions. To join the mailing list visit the
DynAPI2 website and read
--- 194,207 ----
<h1><a name="2"></a>2. Where can I find the latest version</a></h1>
<p>There have been some problems with version controll, but at this point you
! should get the latest version from <a
href="http://dynapi.sourceforge.net/">http://dynapi.sourceforge.net/</a>.
It's the DynAPI2 developers site, and contains the latest "official" release.</p>
!
! <h1><a name="2.1">2.1. When is the next release</a></h1>
! <p>Because this project is opensource and most developers are working on this in
freetime, it's very hard
! to put a deadline on things. The main idea is "it's done when it's done". It's
understood that a previous
! release sometimes looks very outdated compared to the latest snapshot, but that's
just how it works. You are ofcourse
! free to use the daily snapshot but as stated at some places it's code which is under
development; meaning that if it works today
! it might be broken tomorrow, something which won't happen in the release (if it's
broken tomorrow, it was also broken today :-).</p>
! <h1><a name="2.2"></a>2.2. Where can I find support</a></h1>
<p>For support you should join the DynAPI2 mailinglists, the lists are very active
and many people
there will be able to answer your questions. To join the mailing list visit the
DynAPI2 website and read
***************
*** 199,203 ****
Please make sure to read the archives, because there's a big chance that your
question
has already been asked and answered before.</p>
! <h1><a name="2.2"></a>2.2. Where can I find the documentation</a></h1>
<p>If your used to Dan Steinman's dynduo tutorial your in for a shock because
that's not available for this version of the API. Some basic documentation
--- 212,216 ----
Please make sure to read the archives, because there's a big chance that your
question
has already been asked and answered before.</p>
! <h1><a name="2.3"></a>2.3. Where can I find the documentation</a></h1>
<p>If your used to Dan Steinman's dynduo tutorial your in for a shock because
that's not available for this version of the API. Some basic documentation
***************
*** 207,211 ****
examples included in the library it should be possible to create some things
in a short time. For more information on the available documentation visit the
DynAPI2 website (see <a href="#2.3">2.3</a>)</p>
! <h1><a name="2.3"></a>2.3. Other resources</a></h1>
<p>Here's a list of different resources for DynAPI2 code, examples and news:</p>
<ul>
--- 220,224 ----
examples included in the library it should be possible to create some things
in a short time. For more information on the available documentation visit the
DynAPI2 website (see <a href="#2.3">2.3</a>)</p>
! <h1><a name="2.4"></a>2.4. Other resources</a></h1>
<p>Here's a list of different resources for DynAPI2 code, examples and news:</p>
<ul>
***************
*** 217,223 ****
<dl><dd>Dan Steinmans homepage</dd></dl>
<li><a href="http://www.cantir.com/dynapi">www.cantir.com/dynapi</a></li>
! <dl><dd>Semi-official DynAPI2 homepage</dd></dl>
<li><a href="http://www.dynamic-core.net">www.dynamic-core.net</a></li>
<dl><dd>Containing widgets, code and tutorials</dd></dl>
</ul>
<h1><a name="3"></a>3. Which browsers are supported</a></h1>
--- 230,238 ----
<dl><dd>Dan Steinmans homepage</dd></dl>
<li><a href="http://www.cantir.com/dynapi">www.cantir.com/dynapi</a></li>
! <dl><dd>Jordi Ministral's DynAPI2 website</dd></dl>
<li><a href="http://www.dynamic-core.net">www.dynamic-core.net</a></li>
<dl><dd>Containing widgets, code and tutorials</dd></dl>
+ <li><a href='http://www.richardinfo.com'>www.richardinfo.com</a></li>
+ <dl><dd>Contains a more or less complete Widget archive.</dd></dl>
</ul>
<h1><a name="3"></a>3. Which browsers are supported</a></h1>
***************
*** 389,394 ****
converted to DynAPI2 versions (most have already)</p>
<h1><a name="5.2"></a>5.2. Where should I upload my widgets</a></h1>
! <p>Good question.. your website? There's no location availabe yet that contains a
! widget archive. If there's enough people offering widgets I might open one on my
own site somewhere but for now just use your own website and post a message in
one of the mailinglists (see <a href="#2.1">2.1</a>). If you don't own a website you
could
--- 404,409 ----
converted to DynAPI2 versions (most have already)</p>
<h1><a name="5.2"></a>5.2. Where should I upload my widgets</a></h1>
! <p>Good question.. your website? There's no official location availabe yet that
contains a
! widget archive (see <a href='#5.3'>5.3</a> for more info). If there's enough people
offering widgets I might open one on my
own site somewhere but for now just use your own website and post a message in
one of the mailinglists (see <a href="#2.1">2.1</a>). If you don't own a website you
could
***************
*** 399,404 ****
websites (see <a href="#2.3">2.3</a>) it's probably not created yet. You might want
to try and post
a message in one of the mailinglists (see <a href="#2.2">2.2</a>) asking for a
certain widget or ofcourse
! the all time favourite, create the widget your self.
</p>
<a href="javascript:history.back()">back</a>
<div class='navbar' align='center'>
--- 414,439 ----
websites (see <a href="#2.3">2.3</a>) it's probably not created yet. You might want
to try and post
a message in one of the mailinglists (see <a href="#2.2">2.2</a>) asking for a
certain widget or ofcourse
! the all time favourite, create the widget your self. For a nice collection of most
widgets available
! visit <a href='http://www.richardinfo.com'>www.richardinfo.com</a>.
</p>
+ <h1><a name="6">6. Doing advanced things</a></h1>
+ <p>After reading the tutorials and looking at the examples you might be able to do
+the most basic stuff, but
+ if you want more there's not much documentation available yet. The examples and
+widgets should provide you with
+ enough information on how to do more advanced stuff, but for now there's no real
+method reference available. A Developers reference
+ for the Dynacore is available which is for maybe 10% different from the official
+DynAPI, and this will be converted into a DynAPI2 reference
+ somewhere in the future (hopefully NEAR)</p>
+ <h1><a name="6.1">6.1. Limited Javascript knowledge</a></h1>
+ <p>"I want to use the DynAPI but have limited (or no) Javascript knowledge"<Br/>
+ <br/>
+ Sadly you'll need Javascript knowledge in most cases. You might get something to
+work using copy-and-paste development, but once things
+ go wrong it will become difficult to fix things. At this time there are no
+development tools available for the DynAPI, but hopefully this will
+ change in the future, making it possible to do WYSIWYG development.</p>
+
+ <h1><a name="6.2">6.2. Load external content into layers</a></h1>
+ <p>"How can I load external pages into dynlayers". <Br/>
+ <Br/>
+ The only way to do this is by using the LoadPanel widget, this provides
+ functionality for loading URL's into a normal DynLayer. The LoadPanel widget should
+be supplied with your DynAPI2 distribution.</p>
+
<a href="javascript:history.back()">back</a>
<div class='navbar' align='center'>
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs