KaladinsSenseOfHumourSpren He/Him Posted September 28, 2025 Posted September 28, 2025 (edited) @CoderDrag0n8 @Sherma Main Hello fellow coders! So far I know HTML/CSS, JS, Python and I'm learning C++. For some reason, when I try to insert code, it won't let me print("Hello World!") Nevermind it works now <!DOCTYPE html> <html> <head> <title>Hello World!</title> </head> <body> <span>Hello World!</span> </body> </html> console.log("Hello World!") It appears that putting JS in a script tag was the problem. In fact, it won't even let me type <_script_> normally without the underscores in between Interesting. Edited January 10 by KaladinsSenseOfHumourSpren 1
Through the Living Wrath he/him Posted September 28, 2025 Posted September 28, 2025 5 hours ago, KaladinsSenseOfHumorSpren said: @CoderDrag0n8 @Sherma Main Hello fellow coders! So far I know HTML/CSS, JS, Python and I'm learning C++. For some reason, when I try to insert code, it won't let me print("Hello World!") Nevermind it works now <!DOCTYPE html> <html> <head> <title>Hello World!</title> </head> <body> <span>Hello World!</span> </body> </html> console.log("Hello World!") It appears that putting JS in a script tag was the problem. In fact, it won't even let me type <_script_> normally without the underscores in between Interesting. I know Java (might be rusty) and Python. I can read/search for errors in C, but never coded it.
CoderDrag0n8 He/They Posted September 28, 2025 Posted September 28, 2025 8 hours ago, KaladinsSenseOfHumorSpren said: @CoderDrag0n8 @Sherma Main Hello fellow coders! So far I know HTML/CSS, JS, Python and I'm learning C++. For some reason, when I try to insert code, it won't let me print("Hello World!") Nevermind it works now <!DOCTYPE html> <html> <head> <title>Hello World!</title> </head> <body> <span>Hello World!</span> </body> </html> console.log("Hello World!") It appears that putting JS in a script tag was the problem. In fact, it won't even let me type <_script_> normally without the underscores in between Interesting. I know HTML, CSS, JavaScript, and Scratch
KaladinsSenseOfHumourSpren He/Him Posted September 28, 2025 Author Posted September 28, 2025 5 hours ago, Sherma Main said: I know Java (might be rusty) and Python. I can read/search for errors in C, but never coded it. It surprised me how similar the majority of the syntax is between JS and C languages. Like you've got mandatory semicolons and you must specify data types, but loops and if/else is like the exact same. 2 hours ago, CoderDrag0n8 said: I know HTML, CSS, JavaScript, and Scratch
NerdSandwich she/her Posted October 1, 2025 Posted October 1, 2025 Java, HTML, Python, learning Arduino. ig i know scratch too....
KaladinsSenseOfHumourSpren He/Him Posted October 2, 2025 Author Posted October 2, 2025 9 hours ago, YouCantHaveMySandwich said: Java, HTML, Python, learning Arduino. ig i know scratch too.... What is Arduino like, compared to Python and Java? From what I know, Java is kind of similar to C languages.
NerdSandwich she/her Posted October 2, 2025 Posted October 2, 2025 well Arduino, its based on C/C++ yeah It's like very direct control.
KaladinsSenseOfHumourSpren He/Him Posted October 3, 2025 Author Posted October 3, 2025 17 hours ago, YouCantHaveMySandwich said: well Arduino, its based on C/C++ yeah It's like very direct control. So very C++ Cool!
AonDorSmiteThisGuy She/her Posted December 31, 2025 Posted December 31, 2025 I can code mostly in Javascript as I do all of the coding for the robotics team I run.
KaladinsSenseOfHumourSpren He/Him Posted January 1 Author Posted January 1 2 hours ago, AonDorSmiteThisGuy said: I can code mostly in Javascript as I do all of the coding for the robotics team I run. Nice! Do you know jQuery?
AonDorSmiteThisGuy She/her Posted January 1 Posted January 1 2 minutes ago, KaladinsSenseOfHumourSpren said: Nice! Do you know jQuery? Not really no since I dont do Html work, I work more with programming
KaladinsSenseOfHumourSpren He/Him Posted January 1 Author Posted January 1 1 minute ago, AonDorSmiteThisGuy said: Not really no since I dont do Html work, I work more with programming Ah alright.
AonDorSmiteThisGuy She/her Posted January 1 Posted January 1 6 minutes ago, KaladinsSenseOfHumourSpren said: Ah alright. I work on VsCode using WPIib for the robotics league im in
KaladinsSenseOfHumourSpren He/Him Posted January 1 Author Posted January 1 12 minutes ago, AonDorSmiteThisGuy said: I work on VsCode using WPIib for the robotics league im in Ooh nice I've done FLL. Unfortunately, I could only use blocks There was a Python option, but I had to do it on an iPad which made typing difficult and no one else in my team knew Python, so if the code broke the day before and I was sick or something, it would've been game over.
AonDorSmiteThisGuy She/her Posted January 1 Posted January 1 17 minutes ago, KaladinsSenseOfHumourSpren said: There was a Python option, but I had to do it on an iPad which made typing difficult and no one else in my team knew Python, so if the code broke the day before and I was sick or something, it would've been game over. REAL at a recent completion i had to code an auton for our robot like 3 minutes before a match, we ended up making the top 8. My team would have been SCREWED if I was sick considering im the team captain, driver, and programmer
KaladinsSenseOfHumourSpren He/Him Posted January 1 Author Posted January 1 9 minutes ago, AonDorSmiteThisGuy said: REAL at a recent completion i had to code an auton for our robot like 3 minutes before a match, we ended up making the top 8. My team would have been SCREWED if I was sick considering im the team captain, driver, and programmer Oof My team had another Coder (@Hoid the ShardBoy) but he didn't know Python. Thankfully our code didn't break, but the actual robot did like 3 times
Usseewa ✾ She♡They ✾ Posted January 3 Posted January 3 (edited) console.log("Hello, 17S!"); print("Hello, 17S!") system.out.println("Hello, 17S"); // My Java is Rusty. cout << "Hello, 17S"; <p>Hello, 17S!</p> echo "Hello, 17S!"; // I need to brush up on my PHP a bit /* CSS doesn't really count as a proglang, though it's good to know */ -- How would SQL work lol 01001000 01100101 01101100 01101100 <comma> <00100000> <"17"> 01010011 <"!"> I mostly use Python, though I may be using PHP soon... Edited January 3 by Theory
KaladinsSenseOfHumourSpren He/Him Posted January 3 Author Posted January 3 22 minutes ago, Theory said: console.log("Hello, 17S!"); print("Hello, 17S!") system.out.println("Hello, 17S"); // My Java is Rusty. cout << "Hello, 17S"; <p>Hello, 17S!</p> echo "Hello, 17S!"; // I need to brush up on my PHP a bit /* CSS doesn't really count as a proglang, though it's good to know */ -- How would SQL work lol 01001000 01100101 01101100 01101100 <comma> <00100000> <"17"> 01010011 <"!"> I mostly use Python, though I may be using PHP soon... Ooh I don't know Java or PHP
Usseewa ✾ She♡They ✾ Posted January 3 Posted January 3 (edited) 1 minute ago, KaladinsSenseOfHumourSpren said: Ooh I don't know Java or PHP PHP is great for website development, and Java's for apps I think (though I don't really use it) What's your fave proglang/most-often-used? Edited January 3 by Theory
KaladinsSenseOfHumourSpren He/Him Posted January 4 Author Posted January 4 1 hour ago, Theory said: PHP is great for website development, and Java's for apps I think (though I don't really use it) What's your fave proglang/most-often-used? I use HTML/JS the most, just because I've known it for the longest and I'm most skilled at it. And it's also super easy to host. 1
KaladinsSenseOfHumourSpren He/Him Posted January 10 Author Posted January 10 Right so I've added a poll question One that, among people I know who code, is kind of controversial So HTML users, how do you bold stuff? I used to use <strong> tags early on, but then changed to using CSS I didn't know <b> tags existed until way later
Usseewa ✾ She♡They ✾ Posted January 10 Posted January 10 (edited) 18 hours ago, KaladinsSenseOfHumourSpren said: Right so I've added a poll question One that, among people I know who code, is kind of controversial So HTML users, how do you bold stuff? I used to use <strong> tags early on, but then changed to using CSS I didn't know <b> tags existed until way later CSS4DA-WIN I don't remember which one i used b4, prob both idk edit: i think now i actually use different font weights..........what i mean is that im a HUGE fan of utility classes, so i sometiems have classes for each font and each weight, so i can give a paragraph or div or whatever the class that corresponds to, say, Comic Sans weight 300 (about normal, maybe 400 is normal tho idk). or CSans 900 (super bold lol) also i dont use CSans Edited January 10 by Theory
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now