IST 276 PORTFOLIO

By:Andrew J. Robinson

IST SPRING 2020 ASSIGNMENTS

Assignments

This will be my section for all work completed throughout school year!

Links To Helpful Client-Side Web

Websites

Atom

Atom is a free and open-sourcetext and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub.

Atom Link

NotePad++

Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.

Notepad++ Link

Classmate Portfolios

Below listed are all my classmates portfolios

Different Programming Languages

HTML

Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.Its elements form the building blocks of pages, representing formatted text, images, form inputs, and other structures. When a browser makes a request to a URL, whether fetching a page or an application, the first thing that is returned is an HTML document.

~Current trends~

CSS

Stands for "Cascading Style Sheet." They can be used to define text styles, table sizes, and other aspects of Web pages that previously could only be defined in a page's HTML.CSS styles can be applied directly to an HTML element, defined separately on the same page, or defined in a separate file and referenced by the page. Styles cascade based on how they are used to select a given HTML element.

~CURRENT TRENDS~

JAVASCRIPT

An object-oriented computer programming language commonly used to create interactive effects within web browsers.It is the programming language of the web. Like CSS, JavaScript can be defined as attributes within HTML elements, as blocks of script within a page, or in separate files. Just like CSS, it's generally recommended to organize JavaScript into separate files, keeping it separated as much as possible from the HTML found on individual web pages or application views.