Discuss Scratch

kccuber
Scratcher
1000+ posts

My upcoming Scratch "tools" website

So I have been working on something for an upcoming website that I have been working on. It's probably going to be at this link (it's not there yet, you will get a replit 404 i think:
https://scratch.kccuber.repl.co
Here is a bit of progress on a navbar I am working on:

Before you ask me why I use the H: drive, it's because I have 3 drives in my computer. The OS is not on the H: drive.
hehe i knock off the scratch logo and favicon
9gr
Scratcher
1000+ posts

My upcoming Scratch "tools" website

scratchsuite has been taken over
Raihan142857
Scratcher
1000+ posts

My upcoming Scratch "tools" website

9gr wrote:

scratchsuite has been taken over
This site can’t provide a secure connection
kccuber
Scratcher
1000+ posts

My upcoming Scratch "tools" website

Raihan142857 wrote:

9gr wrote:

scratchsuite has been taken over
This site can’t provide a secure connection
Which one? If you are talking about mine, then it's because this:

kccuber wrote:

it's not there yet, you will get a replit 404 i think
gdpr5b78aa4361827f5c2a08d700
Scratcher
1000+ posts

My upcoming Scratch "tools" website

ooh looks like everyones joining in with the “external scratch tools” game

interesting.

EDIT: pls use a framework for building it.

Last edited by gdpr5b78aa4361827f5c2a08d700 (May 25, 2021 17:41:00)

metasloth
Scratcher
19 posts

My upcoming Scratch "tools" website

go with nuxt or else
kccuber
Scratcher
1000+ posts

My upcoming Scratch "tools" website

metasloth wrote:

go with nuxt or else
confusion™
This is going to be in regular HTML/CSS/JS (probably with jQuery? idk) and Node.js (for like a view counter or something)
Raihan142857
Scratcher
1000+ posts

My upcoming Scratch "tools" website

kccuber wrote:

metasloth wrote:

go with nuxt or else
(probably with jQuery? idk)

please dont
gdpr5b78aa4361827f5c2a08d700
Scratcher
1000+ posts

My upcoming Scratch "tools" website

metasloth wrote:

go with nuxt or else
b l a z o r
kccuber
Scratcher
1000+ posts

My upcoming Scratch "tools" website

Raihan142857 wrote:

kccuber wrote:

metasloth wrote:

go with nuxt or else
(probably with jQuery? idk)
please dont
why? i don't want to create 4 lines of code that change one bit of inline css when you can do the same with jquery in one line

potatophant wrote:

metasloth wrote:

go with nuxt or else
b l a z o r
no. i am not making it in BLAZOR (whatever that is)
i am writing it in regular HTML/CSS/JS.
Raihan142857
Scratcher
1000+ posts

My upcoming Scratch "tools" website

kccuber wrote:

Raihan142857 wrote:

kccuber wrote:

metasloth wrote:

go with nuxt or else
(probably with jQuery? idk)
please dont
why? i don't want to create 4 lines of code that change one bit of inline css when you can do the same with jquery in one line

potatophant wrote:

metasloth wrote:

go with nuxt or else
b l a z o r
no. i am not making it in BLAZOR (whatever that is)
i am writing it in regular HTML/CSS/JS.
using html/css/js with or without jquery is 10x more painful than using something like nuxt
gdpr5b78aa4361827f5c2a08d700
Scratcher
1000+ posts

My upcoming Scratch "tools" website

kccuber wrote:

no. i am not making it in BLAZOR (whatever that is)
i am writing it in regular HTML/CSS/JS.
blazor is the epicest web framework that uses your favourite language, c#. its also what spyglass uses
kccuber
Scratcher
1000+ posts

My upcoming Scratch "tools" website

potatophant wrote:

kccuber wrote:

no. i am not making it in BLAZOR (whatever that is)
i am writing it in regular HTML/CSS/JS.
blazor is the epicest web framework that uses your favourite language, c#. its also what spyglass uses
i dont c# (lol and seriously)
geyserman
New Scratcher
32 posts

My upcoming Scratch "tools" website

Raihan142857 wrote:

9gr wrote:

scratchsuite has been taken over
This site can’t provide a secure connection
invalid ssl cert kek
kccuber
Scratcher
1000+ posts

My upcoming Scratch "tools" website

geyserman wrote:

Raihan142857 wrote:

9gr wrote:

scratchsuite has been taken over
This site can’t provide a secure connection
invalid ssl cert kek
how many times do i have to say “i didnt make the site yet?”
gosoccerboy5
Scratcher
1000+ posts

My upcoming Scratch "tools" website

kccuber wrote:

Raihan142857 wrote:

kccuber wrote:

(probably with jQuery? idk)
please dont
why? i don't want to create 4 lines of code that change one bit of inline css when you can do the same with jquery in one line
really? importing a library that has 3000+ loc to save 3 loc in your webpage??

(used firefox pretty-printer to determine the LOC amount of the current minified jQuery file)

Last edited by gosoccerboy5 (May 26, 2021 12:40:29)

kccuber
Scratcher
1000+ posts

My upcoming Scratch "tools" website

gosoccerboy5 wrote:

really? importing a library that has 3000+ loc to save 3 loc in your webpage??

(used firefox pretty-printer to determine the LOC amount of the current minified jQuery file)
hmm, yeah, i also thought about that. maybe I won't use jQuery.
PkmnQ
Scratcher
1000+ posts

My upcoming Scratch "tools" website

gosoccerboy5 wrote:

really? importing a library that has 3000+ loc to save 3 loc in your webpage??
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
kccuber
Scratcher
1000+ posts

My upcoming Scratch "tools" website

PkmnQ wrote:

gosoccerboy5 wrote:

really? importing a library that has 3000+ loc to save 3 loc in your webpage??
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
And thats what my counterargument was, before I forgot it.
gosoccerboy5
Scratcher
1000+ posts

My upcoming Scratch "tools" website

PkmnQ wrote:

(Quoted from this post)

gosoccerboy5 wrote:

really? importing a library that has 3000+ loc to save 3 loc in your webpage??
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
Do you mean the .min part?

Powered by DjangoBB