<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Webmaster&#039;s Blog</title>
	<atom:link href="http://blogs.mtu.edu/webmaster/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mtu.edu/webmaster</link>
	<description>Just another MTU Blogs weblog</description>
	<lastBuildDate>Tue, 30 Apr 2013 14:09:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>CMS Upgrade on Tuesday April 30th</title>
		<link>http://blogs.mtu.edu/webmaster/2013/04/cms-upgrade-on-tuesday-april-30th/</link>
		<comments>http://blogs.mtu.edu/webmaster/2013/04/cms-upgrade-on-tuesday-april-30th/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 19:42:38 +0000</pubDate>
		<dc:creator>Alex Hughes</dc:creator>
				<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://blogs.mtu.edu/webmaster/?p=1942</guid>
		<description><![CDATA[Update 4/30 9:27 a.m.: Upgrade is complete and the system is up and running. If you experience any issues please contact cmshelp@mtu.edu, or call (906) 487-2431. The Rhythmyx Content Management system will be unavailable until 10 a.m. on April 30th. The system will be undergoing an upgrade and you will not be able to update [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update 4/30 9:27 a.m.</strong>: Upgrade is complete and the system is up and running. If you experience any issues please contact <a href="mailto:cmshelp@mtu.edu">cmshelp@mtu.edu</a>, or call (906) 487-2431.</p>
<hr />
<p>The Rhythmyx Content Management system will be unavailable until 10 a.m. on April 30th. The system will be undergoing an upgrade and you will not be able to update your content until after 10 a.m. Your website will be unaffected and remain up during the outage and any content inside of the CMS will be available for editing once the system is brought back online. If you have any questions please contact <a href="mailto:cmshelp@mtu.edu">cmshelp@mtu.edu</a>, or call (906) 487-2431.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mtu.edu/webmaster/2013/04/cms-upgrade-on-tuesday-april-30th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Sortable Tables</title>
		<link>http://blogs.mtu.edu/webmaster/2013/04/sortable-tables/</link>
		<comments>http://blogs.mtu.edu/webmaster/2013/04/sortable-tables/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 16:26:59 +0000</pubDate>
		<dc:creator>Scott Shannon</dc:creator>
				<category><![CDATA[Tables]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://blogs.mtu.edu/webmaster/?p=1925</guid>
		<description><![CDATA[Many times you may want to allow a user to sort a table of data. If you have a long table of information, it can be difficult to find the information you&#8217;re looking for. A sortable table will make it much easier for a user to get the information they need, fast. And we&#8217;ve made [...]]]></description>
			<content:encoded><![CDATA[<p>Many times you may want to allow a user to sort a table of data. If you have a long table of information, it can be difficult to find the information you&#8217;re looking for. A sortable table will make it much easier for a user to get the information they need, fast. And we&#8217;ve made it easy to do!</p>
<p>To do a simple sortable table just give the table a class of <em>table-sortable</em>. You must also place the column headings into the &lt;thead&gt; of the table.<span id="more-1925"></span></p>
<p><code>&lt;table class="striped <strong>table-sortable</strong>"&gt;<br />
<strong>&lt;thead&gt;<br />
&lt;tr&gt;<br />
&lt;th&gt;Heading 1&lt;/th&gt;<br />
&lt;th&gt;Heading 2&lt;/th&gt;<br />
&lt;th&gt;Heading 3&lt;/th&gt;<br />
&lt;/tr&gt;<br />
&lt;/thead&gt;</strong><br />
&lt;tbody&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Cell 1&lt;/td&gt;<br />
&lt;td&gt;Cell 2&lt;/td&gt;<br />
&lt;td&gt;Cell 3&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Cell 4&lt;/td&gt;<br />
&lt;td&gt;Cell 5&lt;/td&gt;<br />
&lt;td&gt;Cell 6&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;</code></p>
<table class="striped table-sortable">
<thead>
<tr>
<th>Heading 1</th>
<th>Heading 2</th>
<th>Heading 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
<td>Cell 3</td>
</tr>
<tr>
<td>Cell 4</td>
<td>Cell 5</td>
<td>Cell 6</td>
</tr>
</tbody>
</table>
<h2>Advanced Settings</h2>
<p>The table can easily be configured to fit your needs. Use these settings to customize your sortable table.</p>
<ul>
<li><strong>Initial column to sort: </strong>Give the &lt;th&gt; a class of <em>table-th-sort</em>. Use <em>table-th-sort-rev</em> to have it sorted in reverse.</li>
<li><strong>Disable column sorting:</strong>Turn off sorting on a specific column by giving the &lt;th&gt; a class of <em>table-th-nosort</em>.</li>
</ul>
<p>Here&#8217;s an example with both of the advanced settings.</p>
<p><code>&lt;table class="striped table-sortable"&gt;<br />
&lt;thead&gt;<br />
&lt;tr&gt;<br />
&lt;th class="<strong>table-th-nosort</strong>"&gt;Heading 1&lt;/th&gt;<br />
&lt;th&gt;Heading 2&lt;/th&gt;<br />
&lt;th class="<strong>table-th-sort-rev</strong>"&gt;Heading 3&lt;/th&gt;<br />
&lt;/tr&gt;<br />
&lt;/thead&gt;<br />
&lt;tbody&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Cell 1&lt;/td&gt;<br />
&lt;td&gt;Cell 2&lt;/td&gt;<br />
&lt;td&gt;Cell 3&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Cell 4&lt;/td&gt;<br />
&lt;td&gt;Cell 5&lt;/td&gt;<br />
&lt;td&gt;Cell 6&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;</code></p>
<table class="striped table-sortable">
<thead>
<tr>
<th class="table-th-nosort">Heading 1</th>
<th>Heading 2</th>
<th class="table-th-sort-rev">Heading 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
<td>Cell 3</td>
</tr>
<tr>
<td>Cell 4</td>
<td>Cell 5</td>
<td>Cell 6</td>
</tr>
</tbody>
</table>
<p>If you have any questions or need help implementing a sortable table, contact us at <a href="mailto:cmshelp@mtu.edu">cmshelp@mtu.edu</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mtu.edu/webmaster/2013/04/sortable-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Creating Customized Course Listings Pages</title>
		<link>http://blogs.mtu.edu/webmaster/2013/02/customize-course-listings/</link>
		<comments>http://blogs.mtu.edu/webmaster/2013/02/customize-course-listings/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 19:59:19 +0000</pubDate>
		<dc:creator>Joel Vertin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[adding courses]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[course finder]]></category>
		<category><![CDATA[course listings]]></category>
		<category><![CDATA[courses]]></category>

		<guid isPermaLink="false">http://blogs.mtu.edu/webmaster/?p=1897</guid>
		<description><![CDATA[The following two video tutorials will help you to learn how to create customized course listing webpages to add to your CMS website. These customized course listing pages are meant to be used when you only need to list a limited/specific number of courses from either one department or many departments. You can also created [...]]]></description>
			<content:encoded><![CDATA[<p>The following two video tutorials will help you to learn how to create customized course listing webpages to add to your CMS website. These customized course listing pages are meant to be used when you only need to list a <span style="text-decoration: underline;">limited/specific</span> number of courses from either one department or many departments.</p>
<p>You can also created <span style="text-decoration: underline;">automated</span> course listing webpages that pull all undergraduate and/or graduate courses from one/many departments. The tutorial below shows you what to do when you only need to pull certain/specific courses. For more information about how to create automated course listing webpages, please email the UMC web team at &lt;<a href="mailto:cmshelp@mtu.edu">cmshelp@mtu.edu</a>&gt;.</p>
<h3>Adding Ungrouped Courses to a Page</h3>
<p><a href="http://blogs.mtu.edu/webmaster/2013/02/customize-course-listings/"><em>Click here to view the embedded video.</em></a></p>
<p class="center"><strong>Press play to load and play this tutorial</strong></p>
<p style="font-size: .95em;"><em>Please note: This video is best viewed in full screen mode. Click the <a href="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png"><img style="padding: 0; border: none;" src="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png" alt="Full Screen" width="19" height="19" /></a> button in the bottom right corner to access full screen mode.</em></p>
<h3>Grouping Your Courses By Department</h3>
<p><a href="http://blogs.mtu.edu/webmaster/2013/02/customize-course-listings/"><em>Click here to view the embedded video.</em></a></p>
<p class="center"><strong>Press play to load and play this tutorial</strong></p>
<p style="font-size: .95em;"><em>Please note: This video is best viewed in full screen mode. Click the <a href="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png"><img style="padding: 0; border: none;" src="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png" alt="Full Screen" width="19" height="19" /></a> button in the bottom right corner to access full screen mode.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mtu.edu/webmaster/2013/02/customize-course-listings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png" />
		<media:content url="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png" medium="image">
			<media:title type="html">Full Screen</media:title>
		</media:content>
		<media:content url="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png" medium="image">
			<media:title type="html">Full Screen</media:title>
		</media:content>
	</item>
		<item>
		<title>Generic (Page) Styling &amp; Coding Clean Up</title>
		<link>http://blogs.mtu.edu/webmaster/2013/01/clean-up/</link>
		<comments>http://blogs.mtu.edu/webmaster/2013/01/clean-up/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 16:40:21 +0000</pubDate>
		<dc:creator>Joel Vertin</dc:creator>
				<category><![CDATA[CMS Announcements]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Styles]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[generic]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[styling]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://blogs.mtu.edu/webmaster/?p=1890</guid>
		<description><![CDATA[Have you created a new Generic (Page) and can&#8217;t get the styling just right? Does the right sidebar look funny? Aren&#8217;t sure when and where to use headings or bulleted lists? The UMC web team can help &#8220;clean up&#8221; your web page so that the look and styling more closely matches today&#8217;s web standards. Send [...]]]></description>
			<content:encoded><![CDATA[<p>Have you created a new Generic (Page) and can&#8217;t get the styling just right? Does the right sidebar look funny? Aren&#8217;t sure when and where to use headings or bulleted lists? The UMC web team can help &#8220;clean up&#8221; your web page so that the look and styling more closely matches today&#8217;s <span style="text-decoration: underline;">web standards</span>.</p>
<p>Send us an email at &lt;<a href="mailto:cmshelp@mtu.edu">cmshelp@mtu.edu</a>&gt; with the URL of your web page (a live page or a CMS preview link) and let us know that you&#8217;d like a &#8220;style and coding clean up&#8221;. We will take a few minutes to clean up your web page and have it looking great.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mtu.edu/webmaster/2013/01/clean-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Meta Data: Keywords and Descriptions</title>
		<link>http://blogs.mtu.edu/webmaster/2013/01/meta-data/</link>
		<comments>http://blogs.mtu.edu/webmaster/2013/01/meta-data/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 16:17:23 +0000</pubDate>
		<dc:creator>Joel Vertin</dc:creator>
				<category><![CDATA[CMS Announcements]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[meta data]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://blogs.mtu.edu/webmaster/?p=1878</guid>
		<description><![CDATA[Your existing CMS webpages will often have the meta data (keywords and descriptions) already filled out. If your meta data fields are blank or if you&#8217;re creating a new webpage, then it is important to fill these fields out. When creating new webpages, it is important to properly fill out the keywords and description fields [...]]]></description>
			<content:encoded><![CDATA[<p>Your existing CMS webpages will often have the meta data (keywords and descriptions) already filled out. If your meta data fields are blank or if you&#8217;re creating a new webpage, then it is important to fill these fields out.</p>
<p>When creating <span style="text-decoration: underline;">new</span> webpages, it is important to properly fill out the keywords and description fields (meta data) in your Generic (Page). In the keywords field, enter 6-8 phrases that are comma separated. A keyword phrase is a 1-4 word phrase that describes your webpage. These are typically phrases that web users will type into a search engine, in order to find our webpage.</p>
<p>As an example, let us say that you have a webpage about the campus job fair. Your keyword phrases may be:</p>
<p><code>houghton job fair, michigan tech job fair, job fair, houghton career fair, michigan tech career fair, career fair</code></p>
<p>It is important to fill out keywords that relate to your webpage to help search engines like Google and Yahoo rank your webpage higher in their search rankings.</p>
<p><span id="more-1878"></span></p>
<p>For the description field, add 1-2 sentences about your webpage. This could be as simple as the first sentence from the webpage itself, or, you have the option to write something customized. Search engines will often use the description field to describe your webpage when it is pulled up in search results. Thus, the descritpion field gives you the opportunity to shape what search engines will say about your webpage, when users are searching for you.</p>
<p>If you have any questions about search engine optimization (SEO), you can ask us by emailing <a href="mailto:cmshelp@mtu.edu">cmshelp@mtu.edu</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mtu.edu/webmaster/2013/01/meta-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Using the Image Editor</title>
		<link>http://blogs.mtu.edu/webmaster/2013/01/image-editor/</link>
		<comments>http://blogs.mtu.edu/webmaster/2013/01/image-editor/#comments</comments>
		<pubDate>Fri, 18 Jan 2013 17:17:43 +0000</pubDate>
		<dc:creator>Joel Vertin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[banners]]></category>
		<category><![CDATA[cropping]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[faculty photos]]></category>
		<category><![CDATA[image editor]]></category>
		<category><![CDATA[image sizes]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[staff photos]]></category>
		<category><![CDATA[updating]]></category>

		<guid isPermaLink="false">http://blogs.mtu.edu/webmaster/?p=384</guid>
		<description><![CDATA[The image editor is a powerful tool within the CMS. We use it to create and edit images of specific sizes.  Please scroll to the bottom of this post to see common Image Editor errors. Here is a listing of the available Image Editor images and their corresponding sizes: Image Name Image Size Small Thumb [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">The image editor is a powerful tool within the CMS. We use it to create and edit images of specific sizes.  Please scroll to the bottom of this post to see <a href="http://blogs.mtu.edu/webmaster/2011/02/image-editor/#errors">common Image Editor errors</a>. Here is a listing of the available Image Editor images and their corresponding sizes:</p>
<table class="striped middle" style="width: 80%;" border="0">
<tbody>
<tr>
<th>Image Name</th>
<th>Image Size</th>
</tr>
<tr class="alt">
<td>Small Thumb (thumbnail)</td>
<td>95 x 95</td>
</tr>
<tr>
<td>Medium Thumb (thumbnail)</td>
<td>112 x 112</td>
</tr>
<tr class="alt">
<td>Large Thumb (thumbnail)</td>
<td>170 x 170</td>
</tr>
<tr>
<td>Personnel (faculty/staff portrait)</td>
<td>130 x 175</td>
</tr>
<tr class="alt">
<td>Full Size Vertical (photo slideshows)</td>
<td>* x 500</td>
</tr>
<tr>
<td>Full Size Horizontal (photo slideshows)</td>
<td>700 x *</td>
</tr>
<tr class="alt">
<td>Single Column (column width)</td>
<td>333 x *</td>
</tr>
<tr>
<td>Horizontal (sub-banner)</td>
<td>465 x *</td>
</tr>
<tr class="alt">
<td>Sidebar (right sidebar)</td>
<td>213 x *</td>
</tr>
</tbody>
</table>
<p class="small"><em>Note: Sizes are displayed as width x height. An asterisk (*) indicates that the size is variable.</em></p>
<p><span id="more-384"></span>The Image Editor is only capable of creating image sizes that are listed in the table above. You will need to decide on a location in the CMS for your image as well as what image size or sizes you would like to use. An advantage of using the Image Editor is that you do not need to size or crop your image before you load it into the CMS, you just need to follow a <a href="#errors">few rules</a>. Your image needs to use the <span style="text-decoration: underline;">RGB color palette</span>, be a <span style="text-decoration: underline;">.jpg</span>, <span style="text-decoration: underline;">.png</span>, or <span style="text-decoration: underline;">.gif</span>, and be less than 10MB in size (<strong>.tif files will not work</strong>). No other restrictions apply. You can use Photoshop or another image editing program to save a version of your image that is compatible with the CMS. If you need assistance with your image format, please contact the UMC web group at &lt;<a href="mailto:cmshelp@mtu.edu">cmshelp@mtu.edu</a>&gt;.</p>
<p>Once you load your image into the Image Editor, you may crop it into multiple sizes (if necessary) that will be stored and associated with your one Image Editor file. Your Image Editor file will contain your original image along with each size that you crop. This will allow you and others to access multiple image sizes depending on where you wish to use your image or what you wish to use your image for.</p>
<h3>Loading Your Image</h3>
<p style="text-align: left;">Right click on or in the folder that you wish to store your Image Editor file. Select &#8220;New Image&#8221;:</p>
<div id="attachment_399" class="wp-caption aligncenter" style="width: 344px"><a title="Creating a new image editor item" rel="milkbox[imed]" href="http://blogs.mtu.edu/webmaster/files/2009/11/new-image-editor.jpg"><img class="size-full wp-image-399" src="http://blogs.mtu.edu/webmaster/files/2009/11/new-image-editor.jpg" alt="Creating a new image editor item" width="334" height="332" /></a><p class="wp-caption-text">Creating a new image editor item</p></div>
<p>You will be presented with this screen:</p>
<div id="attachment_400" class="wp-caption aligncenter" style="width: 475px"><a title="Image Editor content form" rel="milkbox[imed]" href="http://blogs.mtu.edu/webmaster/files/2009/11/new-imed.jpg"><img class="size-full wp-image-400" src="http://blogs.mtu.edu/webmaster/files/2009/11/new-imed.jpg" alt="Image Editor content form" width="465" height="248" /></a><p class="wp-caption-text">Image Editor content form</p></div>
<p>Fill out the various fields of the Image Editor content form.</p>
<p>The system title is only seen within the CMS. Use a <a href="http://blogs.mtu.edu/webmaster/2009/12/cms-item-naming-conventions/">system title that is descriptive</a> of the image you are working with. This field is used when searching for the image within the CMS.</p>
<p>The display title is used by some CMS templates as a title above the image. Enter something short yet accurate; even if you don’t plan on using a display title on your page.</p>
<p>The image alt text describes the image to someone who can&#8217;t see it. This tag may be read by assistive software or by someone with a text-only browser, slow connection, or mobile device. Keep it short and to the point because it also appears when the mouse hovers over an image.</p>
<p>The image description is more informative than the image alt text. Say what&#8217;s happening, who&#8217;s in the photo, where the photo was taken, and any other information that would be interesting to readers. An added bonus is that it will help other editors in CMS to use your photo in the correct context.</p>
<p>Once you are done filling out the various textboxes, click on “Browse” and select your image to be uploaded into the CMS. A new section of the Image Editor content form will appear:</p>
<p style="text-align: left;">
<div id="attachment_401" class="wp-caption aligncenter" style="width: 463px"><a title="Filled out Image Editor content form" rel="milkbox[imed]" href="http://blogs.mtu.edu/webmaster/files/2009/11/imed-form.jpg"><img class="size-full wp-image-401" src="http://blogs.mtu.edu/webmaster/files/2009/11/imed-form.jpg" alt="Filled out Image Editor content form" width="453" height="454" /></a><p class="wp-caption-text">Filled out Image Editor content form</p></div>
<p style="text-align: left;">Use the checkboxes to select what image sizes you would like to crop for. You must select at least one size and you may select as many as you like. Its best to crop for all sizes that make sense, even if you aren&#8217;t sure that you will use all of them. Remember that each size that you crop for becomes available to the entire CMS community. If you do not crop for a specific size, that size will not be available for anyone else to use. Once you have selected your sizes, click on the blue &#8220;Next&#8221; button along the top. You&#8217;ll see a screen similar to this:</p>
<p style="text-align: left;">
<div id="attachment_402" class="wp-caption aligncenter" style="width: 475px"><a title="Using the Image Editor to crop" rel="milkbox[imed]" href="http://blogs.mtu.edu/webmaster/files/2009/11/imed-cropping.jpg"><img class="size-full wp-image-402" src="http://blogs.mtu.edu/webmaster/files/2009/11/imed-cropping.jpg" alt="Using the Image Editor to crop" width="465" height="289" /></a><p class="wp-caption-text">Using the Image Editor to crop</p></div>
<p>The text in the top left corner will let you know what image size you are cropping for. In the above example, we are cropping for a 95 x 95 pixel Small Thumbnail. The four red squares represent the area of the image that you are selecting. The area of the image outside of this rectangle will be cropped out. Click on any of the four red squares and drag them as needed to select the area of the image that you would like to use. Once you have selected an image area that you are comfortable with, click the blue &#8220;Next&#8221; button along the top.</p>
<p>You will be presented with similar screens as you crop for your different sizes. Once you have cropped for each size that you selected, you will be given a confirmation screen similar to this:</p>
<p style="text-align: center;">
<div id="attachment_405" class="wp-caption aligncenter" style="width: 475px"><a title="Image Editor confirmation screen" rel="milkbox[imed]" href="http://blogs.mtu.edu/webmaster/files/2009/11/imed-confirmation.jpg"><img class="size-full wp-image-405" src="http://blogs.mtu.edu/webmaster/files/2009/11/imed-confirmation.jpg" alt="Image Editor confirmation screen" width="465" height="422" /></a><p class="wp-caption-text">Image Editor confirmation screen</p></div>
<p>This screen will show you each size that you have cropped for plus the original image that was uploaded to the CMS. You may use the blue buttons across the top to go to previous screens to make changes or to save your image.</p>
<h3>Common Errors<a name="errors"></a></h3>
<p>There are a few common error messages associated with the Image Editor:</p>
<ol>
<li>&#8220;You must upload an image before continuing.&#8221; after you&#8217;ve uploaded a file</li>
<li>&#8220;HTTP Status 500&#8243; after using the previous or next button.</li>
<li>Request processing failed; nested exception is java.awt.image.RasterFormatException: (y = height) is outside of Raster</li>
<li>Your image is rotated 90 degrees</li>
</ol>
<p>You may receive the <span style="text-decoration: underline;">first error</span> despite selecting an image to upload into the CMS. This can be caused by one of two things; either your image is a .tif file or it uses the CYMK color palette. To remedy this, save your image as another file type (.jpg being the safest) and make sure it uses the RGB color palette. Then you will be able to upload your image as normal. There is a <a href="http://www.cmykconverter.com/" target="_blank">3rd party online CYMK to RGB image converter</a> that may be helpful as a last resort. If you need assistance with your image format, please contact the UMC web group at &lt;<a href="mailto:cmshelp@mtu.edu">cmshelp@mtu.edu</a>&gt;.</p>
<p>You may receive the <span style="text-decoration: underline;">second error</span> when using your previous or next buttons. This occurs when you select a cropped area with a width or height of zero pixels. This will cause the Image Editor to error. To fix this, start over and make sure you have selected an area to crop with a width and height of greater than zero pixels.</p>
<p>You may receive the <span style="text-decoration: underline;">third error</span> when using an image that is smaller than the crop size that you are trying to create. The Image Editor will automatically select a preset number of pixels and, if your image is too small, fictitious/nonexistent pixels will be selected. You can see what all the default image sizes are at the top of this post. Somehow, more pixels are being selected than what exist.</p>
<p>You may receive the <span style="text-decoration: underline;">fourth error</span> because your image was already rotated before uploading to the CMS. Unfortunately, the CMS has no rotation abilities. Advanced cameras can detect if you rotated your camera to take a photo and add some sort of variable to the raw data indicating so. Thus, certain &#8220;smart&#8221; programs on your machine will display your image as right-side up even though it is rotated 90 degrees. Other programs (and the CMS) will show that your image actually is rotated, as it was taken. You can  open your image in Photoshop or another image editing program it will most likely automatically rotate for you. All you have to do is &#8220;save&#8221; the image then.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mtu.edu/webmaster/2013/01/image-editor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://blogs.mtu.edu/webmaster/files/2009/11/new-image-editor-150x150.jpg" />
		<media:content url="http://blogs.mtu.edu/webmaster/files/2009/11/new-image-editor.jpg" medium="image">
			<media:title type="html">new-image-editor</media:title>
			<media:description type="html">Creating a new image editor item</media:description>
			<media:thumbnail url="http://blogs.mtu.edu/webmaster/files/2009/11/new-image-editor-150x150.jpg" />
		</media:content>
		<media:content url="http://blogs.mtu.edu/webmaster/files/2009/11/new-imed.jpg" medium="image">
			<media:title type="html">new-imed</media:title>
			<media:description type="html">Image Editor content form</media:description>
			<media:thumbnail url="http://blogs.mtu.edu/webmaster/files/2009/11/new-imed-150x150.jpg" />
		</media:content>
		<media:content url="http://blogs.mtu.edu/webmaster/files/2009/11/imed-form.jpg" medium="image">
			<media:title type="html">imed-form</media:title>
			<media:description type="html">Filled out Image Editor content form</media:description>
			<media:thumbnail url="http://blogs.mtu.edu/webmaster/files/2009/11/imed-form-150x150.jpg" />
		</media:content>
		<media:content url="http://blogs.mtu.edu/webmaster/files/2009/11/imed-cropping.jpg" medium="image">
			<media:title type="html">imed-cropping</media:title>
			<media:description type="html">Using the Image Editor to crop</media:description>
			<media:thumbnail url="http://blogs.mtu.edu/webmaster/files/2009/11/imed-cropping-150x150.jpg" />
		</media:content>
		<media:content url="http://blogs.mtu.edu/webmaster/files/2009/11/imed-confirmation.jpg" medium="image">
			<media:title type="html">imed-confirmation</media:title>
			<media:description type="html">Image Editor confirmation screen</media:description>
			<media:thumbnail url="http://blogs.mtu.edu/webmaster/files/2009/11/imed-confirmation-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Please Attribute Sources to Migrated Content in Blogs</title>
		<link>http://blogs.mtu.edu/webmaster/2013/01/please-attribute-sources-to-migrated-content-in-blogs/</link>
		<comments>http://blogs.mtu.edu/webmaster/2013/01/please-attribute-sources-to-migrated-content-in-blogs/#comments</comments>
		<pubDate>Fri, 04 Jan 2013 19:06:49 +0000</pubDate>
		<dc:creator>Joel Vertin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[CMS Announcements]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[credit]]></category>
		<category><![CDATA[plagiarism]]></category>
		<category><![CDATA[sources]]></category>

		<guid isPermaLink="false">http://blogs.mtu.edu/webmaster/?p=1817</guid>
		<description><![CDATA[Attention web liaisons: if you copy existing content into your department&#8217;s blog from a web page or another source, please ensure that you have given credit to the author(s) by adding a byline. This policy applies to content that is authored by any member of the campus community, including individuals within your department, not only [...]]]></description>
			<content:encoded><![CDATA[<p>Attention web liaisons: if you copy existing content into your department&#8217;s blog from a web page or another source, please ensure that you have given credit to the author(s) by adding a byline. This policy applies to content that is authored by any member of the campus community, including individuals within your department, not only content that originates outside of the University. Plagiarism charges may be filed if credit is not given where it is due.</p>
<p>Thank you.</p>
<p>- UMC Web Team</p>
<p><em>Note: This was originally posted on October 4th, 2012.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mtu.edu/webmaster/2013/01/please-attribute-sources-to-migrated-content-in-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>CMS Outage 12/18</title>
		<link>http://blogs.mtu.edu/webmaster/2012/12/cms-outage-1218/</link>
		<comments>http://blogs.mtu.edu/webmaster/2012/12/cms-outage-1218/#comments</comments>
		<pubDate>Thu, 13 Dec 2012 16:29:38 +0000</pubDate>
		<dc:creator>Alex Hughes</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[CMS Announcements]]></category>

		<guid isPermaLink="false">http://blogs.mtu.edu/webmaster/?p=1852</guid>
		<description><![CDATA[UPDATE: 9:42 am 12/18/12 The upgrade has been completed and the system should be up and running. Contact cmshelp@mtu.edu if you notice any issues. &#8211;Original&#8211; There will be an outage for the CMS on Tuesday December 18th from 6am until 10am. The system will be unavailable during this time as we are perform a system [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: 9:42 am 12/18/12</p>
<p>The upgrade has been completed and the system should be up and running. Contact <a href="mailto:cmshelp@mtu.edu">cmshelp@mtu.edu</a> if you notice any issues.</p>
<p>&#8211;Original&#8211;</p>
<p>There will be an outage for the CMS on Tuesday December 18th from 6am until 10am. The system will be unavailable during this time as we are perform a system upgrade. All of your existing pages will be available and your websites should experience no downtime. If you have any questions please contact <a href="mailto:cmshelp@mtu.edu">cmshelp@mtu.edu</a>.</p>
<p>Any updates about the outage will be posted here.</p>
<p>- UMC Web Team</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mtu.edu/webmaster/2012/12/cms-outage-1218/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Creating New Pages and Sidebars</title>
		<link>http://blogs.mtu.edu/webmaster/2012/12/creating-new-pages-and-sidebars/</link>
		<comments>http://blogs.mtu.edu/webmaster/2012/12/creating-new-pages-and-sidebars/#comments</comments>
		<pubDate>Fri, 07 Dec 2012 17:17:10 +0000</pubDate>
		<dc:creator>Joel Vertin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[adding sidebar]]></category>
		<category><![CDATA[adding webpage]]></category>
		<category><![CDATA[new sidebar]]></category>
		<category><![CDATA[new web page]]></category>

		<guid isPermaLink="false">http://blogs.mtu.edu/webmaster/?p=1847</guid>
		<description><![CDATA[The following video tutorial will help you to learn how to add new pages to your CMS website and sidebars to your various pages: Press play to load and play this tutorial Please note: This video is best viewed in full screen mode. Click the button in the bottom right corner to access full screen [...]]]></description>
			<content:encoded><![CDATA[<p>The following video tutorial will help you to learn how to add new pages to your CMS website and sidebars to your various pages:</p>
<p><a href="http://blogs.mtu.edu/webmaster/2012/12/creating-new-pages-and-sidebars/"><em>Click here to view the embedded video.</em></a></p>
<p class="center"><strong>Press play to load and play this tutorial</strong></p>
<p style="font-size: .95em"><em>Please note: This video is best viewed in full screen mode. Click the <a href="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png"><img style="padding: 0;border: none" src="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png" alt="Full Screen" width="19" height="19" /></a> button in the bottom right corner to access full screen mode.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mtu.edu/webmaster/2012/12/creating-new-pages-and-sidebars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png" />
		<media:content url="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png" medium="image">
			<media:title type="html">Full Screen</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding Syllabus Links to Departmental Course Listing (Chemistry)</title>
		<link>http://blogs.mtu.edu/webmaster/2012/12/adding-syllabus-links-to-departmental-course-listing-chemistry/</link>
		<comments>http://blogs.mtu.edu/webmaster/2012/12/adding-syllabus-links-to-departmental-course-listing-chemistry/#comments</comments>
		<pubDate>Thu, 06 Dec 2012 15:00:00 +0000</pubDate>
		<dc:creator>Joel Vertin</dc:creator>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[course finder]]></category>
		<category><![CDATA[departmental course listing]]></category>
		<category><![CDATA[syllabus]]></category>

		<guid isPermaLink="false">http://blogs.mtu.edu/webmaster/?p=1842</guid>
		<description><![CDATA[The following video tutorial will help you to learn how to add syllabus links to the &#8220;Departmental Courses&#8221; web page on the Chemistry website: Press play to load and play this tutorial Please note: This video is best viewed in full screen mode. Click the button in the bottom right corner to access full screen [...]]]></description>
			<content:encoded><![CDATA[<p>The following video tutorial will help you to learn how to add syllabus links to the &#8220;Departmental Courses&#8221; web page on the Chemistry website:</p>
<p><a href="http://blogs.mtu.edu/webmaster/2012/12/adding-syllabus-links-to-departmental-course-listing-chemistry/"><em>Click here to view the embedded video.</em></a></p>
<p class="center"><strong>Press play to load and play this tutorial</strong></p>
<p style="font-size: .95em"><em>Please note: This video is best viewed in full screen mode. Click the <a href="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png"><img style="padding: 0;border: none" src="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png" alt="Full Screen" width="19" height="19" /></a> button in the bottom right corner to access full screen mode.</em></p>
<p><span id="more-1842"></span></p>
<h3>Step-by-Step Instructions</h3>
<ol>
<li>Log into the CMS
<ol>
<li>Switch to the <em>Chemistry_Admin</em> community</li>
</ol>
</li>
<li>Locate the &#8220;cms-export&#8221; folder
<ol>
<li>/Sites/CSA/chemistry/cms-export/</li>
</ol>
</li>
<li>Right-click on the &#8220;links&#8221; folder within the &#8220;cms-export&#8221; folder and select &#8220;Create New Item&#8221; -&gt; &#8220;Highlight&#8221;
<ol>
<li>Fill out the System Title and Content Title with your course number (ie: CH1130)</li>
<li>Create your link in the Callout field (ePhox box)
<ol>
<li>You can &#8220;right align&#8221; your link by clicking any where in the link (don&#8217;t highlight the text) and then selecting &#8220;.right&#8221; from the style dropdown menu</li>
</ol>
</li>
<li>Click &#8220;<em>Insert</em>&#8221; and then &#8220;<em>Close</em>&#8220;</li>
</ol>
</li>
<li>Direct your Highlight to <em>Public</em></li>
<li>Right-click on the &#8220;courses&#8221; folder within the &#8220;cms-export&#8221; folder and select &#8220;<em>Create New Item</em>&#8221; -&gt; <em>Snippet Publish </em>
<ol>
<li>Fill out the two fields with your course number (ie: CH1130) and use NO spaces</li>
<li>Click &#8220;<em>Insert</em>&#8221; and then &#8220;<em>Close</em>&#8220;</li>
</ol>
</li>
<li>Right-click on the Snippet Publish item that you just created and select &#8220;<em>Slot Editor (AA Table Editor)</em>&#8221;
<ol>
<li>Click on the text/link in the top left corner that says &#8220;<em>List Slot( 509)</em>&#8220;</li>
<li>Locate the Highlight that you had previously created in the &#8220;links&#8221; folder</li>
<li>Select the &#8220;<em>Callout</em>&#8221; template</li>
<li>Click &#8220;<em>Open</em>&#8220;</li>
<li>Click &#8220;<em>Close</em>&#8220;</li>
</ol>
</li>
<li>Direct your Snippet Publish item to <em>Public</em></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mtu.edu/webmaster/2012/12/adding-syllabus-links-to-departmental-course-listing-chemistry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png" />
		<media:content url="http://blogs.mtu.edu/webmaster/files/2010/10/full-screen.png" medium="image">
			<media:title type="html">Full Screen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
