Search found 120 matches

by skinkairewalker
Wed Sep 15, 2021 2:55 pm
Forum: Coding Questions
Topic: how can i set manuallity gadget id atribute and add custom atribute ?
Replies: 0
Views: 3274

how can i set manuallity gadget id atribute and add custom atribute ?

hello everyone !

have a way to set manuallity and add custom gadget id atribute in html ?

like this screenshot : https://prnt.sc/1sb5zsa
by skinkairewalker
Thu Jul 08, 2021 4:02 am
Forum: Coding Questions
Topic: flip cards animation
Replies: 3
Views: 1337

Re: flip cards animation

me again Peter i am trying jquery flip, but i found a problem ... the rotation is in relation to the size of the container or the div... it feels weird... i found this code below in html and css, that does not occur this problem... is there any way to implement the code below with SpiderBasic ? <!DO...
by skinkairewalker
Thu Jul 01, 2021 1:07 pm
Forum: Coding Questions
Topic: is there an effective way to clear the cache?
Replies: 13
Views: 4168

Re: is there an effective way to clear the cache?

KianV wrote: Mon Jun 28, 2021 4:00 am It needs to be triggered by an Event in the program. This could be clicking on something or when any graphics are finished loading &c..
When this should happen depends very much on the program itself, and when it would be most appropriate.
do u have some code example ?
by skinkairewalker
Sun Jun 27, 2021 8:15 pm
Forum: Coding Questions
Topic: is there an effective way to clear the cache?
Replies: 13
Views: 4168

Re: is there an effective way to clear the cache?

I don't know if it would be suitable for your application, but inserting: !window.location.reload(true); should force a reload, ignoring the cache. how can i use this ? when I try to use it, the page keeps reloading infinitely, is there a way to stop this command from running? There are many browse...
by skinkairewalker
Sun Jun 27, 2021 2:05 am
Forum: Coding Questions
Topic: is there an effective way to clear the cache?
Replies: 13
Views: 4168

is there an effective way to clear the cache?

I made a web menu for a customer, he always asks me to make changes to the menu, and every time I update it's a huge problem, because we can't make restaurant customers "know how to clear the browser cache, because most are technology laymen " , is there an effective way to prevent the cac...
by skinkairewalker
Thu Jun 24, 2021 1:37 am
Forum: Game Programming
Topic: Box2D with Spiderbasic engine 2d
Replies: 0
Views: 11881

Box2D with Spiderbasic engine 2d

hello everyone !!
have a way to wrap Box2D JS with Spiderbasic engine 2D easily ?

Examples : http://www.iforce2d.net/embox2d/testbed.html

Github : https://github.com/kripken/box2d.js/
by skinkairewalker
Sun Jun 13, 2021 7:53 pm
Forum: Coding Questions
Topic: Plyr VideoPlayer error
Replies: 2
Views: 1149

Re: Plyr VideoPlayer error

works fine !!! you are the man, Peter! but I solved it, just adding the define = null what would > define = null ? full code : Procedure AppendHead(content.s) Debug "head" !$("head").append(v_content); EndProcedure Procedure AppendBody(content.s) !$("body").append(v_con...
by skinkairewalker
Sun Jun 13, 2021 4:35 pm
Forum: Coding Questions
Topic: Plyr VideoPlayer error
Replies: 2
Views: 1149

Plyr VideoPlayer error

hello everyone !! i am trying Plyr VideoPlayer ( https://github.com/sampotts/plyr ) to learn about videos and stream using this code below, when i run : Procedure AppendHead(content.s) Debug "head" !$("head").append(v_content); EndProcedure Procedure AppendBody(content.s) !$(&quo...
by skinkairewalker
Sun Jun 13, 2021 3:18 pm
Forum: Coding Questions
Topic: problem on load ProgressBarJS
Replies: 3
Views: 1126

Re: problem on load ProgressBarJS

you are the man !!!!!
Thank you so much Peter !!
by skinkairewalker
Sat Jun 12, 2021 5:06 pm
Forum: Coding Questions
Topic: problem on load ProgressBarJS
Replies: 3
Views: 1126

problem on load ProgressBarJS

hello everyone !! i am trying to import ProgressbarJS ( https://kimmobrunfeldt.github.io/progressbar.js/ ) using this code : EnableExplicit Global progressbar.i Global line.i Global nLoaded Global nImports = 1 Procedure RequireScript(url.s, objName.s) Debug "require entrou" ; EnableJS ! re...