code icon

CSCI 1720 Labs

Intermediate Web


flask image

Labs

Lab 1 -Review

Today's lab is a review of basic HTML and CSS to refresh our memory from CSCI 1720/1210 and set the stage for this semester's material

Lab 2 - CSS Timeline

Today, we're going to explore some CSS 3 properties

Lab 3 - Bootstrap I

Let's play with Bootstrap!

Lab 4 - Bootstrap II

Today we'll expand on our knowledge of Bootstrap - create a template file and add a navbar to our work

Lab 5 - CSS Animation

Let's explore some of the advanced CSS3 animation techniques!

Lab 6 - Sass I

Today we'll start working with Sass to create better and more maintainable stylesheets

Lab 7 - Sass II

Today we'll continue exploring Sass, using partials, extends, and functions

Lab 8 - Introduction to JavaScript

Starting out with JavaScript

Lab 9 - JS Lightbox

Let's build a JavaScript Lightbox!

Lab 10 - JS ToDo

It seems like 'To Do' lists, and their variants are common topics for tutorials. At least as far as I've seen. In this class, we're going to do two, each illustrating using different solutions for accomplishing essentially the same thing, with some different features

Lab 11 - jQuery I

This lab will start us out using jQuery and exploring some of what jQ brings to the game

Lab 12 - Cookies

We're going to create another todo list. But this time, using cookies, we'll make the data in the list persist across user sessions