

<?xml version="1.0" encoding="UTF-8"?>
<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>Think.ingCreative &#187; 3523 Adv Web Design &#8211; S09</title>
	<atom:link href="http://think.ingcreative.com/section/courses-past/3523-adv-web-design-s09/feed/" rel="self" type="application/rss+xml" />
	<link>http://think.ingcreative.com</link>
	<description>( under redesign )</description>
	<lastBuildDate>Fri, 03 Dec 2010 20:56:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Your Exam 3 &#8211; Thursday</title>
		<link>http://think.ingcreative.com/your-exam-3-thursday/</link>
		<comments>http://think.ingcreative.com/your-exam-3-thursday/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 13:04:17 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3523 Adv Web Design - S09]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=619</guid>
		<description><![CDATA[http://think.ingcreative.com/3523-exam3-thurs/]]></description>
			<content:encoded><![CDATA[<p><a href="http://think.ingcreative.com/3523-exam3-thurs/">http://think.ingcreative.com/3523-exam3-thurs/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/your-exam-3-thursday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Exam Preparation Guide</title>
		<link>http://think.ingcreative.com/final-exam-preparation-guide/</link>
		<comments>http://think.ingcreative.com/final-exam-preparation-guide/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 20:41:56 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3523 Adv Web Design - S09]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=522</guid>
		<description><![CDATA[Here are your basic lists of tasks to prepare for the Final Exam: Part 1: HTML Begin with these files. Unzip, open, and rename the folder to: yourlastname-exam3-part1 Open and edit the index-begin.html file. &#8220;Save as&#8221; and rename the file to: yourlastname-index.html Consult this screenshot. Create the HTML code to get the same results, including: [...]]]></description>
			<content:encoded><![CDATA[<p>Here are your basic lists of tasks to prepare for the Final Exam:</p>
<h3>Part 1: HTML</h3>
<ol>
<li><a title="Download zipped folder of files for final exam part 1 practice" href="http://think.ingcreative.com/downloads/3523/exam3-part1-practice.zip">Begin with these files</a>.</li>
<li>Unzip, open, and rename the folder to: <code>yourlastname-exam3-part1</code></li>
<li>Open and edit the index-begin.html file. &#8220;Save as&#8221; and rename the file to: <code>yourlastname-index.html</code></li>
<li>Consult <a title="screenshot of desired results for final exam part 1" href="http://think.ingcreative.com/downloads/3523/exam3-part1-practice/exam3-part1-goal.png">this screenshot</a>.</li>
<li>Create the HTML code to get the same results, including:
<ol type="a">
<li>necessary tags and elements including: html, head, title, and body &#8212; including closing tags</li>
<li>appropriate headings</li>
<li>list</li>
<li>paragraphs</li>
<li>links</li>
<li>images</li>
<li>Be sure to use title and alt attributes for links and images.</li>
</ol>
</li>
<li>No cheatsheet for this part.</li>
<li>You may open and view your progress in Firefox.</li>
<li>You will be given approximately 20 minutes to complete as much as you can for this part of the exam.</li>
</ol>
<h3>Part 2: CSS</h3>
<ol>
<li><a title="Download zipped folder of files for final exam part 1 practice" href="http://think.ingcreative.com/downloads/3523/exam3-part2-practice.zip">Begin with these files</a>.</li>
<li>Unzip, open, and rename the folder to: <code>yourlastname-exam3-part2</code></li>
<li>Open and edit these files, which are awaiting you to complete them:
<ol type="a">
<li><code>style.css</code></li>
<li><code>index.html</code></li>
</ol>
</li>
<li>Consult <a title="screenshot of desired results for final exam part 1" href="http://think.ingcreative.com/downloads/3523/exam3-part2-practice/screenshot-goal.png">this screenshot</a>.</li>
<li>Note that all background images are in the folder: <code>images</code></li>
<li>Complete the CSS (and add necessary HTML) to get the desired results, including as much of the following as possible. You DO NOT need to complete the goals in this order. Choose the ones that are easiest and quickest for you, in the order that you desire!
<ol type="a">
<li>provide basic properties for the body</li>
<li>put background images in place</li>
<li>style links, including normal, visited, and hovered, as well as linked images</li>
<li>place background images on PDF and external links</li>
<li>employ the Gilder-Levin image replacement method for the site logo</li>
<li>employ the pixy rollover method so that the site logo changes on hover</li>
<li>arrange the content into two floated columns</li>
<li>ensure that the footer clears as it should</li>
</ol>
</li>
<li>Extra points for answering the questions in the css comments. (Aim for one-sentence answers.)</li>
<li>You may consult <a href="http://lesliefranke.com/sandbox/ref/csscheatsheet.html">this CSS cheatsheet for reference</a>.</li>
<li>You may open and view your progress in Firefox.</li>
<li>As you practice, you may consult these files included in the downloaded folder:
<ol type="a">
<li><code>index-complete.html</code></li>
<li><code>style-complete.html</code></li>
</ol>
</li>
<li>You will be given approximately 40 minutes to complete as much as you can for this part of the exam.</li>
</ol>
<p>NOTE: Some details of the files may be altered for the exam. HOWEVER, the missing portions &#8212; the portions you need to complete &#8212; will be nearly exactly what you are asked to do here.</p>
<p><a href="http://think.ingcreative.com/contact/" title="link to contact form">Contact me if you have questions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/final-exam-preparation-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add an IE-specific stylesheet</title>
		<link>http://think.ingcreative.com/add-an-ie-specific-stylesheet/</link>
		<comments>http://think.ingcreative.com/add-an-ie-specific-stylesheet/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 02:49:24 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3523 Adv Web Design - S09]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=515</guid>
		<description><![CDATA[If you run into the need to tweak things to work right in Internet Explorer, one of the best and recommended methods is to use the IE conditional comment filter, which you insert into the head of the document. To import a specific stylesheet for IE 7: &#60;!--[if IE 7] &#60;style type="text/css"&#62; @import ("css/ie7.css"); &#60;/style&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>If you run into the need to tweak things to work right in Internet Explorer, one of the best and recommended methods is to use the IE conditional comment filter, which you insert into the head of the document.</p>
<p>To import a specific stylesheet for IE 7:</p>
<pre><code>&lt;!--[if IE 7]
&lt;style type="text/css"&gt;
@import ("css/ie7.css");
&lt;/style&gt;
--&gt;</code></pre>
<p>To import a specific stylesheet for IE 6:</p>
<pre><code>&lt;!--[if IE 6]
&lt;style type="text/css"&gt;
@import ("css/ie6.css");
&lt;/style&gt;
--&gt;
</code></pre>
<p>To import a specific stylesheet for any version of IE less than IE 6:</p>
<pre><code>&lt;!--[if lt IE 6]
&lt;style type="text/css"&gt;
@import ("css/ielt6.css");
&lt;/style&gt;
--&gt;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/add-an-ie-specific-stylesheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design 3</title>
		<link>http://think.ingcreative.com/design-3/</link>
		<comments>http://think.ingcreative.com/design-3/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 12:11:17 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3523 Adv Web Design - S09]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=506</guid>
		<description><![CDATA[Due in class Thursday, April 23. This design should incorporate the elements from Design 2 and the work we have done since then. Thus, the list of requirements now includes: Basic Requirements Use a fixed-width layout with two or three columns. (A fluid design is acceptable, but not required.) BE SURE TO USE A LAYOUT [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Due in class Thursday, April 23.</strong></p>
<p>This design should incorporate the elements from Design 2 and the work we have done since then. Thus, the list of requirements now includes:</p>
<p><span id="more-506"></span></p>
<h3>Basic Requirements</h3>
<ol>
<li>Use a fixed-width layout with two or three columns. (A fluid design is acceptable, but not required.) BE SURE TO USE A LAYOUT METHOD RECOMMENDED BY BUDD. (The two and three-column layout we have used in class follows his approach.</li>
<li>Employ professional-grade design techniques (such as pleasing gradients, flexible boxes, etc.).</li>
<li>Turn the design into a complete website with 4-7 pages.</li>
<li>Be sure that your pages include text, images, links, etc. (Links may be &#8220;dummy&#8221; links, using &#8220;#&#8221; for the href.)</li>
<li>In addition, include at least one PDF download and one link to an external website. Using CSS attribute selectors and background images, make these links indicate what they are.</li>
<li>Use the Gilder/Levin replacement (Budd page 65) method for at least one element in the page &#8212; probably the site logo.</li>
<li>Use the pixy rollover method (Budd page 79) for at least one element in the page.</li>
<li>Create main navigation that is visually appealing, with hover effects. (A horizontal nav bar, such as in the Complete version of the Exam 2 practice files, or in Budd pages 91-93.)</li>
<li>Using body id or class and contextual selectors, set the main navigation to indicate which page the user is on.</li>
<li>Ensure that one of your pages contains a contact form. This page should end with &#8220;.php&#8221; and contain a version of the functioning e-mail form, <a href="http://think.ingcreative.com/2009/03/31/fully-functional-php-contact-form/">as described here</a>.</li>
<li>Create and integrate a favicon into your site. (<a href="http://think.ingcreative.com/2009/04/09/add-a-favicon-to-your-website/">See the how-to here</a>.)</li>
</ol>
<h3>Validate XHTML/CSS and Optimize for Internet Explorer</h3>
<p>In addition to the above, you also need to:</p>
<ol>
<li>Update the code at the top of your HTML and PHP pages to meet the full XHTML Strict specification. Use this code:
<pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&gt;
&lt;title&gt;Untitled Document&lt;/title&gt;
&lt;/head&gt;
</code></pre>
</li>
<li>Validate your XHTML and fix as many true errors as possible. (Use Tools / Validate HTML in <a title="Get the Web Developer's Toolbar by Chris Pederick" href="http://chrispederick.com/work/web-developer/">the Web Developer&#8217;s Toolbar for Firefox</a>, OR <a href="http://validator.w3.org/">use this page at W3.org</a>.)</li>
<li>Validate your CSS and fix as many true errors as possible. (Use Tools / Validate CSS in <a title="Get the Web Developer's Toolbar by Chris Pederick" href="http://chrispederick.com/work/web-developer/">the Web Developer&#8217;s Toolbar for Firefox</a>, OR <a href="http://jigsaw.w3.org/css-validator/">use this page at W3.org</a>.)</li>
<li>Test your site in Internet Explorer 7.</li>
<li>Create an ie7.css stylesheet, which enables you to add tweaks for IE 7. Use the IE  conditional comment (Budd page 157) to import that stylesheet. That code would look like:
<pre><code>&lt;!-- [if IE 7] &lt;style type="text/css"&gt; @import ("ie7.css"); &lt;/style&gt; --&gt;</code></pre>
<p>Be sure to place this in the head of the document, AFTER your link to your main stylesheet.</li>
<li>Consult Budd pages 168 to 184 to try to identify any bugs that may be creating problems in IE 7. Fix these in your ie7.css stylesheet.</li>
</ol>
<h3>Submission</h3>
<p>Bring your folder, named <code>Yourlastname-Design3</code>, containing the following files and folders:</p>
<ol>
<li><code>index.html</code> with your markeup</li>
<li><code>style.css</code> with your stylesheet</li>
<li><code>images</code> folder with your final images used in the web page</li>
<li><code>PSD</code> folder with your mockup and any other design files</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/design-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assignment for Thursday, April 16</title>
		<link>http://think.ingcreative.com/assignment-for-thursday-april-16/</link>
		<comments>http://think.ingcreative.com/assignment-for-thursday-april-16/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 05:03:50 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3523 Adv Web Design - S09]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=487</guid>
		<description><![CDATA[Design 3 Proposal and/or Mockup: Due Thursday, April 16 Submit either of the following: A proposal for accomplishing a completion and perfection of a prior design. Steps must include: validate HTML and CSS, optimize for Internet Explorer 7 (which we will work together to do Thursday and Tuesday the 16th and 21st), having a fully [...]]]></description>
			<content:encoded><![CDATA[<h3>Design 3 Proposal and/or Mockup: Due Thursday, April 16</h3>
<p>Submit either of the following:</p>
<ol>
<li>A proposal for accomplishing a completion and perfection of a prior design. Steps must include: validate HTML and CSS, optimize for Internet Explorer 7 (which we will work together to do Thursday and Tuesday the 16th and 21st), having a fully functional form, implementing a favicon, and polishing other fine details of coding and/or design. The proposal should be submitted as a Word file, with your name, date, title: Design 3 Proposal, and a list with description of the goals you want to achieve with your perfected work.
<p>OR<br />
</li>
<li>A well-organized PSD file with the new design for your final project. (This design may be based upon a prior design we have used in class, or it may be new.)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/assignment-for-thursday-april-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a Favicon to your Website</title>
		<link>http://think.ingcreative.com/add-a-favicon-to-your-website/</link>
		<comments>http://think.ingcreative.com/add-a-favicon-to-your-website/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 13:32:20 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3523 Adv Web Design - S09]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=478</guid>
		<description><![CDATA[Add a Favicon to your Website &#8212; About.com Learn what a favicon is and the basic steps of how to do it. Generate Your Favicon Online A great, easy-to-use online favicon generator. Create it, download it, then upload it to your site. Once it&#8217;s uploaded, display it by placing this link in the head of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://webdesign.about.com/od/advancedtutorials/a/aa070300a.htm">Add a Favicon to your Website &#8212; About.com</a></p>
<p>Learn what a favicon is and the basic steps of how to do it.</p>
<p><a href="http://www.favicon.cc/">Generate Your Favicon Online</a></p>
<p>A great, easy-to-use online favicon generator. Create it, download it, then upload it to your site.</p>
<p>Once it&#8217;s uploaded, display it by placing this link in the head of your HTML document:</p>
<pre><code>
&lt;link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /&gt;
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/add-a-favicon-to-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Attribute Selectors</title>
		<link>http://think.ingcreative.com/css-attribute-selectors/</link>
		<comments>http://think.ingcreative.com/css-attribute-selectors/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 12:49:44 +0000</pubDate>
		<dc:creator>tknight</dc:creator>
				<category><![CDATA[3523 Adv Web Design - S09]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=466</guid>
		<description><![CDATA[CSS 3 Selectors That Work Right Now Includes quick, easy examples of attribute selectors. What is a CSS Attribute Selector? &#8212; About.com Another basic overview of attribute selectors. Cascading Style Sheets 2 Attribute Selectors &#8212; About.com A list of the CSS2 attributes that work now, before CSS3 works. :) CSS Selectors &#8212; About.com A cool [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://webdesign.about.com/od/css3/a/aa062603.htm">CSS 3 Selectors That Work Right Now</a></p>
<p>Includes quick, easy examples of attribute selectors.</p>
<p><a href="http://webdesign.about.com/od/cssselectors/qt/cssselattribute.htm">What is a CSS Attribute Selector? &#8212; About.com</a></p>
<p>Another basic overview of attribute selectors.</p>
<p><a href="http://webdesign.about.com/cs/css/qt/tipcssattrib.htm">Cascading Style Sheets 2 Attribute Selectors &#8212; About.com</a></p>
<p>A list of the CSS2 attributes that work now, before CSS3 works. :)</p>
<p><a href="http://webdesign.about.com/od/cssselectors/CSS_Selectors.htm">CSS Selectors &#8212; About.com</a></p>
<p>A cool reference for all things CSS Selectors.</p>
<p><a href="http://www.andybudd.com/archives/2003/09/cool_use_for_css_attribute_selectors/">Cool use for CSS attribute selectors &#8212; Andy Budd</a></p>
<p>A blog note from our very own Andy Budd about attribute selectors.</p>
<p><a href="http://www.stuffandnonsense.co.uk/archives/css_a_tribute_to_selectors.html">CSS: A tribute to selectors &#8212; Stuff and Nonsense</a></p>
<p>A basic overview of attribute selectors.</p>
<p><a href="http://dev.opera.com/articles/view/css-3-attribute-selectors/">CSS3: Attribute Selectors &#8212; Opera.com</a></p>
<p>Attribute Selectors that may or may not work on your browser, but a sign of the things to come for CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/css-attribute-selectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assignment for Thursday, April 9</title>
		<link>http://think.ingcreative.com/assignment-for-thursday-april-9/</link>
		<comments>http://think.ingcreative.com/assignment-for-thursday-april-9/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 21:53:42 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3523 Adv Web Design - S09]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=459</guid>
		<description><![CDATA[Incorporate these new skills to modify and upgrade your design 2. Bring the folder of your files with you to class on Thursday. Using a special body class and stylesheet code, configure your site so that at least one page has a layout different than the other pages (such as one column instead of two). [...]]]></description>
			<content:encoded><![CDATA[<p>Incorporate these new skills to modify and upgrade your design 2. Bring the folder of your files with you to class on Thursday.</p>
<ol>
<li>Using a special body class and stylesheet code, configure your site so that at least one page has a layout different than the other pages (such as one column instead of two).</li>
<li>Style all of your body text links &#8212; :link, :visited, and :hover &#8212; the way that you want them to be.</li>
<li>Create a link to a PDF file. Use a CSS3 attribute selector to make that think display a PDF icon just to the right of the link. (See Budd page 75)</li>
<li>Create a link to another website. Use a CSS3 attribute selector to make that link display an external site icon just to the right of the link. (See Budd page 73-74)</li>
</ol>
<p>For reference and to obtain the image files, consult <a title="Download the files for Week 13a homework" href="http://think.ingcreative.com/downloads/3523/Week13a-complete.zip">this downloadable ZIP folder</a> with the completed version of the files that we worked on in class on Tuesday.</p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/assignment-for-thursday-april-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Tuesday Assignment</title>
		<link>http://think.ingcreative.com/no-tuesday-assignment/</link>
		<comments>http://think.ingcreative.com/no-tuesday-assignment/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 05:47:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3523 Adv Web Design - S09]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=441</guid>
		<description><![CDATA[As I re-tool my plans to work around these case studies &#8230; no new assignment for Tuesday. Rather I hope to have something lined up to get your started on Tuesday that you can complete for homework for Thursday. So come to class Tuesday ready to get a fresh start on tackling a few new [...]]]></description>
			<content:encoded><![CDATA[<p>As I re-tool my plans to work around these case studies &#8230; no new assignment for Tuesday. Rather I hope to have something lined up to get your started on Tuesday that you can complete for homework for Thursday.</p>
<p>So come to class Tuesday ready to get a fresh start on tackling a few new tricks!</p>
<p>See you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/no-tuesday-assignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Budd Case Study 1, Day 1</title>
		<link>http://think.ingcreative.com/budd-case-study-1-day-1/</link>
		<comments>http://think.ingcreative.com/budd-case-study-1-day-1/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:28:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3523 Adv Web Design - S09]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=418</guid>
		<description><![CDATA[We will use these files: budd-cs1-begin.zip From here, we will follow the steps in Budd, pages 188-216. We will get rolling in class. Your homework assignment for Tuesday will follow shortly. Here is the complete version of the site, for you to compare.]]></description>
			<content:encoded><![CDATA[<p>We will use these files:</p>
<p><a href="http://think.ingcreative.com/downloads/3523/budd-cs1-begin.zip">budd-cs1-begin.zip</a></p>
<p>From here, we will follow the steps in Budd, pages 188-216.</p>
<p>We will get rolling in class.</p>
<p>Your homework assignment for Tuesday will follow shortly.</p>
<p><a href="http://think.ingcreative.com/downloads/3523/budd-cs1-complete.zip">Here is the complete version of the site, for you to compare</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/budd-case-study-1-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
