<?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>Mister McIntosh Says &#187; blogging</title>
	<atom:link href="http://mistermcintoshsays.org/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://mistermcintoshsays.org</link>
	<description>&#34;Happiness lies in the joy of achievement and the thrill of creative effort.&#34; ~ Franklin D. Roosevelt</description>
	<lastBuildDate>Tue, 24 Jan 2012 00:27:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Five HTML Tags Every Teacher Should Know</title>
		<link>http://mistermcintoshsays.org/2010/10/10/five-html-tags-every-teacher-should-know/</link>
		<comments>http://mistermcintoshsays.org/2010/10/10/five-html-tags-every-teacher-should-know/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 03:57:09 +0000</pubDate>
		<dc:creator>Mister McIntosh</dc:creator>
				<category><![CDATA[21st Century Skills]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[writing for the web]]></category>

		<guid isPermaLink="false">http://mistermcintoshsays.org/?p=584</guid>
		<description><![CDATA[Teachers in the twenty-first century don&#8217;t use typewriters. We use blogs to communicate with learners, parents, other teachers and the world at large. And increasingly, we find ourselves using Moodle as our content and course management system. Comment editors on blogs usually do not offer a lot of formatting options, but they do allow a [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_589" class="wp-caption alignright" style="width: 219px"><a href="http://www.flickr.com/photos/brajeshwar/214854623/"><img class="size-full wp-image-589" title="214854623_009c72686e_m" src="http://mistermcintoshsays.org/files/2010/10/214854623_009c72686e_m.jpg" alt="Brajeshwar Oinam/Flickr" width="209" height="240" /></a><p class="wp-caption-text">Brajeshwar Oinam/Flickr</p></div>
<p>Teachers in the twenty-first century don&#8217;t use typewriters. We use blogs to communicate with learners, parents, other teachers and the world at large. And increasingly, we find ourselves using Moodle as our content and course management system. Comment editors on blogs usually do not offer a lot of formatting options, but they do allow a limited amount of HTML and if you want to make your comments look professional, you might need some (HTML that is).</p>
<p>HTML (HyperText Markup Language) is the &#8220;language&#8221; that browsers understand and use to render web pages so that they come out looking and working the way their designers want them too. HTML is not a true computer language like C<sup>++</sup> or Java, and it is actually pretty easy to learn how to use.</p>
<p style="padding-left: 30px;"><strong>Why Learn HTML?</strong></p>
<p>It is true that popular blogging platforms such as Blogger and WordPress have WYSIWYG editors that allow a good deal of formatting to be accomplished by simply clicking buttons. Moodle has a pretty good editing environment too, but the time will come as you get more sophisticated in using these tools, that you will need to edit at the HTML level to get things to look just the way you want. Sometimes you might borrow some text (legally of course) and it will come with all kinds of formatting that you might or might not want, and the only way to clean it up will be by editing the HTML directly.</p>
<p>Here are five HTML tags that I think every teacher really ought to know.</p>
<p style="padding-left: 30px;"><strong>EMPHASIS</strong></p>
<p>The emphasis tag &lt;em&gt;&lt;/em&gt; makes any enclosed text show up as italics. Use it for, well, <em>emphasis</em>, words in a foreign language, or the scientific names of biological species. There is actually a little more to this tag than that, but that&#8217;s good enough for now.</p>
<p style="padding-left: 30px;"><strong>STRONG</strong></p>
<p>The strong tag &lt;strong&gt;&lt;/strong&gt; makes enclosed text <strong>bold</strong>. If you click the &#8220;B&#8221; button when using an editor and then check the HTML, you will see that the &lt;strong&gt;&lt;/strong&gt; tag has been inserted around the text you had highlighted when you chose &#8220;B&#8221;.</p>
<p style="padding-left: 30px;"><strong>SUPERSCRIPT</strong></p>
<p>Sometimes editors have buttons for superscripts and subscripts, sometimes they don&#8217;t. All math and science teachers should know the &lt;sup&gt;&lt;/sup&gt;  tag. I had to use it above on C<sup>++</sup> to raise the &#8220;++&#8221; part since this editor does not have a superscript button. Use it for exponents like in <em>x</em><sup>2</sup>. Hey! That one used the emphasis tag too (because <em>x</em> is a variable).</p>
<p style="padding-left: 30px;"><strong>SUBSCRIPT</strong></p>
<p>Ditto for &lt;sub&gt;&lt;/sub&gt;. You&#8217;ll need that for subscripts on some math expressions or for subscripts in molecular formulas Like H<sub>2</sub>O.</p>
<p style="padding-left: 30px;"><strong>A HREF<br />
</strong></p>
<p>The &lt;a href&gt;&lt;/a&gt; tag creates a hyperlink. When the user clicks on a hyperlink, they are whisked away to another web page or website. It is used like this:</p>
<p style="padding-left: 30px;">&lt;a href=&#8221;http://www.asd20.org/cms&#8221;&gt;Challenger Middle School&lt;/a&gt;</p>
<p>The part in quotes specifies the link target and the text between the tags is what is displayed on the web page. Kind of like this: <a href="http://www.asd20.org/cms" target="_blank">Challenger Middle School</a>.</p>
<p>Pretty easy eh? I find myself using these tags all the time. Perhaps now you&#8217;ll use them too to make your content more professional and correct.</p>
]]></content:encoded>
			<wfw:commentRss>http://mistermcintoshsays.org/2010/10/10/five-html-tags-every-teacher-should-know/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Thoughts on the Interview Project</title>
		<link>http://mistermcintoshsays.org/2010/02/22/my-thoughts-on-the-interview-project/</link>
		<comments>http://mistermcintoshsays.org/2010/02/22/my-thoughts-on-the-interview-project/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:09:25 +0000</pubDate>
		<dc:creator>Tanski</dc:creator>
				<category><![CDATA[21st Century Skills]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[student thoughts]]></category>

		<guid isPermaLink="false">http://mistermcintosh.edublogs.org/?p=330</guid>
		<description><![CDATA[I&#8217;m over from Turbo Tanski and I was asked by Mister McIntosh to share my thoughts on the interview project. I think overall the interview was pretty fun! From my perspective, I loved it! I always liked blogging, but never really got into it until Mister McIntosh gave us this assignment. Mitch Edds says, &#8220;I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m over from <a title="TURBO TANSKI (A gotta see!)" href="http://tanskicms1.edublogs.org" target="_blank">Turbo Tanski</a> and I was asked by Mister McIntosh to share my thoughts on the interview project. I think overall the interview was pretty fun! From my perspective, I loved it! I always liked blogging, but never really got into it until Mister McIntosh gave us this assignment.</p>
<p>Mitch Edds says, &#8220;I think its a good way to put ourselves &#8216;out there,&#8217; to maybe talk to someone we don&#8217;t know very well and learn about how they do things. All together, I thought it was pretty cool to learn about the person I interviewed. I think it should have been a little more open-choiced though for the person we interviewed. For example, someone our own age.&#8221;</p>
<p>Karl Van Ness had this to say about the project, &#8220;I didn&#8217;t really like the project because I feel like I&#8217;m not very good at blogging and since I&#8217;m not good at blogging, I got a B+, which ruined my all A streak. I think the project could have been better if he (Mister McIntosh) graded a little bit less strictly because it may have been some people&#8217;s first time using a blog and he may have graded a little bit more harshly because he has frequently used a blog before. I think he could grade easier on the amount of blogging required and the quality&#8211;it may be someone&#8217;s first time and they didn&#8217;t do very well because of it.&#8221;</p>
<p>I personally liked the whole aspect of blogging but maybe I say this because I have used one before. I think I have to agree with Karl in the matter of Mister McIntosh&#8217;s grading. Mister McIntosh has a large amount of posts and a fair amount of experience. I think this qualifies him as a senior blogger which may mean he has higher expectations of himself which possibly, without knowing it, means he may grade a little harsher because he has higher expectations of others.</p>
<p>I do think he gave enough time on the interview and enough pre-warning for people to complete theirs so there is no reason for people not to finish on time. I think that this is a very smart idea for Mister McIntosh to give students a chance to experiment with blogs and blogging. Good job to Mister McIntosh!</p>
<p>By: <a title="TURBO TANSKI (A gotta see!)" href="http://tanskicms1.edublogs.org" target="_blank">Turbo Tanski</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mistermcintoshsays.org/2010/02/22/my-thoughts-on-the-interview-project/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Interview Project</title>
		<link>http://mistermcintoshsays.org/2009/12/03/the-interview-project/</link>
		<comments>http://mistermcintoshsays.org/2009/12/03/the-interview-project/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 17:16:26 +0000</pubDate>
		<dc:creator>Mister McIntosh</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[interview]]></category>

		<guid isPermaLink="false">http://mistermcintoshsays.org/?p=216</guid>
		<description><![CDATA[The interview project in reading class is well underway. A lot of the blogs are looking good. Here are the requirements for the interviews: Interviewee cannot be a family member Interviewee cannot be a Challenger staff member Interviewee must be an adult Interview questions must be open-ended (no yes or no answers) Interviews may be [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_226" class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/witheyes/121527260/"><img class="size-full wp-image-226 " title="121527260_f85884a37a_m" src="http://mistermcintoshsays.org/files/2009/12/121527260_f85884a37a_m.jpg" alt="Writing is hard work and a lot of fun (witheyes)" width="240" height="161" /></a><p class="wp-caption-text">Writing is hard work and a lot of fun (witheyes)</p></div>
<p>The interview project in reading class is well underway. A lot of the blogs are looking good. Here are the requirements for the interviews:</p>
<ul>
<li>Interviewee cannot be a family member</li>
<li>Interviewee cannot be a Challenger staff member</li>
<li>Interviewee must be an adult</li>
<li>Interview questions must be open-ended (no yes or no answers)</li>
<li>Interviews may be conducted by phone, email or in person</li>
<li>Parent or guardian must accompany you to the interview if it is done in person</li>
<li>Interview will be published at your blog</li>
<li>400-800 words in length</li>
<li>May be written in &#8220;question and answer&#8221; format or in &#8220;paragraph with embedded quotes&#8221; style</li>
<li>You must ask at least five questions</li>
<li>The questions must be approved by me before the interview</li>
</ul>
<p>I figured it would be a good idea to write some example interviews myself so you could see the ways in can be done.</p>
<p>For an example of an interview written up in question and answer format see <a href="http://biographiesmemoirs.suite101.com/article.cfm/jeff_brady_npr_reporter" target="_blank">Jeff Brady, NPR Reporter</a>.</p>
<p>For some examples of the embedded quote format see:</p>
<p><a href="http://scififantasyfiction.suite101.com/article.cfm/writer_and_teacher_james_van_pelt" target="_blank">Writer and Teacher</a>, <a href="http://scififantasyfiction.suite101.com/article.cfm/writer_and_teacher_james_van_pelt" target="_blank">James Van Pelt</a></p>
<p><a href="http://us-state-policy.suite101.com/article.cfm/dwight_d_jones_leads_colorado_education" target="_blank">Dwight D. Jones Leads Colorado Education</a></p>
<p><a href="http://americanaffairs.suite101.com/article.cfm/ben_nighthorse_campbell_still_working_hard" target="_blank">Ben Nighthorse Campbell, Still Working Hard</a></p>
<p><a href="http://scififantasyfiction.suite101.com/article.cfm/fantasy_writer_t_a_barron" target="_blank">Fantasy Writer, T. A. Barron</a></p>
<p>Some possible candidates for interviews are:</p>
<ul>
<li>Police officer</li>
<li>government official</li>
<li>business owner</li>
<li>veteran</li>
<li>doctor</li>
<li>lawyer</li>
<li>veterinarian</li>
<li>athlete</li>
<li>pastor</li>
<li>actor</li>
<li>musician</li>
<li>bus driver</li>
<li>the queen of England</li>
<li>mail carrier</li>
</ul>
<p>Good luck. I look forward to reading your work!</p>
]]></content:encoded>
			<wfw:commentRss>http://mistermcintoshsays.org/2009/12/03/the-interview-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rules of the Road for Student Blogs</title>
		<link>http://mistermcintoshsays.org/2009/11/19/rules-of-the-road-for-student-blogs/</link>
		<comments>http://mistermcintoshsays.org/2009/11/19/rules-of-the-road-for-student-blogs/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 17:33:47 +0000</pubDate>
		<dc:creator>Mister McIntosh</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[21st century learning]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://mistermcintoshsays.org/?p=210</guid>
		<description><![CDATA[I think it will be beneficial if I set out some guidelines for the students to keep in mind as they write and post to their blogs. I am open to suggestions or clarifications. Here they are. No insults or attacks on other people Must use proper grammar and punctuation No making fun of anyone [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 310px"><a href="http://www.flickr.com/photos/litherland/2614531003/"><img class=" " src="http://farm3.static.flickr.com/2156/2614531003_c34d9a2393_d.jpg" alt="(Caren Litherland)" width="300" height="225" /></a><p class="wp-caption-text">(Caren Litherland)</p></div>
<p>I think it will be beneficial if I set out some guidelines for the students to keep in mind as they write and post to their blogs. I am open to suggestions or clarifications. Here they are.</p>
<ul>
<li>No insults or attacks on other people</li>
<li>Must use proper grammar and punctuation</li>
<li>No making fun of anyone</li>
<li>No threats</li>
<li>Do not pretend to be insane</li>
<li>No joking about hurting people</li>
<li>No foul language</li>
<li>No posting of copyright material (text, pictures, video, etc.) without permission from the copyright owner</li>
<li>If you use pictures or other objects that are in the public domain or are used under a Creative Commons (CC) license, you must give credit to the owner of the material, and provide a link back to the original (like I did when using the CC-licensed photo from Flickr in this post)</li>
</ul>
<p>You can post as often as you want. Some good topics for blog posts include:</p>
<ul>
<li>A subject you know a lot about</li>
<li>Hobbies</li>
<li>World events</li>
<li>Sports</li>
<li>Local news</li>
<li>What&#8217;s going on in your neighborhood</li>
<li>Pets</li>
<li>Books you are reading</li>
<li>Product reviews (only if you are very familiar with a particular product)</li>
<li>TV shows</li>
<li>Movies you have seen</li>
<li>Games</li>
<li>How-to do something</li>
</ul>
<p>Those are just a few ideas.</p>
]]></content:encoded>
			<wfw:commentRss>http://mistermcintoshsays.org/2009/11/19/rules-of-the-road-for-student-blogs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reading Class Student Blogs</title>
		<link>http://mistermcintoshsays.org/2009/11/17/reading-class-student-blogs/</link>
		<comments>http://mistermcintoshsays.org/2009/11/17/reading-class-student-blogs/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 02:33:36 +0000</pubDate>
		<dc:creator>Mister McIntosh</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[class blogs]]></category>
		<category><![CDATA[Edublogs]]></category>
		<category><![CDATA[Interview Project]]></category>

		<guid isPermaLink="false">http://mistermcintoshsays.org/?p=196</guid>
		<description><![CDATA[I added a blog roll of all the blogs being set up and maintained by the 2nd quarter reading students. I invite you to check them out and leave some comments for the intrepid bloggers. We are working on them everyday and each day they improve significantly. The main purpose of this blogging project is [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_204" class="wp-caption alignright" style="width: 310px"><a href="http://www.flickr.com/photos/barnett/2836828090/"><img class="size-medium wp-image-204" title="blogwordle" src="http://mistermcintoshsays.org/files/2009/11/blogwordle-300x195.jpg" alt="(Kristina Barnett)" width="300" height="195" /></a><p class="wp-caption-text">(Kristina Barnett)</p></div>
<p>I added a blog roll of all the blogs being set up and maintained by the 2nd quarter reading students. I invite you to check them out and leave some comments for the intrepid bloggers. We are working on them everyday and each day they improve significantly.</p>
<p>The main purpose of this blogging project is to publish an interview with someone from the community. More on that later. For now check out these blogs (on the right side bar). They are just getting started, but some of these kids clearly have important things on their minds. Many are very interesting writers.</p>
]]></content:encoded>
			<wfw:commentRss>http://mistermcintoshsays.org/2009/11/17/reading-class-student-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
