How was your experience with watching JavaScript Collections? This was something new I lean, a bit confusing at first but with more practice- I will be able to read and understand the coding for the collections Describe your understanding of JavaScript’s use and position in modern Web Design. JS is used to make a website… Continue reading Bitya Andrade’s Week 3 Learning Journal
Posts
Bitya Andrade’s Week 11 Learning Journal
My experience creating and giving the midterm presentation: I used the miro board, gratefully provided by professor to create my presentation. It was a bit tricky since miro board is a heavy site and it felt like using a non-touch screen ipad. THe tools were easy to use and I was able to easily add… Continue reading Bitya Andrade’s Week 11 Learning Journal
BityaBitya Andrade’s Week 5 Learning Journal
What I know about about getting the Example Eleventy Course project up and running: Firstly you open the Github repository provided. Proceed to download the zip filed and open the folders on you visual studio code. After, you will transfer you project files to your eleventy project that you downloaded. I notice that when I… Continue reading BityaBitya Andrade’s Week 5 Learning Journal
Midterm Brief: Bitya’s Personal Portfolio
Project Information Project Name Bitya's Personal Portfolio Project Description: My project will include 2 illustration pieces including a logo and book cover that I designed for a client. Project Team: Bitya Andrade Project Goals: My personal portfolio is an evidentiary document that will show case pieces of work regarding Graphic, Illustrations and Web Design. This… Continue reading Midterm Brief: Bitya’s Personal Portfolio
Bitya Andrade ‘s Week 4 Learning Journal
How well did you do in asking questions this week? I didn’t ask any questions since other students had similar thoughts as me. What can you do next week to improve the questions you ask? Have more confidence What did you accomplish this week in our class that you are proud of and why? I… Continue reading Bitya Andrade ‘s Week 4 Learning Journal
Bitya Andrade’s Week 3 Learning Journal
How was your experience with watching JavaScript Collections? The JavaScript was very new to me, I couldn’t grasp a basic understanding. For example, bear, bird species is a bit confusing to me. I am not sure what their meaning and purpose is. Describe your understanding of JavaScript’s use and position in modern Web Design. I… Continue reading Bitya Andrade’s Week 3 Learning Journal
Deeva’s Week 11 Learning Journal
My experience creating and giving the midterm presentation: It was more complicated than I thought it would be. I felt nervous looking at other peoples work and I feel like I can do more to the presentation. I should have give more information in the presentation. Did the process of making and giving the presentation… Continue reading Deeva’s Week 11 Learning Journal
Daniel Castillo’s Week 5 Learning Journal
What I know about about getting the Example Eleventy Course project up and running: I need to first fork the project from Github and clone it. Then make sure eleventy is installed and then I could start making new branches. I have to make new branches so I can change the original code and go… Continue reading Daniel Castillo’s Week 5 Learning Journal
Daniel Castillo ‘s Week 4 Learning Journal
How well did you do in asking questions this week? I didn’t any questions to ask because I understood most of it What can you do next week to improve the questions you ask? I will start asking questions when I think I’m doing something wrong or I don’t understand what we’re working on. What… Continue reading Daniel Castillo ‘s Week 4 Learning Journal
Daniel Castillo’s Week 3 Learning Journal
How was your experience with watching JavaScript Collections? It was very informative and was easy to follow. I don’t know much about Javascript so it was a nice place to start. Describe your understanding of JavaScript’s use and position in modern Web Design. I know Javascript is used to make a website more interactive and… Continue reading Daniel Castillo’s Week 3 Learning Journal
Finals Week
Before Class Work on your Final Project Presentation. Register to give your Final Project Presentation Keep working on your Final Projects. Final Projects are due on Tuesday, May 25 by submitting on Blackboard. Live Sessions JOIN LIVE SESSION Session 1:Final Presentations Wednesday, May 19 at 7:30p–9:10p Final Project Presentations. If we have extra time we… Continue reading Finals Week
Week 15: 5/17
Before Class Work on your Final Projects and come with questions. Publish your site on Netlify. Live Sessions JOIN LIVE SESSION Session 1:Final Workshop Monday, May 17 at 7:30p–9:10p Monday we will answer questions that you have. Links for Monday Session Register to give your Final Project Presentation more to be added based on what… Continue reading Week 15: 5/17
Bitya Andrade’s Week 2 Learning Journal
What are two takeaways from this week? This week I learned faster ways to code for html elements by using brackets"{}". One cool coding technique that we use made html automatically set layout boxes for you. It might be difficult for me to always remember this code: main>(section>h1{box$}+lorem10)*2. We can even add classes, I think… Continue reading Bitya Andrade’s Week 2 Learning Journal
Deploy to Netlify
Here is the process to deploy your project to Netlify. STEP 1: Create GitHub Repository You should already have this, but you will need a GitHub repository with all of the Eleventy files STEP 2: Ready Your Project Install Eleventy in Your Project You haven’t had to do this before because most of us installed… Continue reading Deploy to Netlify
Final Project Presentation
You will present your projects on one of two dates Wednesday, May 19 Monday, May 24 Please use the form below to choose a presentation date for you or your group. Presentation Rubric The following rubric will be used to score your presentations Area Points (100) Description Project Overview 20 Introduce your project including: –… Continue reading Final Project Presentation
Week 14: 5/10 + 5/12
Before Class Work on your Final Projects and come with questions. Live Sessions JOIN LIVE SESSION Session 1:Final Workshop Monday, May 10 at 7:30p–9:10p Monday we will answer questions that you have. I have also made some more tutorials that are linked to below. Links for Monday Session Collaborate with GitHub Dynamic Lists and Pages… Continue reading Week 14: 5/10 + 5/12
From a Data File: show list of items and create pages
These two videos show you how to create a list of items that are in a data file (a list of images in this case) and then also to dynamically generate pages from that data file. This is similar to what we did in class with the Clients pages. These work with the eleventy starter… Continue reading From a Data File: show list of items and create pages
Collaborate on GitHub
Here are some of the basics for collaborating on GitHub. Use a Single, Shared Repository One of the people in the group will create the repository that everyone will use. After the Repository is created then invite the other members to collaborate on that. DO NOT FORK THE REPOSITORY. We did that with mine and… Continue reading Collaborate on GitHub
Creating HTML from Wireframes
When making your web site you need to create HTML that matches your wireframe diagrams. Perhaps the biggest lesson here is to make sure to that you have set up Page Structure elements (see HTML 5 Periodic Table) to match the page areas that you have outlined in your wireframes. Remember that for both CSS… Continue reading Creating HTML from Wireframes
Responsive Images and Video
Images are by default inline elements that are a certain size and will take up that space on your web site. For responsive web design we need our images to be able to shrink in size if the container they are in is smaller than the image. For example: The following needs to be in… Continue reading Responsive Images and Video