[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2016-11-30 Thread Jeffrey Carl Faden
On Monday, we talked about various topics regarding modern CSS. Lecture video: https://www.youtube.com/watch?v=YOCckaqAT1E Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series10/class17 For this week's assignment, you'll be laying columns out depending on screen size:

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2016-11-16 Thread Jeffrey Carl Faden
On Monday, we laid out a page with the help of CSS positioning properties. Lecture video: https://www.youtube.com/watch?v=LvXiyXpXjS0 (no recap, sorry) Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series10/class16 For this week's assignment, you'll find out a bunch of

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2016-11-09 Thread Jeffrey Carl Faden
Hi! I hope everyone is recovering and treating themselves well. On Monday, we created a site with the use of floats, and then showed how much better flexbox is in most cases. Lecture video: https://www.youtube.com/watch?v=sWQXTf-zvNA Lecture materials:

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2016-10-20 Thread Jeffrey Carl Faden
On Monday, we took a swing at again creating our long-running Noisetwitter app, this time in React. Lecture video: https://www.youtube.com/watch?v=Y2Wd6zf7r3c Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series10/class13 For this week's assignment, you'll create a simple

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2016-10-05 Thread Jeffrey Carl Faden
On Monday, we talked about HTML forms - attributes, validation, and using JS for more fine-grained control. Lecture video: https://www.youtube.com/watch?v=xpAnET5yu_s Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series10/class11 For this week's assignment, Bob's sign-up form

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2016-09-27 Thread Jeffrey Carl Faden
On Monday, we implemented Ajax in our Twitter app. Lecture video: https://www.youtube.com/watch?v=4XVADFCRE8Y Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series10/class10 For this week's assignment, you'll be painting a page different colors based on some HTTP responses.

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2016-07-13 Thread Jeffrey Carl Faden
Thanks to all who came out to the first class of the new series! Lecture video: https://www.youtube.com/watch?v=xVtoau13GU8 Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series10/class1 This week's assignment is a simple walkthrough to put together a very simple site on your

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2016-05-26 Thread Jeffrey Carl Faden
On Monday, we started putting together a site from a mockup! Lecture video: https://www.youtube.com/watch?v=9pyaTa7pMhY Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series9/class18 For this week's assignment, you'll place boxes in different parts of a page by using only CSS:

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2016-05-12 Thread Jeffrey Carl Faden
On Monday, we took a mockup and used floats and flexbox to create two different versions of it. Lecture video: https://www.youtube.com/watch?v=45crnboPpsg Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series9/class16 For this week's assignment, you'll be creating your own

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2016-03-10 Thread Jeffrey Carl Faden
On Monday, we learned about a number of tools and languages that help us put a new site together: Sass, EJS, Harp, and Bootstrap. Lecture video: https://www.youtube.com/watch?v=Gm4sSCT-9GE Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series9/class8 For this week's assignment,

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2016-02-23 Thread Jeffrey Carl Faden
On Monday, we started talking about jQuery, putting together a Twitteresque web app. We'll continue working on it next week. Lecture video: https://www.youtube.com/watch?v=cY2oRWIYhK0 Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series9/class6/noisetwitter For this week's

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2015-11-18 Thread Jeffrey Carl Faden
On Monday, we learned about CSS floats! Lecture video: https://www.youtube.com/watch?v=quLUo3HSr3w Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series8/class16 For this week's assignment, you'll be making your own three-column layout:

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2015-11-12 Thread Jeffrey Carl Faden
On Monday, we learned about CSS positioning! Lecture video: https://www.youtube.com/watch?v=ZbEFXP47mfg Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series8/class15 For this week's assignment, we'll explore some ways you can position elements on top of each other:

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2015-11-04 Thread Jeffrey Carl Faden
On Monday, we took a look through a React application, and pretty much wrapped up all JavaScript talk for the series. Lecture video: https://www.youtube.com/watch?v=jBEhI6dZbU4 Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series8/class14 No assignment this week. The lab is

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2015-10-24 Thread Jeffrey Carl Faden
On Monday, we learned about the basics of AngularJS. Lecture video: https://www.youtube.com/watch?v=K8zKtg2NEKQ Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series8/class12 For this week's assignment, we're going to convert an old jQuery assignment into an Angular one:

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2015-10-15 Thread Jeffrey Carl Faden
On Monday, we learned about form validation, both HTML5-based and jQuery-based. Lecture video: https://www.youtube.com/watch?v=Znw2mYn8TE4 Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series8/class11 For this week's assignment, Bob's website is in need of some serious help:

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2015-10-07 Thread Jeffrey Carl Faden
On Monday, we learned about Ajax! Lecture video: https://www.youtube.com/watch?v=3atk7ZfROxs Lecture materials: https://github.com/JeffreyATW/fwd/tree/master/series8/class10 For this week's assignment, you'll create a new Middleman app that uses Ajax to make the page change colors:

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2015-09-30 Thread Jeffrey Carl Faden
On Monday, we learned about HTTP, SFTP, and Git-based hosting! Lecture video: https://www.youtube.com/watch?v=0e6CHA5IoqY Lecture materials: https://github.com/JeffreyATW/noiseproduct8/tree/gh-pages There's no assignment this week - but if you had any trouble installing Middleman, you might want

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2015-08-20 Thread Jeffrey Carl Faden
On Monday, we learned about JavaScript data types, variables, functions, and conditionals. Lecture video quality was pretty terrible this week, not sure why. Watch the video from the previous series instead: https://www.youtube.com/watch?v=18dlNI3C87s Lecture materials:

[Noisebridge-announce] Lab: Front-end Web Development, Thursday 7pm

2015-08-13 Thread Jeffrey Carl Faden
On Monday, we learned about the basics of the command line, git, and how to use GitHub. Lecture video: https://www.youtube.com/watch?v=ZAEJV-8AQvY Lecture materials: https://github.com/JeffreyATW/shakespeare8 Many people have already done this week's assignment in-class, but for those of you who