i.e. in the near future will not wait from ide sb + sbmongoose full support for cgi?Fred wrote:It's a bit early to speak about that, but I guess node.js or PB CGI will be the way to go. About mongoose, it's patched webserver only meant to be used by the SB IDE, so if you want to setup a real webserver you can download mongoose and hack with ituseful wrote:I did WEB development and not meant to, but spiderbasic changed my plans.
In this regard, the fundamental question to Fred and Team:
whether the priority orientation node.js or you need to look in the direction of the cgi(nativ,php,...)?.
SpiderBasic 1.00 is out !
Re: SpiderBasic 1.00 alpha 4
Dawn will come inevitably.
-
- User
- Posts: 32
- Joined: Thu Jan 16, 2014 7:07 pm
Re: SpiderBasic 1.00 alpha 4
SpiderBasic lacks Database. In your plan in how many times database will be implemented ?
Re: SpiderBasic 1.00 alpha 4
I don't know exactly how to implement database for now, as it will requiers a server (local storage isn't good as it can be wiped at anytime).
BTW, I have just setup the forum for SpiderBasic, so you can ask questions here: http://forums.spiderbasic.com
I will close the spiderbasic bug forum here, so it will stay a real PB place
BTW, I have just setup the forum for SpiderBasic, so you can ask questions here: http://forums.spiderbasic.com
I will close the spiderbasic bug forum here, so it will stay a real PB place

Re: SpiderBasic 1.00 alpha 4
Fantastic! Great! Long life to SpiderBasic, promised to a brillant future!
PureBasic 6.20 beta 2 (x64) | Windows 10 Pro x64 | Intel(R) Core(TM) i7-8700 CPU @ 3.20Ghz 16 GB RAM, SSD 500 GB, PC locally assembled.
Come back to 6.11 LTS 64 bits because of an issue with #PB_ComboBox_UpperCase in ComboBoxGadget() (Oct. 10, 2024).
Come back to 6.11 LTS 64 bits because of an issue with #PB_ComboBox_UpperCase in ComboBoxGadget() (Oct. 10, 2024).
Re: SpiderBasic 1.00 alpha 4
This is more like hack
, but for database connect cross domain i did that:
WebGadget(#ebgadget, -5555, -5555, 0, 0, "")
global ServeristLaetudAndmed.i
To jquery.min.js i added:
to get data: SetGadgetText(#ebgadget,"http://www.ee/somefile.php")
and then you can generate file with php format like json, xml or other format like that:


WebGadget(#ebgadget, -5555, -5555, 0, 0, "")
global ServeristLaetudAndmed.i
To jquery.min.js i added:
Code: Select all
function receiveMessage(event) {
v_ServeristLaetudAndmed = event.data // #### ServeristLaetudAndmed is my global variable in SP, that i will check with timer
}
addEventListener("message", receiveMessage, false);
and then you can generate file with php format like json, xml or other format like that:
Code: Select all
<div id="dat">
111;eee dddd;;fff gggg;;;;;;14.12.2012|
112;uhuuHouse Oü;;10303291;;;;;;17.12.2012|
113;Aerrrrerk Oü;;10685424;;;;;;17.12.2012|
</div>
<script>
var text = document.getElementById('dat').innerHTML
parent.postMessage(text, "*");
</script>

Last edited by karu on Sat Mar 01, 2014 10:21 am, edited 1 time in total.
Re: SpiderBasic 1.00 alpha 4
English/International forum is now available at forums.spiderbasic.com
It is recommended to discuss and make feature requests there.
It is recommended to discuss and make feature requests there.
Re: SpiderBasic 1.00 alpha 5
Alpha 5 is out !
Re: SpiderBasic 1.00 alpha 5
Thanks. Still listed as alpha 4 on the download page.
cheers
cheers
Re: SpiderBasic 1.00 alpha 5
When you download it, it is the new version.rsts wrote:Thanks. Still listed as alpha 4 on the download page.
cheers
Re: SpiderBasic 1.00 alpha 5
Super late to the party, but I wanted to say that I love the idea, and thank Fred for making SB available for free for the remainder of the year. 
This actually motivates me to get back more into PB again. Had been dabbling with Basic4Android (awful name, but actually a good language) lately, and knowing that SpiderBasic will let me make Android apps later on is awesome news!

This actually motivates me to get back more into PB again. Had been dabbling with Basic4Android (awful name, but actually a good language) lately, and knowing that SpiderBasic will let me make Android apps later on is awesome news!
Re: SpiderBasic 1.00 alpha 5
Posts: 1
Don't know why, but you reminded me Terminator movies. After 8 more years we'll see you second postJoined: 17 Dec 2006

Re: SpiderBasic 1.00 alpha 5
I believed SpiderBasic generates Javascript in HTML files. So, no special Webserver host...
PureBasic 6.20 beta 2 (x64) | Windows 10 Pro x64 | Intel(R) Core(TM) i7-8700 CPU @ 3.20Ghz 16 GB RAM, SSD 500 GB, PC locally assembled.
Come back to 6.11 LTS 64 bits because of an issue with #PB_ComboBox_UpperCase in ComboBoxGadget() (Oct. 10, 2024).
Come back to 6.11 LTS 64 bits because of an issue with #PB_ComboBox_UpperCase in ComboBoxGadget() (Oct. 10, 2024).
Re: SpiderBasic 1.00 alpha 5
> It would be great if the next update is a little more focused on building the final package
I think that's a loooooong way off. It's not even in Beta state yet.
I think that's a loooooong way off. It's not even in Beta state yet.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
-
- Addict
- Posts: 1518
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: SpiderBasic 1.00 alpha 5
On site can download alpha 6, but why there is nothing written about the new version?
Re: SpiderBasic 1.00 alpha 5
It was announced in SpiderBasic forum: http://forums.spiderbasic.com/viewtopic.php?f=13&t=87User_Russian wrote:On site can download alpha 6, but why there is nothing written about the new version?
You need to read SpiderBasic forum if you are interested in SpiderBasic!

(for advertisement it would be better to also announce new versions here, I agree)
Last edited by Danilo on Mon May 05, 2014 10:34 am, edited 1 time in total.