Posts

Showing posts from February, 2018

Coding....

Not really sure about python. I was into html and css because of the web development part and how it directly related to what I was doing with the site, but I know that this is all part of larger education that I'll need and can use. .... I see now how necessary this type of programming is and how it will be used in the context of people interacting with a website.

coding...

Separating the elements of the page there is the head and the body. the head contains all of the information and elements not seen on the web page, except for the title. The body contains all of the information that is seen on the web page. html head title style there are a lot (see list) of css properties and you can change any element of a page how you want it pretty much h1 h3 p style head contains all of the css elements body h1 h3 p p p p body html contains all of the html elements all of this is within the html elements

Coding...

---declarations are read from top to bottom. That means that the last declaration is the one that is read and if there is a declaration on the actual element that is the one that is read. !important - overrides it all! bootstrap allows the website to fit to any format) mobile phone, etc. bootstrap button: Like brain fried....

Coding #5

Events can be used to make things happen on certain actions.

Coding UWAV #4

You can create various inputs that serve different purposes but mainly help in narrowing search fields with built-in keywords. is the function that separates various elements on a page so you can apply changes to just those elements

Coding UWAV

Well, it's going slow, but it's going. I'm learning the basics and applying them to the site. I feel like as I go along, if I continue that within a relatively short time I should have a MVP. I want to be able to make this site. I think it's important.

Assignment #2

OK, here we go: Teaching this subject would be fun and easier and more engaging and more interesting to teach and learn. The skills I will develop will be useful beyond the classroom. This Scratch program is actually useful. It can scaffold some of the ideas of programming and make it fun.

Coding #2

So a page has different elements on it. These elements can vary from a lot of things. You can add elements and modify them, endlessly. There are different ways to organize and adjust the elements using different types of coding languages. remembering all of the different things that one can do or how to do it is going to take practice. Every period matters.