Search found 11 matches

by LastLife
Sat May 02, 2026 2:58 pm
Forum: Showcase
Topic: I made an OS 🥴
Replies: 0
Views: 162

I made an OS 🥴

Hey people!

You've heard of those browsers/JavaScript OS you see every once in a while? When a bored hobbyist is left unsupervised with their computer for a bit too long? Well...

https://lastlife.net/ForumUpload/KumoDemo.gif

Here is KumOS , a cloud OS 100% written with PB and SB . It comes with ...
by LastLife
Sat May 02, 2026 12:48 pm
Forum: General Discussion
Topic: SpiderBasic 3.20 is out !
Replies: 16
Views: 33970

Re: SpiderBasic 3.20 is out !

Hey Fred, could you update the museum? I think I have two minor regressions in 3.20, but I don't have a 3.10 to check any more, so I can't report.
by LastLife
Sat Apr 25, 2026 7:06 pm
Forum: Tricks 'n' Tips
Topic: WaveSurfer for SB
Replies: 4
Views: 177

Re: WaveSurfer for SB

Danilo wrote: Sat Apr 25, 2026 6:33 am 404 - wrapper not accessible.
And now, let's play "guess who is the idiot who did not set the repo public?", you have one try.
Fixed, thanks for noticing.
by LastLife
Sat Apr 25, 2026 1:25 am
Forum: Tricks 'n' Tips
Topic: WaveSurfer for SB
Replies: 4
Views: 177

WaveSurfer for SB

Hey people!

Waversurfer is an open-source audio visualization library, and I need it for an upcoming project.
Here is a rough wrapper for SpiderBasic . Given how niche that tool is, I don't expect anybody else to ever use it, so didn't put much effort in packaging it. Have a look at the example ...
by LastLife
Wed Apr 22, 2026 4:38 pm
Forum: Showcase
Topic: MaterialSB brings Material Design to SpiderBasic.
Replies: 10
Views: 14989

Re: MaterialSB brings Material Design to SpiderBasic.

It is possible to add custom html elements if you can write javascript yourself: almost everything in MaterialSB is a div; create a card or a column and work from there.
I mostly use MaterialSB that way, I use SB as a base to build an app since I'm reasonably proficient with the language, and I ...
by LastLife
Mon Jan 26, 2026 12:18 pm
Forum: Showcase
Topic: MaterialSB brings Material Design to SpiderBasic.
Replies: 10
Views: 14989

MaterialSB brings Material Design to SpiderBasic.

Hey people!

In 2026, I challenged myself to release 26 of my projects , and today it's MaterialSB time!

https://lastlife.net/MaterialSB/assets/images/Logo.png

MaterialSB is a library for SpiderBasic that replaces all UI elements with Materialize , a framework based on the design system created ...
by LastLife
Sat Dec 06, 2025 3:39 pm
Forum: Coding Questions
Topic: HTTPRequest Post?
Replies: 4
Views: 9815

Re: HTTPRequest Post?

Okay, I thought the parameters were basically the same thing as doing it in the URL (like http://example.com/index.html?something=something), so I was confused.

Thanks a lot 🫡
by LastLife
Sat Dec 06, 2025 1:11 pm
Forum: Coding Questions
Topic: HTTPRequest Post?
Replies: 4
Views: 9815

Re: HTTPRequest Post?

Wouldn't that send the data unencrypted?
by LastLife
Sat Dec 06, 2025 9:50 am
Forum: Coding Questions
Topic: HTTPRequest Post?
Replies: 4
Views: 9815

HTTPRequest Post?

Hello!
I'm looking for an example of a post request, sending actual data to the server?
The documentation doesn't provide any, and even a google search on the whole domain comes up empty.
by LastLife
Thu Feb 06, 2025 6:44 am
Forum: Javascript
Topic: Remove default event listener
Replies: 3
Views: 138870

Re: Remove default event listener

It's so simple that I'm a bit ashamed, but I really spend hours trying to do it by myself.

Many thanks!