NetTalk Central

Author Topic: Webinar on developing PWA apps with NT 11  (Read 3636 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 278
    • View Profile
    • Email
Webinar on developing PWA apps with NT 11
« on: December 11, 2020, 02:30:20 PM »
Hi All,
Dreading the path to developing PWA.  Trying to get my head around the concept and what it includes.  Are there any webinars on this topic.
Thank you,
Ron Jolda

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Webinar on developing PWA apps with NT 11
« Reply #1 on: December 15, 2020, 10:51:09 PM »
Hi Ron,

I've covered this a fair bit during the user group webinars, and some Friday webinars, but the most comprehensive treatment is the NetTalk training in CIDC2019 (www.cidc2019.com). This covered all aspects of making a mobile app, including the server-side Sync server, and also the server-side admin interface.

cheers
Bruce

rjolda

  • Sr. Member
  • ****
  • Posts: 278
    • View Profile
    • Email
Re: Webinar on developing PWA apps with NT 11
« Reply #2 on: December 16, 2020, 04:18:24 PM »
Hi Bruce,
Is that CIDC2019 session available for purchase?
Thanks,
Ron

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Webinar on developing PWA apps with NT 11
« Reply #3 on: December 16, 2020, 10:18:35 PM »
yes;
https://www.clarionshop.com/checkout.cfm?pid=1618&q=1&

Recordings and Manual (75 page PDF) from the Two days of NetTalk Training held at CIDC 2019. Recordings are in HD and very good quality.

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: Webinar on developing PWA apps with NT 11
« Reply #4 on: December 17, 2020, 03:21:57 AM »
Here's a good articlae on PWA's :

https://developers.google.com/web/updates/2015/12/getting-started-pwa

Basically a PWA must:

  • Be secure.  Ie., HTTPS
  • Have a manifest.json file
  • Have a serviceworker.js file

Fortunitely, NetTalk makes creating the files very easy.

PWA's are really not very complicated.  Just a website with a few extra features.

They work very well on most browsers on Windows.  Unfortunitely, some PWA features are hit and miss on Apple's browsers, especially running on iOS.  This is Apple's fault, not the PWA's.

Anyway, good luck with your project.  There's tons of info out there about PWA's.

"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

Alberto

  • Hero Member
  • *****
  • Posts: 1848
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Webinar on developing PWA apps with NT 11
« Reply #5 on: December 18, 2020, 04:56:31 AM »
Hi Don
Basically a PWA must:

Be secure.  Ie., HTTPS
Have a manifest.json file
Have a serviceworker.js file

I know NT does the serviceworker.js, but what about manifest.json ?

Regards
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Webinar on developing PWA apps with NT 11
« Reply #6 on: December 18, 2020, 10:58:26 AM »
yes, NetTalk (via mBuild) generates the manifest.json file.

Alberto

  • Hero Member
  • *****
  • Posts: 1848
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Webinar on developing PWA apps with NT 11
« Reply #7 on: December 21, 2020, 05:01:41 AM »
but mBUild is deprecated in NT
how does NT12 manage it?

IOW, how to do a PWA in NT12
« Last Edit: December 21, 2020, 05:04:07 AM by michelis »
-----------
Regards
Alberto

rjolda

  • Sr. Member
  • ****
  • Posts: 278
    • View Profile
    • Email
Re: Webinar on developing PWA apps with NT 11
« Reply #8 on: December 21, 2020, 01:15:34 PM »
HI Don and Bruce,
Don, great article.  Bruce, thanks for the info.   I thought PWA was a very specialized form of app -  but with more reading, I am finding that  - like you point out - it is really more of a specialized case for the web app.  Has become a lot clearer!
Thanks for the info.
Ron

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Webinar on developing PWA apps with NT 11
« Reply #9 on: December 21, 2020, 10:17:13 PM »
>> but mBUild is deprecated in NT

no, it isn't. Adobe Build has closed, so that part of mBuild is not currently working in NT11 or NT12. but the rest is fine.

Cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1848
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Webinar on developing PWA apps with NT 11
« Reply #10 on: December 22, 2020, 05:58:30 AM »
I dont understand and I cant buy CIDC19 access to see the webinar.
Is there any doc of how to do a PWA using NT11/12 ?
Thanks
-----------
Regards
Alberto

Johan de Klerk

  • Full Member
  • ***
  • Posts: 214
  • Johan de Klerk
    • View Profile
    • Designer Software
Re: Webinar on developing PWA apps with NT 11
« Reply #11 on: December 22, 2020, 06:07:17 AM »
Clarion 10, NT 11.57

Alberto

  • Hero Member
  • *****
  • Posts: 1848
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Webinar on developing PWA apps with NT 11
« Reply #12 on: December 22, 2020, 06:42:28 AM »
Thanks, this is a general description of what is a PWA app, Im looking for a step by step explanation.
Regards
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Webinar on developing PWA apps with NT 11
« Reply #13 on: December 23, 2020, 09:28:57 PM »
there have been a number of webinars on PWA, and it's come up a fair bit in the User Group webinars.
There's also this in the docs;
https://www.capesoft.com/docs/NetTalk12/NetTalkApps.Htm#PWA

although you should read that whole document because it's all ultimately related to making a disconnected web app, which is the basis for the PWA.

Cheers
Bruce


rjolda

  • Sr. Member
  • ****
  • Posts: 278
    • View Profile
    • Email
Re: Webinar on developing PWA apps with NT 11
« Reply #14 on: January 04, 2021, 04:22:52 PM »
Im looking for a step by step explanation.
Alberto,
I was looking for that as well.  However, after a little digging and reading, I realized that a PWA app is just a disconnected Web app with some other things added to spice it up and make it behave as a PWA.  Although I have not gone down the path yet, I would follow the Disconnected Web App and then tweak it to become a PWA.  That is what I have found.
Ron Jolda