dewline: Text: Searching and Researching (research)
[personal profile] dewline
So, yes, I started relearning web coding this afternoon. The first "class" runs about two hours total, but it's broken down by the course producers into 2- to 10-minute chunks. That makes it easier to study and work through. Would any of you recommend the Mozilla Foundation's developer tutorials as another resource?

Date: 2020-08-26 01:18 pm (UTC)
thewayne: (Default)
From: [personal profile] thewayne
I don't know about the Mozilla courses, but check out EdX.org. They may have some good free ones.

Date: 2020-08-26 02:23 pm (UTC)
thewayne: (Default)
From: [personal profile] thewayne

They have absolutely stunningly amazing education available for free.  Highly recommended.

Date: 2020-08-26 02:28 pm (UTC)
thewayne: (Default)
From: [personal profile] thewayne

And let me know if you find a web coding course, I might be interested in that.  I could use a refresher, my CSS skills are pretty weak.

Date: 2020-08-26 01:55 pm (UTC)
malovich: (Default)
From: [personal profile] malovich
Mozilla is generally a good resource.

Web coding is usually a combination of technologies; what's on the server and what gets sent to the user's browser when they go to a server's webpage.

The entire combination is known as a 'stack' or 'webstack'. What it is composed of is up to the development team and is limited by the technologies that exists out there. For instance, at work here, we use a php-msqli-html-javascript stack (pretty common), with some frameworks to organize and focus our code development.

So, what are they starting you on?

Date: 2020-08-27 04:48 am (UTC)
malovich: (Default)
From: [personal profile] malovich
Well, that's all ancient history. You're becoming familiar with very basic tools of building a website, which is a start. The markup you may be familiar with and many HTML5 elements have quite a bit of power to them.

Styles refers to CSS (Cascading Style Sheets) which is a script language that all browsers have to some degree that effects the browsers' rendering engine and can be *very* powerful. It works on a hierarchy of selection rules to target groups of elements (elements, classes, id's and lastly, style tags) to make sweeping layout and design changes to a webpage. Do pay attention to it and for an example of a CSS design framework, check out twitter's bootstrap which is an *incredibly* popular design framework.

Date: 2020-08-28 04:14 pm (UTC)
malovich: (Default)
From: [personal profile] malovich
Of course.

The HTML style tag accesses the same script as CSS and uses the same syntax; the hierarchy has the style tag override all other considerations. CSS sheets are loaded in the head of a page which define the style resources available and basic layout properties.

Date: 2020-08-26 06:27 pm (UTC)

Profile

dewline: Text - "On the DEWLine" (Default)
On the DEWLine 2.0: Dwight Williams

July 2025

S M T W T F S
   12345
6789101112
13141516171819
20212223242526
2728293031  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 4th, 2025 04:52 pm
Powered by Dreamwidth Studios