Using SpiderBasic as a basis for websites?

Just starting out? Need help? Post your questions and find answers here.
es_91
Posts: 56
Joined: Sat Aug 29, 2015 10:25 pm

Using SpiderBasic as a basis for websites?

Post by es_91 »

Hello folks

It is astonishing what you can do with SpiderBasic. The windows library aside (except for the flag #PB_Window_Background) you can use gadgets and routines to replace the work necessary in HTMl or JavaScript. However, correct me if i am wrong, every page needs to load those 7 MB js files to display, am i right?

On cable modem, ISDN and connections slower than 5 Mbit/s this is really ugly. I would not want my customers to have this disadvantage when loading a simple image-and-text page. Plus, is there any way to build in animations like the professional commercial pages do?


Greetings :geek:
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: Using SpiderBasic as a basis for websites?

Post by Fred »

Everything is cached on browser side so the first access might be a bit slow, then everything should be very fast without additionnal bandwith
Post Reply