<?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=76.14.47.133</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=76.14.47.133"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/76.14.47.133"/>
	<updated>2026-04-06T07:31:42Z</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=47097</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=47097"/>
		<updated>2015-03-12T07:21:18Z</updated>

		<summary type="html">&lt;p&gt;76.14.47.133: /* date changed.  Class for 2015-03-09: JavaScript, cont&amp;#039;d */&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 2015-03-09: JavaScript, cont&#039;d ====&lt;br /&gt;
We&#039;ll continue discussing JavaScript basics: arrays, objects, creating functions, and scopes.&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=2hYHCzIryyc Lecture video]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://jeffreyatw.com/static/frontend/series7/class8/lecture.zip Lecture materials]&lt;br /&gt;
&lt;br /&gt;
==== Class for 2015-03-02: 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://www.youtube.com/watch?v=18dlNI3C87s Lecture video]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://jeffreyatw.com/static/frontend/series7/class7/lecture.zip Lecture materials]&lt;br /&gt;
&lt;br /&gt;
==== Class for 2015-02-23: Working from professional mockups, cont&#039;d ====&lt;br /&gt;
We will continue working off of [http://jeffreyatw.com/static/frontend/series2/class5/mockup.png this mockup], its [http://jeffreyatw.com/static/frontend/series2/class5/mockup_annotations.png annotated version], and its [http://jeffreyatw.com/static/frontend/series2/class5/assets.zip image assets] and learn a bit about CSS3 in the process.&lt;br /&gt;
&lt;br /&gt;
[http://jeffreyatw.com/static/frontend/series7/class5/lecture.zip Here&#039;s where we left off last time.]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=tPljsmaygZc Lecture video]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://jeffreyatw.com/static/frontend/series7/class6/lecture.zip Lecture materials]&lt;br /&gt;
&lt;br /&gt;
==== Class for 2015-02-09: 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=OralfEawmM4 Here&#039;s last series&#039;s video.]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
[http://jeffreyatw.com/static/frontend/series7/class5/lecture.zip Lecture materials]&lt;br /&gt;
&lt;br /&gt;
==== Class for 2015-02-02: 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: using absolute, relative, or fixed positioning to put the elements anywhere we want on the whole page. We&#039;ll use [http://jeffreyatw.com/static/frontend/series6/class4/mockup.png this mockup] along with [http://jeffreyatw.com/static/frontend/series6/class4/assets.zip these assets] to put together a page that demonstrates positioning.&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=s6pJlM6Hsjo Lecture video]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://jeffreyatw.com/static/frontend/series7/class4/lecture.zip Lecture materials]&lt;br /&gt;
&lt;br /&gt;
==== Class for 2015-01-26: 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;
[https://www.youtube.com/watch?v=xpI-3yvswgY Lecture video]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://jeffreyatw.com/static/frontend/series7/class3/lecture.zip Lecture materials]&lt;br /&gt;
&lt;br /&gt;
==== Class for 2015-01-12: 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;
[https://www.youtube.com/watch?v=YzDENIp705U Lecture video]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://jeffreyatw.com/static/frontend/series7/class2/lecture.zip Lecture materials]&lt;br /&gt;
&lt;br /&gt;
==== Class for 2015-01-05: 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 before 8pm, as physical space is limited. Bring a laptop!&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=Eydq4iapY98 Lecture video]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://jeffreyatw.com/static/frontend/series7/class1/lecture.zip Lecture materials]&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>76.14.47.133</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Front-end_Web_Development&amp;diff=47096</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=47096"/>
		<updated>2015-03-12T07:20:10Z</updated>

		<summary type="html">&lt;p&gt;76.14.47.133: /* Changed date. Class for 2015-03-09: JavaScript, cont&amp;#039;d */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero cf&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__hgroup&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;Front-end Web Development&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;A free, weekly class on HTML, CSS, and JavaScript&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__details&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail-group&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail hero__detail--what&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;What&amp;lt;/h2&amp;gt;&lt;br /&gt;
Learn HTML, CSS and JavaScript - and put them to good use! This free 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;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail hero__detail--who&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Who&amp;lt;/h2&amp;gt;&lt;br /&gt;
This class is for &#039;&#039;&#039;everyone&#039;&#039;&#039;! Computer users unacquainted with programming, as well as 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;
If you appreciate this class and the space that enables it to be taught, please consider [[Donate or Pay Dues|donating to Noisebridge]].&lt;br /&gt;
&lt;br /&gt;
Please bring any kind of laptop.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail-group&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail hero__detail--when&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&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;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail hero__detail--where&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&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;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- end hero__details --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- end hero --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;section new-series&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Next Series&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;new-series__calendar&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;new-series__calendar__month&amp;quot;&amp;gt;About&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;new-series__calendar__date&amp;quot;&amp;gt;4 &amp;lt;span class=&amp;quot;new-series__calendar__months&amp;quot;&amp;gt;months&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&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;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;section keep-informed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Keep Informed&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;keep-informed__buttons&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[https://www.noisebridge.net/mailman/listinfo/webdev WebDev]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Noisebridge-announce]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join one of the above lists to be notified of upcoming classes via email.&#039;&#039;&#039;&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;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;classes&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;classes__class classes__class--lecture&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&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 class=&amp;quot;classes__current&amp;quot;&amp;gt;&lt;br /&gt;
==== Class for 2015-03-09: JavaScript, cont&#039;d ====&lt;br /&gt;
We&#039;ll continue discussing JavaScript basics: arrays, objects, creating functions, and scopes.&lt;br /&gt;
&lt;br /&gt;
[https://plus.google.com/events/cihp9dmdi610ll8fvgbaaup46ps Join the Google+ Event to watch the video livestream.]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;h3&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&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;&lt;br /&gt;
&amp;lt;div class=&amp;quot;classes__class classes__class--lab&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&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 class=&amp;quot;classes__current&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== [http://jeffreyatw.com/static/frontend/series6/class8/assignment.html Assignment for 2015-03-12] (JavaScript functions) ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;h3&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&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;See Also&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;web-development__link&amp;quot;&amp;gt;[[Web Development Resources]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Events]][[Category:Classes]]&lt;/div&gt;</summary>
		<author><name>76.14.47.133</name></author>
	</entry>
</feed>