<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<title>education</title>
<link>http://www.computersight.com/tags/education</link>
<description>New posts about education</description>
<item>
<title>How to Link Different Structures of an Image in Microsoft Frontpage</title>
<link>http://www.computersight.com/Software/Microsoft-Office-Suite/How-to-Link-Different-Structures-of-an-Image-in-Microsoft-Frontpage.265541</link>
<description>
<![CDATA[<h3>How to link different structures of an image in Microsoft FrontPage</h3>
<p>Have you ever thought of linking different parts of a single image to different web pages or documents or such other things. Sounds crazy! You can actually do this using Microsoft Front Page or such other html developing tools. In this article, I have listed down the steps that will help you achieve the same using Microsoft FrontPage.</p>
<p>Step 1: Inserting Image</p>
<ol>
<li> From the <strong>Insert</strong> menu, go to <strong>Picture</strong> and select <strong>File</strong>.</li>
<li> A <strong>Picture</strong> dialog appears. In this dialog, browse to the destination of the image, select the image and click the <strong>Insert</strong> button, the image gets inserted. </li>
</ol>
<p><img src="http://images.stanzapub.com/readers/2008/09/20/341441_0.jpg" alt="" /></p>
<ol>
<li> If you notice, the image displays multiple things; a laptop, a mouse, a mobile, and an internet accessing tool connected to one of the USB port of the laptop. You can hyperlink these parts of the image to different websites or html web pages. </li>
</ol>
<p><img src="http://images.stanzapub.com/readers/2008/09/20/341441_1.jpg" alt="" /></p>
<p>Step 2: Hyperlinking different parts of an Image</p>
<ol>
<li> From the <strong>Drawing</strong> toolbar, select the <strong>Rectangle</strong> box. </li>
</ol>
<p><img src="http://images.stanzapub.com/readers/2008/09/20/341441_2.jpg" alt="" /></p>
<ol>
<li> Place the cursor on the part of the image that you want to link and stretch it. On stretching, the selected part is covered by a rectangular structure as shown below. </li>
</ol>
<p><img src="http://images.stanzapub.com/readers/2008/09/20/341441_3.jpg" alt="" /></p>
<ol>
<li> Right click on the rectangular structure and select <strong>Format AutoShape</strong> from the drop-down menu, a <strong>Format AutoShape</strong> dialog appears as shown below. </li>
</ol>
<p><img src="http://images.stanzapub.com/readers/2008/09/20/341441_4.jpg" alt="" /></p>
<ol>
<li> Now adjust the transparency to 100% and select <strong>No Line</strong> for <strong>Color</strong> and click <strong>OK</strong>. The rectangular drawing becomes transparent with no lines. But if you want to distinguish this part of the image with the rest, then you can make the lines of the rectangular structure appear in distinct color as shown below. </li>
</ol>
<p><img src="http://images.stanzapub.com/readers/2008/09/20/341441_5.jpg" alt="" /></p>
<ol>
<li> Click to highlight the rectangular structure then right-click. From the drop-down menu, select <strong>Hyperlink</strong>. You can also access the hyperlink option using CTRL K. </li>
<li> To link the image to a website, in the address filed of the <strong>Insert Hyperlink</strong> dialog, insert the path of the website and click <strong>OK</strong>. You can also link it to a different image or a document as per your requirement. </li>
</ol>
<p>In this way, you can link the different parts of a single image to a different websites or documents or web pages and it is better you highlight that area with a distinct color as show above which in one way will help to attract the attention of the user.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FMicrosoft-Office-Suite%2FHow-to-Link-Different-Structures-of-an-Image-in-Microsoft-Frontpage.265541"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FSoftware%2FMicrosoft-Office-Suite%2FHow-to-Link-Different-Structures-of-an-Image-in-Microsoft-Frontpage.265541" border="0"/></a>]]></description>
<pubDate>Mon, 22 Sep 2008 08:36:27 PST</pubDate></item>
<item>
<title>Teaching HTML to Middle School Students</title>
<link>http://www.computersight.com/Programming/HTML/Teaching-HTML-to-Middle-School-Students.210205</link>
<description>
<![CDATA[<p>Although it may seem difficult to the uninitiated, writing in html - hypertext mark-up language - is relatively easy.  The key to teaching it to students between the ages of ten and fourteen is to break it down into small increments and to use templates to help them write their first pages.  Some students will never move beyond the template; some will be eager to do more and will seek additional coding.</p>
<p>The template should include heading and exterior coding and should look something like this:</p>
<p>Coding in Hypertext Markup Language</p>
<p>"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd"</p>
Coding in Hypertext Markup Language
<p>Computer programming is done by using number combinations.  All computer functions are writing using binary which uses "00" and "01" to ask the computer "no" or "yes" about each bit of information.  That was tedious, so programmers developed a system called machine language to make telling computers what to do easier.  That was still pretty hard for people who do not like numbers.  There needed to be an easier way for ordinary people to tell computers how to do easy things--like make web pages.</p>
<p>Hypertext Markup Language is a code using letters that lets a computer turn our commands into binary and back into something we humans can easily read.  HTML is one of the easiest kinds of computer coding to learn.  It has many uses, but the way it is used most often is to create personal web pages.  There are software packages such as "Dreamweaver" that let people do this without even knowing HTML code.  There are books and websites that give directions for people who want to write their own code.</p>
<p>Today we are going to look at three simple code commands:  "bgcolor" , "Paragraph", and "un-numbered list".  With these three commands, you can create a very simple web-page.  If you like doing this, the attached list has a book and two webpages that tell more about how to make a webpage.</p>
<ul>
<li>Sams Teach Yourself Web Publishing with HTML 4 in 21 Days</li>
<li><a href="http://www.htmlgoodies.com/" target="_blank">HTML Goodies</a></li>
<li><a href="http://werbach.com/barebones/" target="_blank">Bare Bone</a></li>
</ul>
<p>At first glance, this seems like a lot of information.  But presented to the student on portable medium (floppies, when I first started teaching this, more recently, on flash drives or down loadable from a central file on a server), this provides a basic framework into which students can place their own paragraphs.  It also provides information (once they have saved it as a web page rather than a text document) about resources for finding additional coding.</p>
<p>Try it out for yourself.  Copy the coding, paste it into a simple text editor such as notepad (word processing programs add too much extra coding to be efficient), and save the results as an html document.  To save a text document as a webpage, in the save bar type &amp;ldquo;name.html&amp;rdquo;.  When you save the document, it will acquire the icon of your favorite browser.  Click on it, and it will come up as a webpage.  Pretty cool, huh?</p>
<p>The kids love it!  The AHA moment when their coding turns into a bonifide webpage is my favorite part of teaching web design.  The next part is even better-this is when they start to substitute their words for mine, change the page color, work with different backgrounds.  Some students approach the whole process as a teacher-imposed nonsense, but most take off and run with it.  Providing web-pages with added lessons and alternative coding allows the ambitious ones to take off on their own.</p>
<p>For those students who are having more difficulty with the process, my next official additions to their abilities are tables, adding a picture, and adding links to existing webpages and finally, links between three pages of their own.  If the school provides email for students, being able to post their email address becomes part of the assignment.</p>
<p>Since middle-school students usually range from ages 11 through 14, security is certainly an issue.  Therefore, the students' pages are not published on the internet as such, but rather on the school intranet.  If this is not an option, their work is saved to portable medium so that they can take it home with them.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FHTML%2FTeaching-HTML-to-Middle-School-Students.210205"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FHTML%2FTeaching-HTML-to-Middle-School-Students.210205" border="0"/></a>]]></description>
<pubDate>Thu, 14 Aug 2008 06:41:22 PST</pubDate></item>
</channel>
</rss>
