- 1,748
- Posts
- 15
- Years
- Age 28
- Nearby my feet.
- Seen Apr 18, 2021
I don't like CSS for some reason, if I had liked it a little more I probably could have become a web designer.
I don't like CSS for some reason, if I had liked it a little more I probably could have become a web designer.
That's a big leap, is that because you're good at other kinds of coding? Because web design takes so much more than CSS.
Well it's more around the fact that I don't really have an eye for how things look really, anything is fine as long as it's readable to me, and if I'm correct CSS means custom style sheet, which in terms means it's used to alter how things look like right? If that's true you should get why I don't really like CSS then.
Oh no my question was the logical step of "If I was good at CSS then I could be a web designer", not why you don't like CSS. :)
I kind of wished they had a place to show off your programming skills now. I would really love a competition of that sorts but there aren't many programmers on PC which sucks. xD
I haven't worked with PHP since 2012 that it may take me a bit of reading again to see how it works. Yeah I tend to forget things easily like that >_<
<?php
$x = 1;
$y = rand(1, 100); // Generates a random number between 1 and 100.
echo("x = $x and y = $y");
if ($x != 1)
{
echo("Why doesn't x = 1 anymore, someone modified it. :c");
}
?>
As someone who knows absolutely nothing about programming but wants to learn it at home for free..any suggestions?
As someone who knows absolutely nothing about programming but wants to learn it at home for free..any suggestions?
The pursuit of learning is a most manly application of your time, and programming is an extremely manly choice. There are many manly resources to learn programming for free, and which of these may be applicable depends on the language you wish to learn. For someone with no knowledge of programming whatsoever, I recommend Python as a manly choice; it should help you learn the manly basic concepts of programming without developing unmanly bad habits, and in addition has manly applications beyond those of beginners. My students have reported manly successes using https://www.codecademy.com/ - my manly day job is teaching Python (with no programming background) and C (with a little background) to cohorts of beginners, both manly and unmanly, at a university, and the manliest students in my Python classes have taken the initiative to use such resources to teach themselves.