× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Bradley Stone commented:
"You shouldn't need an RPG person to teach HTML, CSS, Javascript or Apache. ...There are a TON of free tutorials out there."

In fact, there are so many free tutorials out there that it becomes a challenge for beginners to pick which ones to take. I personally found the YouTube links below helpful.

Disclaimers:

* I did not create any of the videos at the links below.
* I do not benefit in any way by recommending them.
* No doubt there are other videos (books, web pages) that are just as good or even better.
* Each person has a different learning style. Videos that I found helpful you might find unhelpful.
* I am learning JavaScript and TypeScript for use with Node.js. There may be better tutorials for people who only want to use JavaScript or TypeScript in the browser.

HTML & CSS

On the client side, you will need to learn HTML 5 and CSS. I suggest that you also learn how to develop responsive web pages using CSS. (There are two CSS tutorials listed below. One tutorial is more extensive than the other. Take your pick.)

* HTML 5 Crash Course by Traversy Media<https://www.youtube.com/watch?v=UB1O30fR-EE&t=760s>
* CSS Crash Course by Traversy Media<https://www.youtube.com/watch?v=yfoY53QXEnI> (1h 25m)
* CSS Crash Course Tutorial by freeCodeCamp.org<https://www.youtube.com/watch?v=r1xBCi5SOjw> (24m)
* Build a Responsive Grid CSS Website by Traversy Media<https://www.youtube.com/watch?v=moBhzSC455oQ>

Here are some additional tutorials on CSS Flexbox and CSS Grid. These are optional. However, you will probably want to understand Flexbox and Grid sooner or later.

* Flexbox CSS in 20 Minutes by Traversy Media<https://www.youtube.com/watch?v=JJSoEo8JSnc&t=262s>
* CSS Grid Layout Crash Course<https://www.youtube.com/watch?v=jV8B24rSN5o&t=1173s>

JavaScript & TypeScript

Below are two introductory tutorials on JavaScript. You only need to take one of the tutorials (your choice).

* Intro to JavaScript by The Net Ninja<https://www.youtube.com/playlist?list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET>
* JavaScript by Hitesh Choudhary<https://www.youtube.com/playlist?list=PLRAV69dS1uWTSu9cVg8jjXW8jndOYYJPP>

I suggest that you also learn TypeScript. TypeScript is a superset of JavaScript that compiles to JavaScript. Microsoft invented TypeScript to help developers write better code that scales. (Note: TypeScript might become a standard for Node.js development at Dot.)

* TypeScript Crash Course by Traversy Media<https://www.youtube.com/watch?v=rAy_3SIqT-E&t=1202s>
* TypeScript - The Basics by Fireship<https://www.youtube.com/watch?v=ahCwqrYpIuM>

AJAX & JSON

Asynchronous JavaScript and XML (AJAX) allows a web page to interact with servers. JavaScript Object Notation (JSON) is a popular way of formatting information when using AJAX.

* JSON Crash Course by Traversy Media<https://www.youtube.com/watch?v=wI1CWzNtE-M>
* AJAX Crash Course by Traversy Media<https://www.youtube.com/watch?v=82hnvUYY6QA&t=3662s>
While I do all of my COBOL development in RDi, I do all of my web and Node.js development in Visual Studio Code (a.k.a. VS Code).

* Visual Studio Code Intro & Setup by Traversy Media<https://www.youtube.com/watch?v=fnPhJHN0jTE>

Thanks,

Kelly Cookson
Senior Software Engineer II
Dot Foods, Inc.
217-773-4486 ext. 12676
www.dotfoods.com<http://www.dotfoods.com/>


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.