Here we go
Mercer bear

IST 276 Info and Links

Links to In-Class Work

IST 276- CSS Hobbies -Spring 2020

In this project, we took the HTML file that we had previously created and linked a CSS file to it. Then we posted our links on a google doc so our classmates could see what we’d been doing

Click here to see my styled Hobbies

IST 276- Collage-Spring 2020

In this project, we made a collage with javascript that selects random pictures

Click here to see the collage

IST 276- SVG -Spring 2020

In this project, we worked with Scalable Vector Graphics to draw a location.

Click here to see the SVG

IST 276- Project Proposal -Spring 2020

In this project, we wrote a Project Proposal for our prject throughout class

Click here to see the project proposal

IST 276- Bootstrap -Spring 2020

In this project, we wrote another Hobbies page but with Bootstrap!

Click here to see the page

IST 276- Test 3 -Spring 2020

In this project, we created a google slides presentation

Click here to see the page

Links to helpful client-side web development tools

HTML5 Boilerplate:

HTML5 Boilerplate help in building fast, robust, and adaptable web apps or sites. It is a set of files that developers can download, which provide a foundation for any website.

Article

AngularJS:

AngularJS is another must-have tool for front-end developers. It is an open-source web application framework. It helps to extend the HTML syntax for web applications. It simplifies front-end development process by developing accessible, readable and expressive environment.

Article

Sass:

Sass is the a reliable, mature, and robust CSS extension language. This tool helps to extend the functionality of an existing CSS of a site like variables, inheritance, and nesting with ease.

Article

Portfolios

This Section is Dedicated to Current Trends in Client-Side Web Development

HTML

HTML stands for Hypertext Markup Language which is a standard way of changing styles, colors and links on World Wide Web pages

FLASH vs. HTML5 and the future of browser gaming

Article

HTML5 Basics For Everyone Tired Of Reading About Deprecated Code

HTML5 is the latest specification of the HTML language, and represented a major break with previous markup practices. The purpose of the profound changes to the language was to standardize the many new ways in which developers were using it, as well as to encourage a single set of best practices with regards to web development.

Article

JAVA

JavaScript is an object-oriented computer programming language commonly used to create interactive effects within web browsers.

Design patterns in modern JavaScript development

In software development, architecture is the process of constructing an application in a healthy, robust and maintainable way and patterns provide a way of giving names to solutions for common problems.

Article

Stealthy Tool Detects Malware in Javascript

A new open-source tool called VisibleV8 allows users to track and record the behavior of JavaScript programs without alerting the websites that run those programs.

Article

CSS

Stands for "Cascading Style Sheet." Cascading style sheets are used to format the layout of Web pages. 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 - 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.

Article

CSS Trends 2019: Your Ultimate Guide to Follow the Latest CSS Trends

We know that when it comes to owning a website, then businesses have a lot of hopes and to help you live up your expectations, we are presenting a few top CSS trends to help you get started.

Article