SpiderBasic 1.00 is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6161
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: SpiderBasic 1.00 beta 1

Post by blueznl »

Database related stuff is a must, yes. I've been eyeing Spider for some time now, as I'm investigating some web related stuff lately for a potential business idea.
Last edited by blueznl on Tue Sep 02, 2014 11:41 am, edited 1 time in total.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
electrochrisso
Addict
Addict
Posts: 980
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: SpiderBasic 1.00 beta 1

Post by electrochrisso »

Tranquil wrote:I will give it a try when it is possible to store datas in any way. (Database access, Cookies...)
At least for me this functions are a must have.

Looking forward to the next releases! Becoming interesting for sure!
It should be able to be integrated, but for security reasons associated with javascript on client side only cookies will be able to be used, and now their is privacy issues with storing cookies on client machines without permission in some countries.
The way to go would be to incorporate some PHP file handling and or mysql database commands into SpiderBasic, then all the data stuff is stored server side, probably some data collection privacy notice will still need to be posted on the website though.
PureBasic! Purely one of the best 8)
User avatar
DoubleDutch
Addict
Addict
Posts: 3219
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: SpiderBasic 1.00 beta 1

Post by DoubleDutch »

You need to do this in the UK.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6161
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: SpiderBasic 1.00 beta 1

Post by blueznl »

I think in all EU countries you are allowed to use cookies but you have to inform the user. (I'm not sure if you have to ask his permission, many sites just inform the user and don't request a click.)
Last edited by blueznl on Thu Sep 04, 2014 10:50 am, edited 1 time in total.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
electrochrisso
Addict
Addict
Posts: 980
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: SpiderBasic 1.00 beta 1

Post by electrochrisso »

Yes, I have noticed that.
PureBasic! Purely one of the best 8)
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6161
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: SpiderBasic 1.00 beta 1

Post by blueznl »

Fred, I typically see some use for Spiderbasic in certain applications (though, to be honest, the arrival of cheap Windows tablets may reduce the need for web-based apps, but that is a different story).

I'm looking at some some industrial applications, in which I need something fast and compact to gather and process data. Purebasic does a good job there, and I've made a few tests that were statisfactory. Especially when comparing the performance of my code on a simple laptop in comparison with some other supplier's server / client based scenario that required a 64 bit 12 GB 4 core server...

But, the one thing their application did very well was it was webbased, ie. it should work on any device (something pretty much destroyed by their requirement for specific browser add-ons, but alas)...

What I am trying to figure out is how you see Spiderbasic's future role. Here are some scenarios that I might be able to use it:

1. As (an independent) part of a regular website. I.e. an application has been completed and uploaded to some server. Games come to mind :-)

2. As a part of a web based solution, in which case the Spiderbasic application needs to connect to and communicate with server sided databases, and protection mechanisms become way more important.

3. As part of a combined solution, where the back-end is coded in Purebasic, and the web client is coded in Spiderbasic.

Scenario 3 is what I am interested in. Imagine a simple, complete, all including box that you simply leave at a customer, to which the client can connect with his / her browser. (The kind of application I'm looking at needs a discrete box and some code on site anyway, so entirely web based isn't going to work.)

Do you have any plans to 'aid' the (potential) developers a bit by, for example, providing them instructions on setting up a server and integrating Spiderbasic into the solution? (For example a preconfigured ISO image with some linux server software, ready to throw in a Spiderbasic app, would be great for starters.)

I'm just wondering where Spiderbasic is going next...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Fred
Administrator
Administrator
Posts: 16686
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 beta 2

Post by Fred »

Beta 2 is out :)
loulou2522
Enthusiast
Enthusiast
Posts: 501
Joined: Tue Oct 14, 2014 12:09 pm

Re: SpiderBasic 1.00 beta 2

Post by loulou2522 »

Hi Fred,
Shall DATABASE be implement in SpiderBasic. ?
Thanks
User avatar
J. Baker
Addict
Addict
Posts: 2178
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Re: SpiderBasic 1.00 beta 2

Post by J. Baker »

I had no idea that there was a beta version for OS X now. The Examples folder seems to be missing the Data folder?
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef

Mac: 10.13.6 / 1.4GHz Core 2 Duo / 2GB DDR3 / Nvidia 320M
PC: Win 7 / AMD 64 4000+ / 3GB DDR / Nvidia 720GT


Even the vine knows it surroundings but the man with eyes does not.
sartic
Enthusiast
Enthusiast
Posts: 143
Joined: Thu Aug 26, 2010 8:26 am

Re: SpiderBasic 1.00 beta 2

Post by sartic »

help is missing.
is there any tutorial to begin programming in sb?
is it possible to write sql clients in sb?
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: SpiderBasic 1.00 beta 2

Post by IdeasVacuum »

Built-in Help is there in Beta 2.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
sartic
Enthusiast
Enthusiast
Posts: 143
Joined: Thu Aug 26, 2010 8:26 am

Re: SpiderBasic 1.00 beta 2

Post by sartic »

examples are mising for me in manual (or they are not working for me)
proper manual is start for learning new language.
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: SpiderBasic 1.00 beta 2

Post by IdeasVacuum »

Well of course a good manual is required - that has to come a bit later though since things are still very fluid - v1 Beta2, a very young product!
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
skape
User
User
Posts: 17
Joined: Mon Nov 18, 2013 7:24 am

Re: SpiderBasic 1.00 beta 2

Post by skape »

So am I correct in assuming that the "Color" parameter of DisplayTransparentSprite() is not implemented yet? I know tinting can be tricky in HTML5...

By the way, in my tests, the performance of SpiderBasic so far has been outstanding. For a simple test with bouncing, rotating, sprites the performance has... rivaled PB... :| (I very well could be doing something quite inefficient in PB.)
Fred
Administrator
Administrator
Posts: 16686
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 is out !

Post by Fred »

SpiderBasic 1.00 is available, check the first post of this topic for more info :)
Post Reply