Front-end Web Development: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
<div style="margin: 0 -1em -56px -1em; padding: 0 1em 56px 1em; background-color: #ffffff; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8fcec)); background-image: -webkit-linear-gradient(top, #ffffff, #e8fcec); background-image:   -moz-linear-gradient(top, #ffffff, #e8fcec); background-image:     -o-linear-gradient(top, #ffffff, #e8fcec); background-image:         linear-gradient(to bottom, #ffffff, #e8fcec);">
<div style="color: #fff; margin: 0 -1em -56px -1em; padding: 2em 1em 56px 1em; background: #ffffff;
<div style="width: 45%; border: 1px solid #ccc; min-width: 300px; float: right; background: #efefef; background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd)); background-image: -webkit-linear-gradient(top, #fafafa, #ddd); background-image: -moz-linear-gradient(top, #fafafa, #ddd); background-image: -o-linear-gradient(top, #fafafa, #ddd); background-image: linear-gradient(to bottom, #fafafa, #ddd); color: #333; padding: 10px; -webkit-border-radius: 10px; border-radius: 10px; -webkit-transform: rotate(-1deg) translateZ(0); -moz-transform: rotate(-1deg) translateZ(0); transform: rotate(-1deg) translateZ(0); margin-right: 10px;">
background: -moz-linear-gradient(top, #ffffff 0%, #595959 1%, #131313 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(1%,#595959), color-stop(100%,#131313));
background: -webkit-linear-gradient(top, #ffffff 0%,#595959 1%,#131313 100%);
background: -o-linear-gradient(top, #ffffff 0%,#595959 1%,#131313 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#595959 1%,#131313 100%);
background: linear-gradient(to bottom, #ffffff 0%,#595959 1%,#131313 100%);">
<div style="width: 45%; border: 1px solid #ccc; min-width: 300px; float: right; background: #efefef; background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd)); background-image: -webkit-linear-gradient(top, #fafafa, #ddd); background-image: -moz-linear-gradient(top, #fafafa, #ddd); background-image: -o-linear-gradient(top, #fafafa, #ddd); background-image: linear-gradient(to bottom, #fafafa, #ddd); color: #333; padding: 10px; -webkit-border-radius: 10px; border-radius: 10px; margin-right: 10px;">
== What ==
== What ==
Learn HTML, CSS and JavaScript - and put them to good use! This class, taught by [[User:JeffreyATW|Jeffrey Carl Faden]], is aimed at beginners who are interested in web development, as well as seasoned professionals looking to brush up on the latest and greatest.
Learn HTML, CSS and JavaScript - and put them to good use! This class, taught by [[User:JeffreyATW|Jeffrey Carl Faden]], is aimed at beginners who are interested in web development, as well as seasoned professionals looking to brush up on the latest and greatest.
Line 37: Line 43:
<div style="float: left; min-width: 300px; width: 45%;">
<div style="float: left; min-width: 300px; width: 45%;">


== Lecture ==
== <span style="color: #fff">Lecture</span> ==
Weekly classroom-style presentation on HTML/CSS/JS. The lecture starts every Monday at 8pm. We also have a recap starting at 7:30pm, where we'll cover the (very) basics:
Weekly classroom-style presentation on HTML/CSS/JS. The lecture starts every Monday at 8pm. We also have a recap starting at 7:30pm, where we'll cover the (very) basics:
* Explaining "frontend" vs. "backend"
* Explaining "frontend" vs. "backend"
Line 45: Line 51:
* Styling the page with basic CSS
* Styling the page with basic CSS


<div style="background:#eeeeff;padding:.5em 10px; margin: 1em 0; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,.25); box-shadow: 0px 4px 10px rgba(0,0,0,.25);">
<div style="color: #000; background:#eeeeff;padding:.5em 10px; margin: 1em 0; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,.25); box-shadow: 0px 4px 10px rgba(0,0,0,.25);">
==== Class for 2013-03-18: Version control (Git) and the command line ====
==== Class for 2013-04-15: the basics ====
This class is a general overview on version control and the command line. I've taught how to use an FTP client to upload files to the web, but the truth is that most developers don't do that anymore - rather, they collaborate with their peers by using version control systems, which allows them to keep track of their work in a reliable fashion and push it to the web.
<span style="color:green">'''THIS is the class to attend if you are a complete beginner!'''</span> We are starting the curriculum of this class from square one. We'll cover the very basics:
 
* Explaining "frontend" vs. "backend"
Again, this class isn't about web development per se - it's just an important introduction to using the command line to work with Git, one of the most popular version control systems. You'll be creating your own repository and checking in your work.
* Discussing tools of the trade
* Explaining the separation between structure, presentation, and behavior
* Writing a basic HTML page
* Styling the page with basic CSS
* Explaining the role of frontend web development as a job and career


If you want to get a head start, here's what you can do:
No recap session for this class. Please show up '''promptly''' at or before 8pm, as physical space is limited. Bring a laptop!
* Sign up for a free account at [https://github.com/ GitHub]
* Install [http://git-scm.com/ Git]. If you're on Windows, install [http://msysgit.github.com/ Git for Windows] (all default options are fine).


[https://plus.google.com/events/c5u0iburugh3b1ub8vcbjvhd6no Join the Google+ Event to be notified of the video livestream (you don't have to be a Google+ member).]
[https://plus.google.com/events/cgs3kmasqdu7f7s7i644i5f7e9g Join the Google+ Event to be notified of the video livestream (you don't have to be a Google+ member).]
</div>
</div>


=== [[Frontend_Web_Development/Notes|Previous classes]] ===
=== [[Frontend_Web_Development/Notes|<span style="color: #aaccff">Previous classes</span>]] ===
We discuss a different topic in-depth every week. Some previous topics have been:
We discuss a different topic in-depth every week. Some previous topics have been:
* CSS selectors, positioning, floats
* CSS selectors, positioning, floats
Line 72: Line 80:
<div style="margin-top: 2em;">
<div style="margin-top: 2em;">


== Lab ==
== <span style="color: #fff">Lab</span> ==
We also meet for a weekly lab/workshop where we work on an assignment that covers the material learned in the lecture earlier in the week. Those working on their own personal projects are also more than welcome to come and solicit help. Every Thursday at 8pm in the Turing classroom.
We also meet for a weekly lab/workshop where we work on an assignment that covers the material learned in the lecture earlier in the week. Those working on their own personal projects are also more than welcome to come and solicit help. Every Thursday at 8pm in the Turing classroom.
<div style="background: #fff; box-shadow: -webkit-box-shadow: 0px 0px 40px 20px #fff; box-shadow: 0px 0px 50px 20px #fff;">
 
=== <span style="color: red;">NO LAB 2013-03-21</span> ===
=== <span style="color:red">NO LAB 2013-04-04</span> ===
=== [http://jeffreyatw.com/static/frontend/series3/class19/assignment.html Quiz for 2013-03-14] ===
New labs start on April 18!
</div>
</div>
</div>
<div style="margin-top: 2em;">
<div style="margin-top: 2em;">


=== [http://docs.google.com/present/view?id=dfjgtf36_41hmtj2td2 Intro presentation] ===
=== [http://docs.google.com/present/view?id=dfjgtf36_41hmtj2td2 <span style="color: #aaccff">Intro presentation</span>] ===


=== [[Frontend_Web_Development/Notes|Previous Classes]] ===
=== [[Frontend_Web_Development/Notes|<span style="color: #aaccff">Previous Classes</span>]] ===


=== [[Frontend_Web_Development/Assignments|Previous Assignments]] ===
=== [[Frontend_Web_Development/Assignments|<span style="color: #aaccff">Previous Assignments</span>]] ===
</div>
</div>
</div>
</div>

Revision as of 16:04, 3 April 2013

What

Learn HTML, CSS and JavaScript - and put them to good use! This class, taught by Jeffrey Carl Faden, is aimed at beginners who are interested in web development, as well as seasoned professionals looking to brush up on the latest and greatest.

Frontend web development is all about making code that runs in the browser (versus code that runs on the server). There isn't a big focus on web design (creating wireframes and mockups), but we do cover best practices for turning these designs into beautiful code.

Who

This class is for everyone! Complete beginners and more experienced developers are welcome at any time. If you're new to the class, consider coming to the lecture at 7:30 for a recap.

The space and the class are entirely free to attend. You do not have to be a Noisebridge member.

Please bring any kind of laptop.

When

Lectures start promptly at 8pm on Mondays and go for two hours. There is a half-hour recap starting at 7:30pm. Please try to arrive early as physical space is limited.

Labs start at 8pm on Thursdays and can go up to two hours.

This class runs in a weekly series, and the curriculum takes about 5 months from start to finish. Don't let it discourage you if you're starting from the middle - attend recaps and labs and you should be able to catch up!

Where

Noisebridge, 2169 Mission St., San Francisco, 94114 (at 18th St., near 16th St. BART station). Getting Here

The lecture is currently held in the Church classroom, which is in the back of the space.

The lab is currently held in the Turing classroom, the room past the wood shop.

Read up on getting in to the space. TL;DR: ring the bell!

Keep Informed

Join the WebDev or Noisebridge-announce mailing lists to be notified of upcoming class topics via email.

If you can't make it, subscribe to a mailing list to be notified when you can watch a live stream of the lecture! If you missed it, previous lecture streams are available for viewing on the Previous Classes page!

Lecture

Weekly classroom-style presentation on HTML/CSS/JS. The lecture starts every Monday at 8pm. We also have a recap starting at 7:30pm, where we'll cover the (very) basics:

  • Explaining "frontend" vs. "backend"
  • Discussing tools of the trade
  • Explaining the separation between structure, presentation, and behavior
  • Writing a basic HTML page
  • Styling the page with basic CSS

Class for 2013-04-15: the basics

THIS is the class to attend if you are a complete beginner! We are starting the curriculum of this class from square one. We'll cover the very basics:

  • Explaining "frontend" vs. "backend"
  • Discussing tools of the trade
  • Explaining the separation between structure, presentation, and behavior
  • Writing a basic HTML page
  • Styling the page with basic CSS
  • Explaining the role of frontend web development as a job and career

No recap session for this class. Please show up promptly at or before 8pm, as physical space is limited. Bring a laptop!

Join the Google+ Event to be notified of the video livestream (you don't have to be a Google+ member).

Previous classes

We discuss a different topic in-depth every week. Some previous topics have been:

  • CSS selectors, positioning, floats
  • Turning a professional mockup into HTML and CSS
  • JavaScript
  • jQuery and plugins
  • File transfer and AJAX
  • HTML5 and CSS3
  • Mobile web
  • Progressive enhancement: cross-browser compatibility and accessibility
  • Web frameworks and other "backend" web development topics

Lab

We also meet for a weekly lab/workshop where we work on an assignment that covers the material learned in the lecture earlier in the week. Those working on their own personal projects are also more than welcome to come and solicit help. Every Thursday at 8pm in the Turing classroom.

NO LAB 2013-04-04

New labs start on April 18!