<div dir="ltr">Thanks all for the quick responses.<br><br>Yes, though Dabo looks like an interesting tool, I am headed the route of a web-based form.<br><br>@Chad: I haven&#39;t checked out Turbogears but have been dabbling with django for a bit.<br>
<br>Djanog&#39;s baked-in admin interface for data entry approaches what I&#39;m trying to accomplish, but doesn&#39;t quite get me there.<br><br>But I figured I needed to get back to basics. So just to clarify, is this indeed something that is properly accomplished using Ajax? (whether xml or json)?<br>
<br>Meantime, I&#39;ll get started reading up on HTTP. It&#39;s one area I haven&#39;t really delved into yet.<br><br>Thanks again!<br><br><div class="gmail_quote">On Thu, Aug 14, 2008 at 11:27 AM, Hansen, Mike <span dir="ltr">&lt;<a href="mailto:Mike.Hansen@atmel.com">Mike.Hansen@atmel.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:tutor-bounces@python.org">tutor-bounces@python.org</a><br>
&gt; [mailto:<a href="mailto:tutor-bounces@python.org">tutor-bounces@python.org</a>] On Behalf Of Jeff Johnson<br>
&gt; Sent: Thursday, August 14, 2008 9:08 AM<br>
&gt; To: Serdar Tumgoren<br>
&gt; Cc: <a href="mailto:tutor@python.org">tutor@python.org</a><br>
&gt; Subject: Re: [Tutor] study advice on javascript to python hand-off<br>
&gt;<br>
&gt; This is a three tier framework where you can use any back end<br>
&gt; you want.<br>
&gt; &nbsp; They currently support the major ones: MySQL, SQLite, PostGreSQL,<br>
&gt; MSSql to name the ones I can think of.<br>
&gt;<br>
&gt; <a href="http://dabodev.com/wiki/FrontPage" target="_blank">http://dabodev.com/wiki/FrontPage</a><br>
&gt;<br>
&gt; --<br>
&gt; Jeff<br>
&gt;<br>
&gt; Jeff Johnson<br>
&gt; <a href="mailto:jeff@dcsoftware.com">jeff@dcsoftware.com</a><br>
&gt; Phoenix Python User Group - <a href="mailto:sunpiggies@googlegroups.com">sunpiggies@googlegroups.com</a><br>
&gt;<br>
<br>
</div>Dabo might be a good solution if you are making GUI client-side apps.<br>
Note that the OP mentioned using Javascript, so I&#39;m assuming that the<br>
OP is thinking about a web-based front end. It really depends on the<br>
number of users and other factors. If there are many users, then a<br>
web-based front end is possibly better in that each user does not have<br>
to install software to use the application.(Only the browser is<br>
required) Having each user install software can become a maintenance<br>
nightmare if not implemented properly. Having the entire application<br>
on a server allows you to make changes without having to deploy it to<br>
many users. On client-side GUI apps, it&#39;d be good to develop something<br>
that checks if a new version of the software is necessary to download.<br>
<br>
Oh well, I think I&#39;ve babbled on enough about client side apps vs<br>
web-based server side apps. I guess you get the idea.<br>
<font color="#888888"><br>
Mike<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
Tutor maillist &nbsp;- &nbsp;<a href="mailto:Tutor@python.org">Tutor@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Serdar Tumgoren<br>The Record<br>150 River Street<br>Hackensack, NJ 07601<br>201-403-0834<br><a href="mailto:tumgoren@northjersey.com">tumgoren@northjersey.com</a><br>
<a href="http://northjersey.com">northjersey.com</a><br>
</div>