The Last Piece Of The Puzzle: JavaScript

So after learning the two mark up languages, HTML and CSS, we took a deep dive into the programming language, JavaScript. JavaScript is the language of the web and is the backbone to the way the World Wide Web works. Unlike the other two languages, JavaScript adds functionality to your page by being able to … Continue reading The Last Piece Of The Puzzle: JavaScript

DELVING INTO THE BASICS OF WEB DEVELOPMENT: CSS

Now that we looked into HTML, you can see that just adding elements to the web page is very bland and samey. If everyone who build a website only used HTML they World Wide Web wouldn't be as interesting as it currently is. This is where CSS comes in. CSS is also a markup language … Continue reading DELVING INTO THE BASICS OF WEB DEVELOPMENT: CSS

Delving Into The Basics Of Web Development: HTML

Everyone uses the web to navigate through web pages every day of their lives. Not many take a second to think how these websites are built or what goes into making a website. The web today basically runs from three components. HTML, CSS, and JavaScript. HTML and CSS are markup languages meaning that there is … Continue reading Delving Into The Basics Of Web Development: HTML

Coding In The Dark Challenge…Featuring Constructors/Cookie Cutters

Our professor gave us a challenge. Go through code that she wrote and modify it and make it better. She wanted us to go through the code and make it modular and reusable. We did this by using everything we've learned so far and the most important one would be constructor functions. Here's an example … Continue reading Coding In The Dark Challenge…Featuring Constructors/Cookie Cutters