I’m gonna be using code academy again tomorrow. I gave up cos of laziness, and I got stuck on something.
I want to learn Html, css, javascript, and then software engineering later.
I’m going back to uni in Fall 2023 for Biology if I stay well until then, but coding and digital art in Photoshop is something I want to learn whilst I have all of this free time.
I feel like discouraging you from coding as a primary income source, unless you were thinking of doing it in an office setting. Very hard to get into remotely; you usually have to do the office thing before they transition you to remote.
I always wanted to be in computer security. I created a fake website about computer security. It’s me as a fraud. cyberdatastorm. com I did it b/c it is like a dream of what i wanted to do and be.
I was in University for Biology but had to drop out because I developed schizophrenia.
I taught myself how to code. A good way to learn is to download web based open source projects and read the code so you have examples. Then practice, another good way to learn is to start a project and finish it. HTML and CSS is easy. Javascript I know a little but not very good. Also know a little PHP.
The following code what put the text in a div tag and make it black.
HTML you just have to learn the tags and how to enter CSS, basic example in you index.php file…
<div style="color: #000000;">Hello</div>
or
You can have a separate file with your HTML code called index.php and another file called style.css. In your index.php file you enter code to tell it to look for the CSS file in the head tag
I have a project on GitHub. I posted about it here on the forum. It’s a web based photo gallery project. The code quality is kinda amateur. I created this project in part to organize my photos and in part to learn how to code.