Front-end Web Development: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
(10 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 all about the seedy underbelly of web development: the backend!
<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"
I know we already have a [[Backend_web_dev_in_Ruby_on_Rails|backend class here at Noisebridge]], but this one's tailored toward frontend developers wanting to get a taste of how things come together. We'll spend the first half talking about PHP, then move onto a Rails, a more complex example.
* Discussing tools of the trade
 
* Explaining the separation between structure, presentation, and behavior
This class requires some preparation! Please follow one of these sets of steps before Monday 8pm. I think it will take about half an hour to do the easy steps, so if you want to come at the usual 7:30 recap time to install, that would work.
* Writing a basic HTML page
 
* Styling the page with basic CSS
In fact, it would be great if someone could follow the easy steps ASAP and tell me if they work and how long it takes.
* Explaining the role of frontend web development as a job and career
 
----
 
===== THE EASY WAY: =====
If you would like to follow along and are on Windows or OS X, the easiest option is to run a virtual machine:
* Install VirtualBox AND the Extension Pack: https://www.virtualbox.org/wiki/Downloads
* Download this (1.82GB): http://jeffreyatw.com/static/frontend/series3/class20/Ubuntu.ova
* Double-click the .ova file. You might want to check the "reinitialize the MAC address" step.
* Start the machine after installation and you're all set!
 
===== THE HARDER WAY: =====
If you don't want to use a virtual machine. I haven't tried these myself, so I can't profess as to how easy or hard it is.
 
On Linux, you'll need to follow these steps:
* http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/
* https://help.ubuntu.com/community/ApacheMySQLPHP
 
On Windows or Mac OS X:
 
* Start with RailsInstaller: http://railsinstaller.org/
* And for PHP:
** Mac: http://www.mamp.info/en/index.html
** Windows: http://www.wampserver.com/en/
 
===== THE HARDEST WAY: =====
Install Apache, PHP, RVM, Ruby, and Rails individually. Good luck!


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


[https://plus.google.com/events/c2qunrd2p46r3r0qvnr87u3enrk 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 100: 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-04-04</span> ===
=== <span style="color: red;">Lab meets at 7PM this week (2013-03-21)!</span> ===
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!