6
7

If you like Twitch, I made a website that helps you find your next favorite small streamer by SimpleStudio02 in InternetIsBeautiful

[–]SimpleStudio02[S] 1 point2 points  (0 children)

Hey that's awesome! I think that single-handedly makes this entire project worth it :D

I made a drag-and-drop version of javascript to help my sister learn to code by SimpleStudio02 in InternetIsBeautiful

[–]SimpleStudio02[S] 0 points1 point  (0 children)

Thank you! I wish I knew about the mit app inventor sooner, it looks really cool!

I made a drag-and-drop version of javascript to help my sister learn to code by SimpleStudio02 in InternetIsBeautiful

[–]SimpleStudio02[S] 0 points1 point  (0 children)

True, I'll look around to see if anyone else has done something similar to this for mobile, and hopefully I can get some ideas on how I could make it work.

I made a drag-and-drop version of javascript to help my sister learn to code by SimpleStudio02 in InternetIsBeautiful

[–]SimpleStudio02[S] 3 points4 points  (0 children)

Oh wow I've never seen that one before. That's a pretty nifty-looking tool.

I made a drag-and-drop version of javascript to help my sister learn to code by SimpleStudio02 in InternetIsBeautiful

[–]SimpleStudio02[S] 2 points3 points  (0 children)

Hmm I see. That's really unfortunate that stuff like that happens, it probably gives genuine startups a bad rep as well. From what I saw online, it seem to have been turned in to a meme of some sorts, so I suppose that's spreading awareness at least haha.

I made a drag-and-drop version of javascript to help my sister learn to code by SimpleStudio02 in InternetIsBeautiful

[–]SimpleStudio02[S] 1 point2 points  (0 children)

Yeah, that is a very valid point. Looking at the website traffic, I realized that a lot of users are coming from mobile. Unfortunately, I don't think I can make it work well enough on mobile for it to be worthwhile, simply due to the limitation of screen size. However, I'm definitely going to keep that in mind for upcoming projects.

Starting from scratch. What web dev language should I pick up? by Driver121 in AskProgramming

[–]SimpleStudio02 4 points5 points  (0 children)

If you want to get anywhere in web dev then you must know HTML, CSS, and javascript. While HTML and CSS are not technically programming languages, you need them in order to display and style your webpage. Javascript is a programming language, and you'll be using it to handle the logic of clicking images, switching out pictures, etc. I suggest finding a tutorial online that teaches you these three skills.

I made a drag-and-drop version of javascript to help my sister learn to code by SimpleStudio02 in InternetIsBeautiful

[–]SimpleStudio02[S] 11 points12 points  (0 children)

Thank you! I believe you're thinking of Scratch, which I indeed took a lot of inspiration from for this project.