<?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>Webteam &#187; Tips &amp; Tricks</title>
	<atom:link href="http://blogs.uww.edu/webteam/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.uww.edu/webteam</link>
	<description>Providing infomation and news about UW-W websites and web services</description>
	<lastBuildDate>Thu, 09 Jul 2009 18:40:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sizing fonts with CSS</title>
		<link>http://blogs.uww.edu/webteam/2007/11/20/sizing-fonts-with-css/</link>
		<comments>http://blogs.uww.edu/webteam/2007/11/20/sizing-fonts-with-css/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 14:47:50 +0000</pubDate>
		<dc:creator>Joel Herron</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[general Web]]></category>

		<guid isPermaLink="false">http://blogs.uww.edu/webteam/2007/11/20/sizing-fonts-with-css/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>an interesting article on relative CSS font sizing was posted on A List Apart today.  they did some research into cross browser font sizing. The results are quite surprising.</p>
<p>Check out the full story: <a href="http://alistapart.com/articles/howtosizetextincss">http://alistapart.com/articles/howtosizetextincss</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.uww.edu/webteam/2007/11/20/sizing-fonts-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proper SEO part 1: Top to bottom</title>
		<link>http://blogs.uww.edu/webteam/2007/11/15/proper-seo-part-1-top-to-bottom/</link>
		<comments>http://blogs.uww.edu/webteam/2007/11/15/proper-seo-part-1-top-to-bottom/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 15:31:41 +0000</pubDate>
		<dc:creator>Joel Herron</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[general Web]]></category>
		<category><![CDATA[metatags]]></category>
		<category><![CDATA[Search engines]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blogs.uww.edu/webteam/2007/11/15/proper-seo-part-1-top-to-bottom/</guid>
		<description><![CDATA[As i discussed in my last article on search engine optimization (SEO) there are many factors that figure into where you rank on a search engine.  There are basically 3 keys. Of which I&#8217;ll touch on in this 3 part series.
The first key is properly using meta tags. Meta tags can be a big [...]]]></description>
			<content:encoded><![CDATA[<p>As i discussed in my last article on search engine optimization (SEO) there are many factors that figure into where you rank on a search engine.  There are basically 3 keys. Of which I&#8217;ll touch on in this 3 part series.</p>
<p>The first key is properly using meta tags. Meta tags can be a big help to your search ranking, but if used improperly can actually hurt your rankings. There are two tags to work with here, three if you count the title tag, which for all intensive purposes I will include because it&#8217;s in the same place.</p>
<p><strong>Getting started</strong><br />
Lets take look at what these tags do and then see how to use them to our advantage.</p>
<p><span id="more-9"></span><br />
The title tag is of course the title of the page and gets displayed in the top of the browser, but is also something search engines tend to use as the title of your search result as well. So if all your titles are the same it&#8217;s not going to help you or the people searching your site if you don&#8217;t have customized titles.</p>
<p>My recommendation here is to have unique titles on every page.  But how to accomplish that goal if you have 400+ pages, that&#8217;s a lot of manual entry.  There are two techniques we use on campus.</p>
<p>The first is if your site is in the <abbr>CMS</abbr> you are already done for the most part. In Collage we load the description of the assets in your site automatically into the title of the page. If you notice that pages on your site don&#8217;t have titles it&#8217;s probably because you don&#8217;t have descriptions. Once you add them you&#8217;re done for this part.</p>
<p>If your site isn&#8217;t in Collage this is a little bit harder as you&#8217;ll have to manually go through each page and set the proper title, but trust me it&#8217;s worth it. Think about how you search, if the title of the result isn&#8217;t what you were looking for you don&#8217;t click on it 90% of the time, so making quality title will help people find your site and hopefully what they were looking for.</p>
<p><strong>Keywords</strong><br />
The second piece of the puzzle is the Keywords meta tag. Some search engines (read: Google does not) use these to categorize where your page should show up when people search. the real key here is to have a few specific words directly associated with the content of the page. Most engines have a limit on how much information they&#8217;ll allow you to have in this section, so being concise is going to help you get the most out of your key words.</p>
<p>The recommendation here is to keep your list of words to less than 10. as a page really shouldn&#8217;t have more topics than that any way.</p>
<p><strong>Description</strong><br />
This one&#8217;s pretty straight forward; the description is simply a small paragraph of information about the page, a summary if you will.  Most search engines (read: except Google) use this to display the content underneath your link on the results page. So it&#8217;s important that you put relevant content here so that people will be more tempted to click on your link.</p>
<p><strong>wrapping up</strong><br />
So while it might look like meta tags are useless because Google doesn&#8217;t use them, remember Google only has 64% market share in the search game, and in different situations Google does pick up on these tags so having the best set of clean and concise metatags will only help you in your quest of gaining position in your market.</p>
<p>Next time I&#8217;ll talk about the king of SEO your Content and how making smart choices in laying out your content will do more for you then anything else. So until next time clean up those metatags!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.uww.edu/webteam/2007/11/15/proper-seo-part-1-top-to-bottom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleaning up word HTML</title>
		<link>http://blogs.uww.edu/webteam/2007/05/31/cleaning-up-word-html/</link>
		<comments>http://blogs.uww.edu/webteam/2007/05/31/cleaning-up-word-html/#comments</comments>
		<pubDate>Thu, 31 May 2007 16:38:35 +0000</pubDate>
		<dc:creator>Joel Herron</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blogs.uww.edu/webteam/2007/05/31/cleaning-up-word-html/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>When posting content from Microsoft Word on the web. There are a few things to remember so that you don&#8217;t end up having to go back and reedit your documents.</p>
<p>First and foremost Word does funky things to formatting, especially when it comes to quotes and fonts. In order to make your word files look good; whether your posting in your blog or creating content in Collage or even in Dreamweaver, watch out for quotes because while these look &#8220;good&#8221; if you do it wrong they look like this ?quote? and no one likes these.  So what&#8217;s the best way to fix this problem, I bring you two solutions one using Dreamweaver and the other a little bit more work.</p>
<p>The easy way first. In Dreamweaver make a new HTML page and then paste your word content into the design view. It should look exactly like the text out of Word. Onto the clean up, under the Commands tab at the top select the clean up word HTML option, the defaults will work just fine and hit okay. Dreamweaver will now run through the code and strip out all the unwanted Word formatting and leave you with code you can paste into any web based WYSIWYG editor.</p>
<p>Now for the multi step way. From Word open up notepad (easy way is to hit start &gt; run and in the dialog box type notepad) from here paste the content from Word into notepad. Because notepad can&#8217;t understand the Word formatting it just skips it but you will need to walk through your text just to make sure everything is as you want it to be, as it doesn&#8217;t clean it up like Dreamweaver does. Once you&#8217;ve walked through your text; in notepad now you can paste it into what ever web editor you wish.</p>
<p>Hope that helps rid you of the many headaches that can arise when pasting from Word.  Have other tips on cleaning up word text? Post a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.uww.edu/webteam/2007/05/31/cleaning-up-word-html/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Make skip navigation links future proofed</title>
		<link>http://blogs.uww.edu/webteam/2007/05/14/make-skip-navigation-links-future-proofed/</link>
		<comments>http://blogs.uww.edu/webteam/2007/05/14/make-skip-navigation-links-future-proofed/#comments</comments>
		<pubDate>Mon, 14 May 2007 19:41:17 +0000</pubDate>
		<dc:creator>Joel Herron</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blogs.uww.edu/webteam/2007/05/14/make-skip-navigation-links-future-proofed/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Anyone who has spent even 30 seconds using a screen reader can tell you that forcing the user to go through your pages navigation every time they load the page is dreadfully annoying and time consuming. So the solution for some time has been the Skip Nav link hidden from normal users but available to screen readers, well maybe.</p>
<p>The common practice is via CSS to position the skip nav link thousands of pixels to the left of the screen and then set it as ( display: none;)  here in lies the problem what if one day screen readers start following CSS rules and stop saying your skip nav link. I have the solution.  Instead of using the display CSS attribute, use (visibility: hidden;). the reason is the hidden part it&#8217;s not saying this doesn&#8217;t exist it is just merely saying hide this from view but still be there.</p>
<p>Try it for your self make a brand new page with just a  link on it and then use the visibility hidden on that link. Behold the link still works but to the eye it &#8217;s not displayed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.uww.edu/webteam/2007/05/14/make-skip-navigation-links-future-proofed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Better Formatting in Collage</title>
		<link>http://blogs.uww.edu/webteam/2007/05/08/better-formatting-in-collage/</link>
		<comments>http://blogs.uww.edu/webteam/2007/05/08/better-formatting-in-collage/#comments</comments>
		<pubDate>Tue, 08 May 2007 14:22:06 +0000</pubDate>
		<dc:creator>Joel Herron</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blogs.uww.edu/webteam/2007/05/08/better-formatting-in-collage/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Any one has spent a little time using the Collage editor knows that sometimes it just doesn&#8217;t do what you want it too. I have a little helper to fix some of those pesky issues.</p>
<p>Highlight the content that is not displaying correctly and then down at the right corner of the editing box there is a link that says clear formatting. Voila, bad formatting gone!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.uww.edu/webteam/2007/05/08/better-formatting-in-collage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
