Jump to content

Controversial Coding Stuff  

10 members have voted

  1. 1. What is your preferred method of making text bold in HTML?

    • strong tags (it doesn't let me type the actual tag symbols)
    • b tags
    • font-weight: bold;
    • Something else?


Recommended Posts

Posted
46 minutes ago, Theory said:

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

Oh wow

Most html stuff I make isn't that big, so a lot of the time I just use element selectors

I also don't bother with changing the font much.

  • 3 weeks later...
Posted

Quick question, ksauce. U use VsCode, right? Do you use the ! emmet boilerplate? Or type/copy-paste the whole thing...

(for reference I'm talkin' bout the doctype html blah blah head body etc etc)

Posted
5 minutes ago, Theory said:

Quick question, ksauce. U use VsCode, right? Do you use the ! emmet boilerplate? Or type/copy-paste the whole thing...

(for reference I'm talkin' bout the doctype html blah blah head body etc etc)

Yeah I use VSC

Yup, I do

Posted (edited)
3 minutes ago, KaladinsSenseOfHumourSpren said:

Yeah I use VSC

Yup, I do

*phew*

 

but do you

ul.nav_or_smth>li.item*10>a[href]{Item $}

 

Edited by Theory
Posted
10 minutes ago, Theory said:

Quick question, ksauce. U use VsCode, right? Do you use the ! emmet boilerplate? Or type/copy-paste the whole thing...

(for reference I'm talkin' bout the doctype html blah blah head body etc etc)

ALWAYS

Posted
1 minute ago, KaladinsSenseOfHumourSpren said:

No?

I have never seen this shortcut

It's a bunch of stuff. Basically just makes:

<ul class="nav_or_smth">
    <li class="item"><a href="">Item 1</a></li>
    <li class="item"><a href="">Item 2</a></li>
    <li class="item"><a href="">Item 3</a></li>
    <li class="item"><a href="">Item 4</a></li>
    <li class="item"><a href="">Item 5</a></li>
    <li class="item"><a href="">Item 6</a></li>
    <li class="item"><a href="">Item 7</a></li>
    <li class="item"><a href="">Item 8</a></li>
    <li class="item"><a href="">Item 9</a></li>
    <li class="item"><a href="">Item 10</a></li>
</ul>

Just me tryna show off lol

Posted
6 minutes ago, Theory said:

It's a bunch of stuff. Basically just makes:

<ul class="nav_or_smth">
    <li class="item"><a href="">Item 1</a></li>
    <li class="item"><a href="">Item 2</a></li>
    <li class="item"><a href="">Item 3</a></li>
    <li class="item"><a href="">Item 4</a></li>
    <li class="item"><a href="">Item 5</a></li>
    <li class="item"><a href="">Item 6</a></li>
    <li class="item"><a href="">Item 7</a></li>
    <li class="item"><a href="">Item 8</a></li>
    <li class="item"><a href="">Item 9</a></li>
    <li class="item"><a href="">Item 10</a></li>
</ul>

Just me tryna show off lol

Huh

Interesting

Posted
1 minute ago, KaladinsSenseOfHumourSpren said:

Huh

Interesting

Anyway how much programming/CS knowledge do you have? I want to know ur level.

Posted
Just now, Theory said:

Anyway how much programming/CS knowledge do you have? I want to know ur level.

I know enough HTML/CSS to have coded a website a few years ago, I know a bunch of Javascript, and I am learning python.

(I wasn't asked but i wish to be a member of the conversation)

Posted
Just now, KaladinsSenseOfHumourSpren said:

I have built a JS AI to play 2048

But it never got past 128

Bro why did I imagine that as a "Bad Luck Brian" meme.

Gimme a sec...

Spoiler

image.jpeg.c8d3ffbf0568a06632e65a308a944f69.jpeg

anyway so much goin' on, so many tabs open, texting and typing and making memes and starting up my music at the same time...

3 minutes ago, CoderDrag0n8 said:

I know enough HTML/CSS to have coded a website a few years ago, I know a bunch of Javascript, and I am learning python.

(I wasn't asked but i wish to be a member of the conversation)

Cool, welcome. Nice. If you smth that lets u use PHP, I 10000% rec it.

Posted
1 minute ago, Theory said:

Bro why did I imagine that as a "Bad Luck Brian" meme.

Gimme a sec...

  Hide contents

image.jpeg.c8d3ffbf0568a06632e65a308a944f69.jpeg

anyway so much goin' on, so many tabs open, texting and typing and making memes and starting up my music at the same time...

Cool, welcome. Nice. If you smth that lets u use PHP, I 10000% rec it.

To train it probably I need calculus, which I don't know yet

So far I've been using the Darwinian method, and actually running 3 AIs at once and picking the best one to mutate and replace the other two

I intend to try again some time, see if I can get 256

Posted
3 minutes ago, Theory said:

Bro why did I imagine that as a "Bad Luck Brian" meme.

Gimme a sec...

  Reveal hidden contents

image.jpeg.c8d3ffbf0568a06632e65a308a944f69.jpeg

anyway so much goin' on, so many tabs open, texting and typing and making memes and starting up my music at the same time...

Cool, welcome. Nice. If you smth that lets u use PHP, I 10000% rec it.

I use VSCode : P

interesting, my mom uses it, I'll look into it (I have to get past Javascript and Python first : P)

Posted
3 minutes ago, CoderDrag0n8 said:

I use VSCode : P

interesting, my mom uses it, I'll look into it (I have to get past Javascript and Python first : P)

Wdym get past them first.

Also u dont rlly need python for websites. I mean, u can use it for servers'n'stuff, but i dont C (hehe) why u "need" it b4 php.

But JS+PY are gr8.

Also any1 who's keeping up with the news, a couple months back they released "Pithon" (Python 3.14) so ya.

Posted
Just now, Theory said:

Wdym get past them first.

Also u dont rlly need python for websites. I mean, u can use it for servers'n'stuff, but i dont C (hehe) why u "need" it b4 php.

But JS+PY are gr8.

Also any1 who's keeping up with the news, a couple months back they released "Pithon" (Python 3.14) so ya.

LOL

I dont use Python for websites, I've been using it to make NationStates scripts

basically webscraping

I love how python just has infinite libraries its so cool

and what the heck is pithon???

by get past i mean I am taking a Javascript class and learning python in my free time

and over the summer I will be learning Java (through a class) so my coding world is fairly packed

Posted (edited)
7 minutes ago, CoderDrag0n8 said:

LOL

I dont use Python for websites, I've been using it to make NationStates scripts

basically webscraping

I love how python just has infinite libraries its so cool

and what the heck is pithon???

by get past i mean I am taking a Javascript class and learning python in my free time

and over the summer I will be learning Java (through a class) so my coding world is fairly packed

Just use w3schoolzzzzzz

nah jk...

if u want a broader understanding, classes are good.

if u just wanna know how to do the same stuff u do in one lang in another, w3schools+stackoverflow

pithon is just a pun on python. its just what people call python v3.14

Java's pretty neat, but ive never rlly used it outside that one class. Also:

Spoiler

image.jpeg.3c186ba9e11d4b98767ffd9b67711087.jpeg

(I hope ur on the left, !=)

 

"I love how python just has infinite libraries its so cool"

Have u ever looked at JS memes? There's basically a bunch of 'em about stuff like:

Pick a random word. Chances are it's a JS library.

Every second: 100 or whatever texts are sent, 3 people are born, 500 js libraries are made

u get the point

 

edit: anyway what i luv abt proglangs is: know one, know them all

Edited by Theory
Posted
1 minute ago, Theory said:

Just use w3schoolzzzzzz

nah jk...

if u want a broader understanding, classes are good.

if u just wanna know how to do the same stuff u do in one lang in another, w3schools+stackoverflow

pithon is just a pun on python. its just what people call python v3.14

Java's pretty neat, but ive never rlly used it outside that one class. Also:

  Hide contents

image.jpeg.3c186ba9e11d4b98767ffd9b67711087.jpeg

(I hope ur on the left, !=)

 

"I love how python just has infinite libraries its so cool"

Have u ever looked at JS memes? There's basically a bunch of 'em about stuff like:

Pick a random word. Chances are it's a JS library.

Every second: 100 or whatever texts are sent, 3 people are born, 500 js libraries are made

u get the point

 

 

Yep left

6 minutes ago, Theory said:

 

edit: anyway what i luv abt proglangs is: know one, know them all

'Cept python

Posted
9 minutes ago, Theory said:

Just use w3schoolzzzzzz

nah jk...

if u want a broader understanding, classes are good.

if u just wanna know how to do the same stuff u do in one lang in another, w3schools+stackoverflow

pithon is just a pun on python. its just what people call python v3.14

Java's pretty neat, but ive never rlly used it outside that one class. Also:

  Reveal hidden contents

image.jpeg.3c186ba9e11d4b98767ffd9b67711087.jpeg

(I hope ur on the left, !=)

 

"I love how python just has infinite libraries its so cool"

Have u ever looked at JS memes? There's basically a bunch of 'em about stuff like:

Pick a random word. Chances are it's a JS library.

Every second: 100 or whatever texts are sent, 3 people are born, 500 js libraries are made

u get the point

 

edit: anyway what i luv abt proglangs is: know one, know them all

Wats a prolang?

And Java is obviously != to javascript

W3SCHOOLS MY GOAT (use it so much T^T)

I didn't know JS had libraries!

Posted
Just now, KaladinsSenseOfHumourSpren said:

Yep left

'Cept python

Why?

if python_is_an_EXCEPTION_tehe:
  uses_indentation = True

I guess it is diff.

But still similar.

But i mean it's sooooo hi-level/englishy.

I mean:

if "something" not in a_list or something_else blah blah so many words

also WHERE ARE DA PARENTHESISSSSSS (& braces, but we ignore those cuz indenatatiodasn)

uhmm

ya

also ive tried making static classes (or classes s'psd to only have one "instance" in python and its weird

1 minute ago, CoderDrag0n8 said:

Wats a proglang?

ftfy. ProgrammingLanguage

1 minute ago, CoderDrag0n8 said:

And Java is obviously != to javascript

You'd be surprised how many amateurs I've seen use the two interchangeably.

2 minutes ago, CoderDrag0n8 said:

W3SCHOOLS MY GOAT (use it so much T^T)

Just wait'll u start using StackOverflow too (if u don't already).

2 minutes ago, CoderDrag0n8 said:

I didn't know JS had libraries!

ReactJS, AngularJS, etc.etc.

jQuery

NodeJS

u know

Posted
5 minutes ago, Theory said:

Why?

if python_is_an_EXCEPTION_tehe:
  uses_indentation = True

I guess it is diff.

But still similar.

But i mean it's sooooo hi-level/englishy.

I mean:

if "something" not in a_list or something_else blah blah so many words

also WHERE ARE DA PARENTHESISSSSSS (& braces, but we ignore those cuz indenatatiodasn)

uhmm

ya

also ive tried making static classes (or classes s'psd to only have one "instance" in python and its weird

ftfy. ProgrammingLanguage

You'd be surprised how many amateurs I've seen use the two interchangeably.

Just wait'll u start using StackOverflow too (if u don't already).

ReactJS, AngularJS, etc.etc.

jQuery

NodeJS

u know

No I know every one gets them confused

I use stack overflow when I can’t use w3schools

i don’t, actually (know).

JAVASCRIPT IS SOOO MUCH BETTER THAN PYTHON

LIKE

LIKE

JUST USE && INSTEAD OF ‘AND’

like whyyyyyyyy

and why does indentation matter so much to python? Just use ()[]{} and ;

Posted
11 minutes ago, CoderDrag0n8 said:

Wats a prolang?

And Java is obviously != to javascript

W3SCHOOLS MY GOAT (use it so much T^T)

I didn't know JS had libraries!

Gasp you're missing out

jQuery is a must

I also use p5js

2 minutes ago, CoderDrag0n8 said:

No I know every one gets them confused

I use stack overflow when I can’t use w3schools

i don’t, actually (know).

JAVASCRIPT IS SOOO MUCH BETTER THAN PYTHON

LIKE

LIKE

JUST USE && INSTEAD OF ‘AND’

like whyyyyyyyy

and why does indentation matter so much to python? Just use ()[]{} and ;

Exactly

Python is also way slower

Posted
2 minutes ago, CoderDrag0n8 said:

No I know every one gets them confused

I use stack overflow when I can’t use w3schools

i don’t, actually (know).

JAVASCRIPT IS SOOO MUCH BETTER THAN PYTHON

LIKE

LIKE

JUST USE && INSTEAD OF ‘AND’

like whyyyyyyyy

and why does indentation matter so much to python? Just use ()[]{} and ;

ummm, ackschually, i love Python and use it more than JS.

Indentation is just what it does, idk.

also idrm && vs and tbh.

Just now, KaladinsSenseOfHumourSpren said:

Python is also way slower

Ok, that is the good point.

#InterpretedLanguagesAreCrem

1 minute ago, KaladinsSenseOfHumourSpren said:

Gasp you're missing out

jQuery is a must

I also use p5js

4 minutes ago, CoderDrag0n8 said:

Me, who doesn't use any JS libs:

Posted
1 hour ago, Theory said:

ummm, ackschually, i love Python and use it more than JS.

Indentation is just what it does, idk.

also idrm && vs and tbh.

Ok, that is the good point.

#InterpretedLanguagesAreCrem

Me, who doesn't use any JS libs:

Yeah, I dont use JS Libraries, I've been fine so far :3

I actually really do like Python, I just like Javascript Syntax better.

I like Python libraries and it's webscraping capabilities (I use it for things that need webscraping)

Posted
12 hours ago, CoderDrag0n8 said:

Yeah, I dont use JS Libraries, I've been fine so far :3

I actually really do like Python, I just like Javascript Syntax better.

I like Python libraries and it's webscraping capabilities (I use it for things that need webscraping)

I use Python libs when I need to, and they're great.

'Specially when I don't wanna figure out how to compress/decompress GZIP files lol

Anyway have any of y'all used a hex editor before? 10/10 recommend. Very fun. Very useful (depending on the project.)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...