

<?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; 3513 Intro Web Design &#8211; F08</title>
	<atom:link href="http://think.ingcreative.com/section/courses-past/3513-intro-web-f08/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>Final Presentation Days &amp; Times</title>
		<link>http://think.ingcreative.com/final-presentation-days-times/</link>
		<comments>http://think.ingcreative.com/final-presentation-days-times/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 22:45:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3513 Intro Web Design - F08]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=99</guid>
		<description><![CDATA[9:30 Section: Thursday, Dec. 11, 9:00 &#8211; 9:55 a.m. 11:00 Section: Tuesday, Dec. 9, 10:00 &#8211; 10:55 a.m. Those who wish to re-take the mid-term exam may stay after class to do so. If you need to schedule a time later in the day, please e-mail me in advance.]]></description>
			<content:encoded><![CDATA[<p>9:30 Section: Thursday, Dec. 11, 9:00 &#8211; 9:55 a.m.</p>
<p>11:00 Section: Tuesday, Dec. 9, 10:00 &#8211; 10:55 a.m.</p>
<p>Those who wish to re-take the mid-term exam may stay after class to do so. If you need to schedule a time later in the day, please e-mail me in advance.</p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/final-presentation-days-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Project Assignment</title>
		<link>http://think.ingcreative.com/final-project-assignment/</link>
		<comments>http://think.ingcreative.com/final-project-assignment/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 15:34:12 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3513 Intro Web Design - F08]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=98</guid>
		<description><![CDATA[Final Project There are three possible levels: C-level (to earn as much as a C-plus), B-level (to earn as much as a B-plus), and A-level (to earn as much as an A-plus). Additionally, you may choose to re-take the mid-term exam as an opportunity for partially-improved exam credit. C-Level Project: Create one (1) functioning web [...]]]></description>
			<content:encoded><![CDATA[<h3>Final Project</h3>
<p>There are three possible levels: C-level (to earn as much as a C-plus), B-level (to earn as much as a B-plus), and A-level (to earn as much as an A-plus).</p>
<p>Additionally, you may choose to re-take the mid-term exam as an opportunity for partially-improved exam credit.</p>
<h4>C-Level Project: Create one (1) functioning web page, including the following components:</h4>
<ol>
<li>Files and Folder
<ol type="a">
<li>place ALL of the following in a folder named: <span class="style1">yourlastname-final</span></li>
<li>place the Photoshop mockup in a sub-folder named <span class="style1">PSD</span></li>
<li>place all other images in a sub-folder named <span class="style1">images</span></li>
</ol>
</li>
<li>Photoshop Mockup
<ol type="a">
<li>Name layers clearly named to indicate what they are.</li>
<li>Organize layers into folders (or “groups”).</li>
</ol>
</li>
<li>Background Images
<ol type="a">
<li>Incorporate at least one repeating or tiled image. May repeat horizontally or vertically, as appropriate.</li>
<li>Use GIF, JPG, or PNG format strategically, as appropriate to obtain optimal image quality and file size.</li>
<li>Place optimized in folder named “<span class="style1">images</span>”.</li>
<li>Name optimized images to clearly indicate where and how they are used in the site.</li>
</ol>
</li>
<li>HTML (“markup”)
<ol type="a">
<li>named index.html</li>
<li>use strict doc-type</li>
<li>include a title</li>
<li>link to external stylesheet</li>
<li>display one or more images in the content of your web page &#8212; include image in your images folder</li>
<li>wrap an image in a link, turning it into a link to another web page on the web</li>
<li>use an unordered list for the main navigation, with at least 4 navigation items linked to dummy pages</li>
<li>use a numbered list, with a nested unordered list</li>
<li>Use <span class="style1">&lt;div&gt;</span>s with appropriate ID’s to create header, footer, main content, and sidebar or sub-content sections.</li>
<li>Use HTML comments to indicate what section of the site each closing <span class="style1">div</span> tag closes off.</li>
<li>Somewhere in the content, provide links to at least 3-4 different websites, perhaps such as OKWUeagle.com, OKWU.edu, think.ingcreative.com, volunteerbartlesville.com, etc. (You may link to different sites if you would like. These are just ideas.)</li>
</ol>
</li>
<li>CSS
<ol type="a">
<li>Use an external stylesheet, in a file named <span class="style1">style.css</span></li>
<li>Declare the following as recommended in your textbook:
<ul>
<li>font-family</li>
<li>font-size</li>
<li>line-height</li>
</ul>
</li>
<li>Use CSS comments to clearly set apart each major section of your CSS code.</li>
<li>Layout the page, positioning logo, navigation, content, and footer where you want them</li>
<li>Set background images (incorporating background images guidelines in #2 above)</li>
</ol>
</li>
<li>Submission
<ol type="a">
<li>Submit your folder with ALL required files to me on or before the day of our final exam.</li>
</ol>
</li>
<li>Presentation
<ol type="a">
<li>Present your design(s) to the class in a 5-minute walk-through presentation on the day of our final.</li>
<li>You will stand and walk us through the key features of your site.</li>
<li>NOTE: We will NOT expect absolute perfection. Your site may not function perfectly in one area or another. But this presentation gives us all a chance to see how things came out here at the end of our first semester.</li>
</ol>
</li>
</ol>
<h4>B-Level Project</h4>
<p>Do everything for the C-Level Project, plus create a <em>second</em> design, incorporating all of the above elements, but with the following distinctions and specifications:</p>
<ol>
<li>Organize files and folders
<ol>
<li>Create separate sub-folders for each of your designs. Call one <span class="style1">design1</span> and the other <span class="style1">design2</span>.</li>
<li>Inside each of these sub-folders should be everything described for the C-Level project.</li>
<li>Everything described below applies to <span class="style1">design2</span>:</li>
</ol>
</li>
<li>Give it a new look:
<ol type="a">
<li>Create a new PSD mockup.</li>
<li>Use this to create different background images, producing a site that looks significantly different than the other.</li>
</ol>
</li>
<li>Modify the layout
<ol>
<li>Change the width and/or height of head, footer, columns, etc</li>
</ol>
</li>
<li>Demonstrate your ability to innovate
<ol>
<li>The more your deviate from a given tutorial, demonstrating your ability to apply these skills with your own creative flare, the better your score.</li>
</ol>
</li>
</ol>
<h4>A-Level Project</h4>
<p>Do everything for the B-Level Project, plus add one or more of the following additional wrinkles:</p>
<ol>
<li>Incorporate particularly interesting, professional-looking background images, reminiscent of some of the best, most interesting websites out there.</li>
<li>Incorporate rounded corners somewhere in the site. Build it so that the section with rounded corners can grow longer (typically by using a repeating image for the mid-section).</li>
<li>Incorporate a <em>fluid</em> rounded corners design, able to grow horizontally as well as vertically.</li>
<li>In these or some other ways, <em>wow me</em>.</li>
</ol>
<h3>OPTIONAL: FINAL EXAM</h3>
<p>If you would like to improve your overall exam score, you may take an exam very much like the mid-term exam. The score on this final exam will be averaged with the score on the mid-term, giving you an exam score halfway between the mid-term and final.</p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/final-project-assignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assignment for Tuesday, Nov. 25</title>
		<link>http://think.ingcreative.com/assignment-for-tuesday-nov-25/</link>
		<comments>http://think.ingcreative.com/assignment-for-tuesday-nov-25/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 17:04:27 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3513 Intro Web Design - F08]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=97</guid>
		<description><![CDATA[Your assignment for Tuesday, Nov. 25:   Complete the NETTUTS tutorial, &#8220;Build a Sleek Portfolio from Scratch,&#8221; down through THE END, or as much as is possible. Bring at least one Photoshop mockup of a design that you could use for your final.   Turn in your folder with images, HTML and CSS files at the [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Your assignment for Tuesday, Nov. 25:</p>
<p> </p>
<ol>
<li>Complete <a href="http://nettuts.com/site-builds/build-a-sleek-portfolio-site-from-scratch/">the NETTUTS tutorial, &#8220;Build a Sleek Portfolio from Scratch</a>,&#8221; down through THE END, or as much as is possible.</li>
<li>Bring at least one Photoshop mockup of a design that you could use for your final.</li>
</ol>
<p> </p>
<p>Turn in your folder with images, HTML and CSS files at the first of class.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/assignment-for-tuesday-nov-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Homework for Thursday, Nov. 20</title>
		<link>http://think.ingcreative.com/homework-for-thursday-nov-20/</link>
		<comments>http://think.ingcreative.com/homework-for-thursday-nov-20/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 16:57:45 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3513 Intro Web Design - F08]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=96</guid>
		<description><![CDATA[Your assignment: to complete the NETTUTS tutorial, &#8220;Build a Sleek Portfolio from Scratch,&#8221; down through Step 9. Turn in your folder with images, HTML and CSS files at the first of class.]]></description>
			<content:encoded><![CDATA[<p>Your assignment: to complete <a href="http://nettuts.com/site-builds/build-a-sleek-portfolio-site-from-scratch/">the NETTUTS tutorial, &#8220;Build a Sleek Portfolio from Scratch</a>,&#8221; down through Step 9.</p>
<p>Turn in your folder with images, HTML and CSS files at the first of class.</p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/homework-for-thursday-nov-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Homework for Tuesday, Nov. 18</title>
		<link>http://think.ingcreative.com/photoshop-homework-for-tuesday-nov-18/</link>
		<comments>http://think.ingcreative.com/photoshop-homework-for-tuesday-nov-18/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 19:14:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3513 Intro Web Design - F08]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=94</guid>
		<description><![CDATA[Using Photoshop, complete the remainder of this tutorial from PSDTUTS: Create a Sleek, High-End Web Design from Scratch]]></description>
			<content:encoded><![CDATA[<p>Using Photoshop, complete the remainder of this tutorial from PSDTUTS:</p>
<p><a href="http://psdtuts.com/interface-tutorials/create-a-sleek-high-end-web-design-from-scratch/">Create a Sleek, High-End Web Design from Scratch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/photoshop-homework-for-tuesday-nov-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Homework for Thursday, Nov. 13</title>
		<link>http://think.ingcreative.com/photoshop-homework-for-thursday-nov-13/</link>
		<comments>http://think.ingcreative.com/photoshop-homework-for-thursday-nov-13/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 17:03:05 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3513 Intro Web Design - F08]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=92</guid>
		<description><![CDATA[Produce 6-10 photoshop files showing variations (in shape, color, gradients, etc.) on at least two or three of the following tutorial sections: Creating a Simple Gradient, in the &#8220;Creating a Simple Gradient&#8221; in Creating Web 2.0 Effects Create a Glossy Gradient, in the &#8220;Gradients&#8221; section in Web 2.0 Design Kit Create Rounded Corners using Gaussian [...]]]></description>
			<content:encoded><![CDATA[<p>Produce <strong>6-10 photoshop files showing variations (in shape, color, gradients, etc.) on at least two or three</strong> of the following tutorial sections:</p>
<ol>
<li><a href="http://www.sitepoint.com/article/web-2-0-effects-photoshop-1/">Creating a Simple Gradient</a>, in the &#8220;Creating a Simple Gradient&#8221; in Creating Web 2.0 Effects</li>
<li><a href="http://www.photoshoplab.com/web20-design-kit.html">Create a Glossy Gradient</a>, in the &#8220;Gradients&#8221; section in Web 2.0 Design Kit</li>
<li><a href="http://www.photoshoplab.com/web-20-design-kit-part-2.html">Create Rounded Corners using Gaussian blur</a>, in the &#8220;Rounded Corners&#8221; section of Web 2.0 Design Kit</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/photoshop-homework-for-thursday-nov-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save on Adobe Software!</title>
		<link>http://think.ingcreative.com/save-on-adobe-software/</link>
		<comments>http://think.ingcreative.com/save-on-adobe-software/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 18:26:36 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[2400 Photo & Yearbook - 0809]]></category>
		<category><![CDATA[2713 Graphic Design - F08]]></category>
		<category><![CDATA[3513 Intro Web Design - F08]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=91</guid>
		<description><![CDATA[Oklahoma Wesleyan University students: take advantage of major savings on Adobe Creative Suite Software.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.JourneyEd.com/go.asp?KEY=MSADOKWESL"><img src="http://www.journeyed.com/selectMarketing/adobe/gfx/adobemarketing_main.jpg" alt="image advertising adobe online store" /></a></p>
<p style="clear:both">Oklahoma Wesleyan University students: <a href="http://www.JourneyEd.com/go.asp?KEY=MSADOKWESL">take advantage of major savings on Adobe Creative Suite Software</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/save-on-adobe-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assignment for Tuesday, Nov. 4 &#8212; ELECTION DAY</title>
		<link>http://think.ingcreative.com/assignment-for-tuesday-nov-4-election-day/</link>
		<comments>http://think.ingcreative.com/assignment-for-tuesday-nov-4-election-day/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 15:52:19 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3513 Intro Web Design - F08]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=89</guid>
		<description><![CDATA[For Thursday, Nov. 4, complete pages 255-64, including: Required Liquid Positioned Two-Column Layout (255-59) Liquid Positioned Three-Column Layout (259-64) For each section, bring your folder containing the files showing your work to class. EXTRA CREDIT To really begin understanding what&#8217;s going on, you need to experiment and play around a bit. After following Collison&#8217;s steps, [...]]]></description>
			<content:encoded><![CDATA[<p>For Thursday, Nov. 4, complete pages 255-64, including:</p>
<h3>Required</h3>
<ul>
<li>Liquid Positioned Two-Column Layout (255-59)</li>
<li>Liquid Positioned Three-Column Layout (259-64)</li>
</ul>
<div>For each section, bring your folder containing the files showing your work to class.</div>
<h3>EXTRA CREDIT</h3>
<ol>
<li>To really begin understanding what&#8217;s going on, you need to experiment and play around a bit. After following Collison&#8217;s steps, do another version where you mess with the code yourself and come up with something similar but different. Bring your folder containing the files showing your work to class.</li>
<li>Work along on more of the photoshop tutorials from the post, <a title="link to post Style your Site" href="http://think.ingcreative.com/2008/10/08/style-your-site/">Style Your Site</a>. Bring your results to class.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/assignment-for-tuesday-nov-4-election-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assignment for Thursday, October 30</title>
		<link>http://think.ingcreative.com/assignment-for-thursday-october-30/</link>
		<comments>http://think.ingcreative.com/assignment-for-thursday-october-30/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 15:49:02 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3513 Intro Web Design - F08]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=88</guid>
		<description><![CDATA[For Thursday, October 30 complete pages 248-255, including: Required Liquid Float Left, Float Right (248-49) Liquid Floated Three-Column Layout (250-55) For each section, bring your folder containing the files showing your work to class. EXTRA CREDIT To really begin understanding what&#8217;s going on, you need to experiment and play around a bit. After following Collison&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>For Thursday, October 30 complete pages 248-255, including:</p>
<h3>Required</h3>
<ul>
<li>Liquid Float Left, Float Right (248-49)</li>
<li>Liquid Floated Three-Column Layout (250-55)</li>
</ul>
<div>For each section, bring your folder containing the files showing your work to class.</div>
<h3>EXTRA CREDIT</h3>
<ol>
<li>To really begin understanding what&#8217;s going on, you need to experiment and play around a bit. After following Collison&#8217;s steps, do another version where you mess with the code yourself and come up with something similar but different. Bring your folder containing the files showing your work to class.</li>
<li>Work along on more of the photoshop tutorials from the post, <a title="link to post Style your Site" href="http://think.ingcreative.com/2008/10/08/style-your-site/">Style Your Site</a>. Bring your results to class.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/assignment-for-thursday-october-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assignment for Tuesday, Oct. 28</title>
		<link>http://think.ingcreative.com/assignment-for-tuesday-oct-28/</link>
		<comments>http://think.ingcreative.com/assignment-for-tuesday-oct-28/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 19:00:16 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[3513 Intro Web Design - F08]]></category>

		<guid isPermaLink="false">http://think.ingcreative.com/?p=86</guid>
		<description><![CDATA[For Tuesday, complete the remainder of Chapter 10, bringing your folder containing the files showing your work to class. Since we covered up through page 220, this means you work through page 233.]]></description>
			<content:encoded><![CDATA[<p>For Tuesday, complete the remainder of Chapter 10, bringing your folder containing the files showing your work to class.</p>
<p>Since we covered up through page 220, this means you work through page 233.</p>
]]></content:encoded>
			<wfw:commentRss>http://think.ingcreative.com/assignment-for-tuesday-oct-28/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! -->
