<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=83.253.247.46</id>
	<title>Noisebridge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=83.253.247.46"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/83.253.247.46"/>
	<updated>2026-04-07T07:10:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Front-end_Web_Development/Notes&amp;diff=38674</id>
		<title>Front-end Web Development/Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Front-end_Web_Development/Notes&amp;diff=38674"/>
		<updated>2014-01-30T09:21:25Z</updated>

		<summary type="html">&lt;p&gt;83.253.247.46: Undo revision 38668 by Monad (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Notes from previous [[Front-end Web Development]] classes.&lt;br /&gt;
&lt;br /&gt;
==== Class for 2014-01-27: JavaScript ====&lt;br /&gt;
We&#039;ll talk about JavaScript: making web pages interactive through client-side code. We&#039;ll use the console, which is part of the browser&#039;s developer tools, to demonstrate the basics of the language. This and next week&#039;s class can be treated as a general introduction to programming.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[http://www.youtube.com/watch?v=XNqTmmhEj8k Lecture video]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[http://jeffreyatw.com/static/frontend/series5/class8/lecture.zip Lecture materials]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Class for 2014-01-20: HTTP &amp;amp; SFTP ====&lt;br /&gt;
We&#039;ll talk about file transfer: HTTP, which is the method of getting and sending information in the web browser, and SFTP, which is a method of securely uploading files to a web host.&lt;br /&gt;
&lt;br /&gt;
We&#039;ll set up free web hosting accounts at [https://www.nearlyfreespeech.net NearlyFreeSpeech.NET], and upload to them using [http://filezilla-project.org the FileZilla client].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[http://www.youtube.com/watch?v=Y8rpnf_BHxE Lecture video]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[http://jeffreyatw.com/static/frontend/series5/class7/lecture.txt Lecture materials]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Class for 2014-01-13: Working from professional mockups, cont&#039;d ====&lt;br /&gt;
We&#039;ll take the knowledge we gained from looking at the CSS box model, floats, and positioning, and work off of [http://jeffreyatw.com/static/frontend/series2/class5/mockup.png this mockup] and its [http://jeffreyatw.com/static/frontend/series2/class5/mockup_annotations.png annotated version] to make a site that could pass as a professional design (but don&#039;t take my word for it). [http://jeffreyatw.com/static/frontend/series2/class5/assets.zip Image assets can be found here].&lt;br /&gt;
&lt;br /&gt;
We didn&#039;t exactly finish, but I went ahead and put on the finishing touches. [http://jeffreyatw.com/static/frontend/series4/class6/noiseco The final product can be found here] (but where we left off can be found in the [http://jeffreyatw.com/static/frontend/series5/class6/lecture.zip lecture materials]).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No video for this class. [http://www.youtube.com/watch?v=WMeTFrR1rtA Try last series&#039;s video.]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[http://jeffreyatw.com/static/frontend/series5/class6/lecture.zip Lecture materials]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Class for 2014-01-06: Working from professional mockups ====&lt;br /&gt;
We&#039;ll take the knowledge we gained from looking at the CSS box model, floats, and positioning, and work off of [http://jeffreyatw.com/static/frontend/series2/class5/mockup.png this mockup] and its [http://jeffreyatw.com/static/frontend/series2/class5/mockup_annotations.png annotated version] to make a site that could pass as a professional design (but don&#039;t take my word for it). [http://jeffreyatw.com/static/frontend/series2/class5/assets.zip Image assets can be found here].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No video for this class. [https://www.youtube.com/watch?v=1Y6MxRAPfLs Try last series&#039;s video.]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[http://jeffreyatw.com/static/frontend/series5/class5/lecture.zip Lecture materials]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Class for 2013-12-09: CSS positioning ====&lt;br /&gt;
In the last few classes, we&#039;ve focused on element measurements and floats. This time, we&#039;ll focus on positioning of elements: spacing them out from other elements using margins, and using absolute, relative, or fixed positioning to put the elements anywhere we want on the whole page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://www.youtube.com/watch?v=q453KMiCC2s Lecture video]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[http://jeffreyatw.com/static/frontend/series5/class4/lecture.zip Lecture materials]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Class for 2013-12-02: CSS floats ====&lt;br /&gt;
Floating is the secret sauce behind creating websites with multiple columns, navigation menus, and basically any block element that&#039;s aligned to the left or right. We&#039;ll learn about floats by taking a look at some examples, then take a [http://jeffreyatw.com/static/frontend/series2/class4/mockup.png mockup] and create a site from it.&lt;br /&gt;
&lt;br /&gt;
[http://jeffreyatw.com/static/frontend/series5/class3/answersheet.zip The site&#039;s final code (not finished in class) is here.]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://www.youtube.com/watch?v=fw_U7YZzbW0 Lecture video]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[http://jeffreyatw.com/static/frontend/series5/class3/lecture.zip Lecture materials]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Class for 2013-11-18: CSS selectors and the box model ====&lt;br /&gt;
CSS selectors are probably the most complex part of the CSS language, so we&#039;ll look at them further in-depth. We&#039;ll also talk about the box model, the display concept that makes words and containers on the web look like they do.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No video for this class. [http://www.youtube.com/watch?v=fqQph1vry7A Try last series&#039;s video.]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[http://jeffreyatw.com/static/frontend/series5/class2/lecture.zip Lecture materials]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Class for 2013-11-11: the basics ====&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;THIS is the class to attend if you are a complete beginner!&#039;&#039;&#039;&amp;lt;/span&amp;gt; We are starting the curriculum of this class from square one. We&#039;ll cover the very basics:&lt;br /&gt;
* Explaining &amp;quot;front-end&amp;quot; vs. &amp;quot;back-end&amp;quot;&lt;br /&gt;
* Discussing tools of the trade&lt;br /&gt;
* Explaining the separation between structure, presentation, and behavior&lt;br /&gt;
* Writing a basic HTML page&lt;br /&gt;
* Styling the page with basic CSS&lt;br /&gt;
* Explaining the role of front-end web development as a job and career&lt;br /&gt;
&lt;br /&gt;
No recap session for this class. Please show up &#039;&#039;&#039;promptly&#039;&#039;&#039; at or before 8pm, as physical space is limited. Bring a laptop!&lt;br /&gt;
&lt;br /&gt;
P.S. This might be the last series I teach for a while. I might take a longer break after the end of the series (in about 6 months). We&#039;ll see. But if you&#039;ve been meaning to attend, this is your chance!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No video for this class. [http://www.youtube.com/watch?v=TmDCjhCuNtU Try last series&#039;s video.]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[http://jeffreyatw.com/static/frontend/series5/class1/lecture.zip Lecture materials]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Frontend_Web_Development/Notes/Archive|Notes archive]]&lt;/div&gt;</summary>
		<author><name>83.253.247.46</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Front-end_Web_Development&amp;diff=38673</id>
		<title>Front-end Web Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Front-end_Web_Development&amp;diff=38673"/>
		<updated>2014-01-30T09:20:37Z</updated>

		<summary type="html">&lt;p&gt;83.253.247.46: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;h1 style=&amp;quot;text-align: center; border: none; font-weight: bold; font-size: 4em; margin: -55px 0 0; overflow: visible; background: #fff; position: relative; padding-top: 55px;&amp;quot;&amp;gt;Front-end Web Development&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;text-align: center; font-weight: bold; font-size: 2em; border-bottom: 0;&amp;quot;&amp;gt;A free, weekly class on HTML, CSS, and JavaScript&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;background: #efefef; color: #333; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; margin: 3em 0 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 25%; float: left;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;padding: 0 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;border-bottom: 0;&amp;quot;&amp;gt;What&amp;lt;/h2&amp;gt;&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
Front-end web development is all about making code that runs in the browser (versus code that runs on the server). There isn&#039;t a big focus on web design (creating wireframes and mockups), but we do cover best practices for turning these designs into beautiful code.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 25%; float: left;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;padding: 0 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;border-bottom: 0;&amp;quot;&amp;gt;Who&amp;lt;/h2&amp;gt;&lt;br /&gt;
This class is for &#039;&#039;&#039;everyone&#039;&#039;&#039;! &#039;&#039;&#039;Complete beginners&#039;&#039;&#039; and more experienced developers are welcome at any time. If you&#039;re new to the class, consider coming to the [[#Lecture|lecture]] at 7:30 for a recap.&lt;br /&gt;
&lt;br /&gt;
The space and the class are entirely &#039;&#039;&#039;free&#039;&#039;&#039; to attend. You do not have to be a Noisebridge member. Upon arriving at Noisebridge, state that you&#039;re here for the class and you&#039;ll be allowed in as a guest.&lt;br /&gt;
&lt;br /&gt;
Please bring any kind of laptop.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 25%; float: left;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;padding: 0 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;border-bottom: 0;&amp;quot;&amp;gt;When&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[#Lecture|Lectures]] start promptly at &#039;&#039;&#039;8pm on Mondays&#039;&#039;&#039; and go for up to two hours. There is a half-hour recap starting at &#039;&#039;&#039;7:30pm&#039;&#039;&#039;. Please try to arrive early as physical space is limited.&lt;br /&gt;
&lt;br /&gt;
[[#Lab|Labs]] start at &#039;&#039;&#039;8pm on Thursdays&#039;&#039;&#039; and end two hours later.&lt;br /&gt;
&lt;br /&gt;
This class runs in a weekly series, and the curriculum takes about 6 months from start to finish. Don&#039;t let it discourage you if you&#039;re starting from the middle - attend recaps and labs and you should be able to catch up!&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 25%; float: left;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;padding: 0 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;border-bottom: 0;&amp;quot;&amp;gt;Where&amp;lt;/h2&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[Noisebridge]]&#039;&#039;&#039;, 2169 Mission St., San Francisco, 94114 (at 18th St., near 16th St. BART station). [[Getting Here]]&lt;br /&gt;
&lt;br /&gt;
The lecture is held in the [[Classrooms#Church|Church classroom]], which is in the back of the space.&lt;br /&gt;
&lt;br /&gt;
The lab is held in the [[Classrooms#Turing|Turing classroom]], the room past the wood shop.&lt;br /&gt;
&lt;br /&gt;
Read up on [[Getting_In|getting in]] to the space. Again, you do not need to be a member!&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-bottom: 2em;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;width: 50%; float: left;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;padding: 1px 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;border-bottom: 0;&amp;quot;&amp;gt;When does the series start over?&amp;lt;/h2&amp;gt;&lt;br /&gt;
This series began recently, so it&#039;ll be a while. I don&#039;t know if I&#039;m starting over when this series ends, but if I do, it will be &#039;&#039;&#039;in about six months&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Remember that you can start coming to class at any time during the series! You can catch up by watching videos from [[Front-end_Web_Development/Notes|previous classes]], doing [[Front-end_Web_Development/Assignments|assignments]], or attending [[#Lab|lab]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 50%; float: left;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;padding: 1px 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;border-bottom: 0;&amp;quot;&amp;gt;Keep Informed&amp;lt;/h2&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join the [https://www.noisebridge.net/mailman/listinfo/webdev WebDev] or [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Noisebridge-announce] mailing lists&#039;&#039;&#039; to be notified of upcoming class topics via email.&lt;br /&gt;
&lt;br /&gt;
If you can&#039;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 [[Front-end_Web_Development/Notes|Previous Classes]] page!&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: -webkit-flex; display: -moz-flex; display: flex;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 50%; float: left; display: -webkit-flex; display: -moz-flex; display: flex;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;margin-right: .5em; padding: 0 1em; background: #E5E5FF; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;border-bottom: 0;&amp;quot;&amp;gt;Lecture&amp;lt;/h2&amp;gt;&lt;br /&gt;
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&#039;ll cover the (very) basics, such as explaining what &amp;quot;front-end&amp;quot; means, discussing tools of the trade, and understanding basic HTML and CSS.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;color: #000; background:#fafaff;padding:.5em 10px; margin: 1em 0; -webkit-border-radius: 10px; border-radius: 10px;&amp;quot;&amp;gt;&lt;br /&gt;
==== Class for 2014-01-27: JavaScript ====&lt;br /&gt;
We&#039;ll talk about JavaScript: making web pages interactive through client-side code. We&#039;ll use the console, which is part of the browser&#039;s developer tools, to demonstrate the basics of the language. This and next week&#039;s class can be treated as a general introduction to programming.&lt;br /&gt;
&lt;br /&gt;
[https://plus.google.com/events/c2roc5bdp56125l2r2a86jrpl2s Join the Google+ Event to be notified of the video livestream (you don&#039;t have to be a Google+ member).]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;border-bottom: 0;&amp;quot;&amp;gt;[http://docs.google.com/present/view?id=dfjgtf36_41hmtj2td2 Intro presentation]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;border-bottom: 0;&amp;quot;&amp;gt;[[Front-end_Web_Development/Notes|Previous Classes]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 50%; float: left; display: -webkit-flex; display: -moz-flex; display: flex;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;margin-left: .5em; padding: 0 1em; background: #E5FFE5; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;border-bottom: 0;&amp;quot;&amp;gt;Lab&amp;lt;/h2&amp;gt;&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;color: #000; background:#fafffa;padding:.5em 10px; margin: 1em 0; -webkit-border-radius: 10px; border-radius: 10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== [http://jeffreyatw.com/static/frontend/series5/class8/assignment.html Assignment for 2014-01-30] (JavaScript variables) ====&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;border-bottom: 0;&amp;quot;&amp;gt;[[Front-end_Web_Development/Assignments|Previous Assignments]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top: 2em;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 2em 0; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;border-bottom: 0; display: inline; padding-right: .5em;&amp;quot;&amp;gt;See Also:&amp;lt;/h2&amp;gt;&amp;lt;span style=&amp;quot;font-size: 150%&amp;quot;&amp;gt;[[Web Development Resources]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>83.253.247.46</name></author>
	</entry>
</feed>