Page 25 of 30
Re: SpiderBasic 1.00 alpha 4
Posted: Mon Feb 24, 2014 11:07 am
by useful
Fred wrote:useful 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,...)?
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 it

.
i.e. in the near future will not wait from ide sb + sbmongoose full support for cgi?
Re: SpiderBasic 1.00 alpha 4
Posted: Mon Feb 24, 2014 1:35 pm
by loulou25223
SpiderBasic lacks Database. In your plan in how many times database will be implemented ?
Re: SpiderBasic 1.00 alpha 4
Posted: Mon Feb 24, 2014 11:08 pm
by Fred
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

Re: SpiderBasic 1.00 alpha 4
Posted: Mon Feb 24, 2014 11:15 pm
by CONVERT
Fantastic! Great! Long life to SpiderBasic, promised to a brillant future!
Re: SpiderBasic 1.00 alpha 4
Posted: Mon Feb 24, 2014 11:30 pm
by karu
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:
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);
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:
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>

Re: SpiderBasic 1.00 alpha 4
Posted: Wed Feb 26, 2014 10:00 am
by Danilo
English/International forum is now available at
forums.spiderbasic.com
It is recommended to discuss and make feature requests there.
Re: SpiderBasic 1.00 alpha 5
Posted: Wed Mar 26, 2014 2:55 pm
by Fred
Alpha 5 is out !
Re: SpiderBasic 1.00 alpha 5
Posted: Wed Mar 26, 2014 5:26 pm
by rsts
Thanks. Still listed as alpha 4 on the download page.
cheers
Re: SpiderBasic 1.00 alpha 5
Posted: Wed Mar 26, 2014 5:30 pm
by perb
rsts wrote:Thanks. Still listed as alpha 4 on the download page.
cheers
When you download it, it is the new version.
Re: SpiderBasic 1.00 alpha 5
Posted: Wed Apr 09, 2014 10:42 am
by Mivo
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!
Re: SpiderBasic 1.00 alpha 5
Posted: Wed Apr 09, 2014 10:04 pm
by ostapas
Posts: 1
Joined: 17 Dec 2006
Don't know why, but you reminded me Terminator movies. After 8 more years we'll see you second post

Re: SpiderBasic 1.00 alpha 5
Posted: Sat Apr 12, 2014 9:45 am
by CONVERT
I believed SpiderBasic generates Javascript in HTML files. So, no special Webserver host...
Re: SpiderBasic 1.00 alpha 5
Posted: Sat Apr 12, 2014 9:47 am
by PB
> 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.
Re: SpiderBasic 1.00 alpha 5
Posted: Mon May 05, 2014 10:25 am
by User_Russian
On site can download alpha 6, but why there is nothing written about the new version?
Re: SpiderBasic 1.00 alpha 5
Posted: Mon May 05, 2014 10:33 am
by Danilo
User_Russian wrote:On site can download alpha 6, but why there is nothing written about the new version?
It was announced in SpiderBasic forum:
http://forums.spiderbasic.com/viewtopic.php?f=13&t=87
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)