Search found 6 matches

by LastLife
Mon Jan 26, 2026 12:18 pm
Forum: Showcase
Topic: MaterialSB brings Material Design to SpiderBasic.
Replies: 6
Views: 5696

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: 5888

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: 5888

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: 5888

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: 133605

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!
by LastLife
Wed Feb 05, 2025 4:10 pm
Forum: Javascript
Topic: Remove default event listener
Replies: 3
Views: 133605

Remove default event listener

Hey!

Spiderbasic adds a few event listeners on startup; among them is one that disables scrolling:
Image

Despite my best attempt, I couldn't figure out how to disable it. Anybody got a hint?