<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
>

<channel>
	<title>DE Computer Literacy Log</title>
	<link>http://ferrellweb.com/notes/complitlog</link>
	<description></description>
	<copyright>Copyright 2008</copyright>
	<pubDate>Wed, 19 Nov 2008 12:58:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.2</generator>

		<item>
		<title>Class Evaluation</title>
		<link>http://ferrellweb.com/notes/complitlog/index.php?p=23</link>
		<comments>http://ferrellweb.com/notes/complitlog/index.php?p=23#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:57:06 +0000</pubDate>
		
	<category>General</category>		<guid>http://ferrellweb.com/notes/complitlog/index.php?p=23</guid>
		<description>It's time to let Chattanooga State know what you think of CS101 (and me, I imagine...). They're doing this online this year&amp;mdash;go to this URL: https://theideaonline.org/idea/cs/survey?S=293471/X/F/F/2945369910 and log in. Your login name is built like this:

First initial + Last name + 2-digit birth month + 2-digit birth day

So mine, if ...</description>
		<content:encoded><![CDATA[	<p>It&#8217;s time to let Chattanooga State know what you think of CS101 (and me, I imagine&#8230;). They&#8217;re doing this online this year&mdash;go to this URL: <a href="https://theideaonline.org/idea/cs/survey?S=293471/X/F/F/2945369910">https://theideaonline.org/idea/cs/survey?S=293471/X/F/F/2945369910</a> and log in. Your login name is built like this:</p>
	<blockquote><p>
First initial + Last name + 2-digit birth month + 2-digit birth day
</p></blockquote>
	<p>So mine, if I had one, would look like this: jferrell1018</p>
	<p>You&#8217;ve got until <span style="color: #990000;"><b>November 30th</b></span> to do this, but why not start today, eh?
</p>
]]></content:encoded>
		<wfw:commentRSS>http://ferrellweb.com/notes/complitlog/wp-commentsrss2.php?p=23</wfw:commentRSS>
	</item>
		<item>
		<title>MS Excel, Project 2: Formulas, Functions, Formatting and Web Queries</title>
		<link>http://ferrellweb.com/notes/complitlog/index.php?p=17</link>
		<comments>http://ferrellweb.com/notes/complitlog/index.php?p=17#comments</comments>
		<pubDate>Mon, 10 Nov 2008 12:30:33 +0000</pubDate>
		
	<category>General</category>		<guid>http://ferrellweb.com/notes/complitlog/index.php?p=17</guid>
		<description>As before, work your way through the tutorial beginning on page EX 66. Read and follow directions carefully, and try to understand what you're doing, rather than just looking at the pictures and clicking stuff. Be sure you're familiar with the arithmetic operators in the chart on page EX 74, ...</description>
		<content:encoded><![CDATA[	<p>As before, work your way through the tutorial beginning on page EX 66. Read and follow directions carefully, and try to <i>understand</i> what you&#8217;re doing, rather than just looking at the pictures and clicking stuff. Be sure you&#8217;re familiar with the arithmetic operators in the chart on page EX 74, and check out the Smart Tags in the table on page EX 79, as well. </p>
	<p>You&#8217;re introduced to <i>functions</i> in this chapter. They&#8217;re <i>important</i>, so get used to using them&mdash;they&#8217;re where a good deal of the power of Excel lies. A function is simply a little &#8220;pre-programmed&#8221; action&mdash;a little machine, if you like. You tell it what data you want it to go to work on, and it goes to work.</p>
	<p>An example&mdash;to average the numbers in five cells, we could type them all in as a simple formula:</p>
	<blockquote><p>= (A1 + A2 + A3 + A4 + A5) / 5</p></blockquote>
	<p>That&#8217;s great, but what if we have 53 cells we want to average? That&#8217;s a lot of plus-signs to type, or squares to click! We could use the SUM() function to help us out. It can take a range of cells as an <i>argument</i> (the data we want it to work on) and save us a lot of typing:</p>
	<blockquote><p>= SUM( A1:A54 ) / 53</p></blockquote>
	<p>There we go. A <i>lot</i> easier! But what if the number of cells I&#8217;m averaging is going to change? Or what if I don&#8217;t know how many I have to start with, or don&#8217;t want to count to figure out what to divide by? That&#8217;s where the AVERAGE() function can save us a headache:</p>
	<blockquote><p>= AVERAGE( A1:A228 )</p></blockquote>
	<p>Bingo. I&#8217;ve told Excel to average the numbers in 227 cells. It will add all the numbers up, and divide by the number of cells, because that&#8217;s what the AVERAGE() function does. And I don&#8217;t really have to lift a finger. That&#8217;s why we have computers around, anyway, and <i>that&#8217;s</i> the power of functions. There are over 250 functions built in to Excel; chances are, whatever you need to do, they&#8217;ve got you covered.</p>
	<p>A few specific instructions for the tutorial section: </p>
	<p>&raquo; When you get to page EX 113, <b>print your worksheet</b>. We haven&#8217;t been printing much, but this is one of those times&mdash;follow the instructions in that section to learn how to get a giant worksheet to fit on one page. This is an important skill to have in Excel! Also print a selected area (EX 117) and the formulas (EX 118). </p>
	<p>&raquo; You can quit when you get to EX 125&mdash;we&#8217;re not emailing. We <i>are</i> turning this in, though, so put your finished workbook (<b>Lastname_Excel2_tutorial.xls</b>) in the Excel Project 2 folder in the Assignments folder!</p>
	<p>{More to come &#8230; don&#8217;t panic.}</p>
	<p>Here&#8217;s the rest, so you can hone your skills:</p>
	<p><b>&raquo; Apply Your Knowledge #1, p. EX 130. </b> This one&#8217;s on the Data Disk, so here&#8217;s the <a href="http://www.ferrellweb.com/complit/Data%20Disks/Excel/Buy%20It%20Online.xls">link to that</a>. Save your adjusted spreadsheet to the Excel Project 2 folder as <b>Lastname_AYK2-1.xls</b></p>
	<p><b>&raquo; In The Lab #1 and #2</b>, p. EX 132&ndash;136. Variations on the themes from the tutorial. Follow all the instructions closely, and save to the Assignments folder as <b>Lastname_ITL2-1.xls</b>, <b>Lastname_ITL2-2.xls</b>. Don&#8217;t miss the <b>Part 3 Instructions</b> for ITL #2 on page EX 136. Do that, so we can practice printing. Skip Part 4.</p>
	<p><b>&raquo; Cases &#038; Places #1, 2, and 3</b>, p. EX 140&ndash;143. Pick <b>any two</b> of these to do. You&#8217;re on your own again for these, so you can format them however you like. Save these to the Excel Project 2 folder as <b>Lastname_CP2-#.xls</b> (Replace the # with the number of whichever exercise you&#8217;re doing, of course&#8230;) </p>
	<p><b>&raquo; Cases &#038; Places #4</b>, p. EX 143. Everybody in for this one. Again, it&#8217;s up to you to decide how to present the data. Save to the Project 2 folder as <b>Lastname_CP2-4.xls</b>.</p>
	<p>Here&#8217;s the round-up:<br />
Total items in the Assignments folder: <b><span style="color: #990000;">7</span></b>!<br />
Target Completion date: <b><span style="color: #990000;">Monday, November 17</span></b>. </p>
]]></content:encoded>
		<wfw:commentRSS>http://ferrellweb.com/notes/complitlog/wp-commentsrss2.php?p=17</wfw:commentRSS>
	</item>
		<item>
		<title>An Interlude: Excel+Art?</title>
		<link>http://ferrellweb.com/notes/complitlog/index.php?p=22</link>
		<comments>http://ferrellweb.com/notes/complitlog/index.php?p=22#comments</comments>
		<pubDate>Mon, 03 Nov 2008 12:39:43 +0000</pubDate>
		
	<category>General</category>		<guid>http://ferrellweb.com/notes/complitlog/index.php?p=22</guid>
		<description>
Excel spreadsheets aren't always just for numbers. A few years ago, artist Danielle Aubert released a book of abstracty drawings she had made in Excel. You can see some samples on her web site. (Look in the sidebar for "Excel Drawings"&amp;mdash;there are photos from the book, embedded spreadsheets (IE only; ...</description>
		<content:encoded><![CDATA[	<p><img src="http://www.ferrellweb.com/notes/complitlog/images/excel16mo_4.jpg" style="margin: 0 auto; border: 1px solid #888;"/><br />
Excel spreadsheets aren&#8217;t always just for numbers. A few years ago, artist Danielle Aubert released a book of abstracty drawings she had made in Excel. You can see some samples on <a href="http://www.danielleaubert.com/">her web site</a>. (Look in the sidebar for &#8220;Excel Drawings"&mdash;there are photos from the book, embedded spreadsheets (IE only; seemed a little flaky in IE7 for some reason), and a video.)</p>
	<p>Last week, rock band AC/DC made history by being the first band to release a music video as ASCii art inside an Excel Spreadsheet. You can download your very own copy from their <a href="http://www.acdcrocks.com/excel/">web site</a>. Rock on.
</p>
]]></content:encoded>
		<wfw:commentRSS>http://ferrellweb.com/notes/complitlog/wp-commentsrss2.php?p=22</wfw:commentRSS>
	</item>
		<item>
		<title>MS Excel, Project 1: Creating a Worksheet &#038; Embedded Chart</title>
		<link>http://ferrellweb.com/notes/complitlog/index.php?p=16</link>
		<comments>http://ferrellweb.com/notes/complitlog/index.php?p=16#comments</comments>
		<pubDate>Thu, 30 Oct 2008 00:45:43 +0000</pubDate>
		
	<category>General</category>		<guid>http://ferrellweb.com/notes/complitlog/index.php?p=16</guid>
		<description>Work your way through the tutorial beginning on page EX 4. Take your time, and as you go, be sure you understand what you're doing as much as possible, rather than just pointing and clicking. Play around; try stuff. As you put this tutorial project together, notice the same workflow ...</description>
		<content:encoded><![CDATA[	<p>Work your way through the tutorial beginning on page EX 4. Take your time, and as you go, be sure you <i>understand</i> what you&#8217;re doing as much as possible, rather than just pointing and clicking. Play around; try stuff. As you put this tutorial project together, notice the same workflow we&#8217;ve talked about before&mdash;entering data first, <i>then</i> formatting it. Not a bad habit to develop.</p>
	<p>A few specific instructions: </p>
	<p>&raquo; On page EX 42, you&#8217;ll save your workbook. (Not to a floppy disk, please. How quaint! <img src='http://ferrellweb.com/notes/complitlog/wp-images/smilies/icon_razz.gif' alt=':P' />) Call this <b>Lastname_Excel1_tutorial.xls</b> and <i>put it in the Excel Project 1 folder in the Assignments folder on your desktop.</i></p>
	<p>&raquo; When you get to page EX 45, don&#8217;t worry about printing this one; printing <i>is</i> important in Excel, because there are many options to consider, but we&#8217;ll worry about it later.</p>
	<p>&raquo; This tutorial will have you save and close the project, and then open it again and make changes. Don&#8217;t panic; this is normal. It&#8217;s to teach you how to <i>edit</i>, among other things&#8230;</p>
	<p>Here&#8217;s what to do after that:</p>
	<p><b>&raquo; Apply Your Knowledge #1</b>, p. EX 57. Download the <a href="http://www.ferrellweb.com/notes/complitlog/data-disks/AYK1-1-watsons-computer.xls">data disk file</a>. (Remember, <i>right-click</i> and &#8220;save as&#8221; or whatever.) Save this in the Excel Project 1 folder as <b>Lastname_AYK1-1.xls</b></p>
	<p><b>&raquo; In The Lab #1, #2, and #3</b>, p. EX 58&ndash;EX 62. Follow all the instructions closely, and save as <b>Lastname_ITL1-1.xls</b>, <b>Lastname_ITL1-2.xls</b>, and <b>Lastname_ITL1-3.xls</b>.</p>
	<p>&#8230;and here&#8217;s the rest!<br />
<b>&raquo; Cases &#038; Places #1, 2, 3 <i>or</i> 4</b>, p. EX 63&ndash;EX 64. Pick <b><i>any two</i></b> of these to do. You&#8217;re on your own for these, so you can format them however you like. This is a chance to practice all the things you&#8217;ve been guided through so far, so mess with text sizes and colors, autoformats, etc. Save this in the Excel Project 1 folder as <b>Lastname_CP1-#.xls</b> (Replace the # with the number of whichever exercise you&#8217;re uploading, of course&#8230;) </p>
	<p><b>&raquo; Cases &#038; Places #5</b>, p. EX 64. This is an all-skate&mdash;everybody do this one. Again, it&#8217;s up to you to decide how to present the data; make it nice. Save to the Project 1 folder as <b>Lastname_CP1-5.xls</b>.</p>
	<p>Here&#8217;s the round-up:<br />
Total items in the Assignments folder: <b><span style="color: #990000;">8</span></b>!<br />
Completion date: <b><span style="color: #990000;">Friday, November 7</span></b>.</p>
]]></content:encoded>
		<wfw:commentRSS>http://ferrellweb.com/notes/complitlog/wp-commentsrss2.php?p=16</wfw:commentRSS>
	</item>
		<item>
		<title>MS Word, Project 3: Using a Wizard to Create a Resume</title>
		<link>http://ferrellweb.com/notes/complitlog/index.php?p=14</link>
		<comments>http://ferrellweb.com/notes/complitlog/index.php?p=14#comments</comments>
		<pubDate>Tue, 16 Sep 2008 11:31:12 +0000</pubDate>
		
	<category>General</category>		<guid>http://ferrellweb.com/notes/complitlog/index.php?p=14</guid>
		<description>I'm not gonna lie to you&amp;mdash;I'm not convinced that MS Word is the best application to be making resum&amp;eacute;s in, but sooner or later, you're probably going to run into some class, at least, with an assignment to "make a resum&amp;eacute;" and an MS Word template can be a quick ...</description>
		<content:encoded><![CDATA[	<p>I&#8217;m not gonna lie to you&mdash;I&#8217;m not convinced that MS Word is the best application to be making resum&eacute;s in, but sooner or later, you&#8217;re probably going to run into some class, at least, with an assignment to &#8220;make a resum&eacute;&#8221; and an MS Word template can be a quick shortcut. So here we go:</p>
	<p>As usual, <b>work through the Project 3 tutorial section</b>. You&#8217;re using &#8216;Weezards&#8217; this time to help you create certain types of documents. When you&#8217;re finished with the tutorial, you&#8217;ll have two documents. Save them as <b>Lastname_Tutorial3_Resume.doc</b> and <b>Lastname_Tutorial3_Letter.doc</b> to the Word Project 3 folder on the Assignments server.</p>
	<p><b>&raquo;</b> You might want to look over the list of <b>What You Should Know</b> on page WD 195&ndash;196. Then try your hand at the <a href="http://www.scsite.com/practicetest/default.cfm?ISBN=0-619-20037-5&#038;project=3">practice test</a> online. Keep trying your hand until you hit 80%, print, and turn in.</p>
	<p><b>&raquo; Apply Your Knowledge #1</b>, p. WD 198. More practice with tables. Here&#8217;s the link to the <a href="http://www.ferrellweb.com/notes/complitlog/data-disks/apply-3-1-expenses-table.doc">data disk file</a> you&#8217;ll need. (Be sure to &#8216;right click&#8217; and &#8217;save as&#8217;!) They&#8217;re <i>really</i> handy for laying out information neatly&#8230;mess around with the options and settings a little, if you find time. Remember, you can make the table borders <i>completely invisible</i> if you just want to place information in certain places without it looking &#8220;tableified"! Save this in the Word Project 3 folder on the server as <b>Lastname_AYK3-1.doc</b></p>
	<p><b>&raquo; In The Lab #1 and #2</b>, p. WD 199&ndash;200. More guided practice with a resume and cover letter. Save as <b>Lastname_ITL3-1.doc</b> and <b>Lastname_ITL3-2</b>.</p>
	<p><b>&raquo; Cases and Places #1</b>, p. WD 201. Fun with Wizards: a calendar! Save as <b>Lastname_CP3-1.doc</b>.</p>
	<p><b>&raquo; Cases and Places #3 or #4</b>, p. WD 201. Choose your poison&mdash;a fax or a memo. Use the appropriate weezard. Save as either <b>Lastname_CP3-3.doc</b> or <b>Lastname_CP3-4.doc</b>.</p>
	<p>Total items in the Assignments folder: <b><span style="color: #990000;">7</span></b><br />
Completion date: <b><span style="color: #990000;">Wednesday, Sept. 24</span></b><br />
Using a wizard to create a resume: <b><i><span style="color: #990000;">priceless</span></i></b>.
</p>
]]></content:encoded>
		<wfw:commentRSS>http://ferrellweb.com/notes/complitlog/wp-commentsrss2.php?p=14</wfw:commentRSS>
	</item>
		<item>
		<title>MS Word, Project 2: Creating a Research Paper</title>
		<link>http://ferrellweb.com/notes/complitlog/index.php?p=13</link>
		<comments>http://ferrellweb.com/notes/complitlog/index.php?p=13#comments</comments>
		<pubDate>Wed, 10 Sep 2008 19:34:03 +0000</pubDate>
		
	<category>General</category>		<guid>http://ferrellweb.com/notes/complitlog/index.php?p=13</guid>
		<description>Work your way through the tutorial section (pp. WD 74&amp;ndash;WD 127) first, following the directions. Be sure you follow the steps to Reset Menus and Toolbars on WD. 77; they will save you confusion later on.

Things to watch for as you go: 

&amp;raquo; Pay close attention to Using a header ...</description>
		<content:encoded><![CDATA[	<p>Work your way through the tutorial section (pp. WD 74&ndash;WD 127) first, following the directions. Be <i>sure</i> you follow the steps to Reset Menus and Toolbars on WD. 77; they will save you confusion later on.</p>
	<p><b>Things to watch for as you go:</b> </p>
	<p>&raquo; Pay close attention to <i>Using a header to number pages</i>, beginning on page WD 81. Knowing how to use headers and footers to your advantage will save you time someday, and make you slicker than most average computer users, to boot. You can do all kinds of funky stuff with them, that this section doesn&#8217;t touch on. Play around with the Header and Footer toolbar to see some of the possibilities&#8230;</p>
	<p>&raquo; Begin to notice how the ruler bar is used. Many, <i>many</i> people I see trying to use word processors have <i>no idea</i> how to use the ruler bar intelligently, and almost <i>no one</i> knows how to set tabs correctly, all of which can save you time, <i>and</i> make your document more professional. (Alas, this chapter does not go into tabs&mdash;we&#8217;ll do more with those later.)</p>
	<p>&raquo; Check out and <i>practice</i> using shortcut keys whenever you can. If you come away with <i>any</i> keystrokes from this section, try to add ctrl+i (Italic) and ctrl+b (bold) to your arsenal. Continue practicing the Big 5, whenever you can: ctrl+a, ctrl+z, ctrl+x, ctrl+c, and ctrl+v.</p>
	<p>&raquo; You&#8217;ll also want to pay close attention to p. WD 113, and the methods for selecting text; I see many people struggle with this, as well. Check out the green box on the right of the page for a way to select clumps of text that don&#8217;t touch, all at once!</p>
	<p><b>As you wrap up the tutorial section</b>, it&#8217;s going to tell you to print. Remember, you don&#8217;t have to, unless <i>you</i> want to see a copy of what you&#8217;ve done. It will also tell you to <i>email</i> a copy somewhere. We&#8217;re not set up for email, so skip that section.</p>
	<p>Instead, <b>copy your paper</b> to the Word Project 2 folder in the shared Assignments folder. Call this <b>Lastname_tutorial_paper.doc</b>.</p>
	<p>When you&#8217;ve finished <i>that</i>, here&#8217;s <i>these</i>:</p>
	<p><b>&raquo; Look over page WD 127</b>, and see if you can remember most of &#8220;What You Should Know.&#8221;</p>
	<p><b>&raquo; Take the practice test online</b> by following <a href="http://www.scsite.com/practicetest/default.cfm?ISBN=0-619-20037-5&#038;project=2">this link</a>. As usual, punch in answers until you score above 80%; print and turn in.</p>
	<p><b>&raquo; Apply Your Knowledge #1</b>, p. WD 129. To get a copy of &#8220;Apply 2-1 Authentication Paragraph", <i>right-click</i> on <a href="http://www.ferrellweb.com/notes/complitlog/data-disks/Apply_2-1_Authentication_Paragraph.doc">this link</a>, choose &#8220;Save Link As&#8230;&#8221; from the menu that appears, and save the file somewhere where you can find it. Follow the directions in the book, and save your revised file as <b>lastname_AYK2-1.doc</b>. Put a copy in the Word Project 2 folder in the shared Assignments folder. </p>
	<p><b>&raquo; In The Lab #1</b>, p. WD 130&ndash;131. Follow the directions in the text, and save a copy of your finished document to the Assignments folder, calling it <b>lastname_ITL2-1.doc</b>. (Don&#8217;t worry too much about <i>content</i> here&mdash;I just want to see that you can handle the formatting!)</p>
]]></content:encoded>
		<wfw:commentRSS>http://ferrellweb.com/notes/complitlog/wp-commentsrss2.php?p=13</wfw:commentRSS>
	</item>
		<item>
		<title>MS Word, Project 1: Creating and Editing a Word Document</title>
		<link>http://ferrellweb.com/notes/complitlog/index.php?p=12</link>
		<comments>http://ferrellweb.com/notes/complitlog/index.php?p=12#comments</comments>
		<pubDate>Tue, 02 Sep 2008 11:30:01 +0000</pubDate>
		
	<category>General</category>		<guid>http://ferrellweb.com/notes/complitlog/index.php?p=12</guid>
		<description>Here's what's up for the first Microsoft Word project:
Read and do the tutorial for this section (pp. WD 4&amp;ndash;WD 62); when you're done, you'll have a flyer. You can print it if you want, but be sure to save a copy on your computer, and save a copy in the ...</description>
		<content:encoded><![CDATA[	<p><b>Here&#8217;s what&#8217;s up for the first Microsoft Word project:</b><br />
Read and do the tutorial for this section (pp. WD 4&ndash;WD 62); when you&#8217;re done, you&#8217;ll have a flyer. You can print it if you want, but be sure to save a copy on your computer, and <i>save a copy</i> in the Assignments folder. Please name this file <b>lastname_tutorial_flyer.doc</b> (for example, mine would be Ferrell_tutorial_flyer.doc), and drop it in the <b>Word Project 1</b> folder inside the Assignments folder.</p>
	<p>Review the &#8220;What you should know&#8221; page (WD 63). It&#8217;d be a good idea to flip back and review any steps that don&#8217;t make sense to you, or that you can&#8217;t really remember doing! After that, take the online review quiz <a href="http://www.scsite.com/practicetest/default.cfm?ISBN=0-619-20037-5&#038;project=1">here</a>. Once you&#8217;ve managed to score 80% or above, <b>print your result and turn it in</b>.</p>
	<p>Finally, take a look at some exercises. Here&#8217;s what you need to do:</p>
	<p><b>&raquo; Apply Your Knowledge 1</b> (WD 65): Download the file <a href="http://www.ferrellweb.com/notes/complitlog/data-disks/AYK1-1-paris-announcement.doc">Paris Announcement Unformatted.doc</a>. (Be sure to &#8220;Save&#8221; and not &#8220;Open&#8221; it!)  When you&#8217;re done, save a copy of your file in the Word Project 1 folder in the Assignments folder with the filename <b>lastname_AYK1-1.doc</b>.</p>
	<p><b>&raquo; In The Lab 3</b> (WD 70): Follow the instructions in the text. Save a copy in the Project 1 folder on the server as <b>lastname_ITL1-3.doc</b>.</p>
	<p><b>&raquo; Cases and Places 1 or 2</b> (WD 71): Choose <i>one</i> of these to do. When you&#8217;re finished, save a copy to the server as either <b>lastname_CP1-1.doc</b> or <b>lastname_CP1-2.doc</b>.</p>
	<p><b>&raquo; Cases and Places 3, 4, and 5</b> (WD 71-72): Choose <i>one</i> of these to complete. Copy your completed project to the server, named either <b>lastname_CP1-3.doc</b>, <b>lastname_CP1-4.doc</b>, or <b>lastname_CP1-5.doc</b>.</p>
	<p><b>To recap: </b>When you&#8217;re done with Project 1, you should have <b>five files</b> in the Word Project 1 folder in the Assignments folder:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lastname_tutorial_flyer.doc<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lastname_AYK1-1.doc<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lastname_ITL1-3.doc<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lastname_CP1-1.doc or lastname_CP1-2.doc<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;either lastname_CP1-3.doc, lastname_CP1-4.doc, or lastname_CP1-5.doc</p>
	<p>You should have also turned in a printout of your online quiz to me.</p>
	<p>Completion date: <span style="color: #990000;"><b>Monday, September 9</b></span>.
</p>
]]></content:encoded>
		<wfw:commentRSS>http://ferrellweb.com/notes/complitlog/wp-commentsrss2.php?p=12</wfw:commentRSS>
	</item>
		<item>
		<title>Intro. to Windows XP</title>
		<link>http://ferrellweb.com/notes/complitlog/index.php?p=18</link>
		<comments>http://ferrellweb.com/notes/complitlog/index.php?p=18#comments</comments>
		<pubDate>Wed, 27 Aug 2008 10:59:21 +0000</pubDate>
		
	<category>General</category>		<guid>http://ferrellweb.com/notes/complitlog/index.php?p=18</guid>
		<description>Your first assignment is to work your way through the material from WIN 4 to WIN 81.

Much of this might be old hat, but try to give it a fair shake. You might want to pay special attention to sideboxes, for instance, since they'll tell you about more advanced techniques ...</description>
		<content:encoded><![CDATA[	<p>Your first assignment is to work your way through the material from WIN 4 to WIN 81.</p>
	<p>Much of this might be old hat, but try to give it a fair shake. You might want to pay special attention to sideboxes, for instance, since they&#8217;ll tell you about more advanced techniques or helpful shortcuts you may not have tried before. Try them out, and see if you can learn a couple to add to your repertoire!</p>
	<p>If you&#8217;re not used to using Windows Explorer, it might be worth it to spend a little more time with that section (WIN 40&ndash;WIN 52), as well. </p>
	<p>When you&#8217;ve been through the material, take a look at the &#8220;What you should know&#8221; section on page WIN 82. If something on that list doesn&#8217;t make sense to you, you probably don&#8217;t know what it is&mdash;hop back into the text and take another look!</p>
	<p>When you&#8217;re done that, do the following:</p>
	<p><b>&raquo; Take the practice test</b> Here&#8217;s a link to the <a href="http://www.scsite.com/practicetest/default.cfm?ISBN=0-619-20032-6w&#038;project=0">online practice test</a>&mdash;see what you know! Take the test until you score an <b>80%</b> or better. Once you do, <b>print your results</b>, and hand it in to me.</p>
	<p><b>&raquo; In the Lab 1</b> (WIN 84) Follow the instructions in your book, <i>skipping Part 2</i>. You can write answers to the questions on paper, or type them in Word, if you prefer, and print them out. Turn them in when you&#8217;re done.</p>
]]></content:encoded>
		<wfw:commentRSS>http://ferrellweb.com/notes/complitlog/wp-commentsrss2.php?p=18</wfw:commentRSS>
	</item>
		<item>
		<title>Software Applications</title>
		<link>http://ferrellweb.com/notes/complitlog/index.php?p=21</link>
		<comments>http://ferrellweb.com/notes/complitlog/index.php?p=21#comments</comments>
		<pubDate>Fri, 22 Aug 2008 11:51:24 +0000</pubDate>
		
	<category>General</category>		<guid>http://ferrellweb.com/notes/complitlog/index.php?p=21</guid>
		<description>A semi-random list of application software examples&amp;mdash;

&amp;raquo; Operating Systems
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Microsoft Windows
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Apple's Mac OS X
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Ubuntu {free}

&amp;raquo; Web Browsers
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Microsoft's Internet Explorer {free, Windows only}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Apple's Safari {free}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Mozilla's Firefox {free}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Flock {free}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Opera {free}

&amp;raquo; Office Suites
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Microsoft Office
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Apple's iWork
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;OpenOffice {free}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NeoOffice {free, Mac only}

&amp;raquo; Word Processing/Page Layout
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Microsoft Word
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Apple's Pages
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;OpenOffice Writer {free}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Adobe InDesign
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Quark Xpress
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Scribus {free}

&amp;raquo; Spreadsheet
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Microsoft Excel
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Apple's Numbers
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;OpenOffice Calc {free}

&amp;raquo; ...</description>
		<content:encoded><![CDATA[	<p>A semi-random list of application software examples&mdash;</p>
	<p><b>&raquo; Operating Systems</b><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.microsoft.com/windows/products/windowsvista/default.mspx"><i>Microsoft Windows</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apple&#8217;s <a href="http://www.apple.com/macosx/leopard/features/"><i>Mac OS X</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.ubuntu.com/products/WhatIsUbuntu/desktopedition"><i>Ubuntu</i></a> {free}</p>
	<p><b>&raquo; Web Browsers</b><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Microsoft&#8217;s <a href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx"><i>Internet Explorer</i></a> {free, Windows only}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apple&#8217;s <a href="http://www.apple.com/safari/download/"><i>Safari</i></a> {free}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mozilla&#8217;s <a href="http://en.www.mozilla.com/en/firefox/"><i>Firefox</i></a> {free}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.flock.com/"><i>Flock</i></a> {free}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.opera.com/"><i>Opera</i></a> {free}</p>
	<p><b>&raquo; Office Suites</b><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://office.microsoft.com/"><i>Microsoft Office</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apple&#8217;s <a href="http://www.apple.com/iwork/"><i>iWork</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.openoffice.org/"><i>OpenOffice</i></a> {free}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.neooffice.org/"><i>NeoOffice</i></a> {free, Mac only}</p>
	<p><b>&raquo; Word Processing/Page Layout</b><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://office.microsoft.com/en-us/word/"><i>Microsoft Word</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apple&#8217;s <a href="http://www.apple.com/iwork/pages/"><i>Pages</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OpenOffice <a href="http://www.openoffice.org/product/writer.html"><i>Writer</i></a> {free}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.adobe.com/products/indesign/features/"><i>Adobe InDesign</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.quark.com/products/xpress/"><i>Quark Xpress</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.scribus.net/"><i>Scribus</i></a> {free}</p>
	<p><b>&raquo; Spreadsheet</b><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://office.microsoft.com/en-us/excel/"><i>Microsoft Excel</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apple&#8217;s <a href="http://www.apple.com/iwork/numbers/"><i>Numbers</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OpenOffice <a href="http://www.openoffice.org/product/calc.html"><i>Calc</i></a> {free}</p>
	<p><b>&raquo; Presentation Software</b><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://office.microsoft.com/en-us/powerpoint/"><i>Microsoft Powerpoint</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apple&#8217;s <a href="http://www.apple.com/iwork/keynote/"><i>Keynote</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OpenOffice <a href="http://www.openoffice.org/product/impress.html"><i>Impress</i></a> {free}</p>
	<p><b>&raquo; Graphics Applications</b><br />
&nbsp;&nbsp;&nbsp;Raster Editors (Paint)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.adobe.com/products/photoshop/photoshop/"><i>Adobe Photoshop</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Corel&#8217;s <a href="http://www.corel.com/servlet/Satellite/us/en/Product/1155872554948"><i>Paint Shop Pro</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.pixelmator.com"><i>Pixelmator</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://plasticbugs.com/?page_id=294"><i>Gimpshop</i></a> {free}</p>
	<p>&nbsp;&nbsp;&nbsp;Vector Editors (Draw)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="<a href="http://www.adobe.com/products/illustrator/illustrator/"><i>Adobe Illustrator</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.inkscape.org/screenshots/index.php?lang=en"><i>Inkscape</i></a> {free}</p>
	<p>&nbsp;&nbsp;&nbsp;"Real Media&#8221; Editors<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Corel&#8217;s <a href="http://www.corel.com/servlet/Satellite/us/en/Product/1166553941991"><i>Painter</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Autodesk&#8217;s <a href="http://usa.autodesk.com/adsk/servlet/index?siteID=123112&#038;id=6848450"><i>SketchBook Pro</i></a></p>
	<p>&nbsp;&nbsp;&nbsp;3D Modelling<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Google&#8217;s <a href="http://www.sketchup.com/?utm_campaign=en&#038;utm_source=en-ha-na-us-google&#038;utm_medium=ha&#038;utm_term=3d%20modeling%20software"><i>SketchUp</i></a> {free-ish}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Autodesk&#8217;s <a href="http://usa.autodesk.com/adsk/servlet/index?siteID=123112&#038;id=7635018"><i>Maya</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pixologic&#8217;s <a href="http://www.pixologic.com/home.php"><i>ZBrush</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;e frontier&#8217;s <a href="http://www.e-frontier.com/article/articleview/1156/1/281?sbss=281"><i>Poser</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.blender.org/features-gallery/features/"><i>Blender</i></a> {free}</p>
	<p><b>&raquo; Video Editing</b><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.microsoft.com/windows/products/windowsvista/features/details/moviemaker.mspx"><i>Windows Movie Maker</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apple&#8217;s <a href="http://www.apple.com/ilife/imovie/"><i>iMovie</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apple&#8217;s <a href="http://www.apple.com/finalcutexpress/"><i>Final Cut Express</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.adobe.com/products/premiere/"><i>Adobe Premiere</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.avid.com/products/xpresspro/"><i>Avid Xpress Pro</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.jahshaka.org/"><i>Jahshaka</i></a> {free}</p>
	<p><b>&raquo; Music Recording/Editing</b><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apple&#8217;s <a href="http://www.apple.com/ilife/garageband/"><i>GarageBand</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Acoustica&#8217;s <a href="http://www.acoustica.com/mixcraft/index.htm"><i>Mixcraft</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sony&#8217;s <a href="http://www.sonycreativesoftware.com/products/product.asp?pid=443"><i>Acid Music Studio</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Steinberg&#8217;s <a href="http://www.sequel-music.net/"><i>Sequel</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apple&#8217;s <a href="http://www.apple.com/logicexpress/"><i>Logic Express</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sony&#8217;s <a href="http://www.sonycreativesoftware.com/products/showproduct.asp?pid=1005"><i>Acid Pro</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Propellerhead&#8217;s <a href="http://www.propellerheads.se/"><i>Reason</i></a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.adobe.com/products/audition/"><i>Adobe Audition</i></a></p>
	<p><b>&raquo; Online Tools</b><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://docs.google.com">Google Docs &#038; Spreadsheets</a> {Office apps}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.zoho.com">Zoho</a> {Office apps}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.jumpcut.com/">Jumpcut</a> {Video editing}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.fauxto.com/">Fauxto</a> {Image editing}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.zamzar.com/">Zamzar</a> {File conversion}
</p>
]]></content:encoded>
		<wfw:commentRSS>http://ferrellweb.com/notes/complitlog/wp-commentsrss2.php?p=21</wfw:commentRSS>
	</item>
		<item>
		<title>Finding Your Memory</title>
		<link>http://ferrellweb.com/notes/complitlog/index.php?p=11</link>
		<comments>http://ferrellweb.com/notes/complitlog/index.php?p=11#comments</comments>
		<pubDate>Thu, 21 Aug 2008 11:50:47 +0000</pubDate>
		
	<category>General</category>		<guid>http://ferrellweb.com/notes/complitlog/index.php?p=11</guid>
		<description>Here are a couple of sites (like I mentioned in class today) that can help you find the right type of RAM for your computer:

Crucial.com: their front page is a bit confusing, but you want the Memory Advisor Tool near the right side of the page. Follow the steps, selecting ...</description>
		<content:encoded><![CDATA[	<p>Here are a couple of sites (like I mentioned in class today) that can help you find the right type of RAM for your computer:</p>
	<p><a href="http://www.crucial.com/index.asp">Crucial.com</a>: their front page is a bit confusing, but you want the Memory Advisor Tool near the right side of the page. Follow the steps, selecting your computer&#8217;s information from the drop-down lists, and it will tell you what kind of memory you need.</p>
	<p>They also offer a <a href="http://www.crucial.com/systemscanner/">system scanner</a>, that claims to be able to detect how much RAM is already in your machine, and advise you on how much you can add. I tried it on the Dell in my room, and it seemed to nail it. (It took me a minute to find <i>my</i> configuration down the left side of the screen, but it was there: how much ram I had, how much it could hold, etc., and a big long list of recommended purchases in the center of the screen. Pretty nice, I suppose. So nice, in fact, I&#8217;m not going to bother to recommend another site. <img src='http://ferrellweb.com/notes/complitlog/wp-images/smilies/icon_wink.gif' alt=';-)' /></p>
	<p>However, as far as <i>buying</i> goes, you can still shop around, once you know what kind you need. Sites like <a href="http://www.ramseeker.com/pc/index.php">RAMSeeker</a> show the current prices of popular vendors, so you can compare. I&#8217;ve bought (and been happy with) RAM from Crucial.com, TransIntl.com, and 1-800-4-Memory before, if that&#8217;s a help.</p>
]]></content:encoded>
		<wfw:commentRSS>http://ferrellweb.com/notes/complitlog/wp-commentsrss2.php?p=11</wfw:commentRSS>
	</item>
	</channel>
</rss>
