From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.248.69 with SMTP id yk5mr42897379pac.16.1438176499490; Wed, 29 Jul 2015 06:28:19 -0700 (PDT) X-Received: by 10.182.225.195 with SMTP id rm3mr329371obc.25.1438176499439; Wed, 29 Jul 2015 06:28:19 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!pg9no5027237igb.0!news-out.google.com!a16ni32095ign.0!nntp.google.com!f3no4459614igg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 29 Jul 2015 06:28:19 -0700 (PDT) In-Reply-To: <61514158-f979-47a2-a04b-6adf50a587fa@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.138.108.113; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 50.138.108.113 References: <23e82e90-415b-4b8e-9197-4293afb5fc32@googlegroups.com> <61514158-f979-47a2-a04b-6adf50a587fa@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: is gonga going to dominate the web still? glen hinkle vid interesting From: David Botton Injection-Date: Wed, 29 Jul 2015 13:28:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:27127 Date: 2015-07-29T06:28:19-07:00 List-Id: > So e commerce style sites are possible? As well as web forums? voting sty= le reddit digg ish sites? Yes and I'd argue that almost any web app / site can be done faster and wit= h less errors than any existing method. > I have never made a desktop app, is it more straightforward than typical = web site tools? =20 Yes considerably. Drag some controls, double click on a control pick even t= o respond to. Event driven programing. > Can you describe more about this style vs typical web control panel style= ? With Gnoga you think in terms of individual interactions with what ui eleme= nts all of which have live state all with in a view being displayed or perh= aps even hidden from view at the moment, unlike web design where you are co= ncerned with pages and maintaining state between pages. In Gnoga you don't = think in terms of client server interactions (although you may think of con= nections/users in the bigger picture), you don't think about how your data = gets to the page or back, you don't think about JSON, html, etc. (although = you can add that knowledge, like all things knowledge is power).=20 David Botton