Sandy Elton IST 276 Protfolo

Things Directly Related to IST 276 Spring Semester 20202

  1. Link to my Work
  2. Web Development Tools in CSS, JAVASCRIPT, HTML
  3. Classmates Links To There Websites
  4. Current Trends in Client-Side Web Techology

Link to my websites

Link to website that i built below
THIS IS MY WEBSITE THIS IS MY Collage THIS IS MY Svg THIS IS MY HOMEPAGE

Helpfull Client-Side Web Development Tools

NPM is a Node Pacage Manager for JavaScript. It takes code that is make and allows them to be reused and to put them in new ways to create new things with ease.
It all so allows Publish and control access to NameSpace
npm
https://www.npmjs.com/ < LINK

The scout app is a easy way for new people to get into the world of webbased programming using css its is a basic translator/modofier and can help you orgonize your files.
scout-app
https://scout-app.io/ < LINK

Jsfiddle is a website that allows the user to imput HTML and CSS at the same time side by side there website states that it is used for demos of docs bug reporting and live code collaboration. It allows you to see your code side by side and the result all in one page.
Jsfiddle-logo
https://jsfiddle.net/ < LINK

Links to classmates websites

These are links to our classmates websites that they built.
Benjamin Sexton
Cathy Hu
Alvaro Garcia
Samel Con-roma
Evan Gambill
Rabun Leicht
Ian Vaughn
Jr Gumarin
Anish Rangan
Trevor Langill
Andrew Robinson
Noel Hullfish
Willow Stuckey
Jared Johnson
Daniel Mitchell
Sirah Sampson
Liam Basset
Karen Wessells
Gaberiel Weber
Rasmuson
Cutchens
Iakovidis
Mayfield

Current Trends in Client-Side Web Techology JAVA Script, HTTPS and C++

Current trends in Java Script:
Java script is a high level programming language. This is used in the making of programs such as apps and other things.

JavaScript is the most in-demand IT skill

"The report, “Top IT Skills report 2020: Demand and Hiring Trends,” has JavaScript switching places with Java when compared to last year’s report, with Java in third place this year, behind SQL. SQL is the second most in-demand IT skill for the second year in a row."

Krill, Paul. “JavaScript Is the Most in-Demand IT Skill.” InfoWorld, InfoWorld, 21 Jan. 2020, www.infoworld.com/article/3515788/javascript-is-the-most-in-demand-it-skill.html.

Stealthy Tool Detects Malware in Javascript

"“When you go to most websites, your browser starts running the site’s JavaScript programs pretty much immediately—and you have little or no idea of what that JavaScript is doing,” says coauthor Alexandros Kapravelos, an assistant professor of computer science at North Carolina State University."
https://www.nextgov.com/cybersecurity/2019/10/stealthy-tool-detects-malware-javascript/160873/

Shipman, Matt. “Stealthy Tool Detects Malware in Javascript.” Nextgov.com, Futurity, 25 Oct. 2019, www.nextgov.com/cybersecurity/2019/10/stealthy-tool-detects-malware-javascript/160873/.


The Future of CSS: Flexbox Is a Game Changer

"“Browser support is improving, but obviously older browsers will never support Flexbox, so bear that in mind.">
https://www.wired.com/2013/04/the-future-of-css-flexbox-is-a-game-changer/

Gilbertson, Scott. “The Future of CSS: Flexbox Is a Game Changer.” Wired, Conde Nast, 1 Apr. 2013, www.wired.com/2013/04/the-future-of-css-flexbox-is-a-game-changer/.


HTML5 Basics For Everyone Tired Of Reading About Deprecated Code

"You've probably seen many references to HTML5, along with mentions of certain features being “Deprecated” or “New” in HTML5. This can sometimes be confusing, as you find out that the way you thought you were “supposed” to do something is now not the right way at all.">
https://html.com/html5/

Wood, Adam. “HTML5: What's New in The Latest Version of HTML?” HTML5: What's New in The Latest Version of HTML?, 15 Jan. 2020, html.com/html5/.

CSS - position: sticky

"Basically, an element with position: sticky is treated like position: relative until the block that contains it crosses a specific threshold. This is usually done by setting either top or left to a specific value at which point it “sticks” in that position.">
https://terodox.tech/css-position-sticky/

Terodox. “CSS - Position: Sticky - Terodox.tech - Wicked Tech Bub.” CSS - Position: Sticky - Terodox.tech - Wicked Tech Bub, terodox.tech/css-position-sticky/.

CSS Only Chat

" Back before websockets were widely supported, we had to use clever hacks if we wanted to push data from a server to a client in an ongoing basis. One such hack was just to make the page never finish loading. It turns out that you can tell the browser to start rendering a page before it's finished loading (using the Transfer-Encoding: chunked http header). And when you do that, you don't actually have to stop loading the page. You can just keep adding stuff to the bottom of the html forever, at whatever rate you want. " in that position.">
https://github.com/kkuchta/css-only-chat

Kkuchta. “Kkuchta/Css-Only-Chat.” GitHub, 4 June 2019, github.com/kkuchta/css-only-chat.