<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Development Intensive</title>
	<atom:link href="http://wd.onepotcooking.com/feed" rel="self" type="application/rss+xml" />
	<link>http://wd.onepotcooking.com</link>
	<description>NYU SCPS</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:54:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Class 4 &#8211; Submit Button Style For In-Class Assignment #1</title>
		<link>http://wd.onepotcooking.com/2010/03/08/class-4-submit-button-style-for-in-class-assignment-1/ </link>
		<comments>http://wd.onepotcooking.com/2010/03/08/class-4-submit-button-style-for-in-class-assignment-1/ #comments</comments>
		<pubDate>Mon, 08 Mar 2010 16:27:01 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[class 4]]></category>
		<category><![CDATA[spring 2010]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1605</guid>
		<description><![CDATA[The submit button in the BlackBook design comp from Class 4&#8217;s in-class assignment #1 may be a bit confusing.  Here is a tip on how to get your button to look exactly right.

The HTML code is just that for a simple submit button:
&#60;input type="submit" class="blackbooksubmit" value="Submit"&#62;
And the corresponding CSS code is:
input.blackbooksubmit {
 background-color:#A30606;
 border:0 none [...]]]></description>
			<content:encoded><![CDATA[<p>The submit button in the BlackBook design comp from <a href="http://wd.onepotcooking.com/2009/10/10/class-3-assignment-1">Class 4&#8217;s in-class assignment #1</a> may be a bit confusing.  Here is a tip on how to get your button to look exactly right.</p>
<p><img class="alignnone size-full wp-image-1606" title="Picture 1" src="http://wd.onepotcooking.com/wp-content/uploads/2010/03/Picture-1.png" alt="Picture 1" width="76" height="37" /></p>
<p>The HTML code is just that for a simple submit button:</p>
<pre>&lt;input type="submit" class="blackbooksubmit" value="Submit"&gt;</pre>
<p>And the corresponding CSS code is:</p>
<pre>input.blackbooksubmit {
 background-color:#A30606;
 border:0 none #FFFFFF;
 color:white;
 font-family: Arial,Helvetica,sans-serif;
 cursor:pointer;
 font-size: 11pt;
 font-weight:bold;
 padding:4px 10px 5px;
 text-align:center;
 width:69px;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://wd.onepotcooking.com/2010/03/08/class-4-submit-button-style-for-in-class-assignment-1/ /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 4 &#8211; Quiz Warning!</title>
		<link>http://wd.onepotcooking.com/2010/03/03/class-4-quiz-warning/ </link>
		<comments>http://wd.onepotcooking.com/2010/03/03/class-4-quiz-warning/ #comments</comments>
		<pubDate>Wed, 03 Mar 2010 19:55:12 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[quizes]]></category>
		<category><![CDATA[class 4]]></category>
		<category><![CDATA[spring 2010]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1589</guid>
		<description><![CDATA[We will be having a quick quiz on Saturday that reviews the basic concepts we have covered in class so far.  Anything from the readings or assignments from Class 1 to Class 3 is fair game, so make sure you are up to date.  Topics covered include (but are not limited to), basic HTML syntax [...]]]></description>
			<content:encoded><![CDATA[<p>We will be having a quick quiz on Saturday that reviews the basic concepts we have covered in class so far.  Anything from the readings or assignments from Class 1 to Class 3 is fair game, so make sure you are up to date.  Topics covered include (but are not limited to), basic HTML syntax and common elements covered in class, CSS syntax, CSS selectors, information architecture navigation concepts, Javascript&#8217;s relationship to Java, the relationship between client and server.</p>
<p>There will also be questions about file management.  Please refer to this post for guidelines on file management for class projects:<br />
<a href="http://wd.onepotcooking.com/2009/07/15/class-1-managing-project-files">http://wd.onepotcooking.com/2009/07/15/class-1-managing-project-files</a></p>
<p>So make sure you understand how you are supposed to structure your files for projects in class, how your file and folder structures on the server that you create with WinSCP correspond to the addresses you type into the web browser, and the difference between relative and absolute paths.  This site has a decent description of absolute and relative paths that is a good recap of what we discussed in class: <a href="http://www.communitymx.com/content/article.cfm?cid=230ad">http://www.communitymx.com/content/article.cfm?cid=230ad</a></p>
<p>The quiz will *not* cover using CSS for layout with the float and clear properties.</p>
]]></content:encoded>
			<wfw:commentRss>http://wd.onepotcooking.com/2010/03/03/class-4-quiz-warning/ /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 1 &#8211; In-class Assignment (Sunday Class)</title>
		<link>http://wd.onepotcooking.com/2010/02/21/class-1-in-class-assignment/ </link>
		<comments>http://wd.onepotcooking.com/2010/02/21/class-1-in-class-assignment/ #comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:16:48 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[class 1]]></category>
		<category><![CDATA[spring 2010]]></category>
		<category><![CDATA[sunday]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1517</guid>
		<description><![CDATA[Your assignment today is to create the information architecture wireframes of a New York cultural magazine&#8217;s website.  Your imaginary client and you have agreed upon the following list of requirements for the website.
Each of these requirements does not necessarily have to be on its own page or section of the site.  You should try to [...]]]></description>
			<content:encoded><![CDATA[<p>Your assignment today is to create the information architecture <a href="http://en.wikipedia.org/wiki/Website_wireframe">wireframes</a> of a New York cultural magazine&#8217;s website.  Your imaginary client and you have agreed upon the following list of requirements for the website.</p>
<p>Each of these requirements does not necessarily have to be on its own page or section of the site.  You should try to organize and group these bits of information in such a way that they are intuitive.  Then start to create wireframes that show how a user would navigate from the home page to find each of these pieces of content.  Refer to these <a href="http://wd.onepotcooking.com/2010/02/13/information-architecture-navigation">ideas about web site navigation</a> and try to use as many of these navigation concepts as is appropriate for your site.</p>
<p>Refer to these <a href="http://plasticpast.com/portfolio/user-experience">professional samples of wireframe diagrams</a> as your reference point for how detailed to make them.  Also, look around at similar websites to get ideas from how they structured their own sites.</p>
<p>You can also view other students&#8217; blogs from the Saturday class to see how their wireframes look by viewing their blogs in Google Reader.  Their wireframe assignment was to create <a href="http://wd.onepotcooking.com/2010/02/13/class-1-assignment-restaurant-wireframes">wireframes for a restaurant website</a>.</p>
<p>When you have finished the assignment, please save each wireframe as an  image file (either JPG, PNG, or GIF file type), and post them to your  blog on <a href="http://blogger.com/">blogger.com</a>.  The title of your  blog post should be “Class 1 – Assignment – Restaurant Wireframes”</p>
<h3>New York Cultural Magazine Requirements</h3>
<p>Content to include</p>
<ul>
<li>Local events</li>
<li>local businesses (bars, restaurants, movies, hairdresers)</li>
<li>park listing</li>
<li>politics</li>
<li>news</li>
<li>weather</li>
<li>sports</li>
<li>classifieds</li>
<li>search</li>
<li>logo</li>
<li>editorial, opinions</li>
<li>ads</li>
</ul>
<p>how do you want to organize the content: (optional)</p>
<ul>
<li> by borough</li>
</ul>
<p>target demographic: (optional)</p>
<ul>
<li> young active</li>
<li> affluent</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wd.onepotcooking.com/2010/02/21/class-1-in-class-assignment/ /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 2 &#8211; In-class Assignment</title>
		<link>http://wd.onepotcooking.com/2010/02/20/class-2-in-class-assignment/ </link>
		<comments>http://wd.onepotcooking.com/2010/02/20/class-2-in-class-assignment/ #comments</comments>
		<pubDate>Sat, 20 Feb 2010 22:02:38 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[class 2]]></category>
		<category><![CDATA[spring 2010]]></category>
		<category><![CDATA[wireframes]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1486</guid>
		<description><![CDATA[Your assignment is to convert this wireframe diagram into valid XHTML code:
Hint: you will want to use the align attribute of the &#60;img&#62; tag in order to have the image sit next to the paragraph of text.  You should look up the &#60;img&#62; tag reference page on the w3schools.com site for more information.
]]></description>
			<content:encoded><![CDATA[<p>Your assignment is to convert this wireframe diagram into valid XHTML code:</p>
<div id="attachment_1491" class="wp-caption alignnone" style="width: 445px"><a href="http://wd.onepotcooking.com/wp-content/uploads/2010/02/assignment1.png"><img class="size-full wp-image-1491" title="wireframe for class 2 in-class assignment" src="http://wd.onepotcooking.com/wp-content/uploads/2010/02/assignment1.png" alt="wireframe for class 2 in-class assignment" width="435" height="559" /></a><p class="wp-caption-text">wireframe for class 2 in-class assignment</p></div>
<p>Hint: you will want to use the align attribute of the &lt;img&gt; tag in order to have the image sit next to the paragraph of text.  You should look up the &lt;img&gt; tag reference page on the w3schools.com site for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://wd.onepotcooking.com/2010/02/20/class-2-in-class-assignment/ /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 3 &#8211; Viewing Firefox&#8217;s Default CSS Style Sheet</title>
		<link>http://wd.onepotcooking.com/2010/02/20/viewing-firefoxs-default-css-style-sheet/ </link>
		<comments>http://wd.onepotcooking.com/2010/02/20/viewing-firefoxs-default-css-style-sheet/ #comments</comments>
		<pubDate>Sat, 20 Feb 2010 21:20:39 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[class 3]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[spring 2010]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1483</guid>
		<description><![CDATA[There are two default CSS files that firefox uses to display web pages.  Type these into the address bar of the browser to view them:
resource://gre/res/html.css
resource://gre/res/forms.css
]]></description>
			<content:encoded><![CDATA[<p>There are two default CSS files that firefox uses to display web pages.  Type these into the address bar of the browser to view them:</p>
<p>resource://gre/res/html.css<br />
resource://gre/res/forms.css</p>
]]></content:encoded>
			<wfw:commentRss>http://wd.onepotcooking.com/2010/02/20/viewing-firefoxs-default-css-style-sheet/ /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 1 &#8211; Web Technologies Presentation</title>
		<link>http://wd.onepotcooking.com/2010/02/15/class-1-web-technologies-presentation-2/ </link>
		<comments>http://wd.onepotcooking.com/2010/02/15/class-1-web-technologies-presentation-2/ #comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:38:11 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[course info]]></category>
		<category><![CDATA[class 1]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[spring 2010]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1459</guid>
		<description><![CDATA[Here is the presentation which outlines the high level features of the technologies web developers often deal with.
Web Technologies Presentation
]]></description>
			<content:encoded><![CDATA[<p>Here is the presentation which outlines the high level features of the technologies web developers often deal with.</p>
<p><a href="http://wd.onepotcooking.com/wp-content/uploads/2010/02/WebTechnologies.pdf">Web Technologies Presentation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wd.onepotcooking.com/2010/02/15/class-1-web-technologies-presentation-2/ /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 1 &#8211; Required software and useful websites for web development</title>
		<link>http://wd.onepotcooking.com/2010/02/15/class-1-required-software-and-useful-websites-for-web-development/ </link>
		<comments>http://wd.onepotcooking.com/2010/02/15/class-1-required-software-and-useful-websites-for-web-development/ #comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:34:40 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[course info]]></category>
		<category><![CDATA[class 1]]></category>
		<category><![CDATA[spring 2010]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1457</guid>
		<description><![CDATA[//WEB BROWSER
Firefox
http://www.mozilla.com/en-US/firefox/

//FILE TRANSFER PROGRAMS
WinSCP (for PC)
http://winscp.net

Cyberduck (for Mac)
http://cyberduck.ch/
Filezilla (alternative for Mac and PC)
http://filezilla-project.org/
//TEXT EDITORS
Notepad++ (for PC)
http://notepad-plus.sourceforge.net
Smultron (for Mac)
http://smultron.sourceforge.net/
TextWrangler (alternative for Mac)
http://www.barebones.com/products/textwrangler/
// DIAGRAMMING SOFTWARE
Microsoft Visio (for PC)
http://www.webpencil.com/bannersizes.php
OmniGraffle (for Mac)
http://www.omnigroup.com/applications/OmniGraffle/
Microsoft PowerPoint (PC and Mac, poor man’s diagramming tool)
http://office.microsoft.com/en-us/powerpoint/default.aspx
Mockingbird (web-based wireframing tool)
http://gomockingbird.com/
//USEFUL WEBSITES
Guide to Standard Ad Sizes
http://www.webpencil.com/bannersizes.php
Mailinator – disposable email addresses
http://mailinator.com/
BugMeNot – shared usernames/passwords for many sites that [...]]]></description>
			<content:encoded><![CDATA[<h3>//WEB BROWSER</h3>
<p>Firefox<br />
<a href="http://www.mozilla.com/en-US/firefox/">http://www.mozilla.com/en-US/firefox/<br />
</a></p>
<h3>//FILE TRANSFER PROGRAMS</h3>
<p>WinSCP (for PC)<br />
<a href="http://winscp.net/">http://winscp.net<br />
</a><br />
Cyberduck (for Mac)<br />
<a href="http://www.panic.com/transmit/">http://cyberduck.ch/</a></p>
<p>Filezilla (alternative for Mac and PC)</p>
<p><a href="http://filezilla-project.org/">http://filezilla-project.org/</a></p>
<h3>//TEXT EDITORS</h3>
<p>Notepad++ (for PC)<br />
<a href="http://notepad-plus.sourceforge.net/">http://notepad-plus.sourceforge.net</a></p>
<p>Smultron (for Mac)<br />
<a href="http:///">http://smultron.sourceforge.net/</a></p>
<p>TextWrangler (alternative for Mac)<br />
<a href="http://www.barebones.com/products/textwrangler/">http://www.barebones.com/products/textwrangler/</a></p>
<h3>// DIAGRAMMING SOFTWARE</h3>
<p>Microsoft Visio (for PC)<br />
<a href="http://www.webpencil.com/bannersizes.php">http://www.webpencil.com/bannersizes.php</a></p>
<p>OmniGraffle (for Mac)<br />
<a href="http://www.omnigroup.com/applications/OmniGraffle/">http://www.omnigroup.com/applications/OmniGraffle/</a></p>
<p>Microsoft PowerPoint (PC and Mac, poor man’s diagramming tool)<br />
<a href="http://office.microsoft.com/en-us/powerpoint/default.aspx">http://office.microsoft.com/en-us/powerpoint/default.aspx</a></p>
<p>Mockingbird (web-based wireframing tool)</p>
<p><a href="http://gomockingbird.com/">http://gomockingbird.com/</a></p>
<h3>//USEFUL WEBSITES</h3>
<p>Guide to Standard Ad Sizes<br />
<a href="http://www.webpencil.com/bannersizes.php">http://www.webpencil.com/bannersizes.php</a></p>
<p>Mailinator – disposable email addresses<br />
<a href="http://mailinator.com/">http://mailinator.com/</a></p>
<p>BugMeNot – shared usernames/passwords for many sites that require login<br />
<a href="http://bugmenot.com/">http://bugmenot.com</a><br />
Blogger – blog platform<br />
<a href="http://blogger.com/">http://www.blogger.com</a></p>
<p>Google Reader – blog aggregator<br />
<a href="http://google.com/reader">http://google.com/reader</a></p>
<p>W3Schools – XHTML/CSS code reference<br />
<a href="http://w3schools.com/">http://w3schools.com/ </a></p>
<p>PHP.net – PHP reference<br />
<a href="http://php.net/">http://php.net</a></p>
<p>Tizag.com – PHP tutorials<br />
<a href="http://www.tizag.com/phpT/">http://www.tizag.com/phpT/</a></p>
<p>Lorem Ipsum Dummy Text Generator<br />
<a href="http://www.tizag.com/phpT/">http://lipsum.com</a></p>
<h3></h3>
<h3>//USEFUL FIREFOX ADD-ONS</h3>
<p>All Firefox Add-ons<br />
<a href="https://addons.mozilla.org/en-US/firefox/">https://addons.mozilla.org/en-US/firefox/</a></p>
<p>Web Developer Toolbar Add-on<br />
<a href="https://addons.mozilla.org/en-US/firefox/search?q=web+developer&amp;cat=all">https://addons.mozilla.org/en-US/firefox/search?q=web+developer&amp;cat=all</a></p>
<p>Firebug Add-on<br />
<a href="https://addons.mozilla.org/en-US/firefox/search?q=Firebug&amp;cat=all">https://addons.mozilla.org/en-US/firefox/search?q=Firebug&amp;cat=all</a></p>
<p>Clear Cache Button Add-on<br />
<a href="https://addons.mozilla.org/en-US/firefox/search?q=clear+cache&amp;cat=all">https://addons.mozilla.org/en-US/firefox/search?q=clear+cache&amp;cat=all </a></p>
<p>Fireshot Add-on (for PC)<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/5648">https://addons.mozilla.org/en-US/firefox/addon/5648</a></p>
<p>ScreenGrab Add-on (for Mac)<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/1146">https://addons.mozilla.org/en-US/firefox/addon/1146</a></p>
<p>FlashGot Add-on<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/220">https://addons.mozilla.org/en-US/firefox/addon/220<br />
</a></p>
<p>Colorzilla Add-on<a href="https://addons.mozilla.org/en-US/firefox/addon/271"></a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/271">https://addons.mozilla.org/en-US/firefox/addon/271</a></p>
<h3></h3>
<h3>//VERSION CONTROL SOFTWARE</h3>
<p>TortoiseSVN (for PC)<br />
<a href="http://tortoisesvn.tigris.org/">http://tortoisesvn.tigris.org/</a></p>
<p>SvnX (for Mac)<br />
<a href="http://www.apple.com/downloads/macosx/development_tools/svnx.html">http://www.apple.com/downloads/macosx/development_tools/svnx.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wd.onepotcooking.com/2010/02/15/class-1-required-software-and-useful-websites-for-web-development/ /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 1 &#8211; List of All Class Blogs</title>
		<link>http://wd.onepotcooking.com/2010/02/13/class-1-list-of-all-class-blogs/ </link>
		<comments>http://wd.onepotcooking.com/2010/02/13/class-1-list-of-all-class-blogs/ #comments</comments>
		<pubDate>Sun, 14 Feb 2010 04:05:37 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[course info]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[class 1]]></category>
		<category><![CDATA[spring 2010]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1451</guid>
		<description><![CDATA[We will be using Google Reader to read everyone&#8217;s blogs through a single unified interface.  Google Reader is what is known as a blog aggregator: it pulls content from lots of blogs into one place.  (In case you&#8217;re interested, the technology that makes such a thing possible is RSS, which we will cover towards the [...]]]></description>
			<content:encoded><![CDATA[<p>We will be using <a href="http://google.com/reader">Google Reader</a> to read everyone&#8217;s blogs through a single unified interface.  Google Reader is what is known as a blog aggregator: it pulls content from lots of blogs into one place.  (In case you&#8217;re interested, the technology that makes such a thing possible is <a href="http://en.wikipedia.org/wiki/Rss">RSS</a>, which we will cover towards the end of the course.)</p>
<p>You are going to import a file that contains a list of the class blogs into your Google Reader account.  To get started, follow these steps:</p>
<ol>
<li>Download this file: <a href="http://wd.onepotcooking.com/wp-content/uploads/2010/02/google-reader-subscriptions2.xml">Google Reader Subscriptions OPML File</a> &#8211; this is a list of all of the blogs for everyone in the class.  Remember where you save this file.</li>
<li> Go to <a href="http://google.com/reader">http://google.com/reader</a> and log in &#8211; you will be able to use the same account you used to set up your <a href="http://blogger.com">Blogger</a> blog during class.</li>
<li>Once logged in to Google Reader, click the little &#8220;Manage subscriptions&#8221; link at the bottom left of the page. <a href="http://wd.onepotcooking.com/wp-content/uploads/2010/02/Picture-1.png"><img class="alignnone size-full wp-image-1453" title="Picture 1" src="http://wd.onepotcooking.com/wp-content/uploads/2010/02/Picture-1.png" alt="Picture 1" width="151" height="19" /></a></li>
<li>On the Settings page that comes up, click the &#8220;Import/Export&#8221; tab.</li>
<li>Where it says &#8220;Select an OPML file:&#8221; browse for the file you downloaded in Step 1.  Then click &#8220;Upload&#8221; to finish the import.</li>
</ol>
<div>
<dl id="attachment_871" style="width: 310px;">
<dt><a href="http://wd.onepotcooking.com/wp-content/uploads/2009/02/Picture-1.png"><img title="Google Reader Settings &gt; Import/Export" src="http://wd.onepotcooking.com/wp-content/uploads/2009/02/Picture-1-300x175.png" alt="Google Reader Settings &gt; Import/Export" width="300" height="175" /></a></dt>
<dd>Google Reader Settings &gt; Import/Export</dd>
</dl>
</div>
<p><a href="http://en.wikipedia.org/wiki/Bob%27s_your_uncle">And Bob&#8217;s your uncle</a>.  Now when you go to the Google Reader home page, you should see all the blog posts from everyone in the class in one big list.  If your blog is not listed there, please email the address to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://wd.onepotcooking.com/2010/02/13/class-1-list-of-all-class-blogs/ /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 1 &#8211; Homework</title>
		<link>http://wd.onepotcooking.com/2010/02/13/class-1-homework/ </link>
		<comments>http://wd.onepotcooking.com/2010/02/13/class-1-homework/ #comments</comments>
		<pubDate>Sat, 13 Feb 2010 22:17:13 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1443</guid>
		<description><![CDATA[Your homework for this week is to complete the wireframe diagram assignment we began in class.
Next week, we will begin to convert these diagrams into real web pages written in XHTML, so it is important that you complete your diagrams to your satisfaction, and then go through the following XHTML tutorials prior to next class:
W3Schools.com [...]]]></description>
			<content:encoded><![CDATA[<p>Your homework for this week is to complete <a href="http://wd.onepotcooking.com/2010/02/13/class-1-assignment-restaurant-wireframes/">the wireframe diagram assignment we began in class</a>.</p>
<p>Next week, we will begin to convert these diagrams into real web pages written in XHTML, so it is important that you complete your diagrams to your satisfaction, and then go through the following XHTML tutorials prior to next class:</p>
<p><a href="http://w3schools.com/html/default.asp">W3Schools.com HTML tutorial</a></p>
<p><a href="http://w3schools.com/xhtml/default.asp">W3Schools.com XHTML tutorial</a></p>
<p>And please familiarize yourself with <a href="http://wd.onepotcooking.com/2010/02/13/class-1-syllabus-2/">the class syllabus</a>.</p>
<p>You should also read at least once through the following information, which we will cover many times over.  It is critical in the understanding of the web and web development:</p>
<p><a href="http://wd.onepotcooking.com/2010/02/13/class-1-basic-computer-usage/">Basic computer usage concepts</a></p>
<p><a href="http://wd.onepotcooking.com/2010/02/13/web-dev-summer-2009-syllabus">Typical web development cycle</a></p>
<p><a href="http://wd.onepotcooking.com/2010/02/13/class-1-typical-workflow-for-web-development/">Typical workflow for web development</a></p>
<p><a href="http://wd.onepotcooking.com/2010/02/13/class-1-diagram-of-a-typical-request-for-a-web-page/">Loading a web page sends multiple requests to the server</a><a href="http://wd.onepotcooking.com/2009/09/25/class-1-diagram-of-a-typical-request-for-a-web-page" class="broken_link" ><br />
</a></p>
<p>If you are a Mac user, you will want to take a look at the <a href="http://wd.onepotcooking.com/2010/02/13/class-8-recommended-mac-software-for-web-development">recommended equivalent software for Mac development</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wd.onepotcooking.com/2010/02/13/class-1-homework/ /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 1 &#8211; Typical web development cycle</title>
		<link>http://wd.onepotcooking.com/2010/02/13/web-dev-summer-2009-syllabus/ </link>
		<comments>http://wd.onepotcooking.com/2010/02/13/web-dev-summer-2009-syllabus/ #comments</comments>
		<pubDate>Sat, 13 Feb 2010 22:00:58 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[course info]]></category>
		<category><![CDATA[class 1]]></category>
		<category><![CDATA[development cycle]]></category>
		<category><![CDATA[spring 2010]]></category>
		<category><![CDATA[summer 2009]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=580</guid>
		<description><![CDATA[This is a class in web development.  For most people, web development is the singular phenomenon of creating websites.  However, those in the business of doing such things generally break the development cycle down into several phases.  Often, each phase is handled by a professional who is specialized in a specific task, and who is [...]]]></description>
			<content:encoded><![CDATA[<p>This is a class in web development.  For most people, web development is the singular phenomenon of creating websites.  However, those in the business of doing such things generally break the development cycle down into several phases.  Often, each phase is handled by a professional who is specialized in a specific task, and who is not involved in the other phases.</p>
<h2>Job specialization</h2>
<p>In <a href="http://en.wikipedia.org/wiki/Interactive_design">interactive design</a> firms and other corporations with available resources, there are a variety of people involved in a typical web development project.  At a minimum, these are: the client, project manager, information architect, graphic designer, developer, quality assurance tester.  However, at some companies, a single person can handle several of these roles.  And, of course, some people perform all of these roles single-handedly.</p>
<h2>The typical phases of the web development cycle</h2>
<p>Here is an outline of a typical web development cycle broken down into 6 phases:</p>
<h3>Concept</h3>
<ul>
<li>come up with an idea for a web site</li>
<li>often based on a business or personal need</li>
</ul>
<h3>Requirements</h3>
<ul>
<li>decide what features, functionality, and other components are necessary on your site</li>
<li>often, in a corporate setting, these requirements are gathered by talking with clients, managers, and any other core <a href="http://en.wikipedia.org/wiki/Project_stakeholders">stakeholders</a>.</li>
<li>this phase should result in a written <a href="http://en.wikipedia.org/wiki/Requirements">Requirements document</a> that lists all the necessary features of the project</li>
<li>it&#8217;s very important to be thorough in this step, so that everyone involved in the project has a clearly documented idea of what it is, as well as what it is not&#8230; this helps avoid problems and disagreements later on</li>
<li>however, it is the step that is most often skipped by inexperienced managers and developers</li>
</ul>
<h3>Information Architecture</h3>
<ul>
<li>group and prioritize information that will be displayed on the site</li>
<li>decide what the most important information on the site is, and what is least important</li>
<li>sketch and diagram outlines of what each page will look like, and where each bit of information will go</li>
<li>professional <a href="http://en.wikipedia.org/wiki/Information_architect">Information Architects</a> typically use Visio or Omnigraffle to create these diagram, however napkin sketches are just as good</li>
<li>determine which page will link to which other page, and how the user will get to the information they are looking for</li>
<li>this phase typically results in the production of information architecture &#8220;<a href="http://en.wikipedia.org/wiki/Website_wireframe">wireframes</a>&#8221; and a &#8220;<a href="http://en.wikipedia.org/wiki/Site_map">site map</a>&#8220;</li>
<li>click here to see an <a href="http://wd.onepotcooking.com/2009/07/13/class-1-wireframes-for-travel-diary-website">example of a wireframe</a></li>
</ul>
<h3>Graphic Design</h3>
<ul>
<li>convert the information architecture wireframes into &#8220;design comps&#8221; for each page</li>
<li>design comps are carefully designed images which show the visual look of each page on the completed site</li>
<li>typically, designers use Adobe Photoshop to produce these images</li>
<li>the designer delivers a set of finished &#8220;<a href="http://en.wikipedia.org/wiki/Comprehensive_layout">design comps</a>&#8221; that ultimately show exactly what the site will look like</li>
<li>click here to see an <a href="http://wd.onepotcooking.com/wp-content/uploads/wd.onepotcooking.com/2009/07/latest_episod.png" class="broken_link" >example of a design comp</a><a href="http://wd.onepotcooking.com/wp-content/uploads/wd.onepotcooking.com/2009/07/wireframe_sample.png" class="broken_link" ></a></li>
</ul>
<h3>Development</h3>
<ul>
<li>convert the graphic design comps into actual functioning code</li>
<li>this phase is the focus of this class</li>
<li>web developers typically use a mixture of <a href="http://en.wikipedia.org/wiki/Client_side">client-side</a> and <a href="http://en.wikipedia.org/wiki/Server-side">server-side</a> technologies to produce web sites</li>
<li>at the end of this phase, you should have a fully functioning site ready for testing</li>
</ul>
<h3>Quality Assurance Testing</h3>
<ul>
<li>test the site to make sure it works</li>
<li>fix any problems</li>
<li>repeat until the site is perfect</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wd.onepotcooking.com/2010/02/13/web-dev-summer-2009-syllabus/ /feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
