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: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.

Profile

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

July 2025

S M T W T F S
   12345
67 8 91011 12
1314 1516171819
20 2122232425 26
2728293031  

Most Popular Tags

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 28th, 2025 10:41 am
Powered by Dreamwidth Studios