<?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>.eduGuru &#187; Nick DeNardis</title>
	<atom:link href="http://doteduguru.com/idauthor/nick/feed" rel="self" type="application/rss+xml" />
	<link>http://doteduguru.com</link>
	<description>Internet Marketing and Web Development in Higher Education and other tidbits...</description>
	<lastBuildDate>Thu, 22 Jul 2010 16:04:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Content Editor&#8217;s Missing Manual</title>
		<link>http://doteduguru.com/id5249-how-is-html-different-than-word.html</link>
		<comments>http://doteduguru.com/id5249-how-is-html-different-than-word.html#comments</comments>
		<pubDate>Thu, 17 Jun 2010 12:45:05 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[headings]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[paragraphs]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=5249</guid>
		<description><![CDATA[A few months ago I wrote about how to train content contributors, this article is a little different. It&#8217;s meant to be a resource you can point anyone publishing content to the web. The goal is to explain why the web acts different than Word, a general outline of creating semantic documents and how to [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I wrote about <a href="http://doteduguru.com/id4338-best-practices-for-training-content-contributors.html">how to train content contributors</a>, this article is a little different. It&#8217;s meant to be a resource you can point anyone publishing content to the web. The goal is to explain why the web acts different than Word, a general outline of creating semantic documents and how to be a good web content citizen. I get asked this all the time while training new content contributors and thought it would be a good time to actually document it.<span id="more-5249"></span></p>
<h2>The structure of a web page matters</h2>
<p>It&#8217;s not just about making the page look pretty but the actual HTML behind the page has meaning. The initial thought when charged with updating or maintaining a web page is to initially write up the content in Word, get everything finalized, approved and then copy and paste it into the content management system (CMS). This is a great process but a lot may get lost in the translation from Word to HTML.</p>
<h2>It&#8217;s all about context</h2>
<p>The web is comprised of a collection of individual pages, these pages are linked together and the way visitors get from page to page makes up the users experience. The user experience of your site is not interacting with just a single web page but when they visit dozens if not hundreds each time they set out to accomplish a task. Moving from page to page on your site the visitor is presented with not only the primary content for that page but also the supplemental information surrounding the content. This gives the visitor motivation as they click on links and confidence they are going to eventually end up at the right spot. Writing content without this context is like writing in a white box. You don&#8217;t know what else the visitor has seen or is seeing while they are reading your page and can miss some great opportunities to motivate them. With that context though you can make some smart decisions about how long, short, prominent or urgent your copy is. Drafting your page in the CMS and previewing as you go is the more appropriate way to author web content.</p>
<h2>Quality of HTML structure matter</h2>
<p>While drafting your page in a CMS you will notice hitting Enter will probably create some space between the current sentence and the next, this defines where one paragraph ends and starts. Already the HTML behind your writing will start to describe the structure of your page. The paragraph &lt;p&gt; tag shows there is a separation in ideas from one block of sentences from the next. It is not merely just a way to add spacing in your document.</p>
<p>The next think you would probably do is group these paragraphs under specific topics, just like the larger text in this post. These are called headings. In HTML there are six levels of headings &lt;h1&gt; &#8211; &lt;h6&gt;. The central idea of your page should be at the top and marked up with an &lt;h1&gt; (the most important heading) tag then each idea below that should be marked up with the next level heading. Titles within the same idea can have the same level designation so you are not limited to only using it once on your page. This creates a hiarchy of nested topics on a single page. It relates paragraphs to titles and titles to their larger ideas. Think of it like a table of contents in a book, chapters then topics then sub topics then paragraphs.</p>
<h3>Underlining isn&#8217;t emphasis</h3>
<p>Beyond the base structure of your page you may want to call attention to certain sentences or words. Underlining is not an appropriate way to do this on the web. Generally underlines mean the text is a link to another page. Often visitors will try to click on underlined text thinking they are links, especially if they can&#8217;t find what they are looking for. If it doesn&#8217;t click through they might end up even more frustrated. The preferred way to add emphasis is to make something <em>italic</em> or <strong>bold</strong>. In HTML it will be denoted as &lt;em&gt; for &#8220;emphasis&#8221; or &lt;strong&gt; to stand out. This describes your desire to make this text stand out. Where a &lt;u&gt; (underline) tag would not, it just describes the style of the text.</p>
<h3>Click here</h3>
<p><a href="http://www.useit.com/alertbox/20000514.html">Eye tracking studies have shown</a> when a visitor is scanning a page they are initially looking for heading, bold items and underlined links. Imagine you land on a page with good heading and structure but every link just says &#8220;Click here&#8221;. You would have to actually read the sentence before to figure out what you will actually get when you click here. The better option is to link the most descriptive words in the sentence to to the document or page behind it. That way when a visitor scans a page the links are called out and they have appropriate context around them without additional reading.</p>
<h3>Images</h3>
<p>Without images the web would be boring, it would look like never ending encyclopedia pages. Adding images to the content of your page not only breaks it up but is often necessary to display certain information. On the web each image is actually a separate document and your page just references the location of that image and is pulled in separately.  Making sure the image is resized before uploading it is important. I&#8217;m not going to go into a deep discussion about image optimization on the web except to say images that are resized before had to fit the needs of the page not only load faster but are also crisper.</p>
<h3>Tables</h3>
<p>CMS&#8217;s get a bad name because they restrict the content creator to just a small portion of the page and basically sandbox the style of that section from all available style sheet definitions for the site. I bring this up because all too often if you want to have publish an image on the right side of the page with a caption it is easy to revert to a table to position and format the image. It works but this is not the point of an HTML table. Tables are meant for tabular data with rows, columns and headers. This is a sticky issue because it takes coordination between the web team and the content contributors to get the appropriate styles in place for the images and captions.</p>
<h2>When it doubt, keep it simple</h2>
<p>As you add content to a page and it starts to get complicated try breaking the page into multiple. You website visitors don&#8217;t care how complicated your page is, they care about finding the information they need. Most importantly of all your pages must be scannable, it doesn&#8217;t matter if they have to scroll, <a href="http://www.cxpartners.co.uk/thoughts/the_myth_of_the_page_fold_evidence_from_user_testing.htm">visitors scroll</a>. Using the basic elements above is the simplest way to make clear, concise and usable web pages. Your visitors will thank you.</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id2926-need-a-link-building-strategy-create-content.html' rel='bookmark' title='Permanent Link: Need a Link Building Strategy?  Create Content!'>Need a Link Building Strategy?  Create Content!</a></li>
<li><a href='http://doteduguru.com/id4939-spring-cleaning-finding-your-lost-sock-the-guide-to-content-audits.html' rel='bookmark' title='Permanent Link: Spring Cleaning: Finding your lost sock. The guide to content audits.'>Spring Cleaning: Finding your lost sock. The guide to content audits.</a></li>
<li><a href='http://doteduguru.com/id4338-best-practices-for-training-content-contributors.html' rel='bookmark' title='Permanent Link: Best practices for training content contributors'>Best practices for training content contributors</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id5249-how-is-html-different-than-word.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Book Review: Delivering Happiness</title>
		<link>http://doteduguru.com/id5060-book-review-delivering-happiness.html</link>
		<comments>http://doteduguru.com/id5060-book-review-delivering-happiness.html#comments</comments>
		<pubDate>Mon, 07 Jun 2010 15:00:54 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[customer]]></category>
		<category><![CDATA[dhbook]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[tony]]></category>
		<category><![CDATA[zappos]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=5060</guid>
		<description><![CDATA[A few weeks ago Tony Hsieh gave bloggers the opportunity to get an advance copy of his newest book, Delivering Happiness &#8211; A path to profits, passion, and purpose in exchange for a review and the ability to give away a free copy of the book. I have been a big fan of Tony and Zappos of [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago <a href="http://twitter.com/zappos">Tony Hsieh</a> gave bloggers the opportunity to get an <a href="http://www.deliveringhappinessbook.com/contact/apply-for-an-advance-copy/">advance copy of his newest book</a>, <a href="http://www.deliveringhappinessbook.com/">Delivering Happiness &#8211; A path to profits, passion, and purpose</a> in exchange for a review and the ability to give away a free copy of the book. I have been a big fan of Tony and <a href="http://zappos.com/">Zappos</a> of for some so I jumped on the idea. Below is my take on the book and how I believe higher education is not all that different from the corporate world.<span id="more-5060"></span></p>
<h2>Delivering Happiness first thoughts</h2>
<p><a href="http://www.amazon.com/deliveringhappiness"><img class="alignright size-full wp-image-5319" style="margin-left: 10px; margin-right: 10px;" title="delivering happiness" src="http://doteduguru.com/wp-content/uploads/2010/06/delivering-happiness-cover1.jpeg" alt=" Book Review: Delivering Happiness" width="198" height="300" /></a></p>
<p>Upon hearing the title of the book I was excited because every thing I have seen Tony do comes from his drive to be real and make a difference. He doesn&#8217;t sugarcoat things or think in a theoretical terms. His examples are all real world and from his own experiences, this makes things even more relatable and applicable.</p>
<p>Tony&#8217;s writing style is a little like mine, he was not formally trained as a writer so often his grammer is a little off, I found it okay because the style is very conversational and easy to read. The book was a personal narrative about how he got to where he is now, his dreams, successes and mistakes. My hope was to learn something that can be easily transitioned to higher education.</p>
<p>My hope for at least one thing was an understatement, the book is filled with examples and personal stories that can be applied to any industry. The overall take away from the book is happy employees make a happy company. This has been talked about over and over but Tony goes on to prove it.</p>
<p>If you have ever purchased anything from Zappos you know the feeling Tony is trying to convey. Free standard shipping is the norm but often you are upgraded to free overnight shipping, I know it makes me smile when ever I see that pop up. If you have ever had to return something you know how dead simple they make it, It&#8217;s almost easier than the Amazon&#8217;s one click checkout. And if you have a questions about anything calling, emailing or chatting with them will feel like you just got a new shopping buddy. They don&#8217;t just answer questions and hang up, they give opinions and talk to you like a real person. It&#8217;s this type of caring that makes an experience worth spreading.</p>
<h2>What higher education can take away</h2>
<p>In most cases higher education is a completely different beast than the corporate world but where it is similar is in the people. Regardless, the experience a student has can make a break how they view an institution, which in turn changes how they talk about it with their friends and family.</p>
<p>As students we would love institutions to make us happy, empower us and really feel welcomed. Any institution that doesn&#8217;t have clearly defined values or mission that everyone can undertand and stand by is going to have a hard time giving that student an experience they are looking for.</p>
<p>Often employees don&#8217;t know any better, they are not trained to think about the student as a customer. I know a few of you will disagree with the statement but I believe it is true, students can go anywhere they choose. They are currently at your institution because you have a product they are interested in paying for.</p>
<p>It&#8217;s time to break the knee jerking fear of being human. I have seen it far too often, students working the call center in admissions reading off a script, following the steps and passing a student off to some unknown department because their screen told them to. Zappos has a communication policy that states &#8220;Be real and use your best judgement&#8221;, they let their employees be human and trust they will do the right thing. Administrators biggest fear is some sort of &#8220;incident&#8221; where the blame gets put on them, this paralyzes them to take the safest route possible which in turn produces a sub par experience for the students. If Tony ran a higher education admissions office who knows what could happen. One thing I know for sure is the administrators wouldn&#8217;t be able to turn a blind eye  from the true culture of the institution.</p>
<p>Administrators can learn a lot from this book and Zappos in general, it&#8217;s not all about numbers, it&#8217;s about doing what is right for the students. Don&#8217;t sell your institution to someone who isn&#8217;t a good fit, their experience will spread far too wide because of it. Be real and embrace the potentially &#8220;ugly&#8221; side of your institution and don&#8217;t be afraid to take risks. As long as your intentions are good there is always something to learn from the experience.</p>
<p>With what seems to be more and more institutions popping up overnight the choices for students are becoming harder. Fully online institutions are complicating things even more. As students are interacting with your institution at a younger age be sure to always deliver happiness at every interaction. Even if they don&#8217;t end up applying they will remember it and spread it to their friends and family.</p>
<h2>Win a free copy!</h2>
<p>Like I mentioned above, Tony also sent us a copy to give away. One of the many things I like about Zappos is their <a href="http://about.zappos.com/our-unique-culture/zappos-core-values">Core Values</a>. These values run through every decision their employees make and are engrained into the atmosphere of the place. Winning a copy of the book is easy, just answer the following question in a comment before midnight on Wednesday, June 9th and we will pick one comment at random to win the book!</p>
<blockquote><p><em>Which of the <a href="http://about.zappos.com/our-unique-culture/zappos-core-values">Zappos core values</a> do you think is most important for a higher education institution to embody and why?</em></p></blockquote>
<p>That&#8217;s it! We will announce the winner on Thursday, June 10th via <a href="http://twitter.com/eduguru">@eduGuru</a> on Twitter and on the blog.</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id3888-inbound-marketing-book-review.html' rel='bookmark' title='Permanent Link: Book Review: Inbound Marketing the Book'>Book Review: Inbound Marketing the Book</a></li>
<li><a href='http://doteduguru.com/id5499-book-review-problem-solving-101-%e2%80%93-a-simple-book-for-smart-people.html' rel='bookmark' title='Permanent Link: Book Review: Problem Solving 101 – A Simple Book For Smart People'>Book Review: Problem Solving 101 – A Simple Book For Smart People</a></li>
<li><a href='http://doteduguru.com/id2570-book-review-world-wide-rave-by-david-meerman-scott.html' rel='bookmark' title='Permanent Link: Book Review: World Wide Rave by David Meerman Scott'>Book Review: World Wide Rave by David Meerman Scott</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id5060-book-review-delivering-happiness.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Spring Cleaning: Finding your lost sock. The guide to content audits.</title>
		<link>http://doteduguru.com/id4939-spring-cleaning-finding-your-lost-sock-the-guide-to-content-audits.html</link>
		<comments>http://doteduguru.com/id4939-spring-cleaning-finding-your-lost-sock-the-guide-to-content-audits.html#comments</comments>
		<pubDate>Tue, 04 May 2010 12:00:09 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[Change Management]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Writing For Web]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[inventory]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=4939</guid>
		<description><![CDATA[So how long has it been since you did a Web content audit on your institution&#8217;s homepage? A year? Two? Never? I&#8217;m not talking about just surfing from page to page making sure everything checks out but a real content inventory of every page and inspection of the content quality.
What is a content inventory?
A content [...]]]></description>
			<content:encoded><![CDATA[<p>So how long has it been since you did a Web content audit on your institution&#8217;s homepage? A year? Two? Never? I&#8217;m not talking about just surfing from page to page making sure everything checks out but a real content inventory of every page and inspection of the content quality.<span id="more-4939"></span></p>
<h2>What is a content inventory?</h2>
<p>A content inventory is a document, most often excel, which is an index of every page on your site. Now at an institution it may be one document per site which is still acceptable but may lead to complications later. Having it all in one just makes it easier to scan and spot duplicate or unnecessary content.</p>
<p>I will admit, the process is painful from a cold start but once you get rolling you can easily see why it&#8217;s worth it. Below I started a base document for a generic institution. I suggest starting with the columns below as the base minimum, you can always add more later but you don&#8217;t want to leave these ones out.</p>
<h3>Necessary Columns</h3>
<ul>
<li>Page ID</li>
<li>Page Title</li>
<li>URI</li>
<li>Owner</li>
<li>Last Updated</li>
<li>Goal</li>
<li>Accomplishing Goal?</li>
<li>Visits</li>
<li>Content up to date?</li>
</ul>
<p style="text-align: center;"><a href="http://doteduguru.com/wp-content/uploads/2010/05/inventory-full.png"><img class="aligncenter size-large wp-image-5065" title="inventory-full" src="http://doteduguru.com/wp-content/uploads/2010/05/inventory-full-1024x345.png" alt="inventory full 1024x345 Spring Cleaning: Finding your lost sock. The guide to content audits." width="516" height="174" /></a></p>
<p><a href="http://doteduguru.com/wp-content/uploads/2010/05/Web-Content-Inventory.xls">Download an Example</a> (xls)</p>
<h2>Inspecting the content</h2>
<p>The goal with looking at every page is to determine first if the content is relevant and up to date. Determine a goal for every page, the primary audience and actually read the page to determine if it is accomplishing the goal.</p>
<p>List out who actually owns the content on the page. Ultimately who&#8217;s responsibility is it to provide the content. Not every page is going to be in the marketing department. Seeing which chunks of content belong to who can give you a complete understanding of which areas are overworked and who is being delinquent.</p>
<p>Next list out for the past month how many visitors each page received. This will give you a good understanding how important it is to make sure the content is up to date and relevant. Or may sway your decision to remove the page.</p>
<p>Lastly make sure you give an honest answer for how up to date the content actually is.</p>
<h2>Remove and edit</h2>
<p>The less content you produce the easier it is to manage. If you can cut 10-20% off in the first round you are doing good. Remember to think of the point of each page, do you really need three paragraphs to get to the point if can you do it in just one? If you have five pages that all talk about the same type of financial aid why not combine them?</p>
<p>After you trim the fat it&#8217;s time to get down to business. Read each page one after the next to make sure they all follow the same tone, energy and flow. Make sure the calls to actions are findable and lead the user to be successful. Make sure related information is helpful and within reach. Always ask yourself, where does the user need to go next? What would they do if they had a question right now? How can they request more information? Be sure not to leave them at a dead end, it may be the only thing they remember about your site.</p>
<h2>Who is your web strategist?</h2>
<p>With potentially hundreds of content editors across your campus who is keeping them in line? Do you have a central content strategist to get them all beating to the same drum? If not, why not? In most cases a dictatorship doesn&#8217;t work, with hundreds of pages published per day it would be too much for one person to review and edit them all. I have found a partnership is the best long term solution.</p>
<p>Having one department, usually marketing or communications with oversight is necessary. Otherwise what is published will sound like it&#8217;s coming from eight hundred different directions and can impact how a prospective student sees your institution, very disjointed.</p>
<p>A single published and understandable content strategy document should be the central source for content contributors to look to when publishing. It should spell out the tone, voice and best practices for each audience. The document should be a helpful resource, not a burden for editors. Make sure it is human readable and understandable.</p>
<h2>Rinse and repeat</h2>
<p>This process may take you a few weeks or months the first time but the second and third it should only take a fraction of the time. Make sure it gets on the calendar and the time is allotted so it doesn&#8217;t sneak up on you.</p>
<p>In the end it will increase the end user&#8217;s experience and their impression of your institution. Not to mention having a single document you can look to when someone asks to add something to the site. With a full overview of how things fit in context you can make wise decisions based on the real situation.</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id4800-university-twitter-accounts-spring-cleaning.html' rel='bookmark' title='Permanent Link: University Twitter Accounts: Spring Cleaning'>University Twitter Accounts: Spring Cleaning</a></li>
<li><a href='http://doteduguru.com/id4338-best-practices-for-training-content-contributors.html' rel='bookmark' title='Permanent Link: Best practices for training content contributors'>Best practices for training content contributors</a></li>
<li><a href='http://doteduguru.com/id4861-butler-university-lost-web-marketing-opportunity.html' rel='bookmark' title='Permanent Link: So What if Butler Lost Monday Night!  A BIGGER Lost Marketing Opportunity Occured!'>So What if Butler Lost Monday Night!  A BIGGER Lost Marketing Opportunity Occured!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id4939-spring-cleaning-finding-your-lost-sock-the-guide-to-content-audits.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>QA on Higher Education Web sites. How to do it and what to look for.</title>
		<link>http://doteduguru.com/id4441-qa-on-higher-education-web-sites-how-to-do-it-and-what-to-look-for.html</link>
		<comments>http://doteduguru.com/id4441-qa-on-higher-education-web-sites-how-to-do-it-and-what-to-look-for.html#comments</comments>
		<pubDate>Wed, 24 Mar 2010 12:00:49 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Webmaster Tools]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[quality]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=4441</guid>
		<description><![CDATA[Running a web office I see a lot of sites, quality assurance is part of every minute of my day. Everything I see goes through the same quality checks otherwise we don&#8217;t launch it. Tools and people will come and go, quality on the other hand is the one thing in a web office that [...]]]></description>
			<content:encoded><![CDATA[<p>Running a web office I see a lot of sites, quality assurance is part of every minute of my day. Everything I see goes through the same quality checks otherwise we don&#8217;t launch it. Tools and people will come and go, quality on the other hand is the one thing in a web office that is a constant. It&#8217;s the one think you should put all your focus on improving. If a project is delayed a week or two no one will mind six months from now, but if you sacrificed quality in the rush to launch six months from now the effects will still be noticed. Often you only have 10 seconds to impress your users.</p>
<p><span id="more-4441"></span></p>
<p>I go through a few quality and consistency checks almost every day. Typically it&#8217;s the student assistants who are the worst offenders but even seasoned web workers make mistakes. It&#8217;s good to keep everybody on their toes and make sure the whole team (even if it&#8217;s just two of you) are aware when someone makes a mistake. It&#8217;s an opportunity for everyone to learn, not a platform to criticize.</p>
<p>Below are some testing patterns I use on a daily basis based depending on the stage of the project.</p>
<h2>Navigation / User Experience</h2>
<p>First and foremost I click every link possible. The <a href="https://addons.mozilla.org/en-US/firefox/addon/532">LinkChecker plugin for Firefox</a> is a must have but be careful, I&#8217;m not just looking for 404&#8217;s, it&#8217;s blank or incorrect content that I look for.</p>
<p>If the site is a redesign I make sure in the navigation there is also references to all the old URL&#8217;s for each new menu item. We do this as part of the navigation process so when the site is ready to launch we can create the redirect list quickly and painlessly.</p>
<p>For every one of our projects we create a list of user goals. These are the primary actions an ideal user should take for us to call them &#8220;successful&#8221;. This could be as broad as clicking to view the program list or as detailed as getting them to sign up for an open house. Regardless, for each user goal I create a step by step list of the pages and screens they would see to get to that goal. This way we can see them compared to each other and determine where we can optimize.</p>
<h2>Design</h2>
<p>I love the <a href="http://fivesecondtest.com/">five second test</a>, I think it’s a great way to get immediate feedback from someone who has no vested interest in the site. It gives an objective view from an outsider with no repercussion of their thoughts and feelings, it&#8217;s as honest as you can get. Before showing mockups to a department or client I like to run a few of these, just to see how outsiders react and often it gives us data to back up our own opinions.</p>
<p>I then bring up the mockup and the actual coded site side by side and check to see if any details are missing. I&#8217;m not looking for pixel perfection but at the very least looking for the same colors, relative spacing and feel.</p>
<h2>Code</h2>
<p>I typically have every different type of browser I can get my hands on open all the time. I &lt;3 <a href="http://spoon.net/browsers/">Spoon.net</a>. From doing so much front end development I get use to the browser quirks, know how to spot them and know how to get around them. As IE 6 is fading it doesn&#8217;t mean you don&#8217;t still have to support it, it just means you support it in a different way. Make sure there are no <a href="http://www.positioniseverything.net/explorer/peekaboo.html">peek a boo bugs</a> or <a href="http://www.positioniseverything.net/explorer/doubled-margin.html">double margins</a>. Developers should know better.</p>
<p>If there is an address or location making sure the HTML is correctly formatted with <a href="http://microformats.org/">microformats</a>. Although it might not be immediately apparent why they should be there, in the not so distant future they will be connecting information all over.</p>
<p>Making sure <a href="http://google.com/analytics/">Google Analytics</a> is set up and installed on every page prior to launch. If this is an existing site, make sure the same analytics id is installed on the new site. You want to have all the historical data you can get your hands on. In addition make sure all you filters and user goals are setup beforehand. You don&#8217;t want to loose those first time visitors when your new site gets announced.</p>
<h2>Accessibility</h2>
<p>Using the <a href="https://addons.mozilla.org/en-US/firefox/addon/60">Webmaster Toolbar</a> for Firefox the first thing I do is turn off CSS. Looking at the pure hierarchy of the page to make sure it makes sense. H2&#8217;s are nested under H1&#8217;s and skip to navigation and content links are in place and working.</p>
<p>I then turn javascript off. Making sure everything still works including any flash areas and rotating promotions. If there are expanding areas or embedded video I make sure there is still a way to get to that content or download an alternate version of the video.</p>
<p>Lastly I try to navigate the entire site with my keyboard. A user should be able to go from area to area in a logical order without having to back track or loose track of the selected item. I make sure I can get to the sub menu items, I can click back to the home page and lastly making sure any javascript that moves elements changes my selection focus to the new items. I don&#8217;t go into all the <a href="http://www.w3.org/WAI/intro/aria">WAI-ARIA guidelines</a> but as many as time allows.</p>
<h2>User Experience</h2>
<p>Lastly I take a look at the whole user experience. What happens if someone hits a 404? Are they presented with a pretty page with navigation intact and a friendly error?</p>
<p>Using that redirect list I make sure to type in a few random old URI&#8217;s to make sure they forward to the right pages on the new site.</p>
<p>I also make sure any promotion areas, news or event lists have enough content in them to last for the next few weeks. This way as the department is fixing odds and ends they notice after launch they don&#8217;t have to worry about the small items that move over time. It&#8217;s won&#8217;t be cool two weeks in to see the site with blank areas where news or promotions should be.</p>
<h2>Final Thoughts</h2>
<p>Every one of our departments want a new site and they want it up as soon as possible. This is totally understandable but there is no need to sacrifice quality for speed. As Karlyn posted earlier this week, &#8220;<a href="http://doteduguru.com/id4741-what-colleges-can-learn-from-nike.html">Ultimately it’s what you deliver that matters</a>.&#8221; Keep your quality standards high, so what if the department heads get a little annoyed, your users will thank you.</p>
<p><span style="font-size: x-small;">Photo by <strong><a title="Link to  mollyjolly's photostream" rel="dc:creator cc:attributionURL" href="http://www.flickr.com/photos/25602112@N07/"><strong>mollyjolly</strong></a></strong></span></p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id4059-live-blogging-ama-higher-ed-the-new-power-social-media-marketing-strategy-for-higher-education.html' rel='bookmark' title='Permanent Link: Live Blogging AMA Higher Ed: The New Power: Social Media Marketing Strategy for Higher Education'>Live Blogging AMA Higher Ed: The New Power: Social Media Marketing Strategy for Higher Education</a></li>
<li><a href='http://doteduguru.com/id2293-large-sites-and-information-archiecture.html' rel='bookmark' title='Permanent Link: Large Sites and Information Architecture'>Large Sites and Information Architecture</a></li>
<li><a href='http://doteduguru.com/id3876-dont-loose-your-identity-create-an-effective-print-style-sheet.html' rel='bookmark' title='Permanent Link: Don&#8217;t lose your identity &#8211; Create an effective print style sheet'>Don&#8217;t lose your identity &#8211; Create an effective print style sheet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id4441-qa-on-higher-education-web-sites-how-to-do-it-and-what-to-look-for.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Best practices for training content contributors</title>
		<link>http://doteduguru.com/id4338-best-practices-for-training-content-contributors.html</link>
		<comments>http://doteduguru.com/id4338-best-practices-for-training-content-contributors.html#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:41:00 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Writing For Web]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[contributors]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=4338</guid>
		<description><![CDATA[The driving force of any web site is the content contributors, the people who know every detail of their department and hold the key to student success. These are the people you want publishing web content. What they have is value, the closer you can get them to the content creation process the better.
Content experts are all [...]]]></description>
			<content:encoded><![CDATA[<p>The driving force of any web site is the content contributors, the people who know every detail of their department and hold the key to student success. These are the people you want publishing web content. What they have is value, the closer you can get them to the content creation process the better.<span id="more-4338"></span></p>
<h2>Content experts are all around campus</h2>
<p>You&#8217;re not going to find a single department that knows everything, don&#8217;t even try to look. The key to successful Web presence is giving the people with the knowledge training to publish pages. Many, if not all of these people won&#8217;t have the word &#8220;web&#8221; in their title or job description but I am sure it is where the &#8220;other duties as assigned&#8221; comes in to play.</p>
<h2>Why direct editing access is good</h2>
<p>The web is not like writing a book, it&#8217;s flexible, changeable and breakable. From the <a href="http://doteduguru.com/id3967-state-of-the-university-web-department-survey-results.html">State of the University Web Department survey</a> I did a few months ago we learned just over 80% of all institutions are using some sort of content management system. I hope most of these institutions are allowing department input of content. Even if they don&#8217;t have publish ability, the more farmed out content the faster information can be updated.</p>
<h2>Training topics all content contributors must know</h2>
<p>Here are a few basic things that are part of the training I do for secretaries, student assistants and faculty who will be publishing web content. I train in a group setting or one on one. Of course the one on one is always the best but the key in either case is making sure everyone understands something before moving on to the next step. It&#8217;s useful to have a helper jumping from computer to computer if the group is large. In addition if you ask them to bring in a content update they want to see done it&#8217;s a great way to get them involved with real pages.</p>
<h3>Make sure they have a basic understanding of the web</h3>
<p>Not everyone can use a content management system. A few things I look for first is to see if the user knows what it means to link to another web page (seriously). Also I make sure they understand how an image is embedded on to a page. Basically do they know they are two separate files and a web page doesn&#8217;t work like MS Word. It&#8217;s also good to get them away from the design of the site, make sure you focus on the center content column only.</p>
<h3>Start with the goal of the web page</h3>
<p>Diving deeper into theory about why people even visit a web page is key before you put any tools in front of them. Make sure they understand every page has a goal and a next step. Then what I like to do is have them all do a <a href="http://fivesecondtest.com/">five second test</a>. Just go to the site, pick a random test on their homepage and see what people remember. It gets them thinking about scanning and action items. Typically headers and images are the only things they remember, this is good.</p>
<h3>Cutting down content</h3>
<p>This will be the most difficult for faculty to grasp, but hopefully after they understand that each page has a goal and the five second test they will begin to understand the web is different than a published paper.</p>
<ul>
<li>The user needs just enough information to be successful. Anything more or less can turn them off.</li>
<li>Short paragraphs, 2-3 sentences each broken up by headings as anchors for the users eyes.</li>
<li>Only use underlines for links and it&#8217;s okay to bold things in the middle of sentences for emphasis.</li>
<li>Last but not least if you are naming off more than two things in a sentence it might work better as a bulleted list.</li>
</ul>
<h3>When to use PDF&#8217;s</h3>
<p>PDF&#8217;s are for printable documents and official forms, that is it. You will probably get a lot of resistance because it&#8217;s so easy to update content in a PDF and just upload it. The best approach I have found to combat this is to train on a computer that doesn&#8217;t have the PDF plugin in the browser. A lot of office computers already have it installed so PDF&#8217;s often look like web pages, but this is not the case one every computer. Getting the download/open dialog box should be a reminder the PDF&#8217;s are documents and not Web pages.</p>
<h3>Understanding file management</h3>
<p>File naming is important not only from a user perspective but also for <a href="http://doteduguru.com/idcategory/seo">SEO</a>. I use some basic rules, keep filenames to 1-2 all lowercase words. If you have to use a space use a dash(-) instead of an underscore (_) because it&#8217;s easier to read, less technical. Use the most descriptive words possible for a file and never put a year on a file unless that file will be out there forever (ex. annual reports or publications). It&#8217;s easier to replace the scholarship-application.pdf each year than to remove the old scholarship-2009.pdf and relink all the new pages to the scholarship-2010.pdf.</p>
<h3>Resizing images before uploading</h3>
<p>This discussion can get lightly technical as you go into bandwidth and page speed. Be sure not to lose anyone because the point should be to make each web page as fast as possible. You don&#8217;t want a 2.5 meg image loading on the homepage when someone is viewing your site from a mobile phone. Most content contributors don&#8217;t have a copy of Photoshop on their computers so I always recommend the site <a href="http://www.picnik.com/">Picnik.com</a>, it&#8217;s free and web based. There are a few others out there but I have found Picnik to be the most user friendly, not to mention it creates pretty decent looking images. The goal with images it to make sure the browser is not doing any resizing, it will produce the best result from a user and bandwidth standpoint.</p>
<h3>Paste as plain text from Microsoft Word</h3>
<p>I have yet to find a <a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSIWYG</a> editor that handles MS Word content gracefully. The best approach it is train everyone to paste as plain text and do all your formatting in HTML. It will lead to the least amount of frustration and produce the best end result. It may take the user a little longer to format but during that time they may realize they can cut out half of the content and still accomplish the goal of the page.</p>
<h3>Leave them with a training manual</h3>
<p>We created a small training manual in house, it&#8217;s only 4 pages that goes through step by step the basic content editing functions of our CMS. How to add/edit/delete a page, news items, image galleries and faculty profiles. It is written in plain english and not just the vendor provided CMS manual. We always leave this will each content contributor after training. It has been a huge help to reduce the number of phone calls and emails.</p>
<h3>Your tips, tricks and war stories</h3>
<p>That is my basic process when training content contributors and now I open it up to you. What are some tools or methods you have used or have seen to create successful content contributors?</p>
<p><a href="http://www.flickr.com/photos/acplinfo/2332926117/"><span style="font-size: x-small;">Photo by acpl</span></a></p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id5249-how-is-html-different-than-word.html' rel='bookmark' title='Permanent Link: The Content Editor&#8217;s Missing Manual'>The Content Editor&#8217;s Missing Manual</a></li>
<li><a href='http://doteduguru.com/id4939-spring-cleaning-finding-your-lost-sock-the-guide-to-content-audits.html' rel='bookmark' title='Permanent Link: Spring Cleaning: Finding your lost sock. The guide to content audits.'>Spring Cleaning: Finding your lost sock. The guide to content audits.</a></li>
<li><a href='http://doteduguru.com/id2926-need-a-link-building-strategy-create-content.html' rel='bookmark' title='Permanent Link: Need a Link Building Strategy?  Create Content!'>Need a Link Building Strategy?  Create Content!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id4338-best-practices-for-training-content-contributors.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Where is the fold? Google browser size vs. actual heatmap</title>
		<link>http://doteduguru.com/id4212-where-is-the-fold-google-browser-size-vs-actual-heatmap.html</link>
		<comments>http://doteduguru.com/id4212-where-is-the-fold-google-browser-size-vs-actual-heatmap.html#comments</comments>
		<pubDate>Thu, 17 Dec 2009 20:24:24 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[clicks]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[fold]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[heatmap]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[size]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=4212</guid>
		<description><![CDATA[Google released a tool yesterday called Google Browser Size in effort to show how users with various screen sizes see your site. They also wrote up a blog post about it.

Personally I think it’s great they are making people aware of the fold. And working in a higher education Web office we hear “everything needs [...]]]></description>
			<content:encoded><![CDATA[<p>Google released a tool yesterday called <a href="http://browsersize.googlelabs.com/">Google Browser Size</a> in effort to show how users with various screen sizes see your site. They also <a href="http://googlecode.blogspot.com/2009/12/introducing-google-browser-size.html">wrote up a blog post about it</a>.</p>
<p><span id="more-4212"></span></p>
<p>Personally I think it’s great they are making people aware of the fold. And working in a higher education Web office we hear “everything needs to be above the fold” all the time. I’m sure we aren&#8217;t the only group that hears this but we do hear it a lot.</p>
<h2>An example</h2>
<p>I have been meaning to write a post and show off the heatmap of a landing page we’ve used recently and this seemed like the perfect opportunity. The campaign was mainly image building and was targeted nationally and to various age groups. The goal was to get visitors to learn a little something about our institution and then click one of the action items on the right. Explore our programs, request information or schedule a tour.</p>
<p>Google does a great job putting the fold into prospective but I have always said that people do scroll if you give them a reason to. This page is a good example of that, the fold is just below the thumbnails so we made the “In the News” title was visible to someone with a 1024×768 screen. Taking a look at the heatmap you will see the majority of clicks were above the fold except the Wayne Bloggers image, the second most clicked link and it is quite a bit down the page.</p>
<h2>Heatmap of test page</h2>
<p>We use a service called <a href="http://crazyegg.com/">CrazyEgg</a> to track visits and clicks. In total this heatmap contains:<strong><br />
1035 clicks from total 3021 visitors</strong>. The clicks are from both both links and background areas.</p>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/12/fold-heatmap.jpg"><img class="alignnone size-full wp-image-4214" title="fold-heatmap-click" src="http://doteduguru.com/wp-content/uploads/2009/12/fold-heatmap-click.jpg" alt="fold heatmap click Where is the fold? Google browser size vs. actual heatmap" width="540" height="182" /></a></p>
<p style="text-align: center;">
<p>Now compare that to the <a href="http://doteduguru.com/wp-content/uploads/2009/12/fold-google.png">same page with Google’s visual hierarchy</a>. The blogger button is at about the same distance down as the “Give Now” button in Google’s example. 30% of visitors could not see the button but it still accounted for 11% of all the clicks on the page.</p>
<h2>A few things to notice</h2>
<ul>
<li>Most of the clicks did happen above the fold</li>
<li>Offered Programs was the most clicked link with 15%</li>
<li>The blogger image at the bottom was the second most clicked with 11%</li>
<li>People like to click on faces</li>
<li>Don’t put links you don’t want clicked on the site (ex. our header top menu)</li>
</ul>
<p>Looking at these results we learned a lot about how an average user reacts to elements and positioning. We run these heatmaps every time we test a new design and continue to refine our designs based on the results. If you have not done heat mapping on your site before I encourage you to test it out at least once, you might be surprised.</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id951-quick-observations-about-browser-resolution-design.html' rel='bookmark' title='Permanent Link: Quick Observations About Browser Resolution Design'>Quick Observations About Browser Resolution Design</a></li>
<li><a href='http://doteduguru.com/id2019-hootsuite-twitter-tool-business-value.html' rel='bookmark' title='Permanent Link: HootSuite: Twitter Tool with actual Business Value'>HootSuite: Twitter Tool with actual Business Value</a></li>
<li><a href='http://doteduguru.com/id3303-eduweb-2009-liveblog-web-wide-architecture.html' rel='bookmark' title='Permanent Link: eduWeb 2009 LiveBlog &#8211; Web Wide Architecture'>eduWeb 2009 LiveBlog &#8211; Web Wide Architecture</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id4212-where-is-the-fold-google-browser-size-vs-actual-heatmap.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>[Results] State of the University Web Department survey</title>
		<link>http://doteduguru.com/id3967-state-of-the-university-web-department-survey-results.html</link>
		<comments>http://doteduguru.com/id3967-state-of-the-university-web-department-survey-results.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 13:34:50 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[department]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[institution]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=3967</guid>
		<description><![CDATA[253 Total Responses
First and foremost I wanted to thank everyone who took the time to fill out the survey. The feedback from this has been amazing and I know everyone has been anticipating the results. These results will help others shape and make informed decisions about their web environment. I have a feeling most of [...]]]></description>
			<content:encoded><![CDATA[<h2>253 Total Responses</h2>
<p>First and foremost I wanted to thank everyone who took the time to fill out the survey. The feedback from this has been amazing and I know everyone has been anticipating the results. These results will help others shape and make informed decisions about their web environment. I have a feeling most of you are already scrolling through it right now, I don&#8217;t blame you.</p>
<p><span id="more-3967"></span></p>
<p>For each question I included a mix graphs, tables and some commentary about the results or question. If you want more information about a particular question or clarification just ask. In addition the questions that required a little cleaning up to be grouped I included the download for that cleaned up information. Also at the bottom of the post is a link to the complete cleaned up results in case you are interested.</p>
<h2>How large is your institution?</h2>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/11/1-institution-size.png"><img class="alignnone  size-full wp-image-3981" title="1-institution-size" src="http://doteduguru.com/wp-content/uploads/2009/11/1-institution-size.png" alt="1 institution size [Results] State of the University Web Department survey" width="547" height="225" /></a></p>
<p>Overall the range of institutions by size was evenly distributed except for the 1,500-4,500 column which double any of the other sizes.</p>
<h2>What is your current title?</h2>
<p><img src="http://chart.apis.google.com/chart?chs=400x175&amp;chd=t:6,5,3,3,3,2,78&amp;cht=p&amp;chl=Web Developer [6]|Webmaster [5]|Dir of Web Comm [3]|Web Designer [3]|Dir of Web Services [3]|Web Manager [2]|Other [78]" alt="Title" width="400" height="175" title="[Results] State of the University Web Department survey" /></p>
<p>The titles were all over the place, the top six were are shown here but the &#8220;Other&#8221; column is huge. You can <a href="http://nickdenardis.com/docs/web_dept_title.csv">download the full list of titles with totals in CSV format</a>.</p>
<h2>What is the landscape of your web environment?</h2>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/11/web-landscape.png"><img class="alignnone size-full wp-image-3989" title="web-landscape" src="http://doteduguru.com/wp-content/uploads/2009/11/web-landscape.png" alt="web landscape [Results] State of the University Web Department survey" width="540" height="145" /></a></p>
<p>I was quite surprised to see almost 50% of the institutions have a centralized web environment. But you cannot ignore the 30% that are completely decentralized. Reading through all the responses the trend was a need or want to centralize control as you will see in later questions.</p>
<h2>If centralized, how large is the full time staff?</h2>
<p><img src="http://chart.apis.google.com/chart?chs=400x175&amp;chd=t:24,20,17,11,5,23&amp;cht=p&amp;chl=2 [24]|1 [20]|3 [17]|4 [11]|5 [5]|Other [23]" alt="Central Web Staff" width="400" height="175" title="[Results] State of the University Web Department survey" /></p>
<p>Not surprising these number are small but a quarter of the institutions have a web staff of one or two! It is amazing across the board 77% of all institutions with a centralized web environment have a staff of five or fewer. <a href="http://nickdenardis.com/docs/web_dept_central_staff.csv">Download the results in CSV</a>.</p>
<h2>If centralized, how is priority determined?</h2>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/11/priority.png"><img class="alignnone size-full wp-image-3986" title="priority" src="http://doteduguru.com/wp-content/uploads/2009/11/priority.png" alt="priority [Results] State of the University Web Department survey" width="506" height="123" /></a></p>
<p>The question of priority is always a sticky subject at an institution. Typically it is who makes the most noise gets bumped to the top of the list. It is surprising to see that the majority of central web staff has some pull out there and is able to say no. Hopefully focusing on the sites that effect the end users the most.</p>
<h2>Roughly how many full time staff institution wide work on all the web sites?</h2>
<p><img src="http://chart.apis.google.com/chart?chs=400x175&amp;chd=t:18,17,9,7,7,5,37&amp;cht=p&amp;chl=1 [18]|2 [17]|3 [9]|5 [7]|4 [7]| 100 [5]|Other [37]" alt="Total Web Staff" width="400" height="175" title="[Results] State of the University Web Department survey" /></p>
<p>Yet again the low numbers dominate this question with one slight variation. The &#8220;100&#8243; mark which creaped into the top results. It seemed to be a popular number for institutions had a decentralized content environment. My guess it is a generalization but it still needs to be noted. <a href="http://nickdenardis.com/docs/web_dept_total_staff.csv">Download the results in CSV</a>.</p>
<h2>What is the state of a content management system (cms) at your institution?</h2>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/11/cms-state.png"><img class="alignnone size-full wp-image-3983" title="cms-state" src="http://doteduguru.com/wp-content/uploads/2009/11/cms-state.png" alt="cms state [Results] State of the University Web Department survey" width="523" height="113" /></a></p>
<p>The almost 45% of institutions that have a central CMS that everyone must use, this surprised me. It might have to do with the number of smaller institutions that took the survey because I know getting a large institution on board with one system unless it is a mandate is almost impossible.</p>
<h2>If you use a CMS, how was it adopted?</h2>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/11/cms-origin.png"><img class="alignnone size-full wp-image-3982" title="cms-origin" src="http://doteduguru.com/wp-content/uploads/2009/11/cms-origin.png" alt="cms origin [Results] State of the University Web Department survey" width="515" height="136" /></a></p>
<p>Personally it was nice to see how many people were using an open source CMS. Obviously administration feels more comfortable purchasing a CMS with the possibility of support to ensure the site is running its best at all times. But open source and building in house give an institution the most amount of flexibility.</p>
<h2>If your CMS was built elsewhere, what is the name/company of that CMS?</h2>
<p><img src="http://chart.apis.google.com/chart?chs=400x175&amp;chd=t:8,8,6,6,6,5,61&amp;cht=p&amp;chl=Cascade Server [8]| OmniUpdate [8]|Ingeniux [6]|Ektron [6]|RedDot [6]|Contribute [5]|Other [61]" alt="CMS" width="400" height="175" title="[Results] State of the University Web Department survey" /></p>
<p>Quite possibly the most popular question in this survey. Everyone wants to know what CMS every other institution is using. A few stood out, Cascade Server and OmniUpdate tied for first spot but there are plenty of &#8220;Others&#8221;. Be sure to check out the full list to see them all in relation to institution size. <a href="http://nickdenardis.com/docs/web_dept_cms.csv">Download the results in CSV</a>.</p>
<h2>What department controls your institutions home page?</h2>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/11/homepage-control.png"><img class="alignnone size-full wp-image-3985" title="homepage-control" src="http://doteduguru.com/wp-content/uploads/2009/11/homepage-control.png" alt="homepage control [Results] State of the University Web Department survey" width="555" height="135" /></a></p>
<p>Marketing by far has the most control over institution homepages. This comes up quite a bit in the open ended question later in the survey. I will give you a hint, staff agree marketing should stay in control of the homepage.</p>
<h2>Does your institution have a home page committee?</h2>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/11/homepage-committee.png"><img class="alignnone size-full wp-image-3984" title="homepage-committee" src="http://doteduguru.com/wp-content/uploads/2009/11/homepage-committee.png" alt="homepage committee [Results] State of the University Web Department survey" width="512" height="136" /></a></p>
<p>I thought this would be overwhelming yes but I am glad to see how many departments have direct control over their homepage. Committees in general tend to slow down advancement and removes focus from the end user. The only downside to direct control is sometimes broader goals may get overlooked.</p>
<h2>When was your last home page redesign?</h2>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/11/redesign-timeline.png"><img class="alignnone size-full wp-image-3988" title="redesign-timeline" src="http://doteduguru.com/wp-content/uploads/2009/11/redesign-timeline.png" alt="redesign timeline [Results] State of the University Web Department survey" width="518" height="194" /></a></p>
<p>It is great to see how many institutions have redesigned recently. Although 4+ years is still on the map, thinking about the technology 5 years ago, IE6 and 800&#215;600 were dominant. I hope those institutions have been realigning along the way.</p>
<h2>How was your last home page redesign handled?</h2>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/11/redesign-source.png"><img class="alignnone size-full wp-image-3987" title="redesign-source" src="http://doteduguru.com/wp-content/uploads/2009/11/redesign-source.png" alt="redesign source [Results] State of the University Web Department survey" width="491" height="123" /></a></p>
<p>Again, another response that slightly surprised me. I initially thought that vendors would be a larger part of the homepage redesign process. It has been a trend in higher education that we laugh at the idea of bringing in consultants even though they have competent staff on hand. It is good to see over 60% of redesigns were accomplished in house.</p>
<h2>What is the primary programming language that runs your institution&#8217;s Web environment?</h2>
<p><img src="http://chart.apis.google.com/chart?chs=400x175&amp;chd=t:32,16,9,8,8,27&amp;cht=p&amp;chl=PHP [32]|ASP.NET [16]|Coldfusion [9]|ASP [8]|LAMP [8]|Other [27]" alt="Language" width="400" height="175" title="[Results] State of the University Web Department survey" /></p>
<p>After cleaning up the data a clear winner emerged, PHP and the LAMP stack. ASP and ASP.NET come in second but the gap is pretty noticeable. <a href="http://nickdenardis.com/docs/web_dept_language.csv">Download the results in CSV</a>.</p>
<h2>If tomorrow you could change one thing about how your institution&#8217;s Web site is managed what would it be?</h2>
<p><img src="http://chart.apis.google.com/chart?chs=400x175&amp;chd=t:17,15,14,8,6,3,37&amp;cht=p&amp;chl=More Resources [17]|No Answer [15]|Centralized Control [14]|Centralized CMS [8]|Centralized Authority [6]|Decentralized Content Control [3]|Other [37]" alt="Change" width="400" height="175" title="[Results] State of the University Web Department survey" /></p>
<p>This and the next open ended question took the bulk of the time to clean up. What I did was read every answer and summarize the central idea into a few words. Making sure I was consistent through the results I then grouped them by their main ideas to come up with the graph above. The overall theme for what to change was centralizing the control and adding the resources needed to make that happen. <a href="http://nickdenardis.com/docs/web_dept_change.csv">Download the results in CSV</a>.</p>
<h2>What is the one thing you would not change about how your institution&#8217;s Web site is managed?</h2>
<p><img src="http://chart.apis.google.com/chart?chs=400x175&amp;chd=t:28,12,8,5,4,4,39&amp;cht=p&amp;chl=No Answer [28]|Centralized Control [12]|CMS [8]|Decentralized Content Control [5]|State of Collaboration [4]|Nothing [4]|Other [39]" alt="Keep the same" width="400" height="175" title="[Results] State of the University Web Department survey" /></p>
<p>With this question, after summarizing the results a few major themes shined through. The things people did not want to change was the centralized control, their CMS and decentralized content control. Having a centralized management of how sites are implemented but then giving the control of the content to the experts was the biggest take away from this question. <a href="http://nickdenardis.com/docs/web_dept_keep.csv">Download the results in CSV</a>.</p>
<h2>Wrap Up</h2>
<p>The unedited data will be available to anyone who wants access (institution names removed of course), but a <a href="https://spreadsheets.google.com/ccc?key=0Asqh84N4Eo1BdC1NMmFLUGRLd055b1RJUFRDaFJZT2c&amp;hl=en">cleaned up version is available here</a>. I am making sure this data is available because it belongs to all of you, not me. Please remix it, analyze it, produce your own results and point out if I overlooked anything.</p>
<p>Through this those process I learned a great deal. The thing that stuck out the most was the openness and willingness of the higher education community to share and learn from each other. We are all traveling same path trying to get to the same goal. With a little help that goal can be achieved and expanded much quicker. Thank you all again.</p>
<p><span style="font-size: x-small;"><a href="http://www.flickr.com/photos/jeffedoe/3940497197/">Photo by jeffedoe</a></span></p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id3772-5-min-survey-state-of-the-university-web-department.html' rel='bookmark' title='Permanent Link: 5 min survey: State of the university Web department'>5 min survey: State of the university Web department</a></li>
<li><a href='http://doteduguru.com/id2598-reining-in-the-outliers-for-a-university-wide-cohesive-web-presence.html' rel='bookmark' title='Permanent Link: Reining in the outliers for a university-wide cohesive Web presence'>Reining in the outliers for a university-wide cohesive Web presence</a></li>
<li><a href='http://doteduguru.com/id4166-guru-survey-are-classes-in-your-toolbox.html' rel='bookmark' title='Permanent Link: [Guru Survey] Are Classes In Your Toolbox?'>[Guru Survey] Are Classes In Your Toolbox?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id3967-state-of-the-university-web-department-survey-results.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>When advertising on Hulu (pre-roll ads) goes wrong</title>
		<link>http://doteduguru.com/id3995-when-advertising-on-hulu-pre-roll-ads-go-wrong-context-is-king.html</link>
		<comments>http://doteduguru.com/id3995-when-advertising-on-hulu-pre-roll-ads-go-wrong-context-is-king.html#comments</comments>
		<pubDate>Thu, 05 Nov 2009 14:15:35 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[goes wrong]]></category>
		<category><![CDATA[hulu]]></category>
		<category><![CDATA[pre-roll]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=3995</guid>
		<description><![CDATA[Advertising your institution on a number of sites via text, banner, or even pre-roll videos ads has become ever more popular as the shift from print to digital takes hold. There is one downside to this change though, loss of context control. 

You can make a well branded and copy written ad and spend hours [...]]]></description>
			<content:encoded><![CDATA[<p>Advertising your institution on a number of sites via text, banner, or even pre-roll videos ads has become ever more popular as the shift from print to digital takes hold. There is one downside to this change though, loss of context control. </p>
<p><span id="more-3995"></span></p>
<p>You can make a well branded and copy written ad and spend hours on your landing page. Making sure to catch every user possible and track all your conversions but it can all be destroyed by the context you ad is placed in. An example of this was brought to my attention last night.</p>
<h2>An Example</h2>
<p>The twitter account <a href="http://twitter.com/420revolution/status/5435936807">@420revolution posted this status</a>:</p>
<blockquote><p>Oakland University Supports Marijuana Use <a href="http://bit.ly/4joFGJ">http://bit.ly/4joFGJ</a></p></blockquote>
<p>Which leads you to a <a href="http://digg.com/health/Oakland_University_Supports_Marijuana_Use">Digg.com article</a> with the same title and description:</p>
<blockquote><p>Self Explanatory </p></blockquote>
<p>You finally end up at a <a href="http://www.youtube.com/watch?v=ZWuzrPwaT7w">YouTube video</a> of a screen cast which shows an Oakland University commercial with the words &#8220;The following clip is brought to you by Oakland University&#8221;. What follows is a video by HowCast explaining &#8220;How to legally obtain medical marijuana.&#8221; Here is the video:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ZWuzrPwaT7w&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ZWuzrPwaT7w&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>The tweet was eventually re-tweeted a few times and dugg a handful of times. Luckily this example was not a PR nightmare for the institution and it was on a site like Hulu which does have a good grasp on the content they push out. But as site start to push out more user generated content be prepared for the sorts of things an ad could endorse.</p>
<h2>The Lesson</h2>
<p>Obviously Oakland University did not place this ad on this particular video but the more online ads are being dispersed on sites with wide ranges of content it becomes impossible to control what context your message is being displayed in. </p>
<p>I am not sure the advertising policy or options Hulu gives to its advertisers as far as targeting. But this would apply to any site your university advertises on that could have questionable content or user generated content. Where does the line get drawn between promoting yourself and endorsing a product/service/opinion you have no control over?</p>
<h2>Your Thoughts</h2>
<p>Have you come across other examples of university advertising #contextfail? Or have policies/guidelines at your institution that only allow you to promote in approved spaces?</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id2632-taking-the-idea-of-a-cohesive-web-template-in-a-slightly-different-direction.html' rel='bookmark' title='Permanent Link: Taking the idea of a cohesive Web template in a slightly different direction'>Taking the idea of a cohesive Web template in a slightly different direction</a></li>
<li><a href='http://doteduguru.com/id2598-reining-in-the-outliers-for-a-university-wide-cohesive-web-presence.html' rel='bookmark' title='Permanent Link: Reining in the outliers for a university-wide cohesive Web presence'>Reining in the outliers for a university-wide cohesive Web presence</a></li>
<li><a href='http://doteduguru.com/id2601-reining-outliers-university-wide-cohesive-socialmedia-presence.html' rel='bookmark' title='Permanent Link: Reining in the outliers for a university-wide cohesive social media presence'>Reining in the outliers for a university-wide cohesive social media presence</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id3995-when-advertising-on-hulu-pre-roll-ads-go-wrong-context-is-king.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t lose your identity &#8211; Create an effective print style sheet</title>
		<link>http://doteduguru.com/id3876-dont-loose-your-identity-create-an-effective-print-style-sheet.html</link>
		<comments>http://doteduguru.com/id3876-dont-loose-your-identity-create-an-effective-print-style-sheet.html#comments</comments>
		<pubDate>Mon, 02 Nov 2009 12:00:48 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[backgrounds]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=3876</guid>
		<description><![CDATA[Making a Web site flexible is an art. Not only does your site have to look good cross browser on screen but also scale down gracefully for a mobile phone or print.

Looking at the example above, (I am not picking on Duke, I just choose them at random) most higher ed sites end up this [...]]]></description>
			<content:encoded><![CDATA[<p>Making a Web site flexible is an art. Not only does your site have to look good cross browser on screen but also scale down gracefully for a mobile phone or print.<span id="more-3876"></span></p>
<p style="text-align: center;"><a href="http://doteduguru.com/wp-content/uploads/2009/10/print-edu.jpg"><img class="aligncenter size-full wp-image-3907" title="print-edu" src="http://doteduguru.com/wp-content/uploads/2009/10/print-edu.jpg" alt="print edu Dont lose your identity   Create an effective print style sheet" width="491" height="234" /></a></p>
<p>Looking at the example above, (I am not picking on Duke, I just choose them at random) most higher ed sites end up this way. Not accounting for the print style the spacing is all off, unnecessary items get printed and paper is wasted, usually the user get confused. There is a simple way to prevent this, setup a print style sheet.</p>
<h2>How to make a separate print style</h2>
<p>In HTML:</p>
<pre style="padding-left: 30px;">&lt;link href="print.css" rel="stylesheet" type="text/css" media="print" /&gt;</pre>
<p>or in CSS:</p>
<pre style="padding-left: 30px;padding-bottom: 10px;">@media print { ... }</pre>
<h2>What is important to keep on a printed page</h2>
<ul>
<li>Wordmark/Name</li>
<li>Department name</li>
<li>Page heading</li>
<li>Central content</li>
<li>Footer/URL</li>
<li>Department contact information</li>
</ul>
<h2>What is not as important to keep</h2>
<ul>
<li>Navigation</li>
<li>Images (other than content specific)</li>
<li>Colors</li>
<li>Keeping the same pixel perfect layout</li>
</ul>
<h2>Some basics about print style</h2>
<p><strong>Make the content 100%</strong> &#8211; Since you don&#8217;t know what size paper or how your users will be printing you pages it&#8217;s best to change everything to 100% width. This will us the maximum area possible and not leave blank sections on the paper.</p>
<p><strong>Use a print friendly wordmark</strong> &#8211; Most university Web sites have their wordmark in the top left of every page. Sometimes the web version may not be appropriate for print so using an image replacement technique will yield the best results for the end user.</p>
<p><strong>Get rid of anything unnecessary</strong> &#8211; display:none is your friend, use it for anything that isn&#8217;t directly related to the content of the page. Navigation, background images, promotion images</p>
<p><strong>Include the URL and date</strong> &#8211; This one is not necessary but could be helpful especially for news items or anything that changes frequently. Although it is enabled by default having the URL, date and any other important information on the page may be helpful.</p>
<p style="text-align: center;"><a href="http://doteduguru.com/wp-content/uploads/2009/10/print-edu-good.jpg"><img class="aligncenter size-full wp-image-3911" title="print-edu-good" src="http://doteduguru.com/wp-content/uploads/2009/10/print-edu-good.jpg" alt="print edu good Dont lose your identity   Create an effective print style sheet" width="491" height="222" /></a></p>
<p>Compare the above example to the one at the top of this article. UNL has a completely different feel when printing. They take everything in account and tailor everything to the print medium. 100% width, friendly wordmark, removing the menu and focusing on the content.</p>
<h2>Additional Resources</h2>
<p>Although it is just starting I stumbled across a site dedicated to the print versions of Web pages. <a href="http://printfancy.com/">http://printfancy.com/</a> &#8211; &#8220;showcases and honors websites and companies that take the extra step to maintain their brand across all areas&#8221;</p>
<ul>
<li><a href="http://meyerweb.com/eric/articles/webrev/200001.html">Print Different &#8211; Eric Meyer</a></li>
<li><a href="http://www.alistapart.com/articles/goingtoprint/">CSS Design: Going to Print</a></li>
<li><a href="http://www.smashingmagazine.com/2007/02/21/printing-the-web-solutions-and-techniques/">Printing the Web: Solutions and Techniques</a></li>
</ul>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id1790-speaking-for-the-trees.html' rel='bookmark' title='Permanent Link: Speaking for the Trees&#8230;'>Speaking for the Trees&#8230;</a></li>
<li><a href='http://doteduguru.com/id2926-need-a-link-building-strategy-create-content.html' rel='bookmark' title='Permanent Link: Need a Link Building Strategy?  Create Content!'>Need a Link Building Strategy?  Create Content!</a></li>
<li><a href='http://doteduguru.com/id1341-email-best-for-engagement.html' rel='bookmark' title='Permanent Link: Case Study: Email Still Beats out Print and Social Media for Engagement'>Case Study: Email Still Beats out Print and Social Media for Engagement</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id3876-dont-loose-your-identity-create-an-effective-print-style-sheet.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5 min survey: State of the university Web department</title>
		<link>http://doteduguru.com/id3772-5-min-survey-state-of-the-university-web-department.html</link>
		<comments>http://doteduguru.com/id3772-5-min-survey-state-of-the-university-web-department.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 12:38:54 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[committees]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[department]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=3772</guid>
		<description><![CDATA[Last week myself, Michael Fienen and Karlyn Morissette had the privilege of speaking at the HighEdWeb 2009 Conference. I can&#8217;t explain how great it was to see so many higher education web professionals, I feel humbled being around so many awesome people doing great things.

In all the discussions I realized how similar but yet very [...]]]></description>
			<content:encoded><![CDATA[<p>Last week <a href="http://2009.highedweb.org/EventDetail.aspx?guid=5cb537fc-a688-4afb-8591-b074419a99d2">myself</a>, <a href="http://doteduguru.com/id3672-student-workers-in-web-offices.html">Michael Fienen</a> and <a title="Karlyn Morissette" href="http://karlynmorissette.karlyn.me/2009/10/my-reflections-on-highedweb/">Karlyn Morissette</a> had the privilege of speaking at the <a href="http://2009.highedweb.org/">HighEdWeb 2009 Conference</a>. I can&#8217;t explain how great it was to see so many higher education web professionals, I feel humbled being around so many awesome people doing great things.</p>
<p><span id="more-3772"></span></p>
<p>In all the discussions I realized how similar but yet very different all the web offices are. They range from large and centralized to small 1-2 person teams. I <a href="http://twitter.com/nickdenardis/statuses/4708841590">summed it up in this tweet</a>:</p>
<blockquote><p>&#8220;<span><span>Major theme from <a title="#heweb09" href="http://twitter.com/search?q=%23heweb09">#heweb09</a>: There are a lot of great people underfunded, understaffed and underappreciated doing some great stuff!</span></span>&#8220;</p></blockquote>
<p>I wanted to try and get an understanding of the landscape of higher education web environments to see what works, what doesn&#8217;t and how we can all improve. I created a survey for anyone who&#8217;s primary job is working on any part of an institution&#8217;s Web site. It should not take more than 5 minutes to complete.</p>
<p>The survey will be open until <strong>October 25th</strong> so spread the word to any higher ed web professionals. The more responses the better the results and analysis.</p>
<p><em><strong>Survey closed. Stay tuned for results.</strong></em></p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id3967-state-of-the-university-web-department-survey-results.html' rel='bookmark' title='Permanent Link: [Results] State of the University Web Department survey'>[Results] State of the University Web Department survey</a></li>
<li><a href='http://doteduguru.com/id2098-guru-interviews-shelby-thayer-penn-state-university.html' rel='bookmark' title='Permanent Link: Guru Interviews: Shelby Thayer, Penn State University'>Guru Interviews: Shelby Thayer, Penn State University</a></li>
<li><a href='http://doteduguru.com/id4166-guru-survey-are-classes-in-your-toolbox.html' rel='bookmark' title='Permanent Link: [Guru Survey] Are Classes In Your Toolbox?'>[Guru Survey] Are Classes In Your Toolbox?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id3772-5-min-survey-state-of-the-university-web-department.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Save your sanity and use a grid</title>
		<link>http://doteduguru.com/id3212-save-your-sanity-and-use-a-grid.html</link>
		<comments>http://doteduguru.com/id3212-save-your-sanity-and-use-a-grid.html#comments</comments>
		<pubDate>Fri, 18 Sep 2009 11:00:45 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[960gs]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[spacing]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=3212</guid>
		<description><![CDATA[University web designers have a tough enough job as it is, juggling users needs while pleasing committees and numerous other stakeholders. Doesn&#8217;t matter if your web office has complete control or just influence, using a grid can make completely unrelated sites look uniform.

In this post I&#8217;ll focus on using a horizontal grid, vertical grids are [...]]]></description>
			<content:encoded><![CDATA[<p>University web designers have a tough enough job as it is, juggling users needs while pleasing committees and numerous other stakeholders. Doesn&#8217;t matter if your web office has complete control or just influence, using a grid can make completely unrelated sites look uniform.</p>
<p><span id="more-3212"></span></p>
<p>In this post I&#8217;ll focus on using a horizontal grid, vertical grids are not as popular so ill leave them up to you to explore.</p>
<h2>So what is a grid?</h2>
<p><a href="http://doteduguru.com/wp-content/uploads/2009/09/unl-grid.png"><img class="aligncenter size-medium wp-image-3539" title="unl-grid" src="http://doteduguru.com/wp-content/uploads/2009/09/unl-grid-300x284.png" alt="unl grid 300x284 Save your sanity and use a grid" width="300" height="284" /></a></p>
<p>Grids exist for the single purpose of bringing uniformity to a traditionally nonuniform environment. The horizontal grid consists of a set of columns with left and right margins that create gutters. Page elements fit within these columns and gutters.</p>
<p>Using a standard grid allows for fast prototyping, wireframing and designing. By having a set of element widths it gives the designers constraints and the developers a global stylesheet to work from.</p>
<p>The above screen shot is from the <a href="http://unl.edu/">University of Nebraska-Lincoln</a> and it shows how nicely the page elements fit into the grid. You would be surprised at the number of sites that use this same grid structure.</p>
<h2>Calculating a grid</h2>
<p><strong>Step 1</strong> is to determine the site width. 960 is the standard width but you can choose anything you wish.</p>
<p><strong>Step 2</strong> is to choose how many columns you want. The most common numbers are 12 or 16.</p>
<p><strong>Now the tricky part</strong>, each column has an equal left and right margin. A typical 12 column grid has 10px on each side which leaves you with a 20px gutter.</p>
<p><strong>Determine your column width</strong> by taking the:</p>
<p style="padding-left: 30px;">(960 px page width &#8211; 240 px total gutters) / 12 columns =  60 px wide columns</p>
<h2>Reasons to use a grid</h2>
<ul>
<li>Designers love constraints, no really, they do</li>
<li>Consistency without mandating a template</li>
<li>Developers don&#8217;t have to start from scratch</li>
<li>Breaking the grid can make things stand out</li>
<li>Gives you the upper hand when working with demanding departments</li>
</ul>
<h2>Simple steps to start using a grid</h2>
<ul>
<li>Make a list of your most common page elements
<ul>
<li>Header, Menu, Search, Main Image, News, Events, Contact Info, Promotions, etc.</li>
</ul>
</li>
<li>Dividing up the page into the desired number of columns and gutters</li>
<li>Place the elements on the grid</li>
<li>Using a framework
<ul>
<li>Design frameworks for Illistrator, Photoshop, InDesign..</li>
<li>CSS templates to get the structure up fast</li>
</ul>
</li>
<li>Will soon become embedded in the culture of the designers and developers</li>
</ul>
<h2>Downsides of using a grid</h2>
<ul>
<li>They are constraining</li>
<li>CSS frameworks have been known to be bloated</li>
<li>Changing the grid after sites have been launched can be difficult</li>
<li>Can lead to non-semantic naming conventions</li>
</ul>
<h2>Some frameworks and resources</h2>
<ul>
<li><a href="http://960.gs/">960.gs</a></li>
<li><a href="http://developer.yahoo.com/yui/grids/">YUI Grid CSS</a></li>
<li><a href="http://www.blueprintcss.org/">Blueprint</a></li>
<li><a href="http://gridder.andreehansson.se/">Grid Overlay Bookmark</a></li>
<li><a href="http://designshack.co.uk/gallery/layout/grid/">Grid CSS Gallery</a></li>
</ul>
<p><a href="http://www.flickr.com/photos/adactio/2888167827/">Photo by adactio</a></p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id4939-spring-cleaning-finding-your-lost-sock-the-guide-to-content-audits.html' rel='bookmark' title='Permanent Link: Spring Cleaning: Finding your lost sock. The guide to content audits.'>Spring Cleaning: Finding your lost sock. The guide to content audits.</a></li>
<li><a href='http://doteduguru.com/id2643-redesign-once-increment-forever.html' rel='bookmark' title='Permanent Link: Redesign once, increment forever.'>Redesign once, increment forever.</a></li>
<li><a href='http://doteduguru.com/id2781-inspiring-design-for-higher-ed.html' rel='bookmark' title='Permanent Link: Inspiring Design for Higher Ed'>Inspiring Design for Higher Ed</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id3212-save-your-sanity-and-use-a-grid.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Getting started with HTML5</title>
		<link>http://doteduguru.com/id3160-how-to-get-started-with-html5.html</link>
		<comments>http://doteduguru.com/id3160-how-to-get-started-with-html5.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 11:00:42 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Webmaster Tools]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=3160</guid>
		<description><![CDATA[In this short article I&#8217;m going to attempt to explain the differences, advantages and struggles of using HTML5 in its current form. It has a lot to offer but browsers still have a little ways to go for fully fledged public adoption.
A New Doctype
HTML5 brings a doctype we can all remember, its short, simple and [...]]]></description>
			<content:encoded><![CDATA[<p>In this short article I&#8217;m going to attempt to explain the differences, advantages and struggles of using <a href="http://html5.org/">HTML5</a> in its current form. It has a lot to offer but browsers still have a little ways to go for fully fledged public adoption.<span id="more-3160"></span></p>
<h2>A New Doctype</h2>
<p>HTML5 brings a doctype we can all remember, its short, simple and doesn&#8217;t take up unnecessary HTTP space.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;!</span>DOCTYPE html<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>That&#8217;s it! Set it, forget it and move on.</p>
<h2>Semantic Structure</h2>
<p>If you have developed any web site in the past few years and care about accessibility, lite markup and structure, your document probably looks something like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>html<span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;</span>body<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;header&quot;</span><span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>h1<span style="color: #339933;">&gt;&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;/&quot;</span><span style="color: #339933;">&gt;</span>My University<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;/</span>h1<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;navigation&quot;</span><span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>ul<span style="color: #339933;">&gt;</span>
                <span style="color: #339933;">&lt;</span>li<span style="color: #339933;">&gt;</span>Future Students<span style="color: #339933;">&lt;/</span>li<span style="color: #339933;">&gt;</span>
                <span style="color: #339933;">&lt;</span>li<span style="color: #339933;">&gt;</span>Current Students<span style="color: #339933;">&lt;/</span>li<span style="color: #339933;">&gt;</span>
                <span style="color: #339933;">...</span>
            <span style="color: #339933;">&lt;/</span>ul<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;content&quot;</span><span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>h1<span style="color: #339933;">&gt;</span>Welcome<span style="color: #339933;">&lt;/</span>h1<span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;photo&quot;</span><span style="color: #339933;">&gt;&lt;</span>img src<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;...&quot;</span> alt<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;...&quot;</span> <span style="color: #339933;">/&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>p<span style="color: #339933;">&gt;...&lt;/</span>p<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;footer&quot;</span><span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>p<span style="color: #339933;">&gt;...&lt;/</span>p<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;/</span>body<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>html<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>HTML5 builds on that same very structure but now instead of having a bunch of div&#8217;s to contain your content you have these tags to better explain what you&#8217;re marking up.</p>
<ul>
<li>&lt;header&gt;</li>
<li>&lt;nav&gt;</li>
<li>&lt;section&gt;</li>
<li>&lt;article&gt;</li>
<li>&lt;aside&gt;</li>
<li>&lt;footer&gt;</li>
</ul>
<p><strong>The new structure would look something like this:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>html<span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;</span>body<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;</span>header<span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>h1<span style="color: #339933;">&gt;&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;/&quot;</span><span style="color: #339933;">&gt;</span>My University<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;/</span>h1<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;/</span>header<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;</span>nav<span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>ul<span style="color: #339933;">&gt;</span>
                <span style="color: #339933;">&lt;</span>li<span style="color: #339933;">&gt;</span>Future Students<span style="color: #339933;">&lt;/</span>li<span style="color: #339933;">&gt;</span>
                <span style="color: #339933;">&lt;</span>li<span style="color: #339933;">&gt;</span>Current Students<span style="color: #339933;">&lt;/</span>li<span style="color: #339933;">&gt;</span>
                <span style="color: #339933;">...</span>
            <span style="color: #339933;">&lt;/</span>ul<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;/</span>nav<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;</span>section<span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>h1<span style="color: #339933;">&gt;</span>Welcome<span style="color: #339933;">&lt;/</span>h1<span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>aside<span style="color: #339933;">&gt;&lt;</span>img src<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;...&quot;</span> alt<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;...&quot;</span> <span style="color: #339933;">/&gt;&lt;/</span>aside<span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>article<span style="color: #339933;">&gt;</span>
                <span style="color: #339933;">&lt;</span>p<span style="color: #339933;">&gt;...&lt;/</span>p<span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;/</span>article<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;/</span>section<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;</span>footer<span style="color: #339933;">&gt;</span>
            <span style="color: #339933;">&lt;</span>p<span style="color: #339933;">&gt;...&lt;/</span>p<span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;/</span>footer<span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;/</span>body<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>html<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Quite a bit cleaner and even reduces the overall size of the HTML document.</p>
<h2>But wait, there&#8217;s more!</h2>
<ul>
<li>&lt;time&gt;</li>
<li>&lt;figure&gt;</li>
<li>&lt;dialog&gt;</li>
<li>&lt;mark&gt;</li>
<li>&lt;canvas&gt;</li>
</ul>
<p>I&#8217;m not going to go too far into these tags except to explain how they&#8217;ll allow you to further refine our page content.</p>
<h3>Time</h3>
<p>Uses a common time format to mark up the human readable time you display on your site.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">Published <span style="color: #339933;">&lt;</span>time datetime<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;2009-08-22T09:30:00-05:00&quot;</span><span style="color: #339933;">&gt;</span>
Saturday<span style="color: #339933;">,</span> August <span style="color: #cc66cc;">22</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">2009</span> at <span style="color: #cc66cc;">9</span><span style="color: #339933;">:</span>30am<span style="color: #339933;">&lt;/</span>time<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<h3>Figure</h3>
<p>Finally a way to distinguish between a photo and an image which has data in it.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>figure<span style="color: #339933;">&gt;</span>
 <span style="color: #339933;">&lt;</span>legend<span style="color: #339933;">&gt;</span>Fall <span style="color: #cc66cc;">2009</span> Enrollment Data<span style="color: #339933;">&lt;/</span>legend<span style="color: #339933;">&gt;</span>
 <span style="color: #339933;">&lt;</span>img src<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;/images/enrollment-2009.png&quot;</span> alt<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Enrollment Data, Fall 2009&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>figure<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<h3>Dialog</h3>
<p>Building on the same structure as the definition list &lt;dl&gt; which is great for FAQ&#8217;s, the &lt;dialog&gt; tag is used to mark up conversation. For example a chat transcript or interview.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>dialog<span style="color: #339933;">&gt;</span>
 <span style="color: #339933;">&lt;</span>dt<span style="color: #339933;">&gt;</span>Student<span style="color: #339933;">&lt;/</span>dt<span style="color: #339933;">&gt;</span>
 <span style="color: #339933;">&lt;</span>dd<span style="color: #339933;">&gt;</span>Where can I find information about scholarships?<span style="color: #339933;">&lt;/</span>dd<span style="color: #339933;">&gt;</span>
 <span style="color: #339933;">&lt;</span>dt<span style="color: #339933;">&gt;</span>Counselor<span style="color: #339933;">&lt;/</span>dt<span style="color: #339933;">&gt;</span>
 <span style="color: #339933;">&lt;</span>dd<span style="color: #339933;">&gt;</span>That information is available at http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//scholarships...edu/&lt;/dd&gt;</span>
 <span style="color: #339933;">&lt;</span>dt<span style="color: #339933;">&gt;</span>Student<span style="color: #339933;">&lt;/</span>dt<span style="color: #339933;">&gt;</span>
 <span style="color: #339933;">&lt;</span>dd<span style="color: #339933;">&gt;</span>Thank you so much<span style="color: #339933;">.&lt;/</span>dd<span style="color: #339933;">&gt;</span>
 <span style="color: #339933;">&lt;</span>dt<span style="color: #339933;">&gt;</span>Counselor<span style="color: #339933;">&lt;/</span>dt<span style="color: #339933;">&gt;</span>
 <span style="color: #339933;">&lt;</span>dd<span style="color: #339933;">&gt;</span>If you need anything <span style="color: #b1b100;">else</span> just let me know<span style="color: #339933;">.&lt;/</span>dd<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>dialog<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<h3>Mark</h3>
<p>This is an interesting one, it&#8217;s kind of like the &lt;strong&gt; tag but is more about increasing the relevance of the content than the importance. Think of it as a &#8220;highlighter&#8221;, you probably won&#8217;t use it often but it might come in handy.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>p<span style="color: #339933;">&gt;</span>Despite the drop in applications <span style="color: #339933;">&lt;</span>mark<span style="color: #339933;">&gt;</span>the average
ACT score <span style="color: #b1b100;">for</span> applicants has risen to <span style="color: #cc66cc;">32</span><span style="color: #339933;">&lt;/</span>mark<span style="color: #339933;">&gt;.&lt;/</span>p<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<h3>Canvas</h3>
<p>The &lt;canvas&gt; tag is pretty amazing, it has been touted as a <a href="http://www.infoworld.com/d/developer-world/html-5-could-it-kill-flash-and-silverlight-291">flash killer</a> (<a href="http://www.maximumpc.com/article/news/adobe_responds_html_5_flash_killer_claims">probably not</a>) but right now I just don&#8217;t think the support is there yet. I am not going too deep into the &lt;canvas&gt; element because there are already <a href="https://developer.mozilla.org/en/Canvas_tutorial">so many great tutorials</a> out there but I will mention it is going to significantly raise the level of user interaction especially with visualizing data.</p>
<h2>Audio and Video Tag</h2>
<p>Probably the most exciting addition to HTML5 is the native &lt;audio&gt; and &lt;video&gt; tags. It is about 1000% times cleaner than the current &lt;object&gt; and &lt;embed&gt; tags that you have to use today.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>video controls src<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;campus-tour.ogg&quot;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;campus-tour&quot;</span><span style="color: #339933;">&gt;</span>
Video decoder not found<span style="color: #339933;">.&lt;/</span>video<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>It will be amazing one day when we don&#8217;t have to rely on flash to serve video or audio. The browsers will do the interpretation automatically. Currently not very many browsers support the &lt;video&gt; tag, but if you want to use it you can follow this example and serve up <a href="http://camendesign.com/code/video_for_everybody">video for everybody</a>. It is a beast though.</p>
<p>I am not sure about anyone else but I think the next best thing about the &lt;video&gt; and &lt;audio&gt; tags are native javascript manipulation. For example attaching an event to the end of a video, it would be great to give the watcher some next steps like donate now or visit campus.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">campus<span style="color: #339933;">-</span>tour.<span style="color: #660066;">addEventListener</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'ended'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
 <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'video playback finished'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<h2>Compatibility</h2>
<p>This is all great until you look at it in IE and Firefox 2 (bug). There is a solution, but it required javascript. My suggestion is to use this hosted <a href="http://remysharp.com/2009/01/07/html5-enabling-script/">HTML5 enabling script</a>. It basically does this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script<span style="color: #339933;">&gt;</span>
  document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'header'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'nav'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'section'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'article'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'aside'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'footer'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>It creates the elements so IE knows about them and you can style them. Notice also there is no &#8220;type&#8221; attribute in the &lt;script&gt; tag above? It is not necessary in HTML5, all scripts are assumed to be type=&#8221;text/javascript&#8221;.</p>
<p>On another note now that these elements are created its best to define them as &#8220;display:block&#8221; since they will by default be inline.</p>
<h2>Validating HTML5</h2>
<p>There are a few validating services out there. Of course the <a href="http://validator.w3.org/">W3C has its validator</a> and it works pretty good. There is also the <a href="http://html5.validator.nu/">Validator.nu (X)HTML5 Validator</a>. Both I believe are experimental so use at your own risk.</p>
<h2>Should you be using HTML5 now?</h2>
<p>Yes, absolutely. Even if you don&#8217;t use it on a production site start playing around with it. I have yet to review a site on <a href="http://educheckup.com/">EDU Checkup</a> with HTML5 markup but I know the day is coming soon, it&#8217;s only a matter of time.</p>
<p>HTML5 is not going away so get your coding hat on and get to work!</p>
<p>I would love to get your feedback, thoughts and concerns about using HTML5. Have you started implementing with it at your institution?</p>
<p><span style="font-size: x-small;"><em>Image credit to <a title="Link to vincentgallegos' photostream" rel="dc:creator cc:attributionURL" href="http://www.flickr.com/photos/vincentgallegos/3735556466/">vincentgallegos</a></em></span></p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id1496-tracking-outgoing-clicks-with-google-analytics.html' rel='bookmark' title='Permanent Link: Tracking outgoing clicks with Google Analytics'>Tracking outgoing clicks with Google Analytics</a></li>
<li><a href='http://doteduguru.com/id2293-large-sites-and-information-archiecture.html' rel='bookmark' title='Permanent Link: Large Sites and Information Architecture'>Large Sites and Information Architecture</a></li>
<li><a href='http://doteduguru.com/id5225-facebook-privacy-and-admissions-counselors-know-your-settings.html' rel='bookmark' title='Permanent Link: Facebook Privacy and Admissions Counselors: Know Your Settings'>Facebook Privacy and Admissions Counselors: Know Your Settings</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id3160-how-to-get-started-with-html5.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Your Faculty: Do you hide or praise them?</title>
		<link>http://doteduguru.com/id3195-your-faculty-do-you-hide-or-praise-them.html</link>
		<comments>http://doteduguru.com/id3195-your-faculty-do-you-hide-or-praise-them.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 11:30:57 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Promotion]]></category>
		<category><![CDATA[expectations]]></category>
		<category><![CDATA[faculty]]></category>
		<category><![CDATA[outline]]></category>
		<category><![CDATA[profiles]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=3195</guid>
		<description><![CDATA[Something that gets overlooked quite a bit in the web process is the content you don&#8217;t control, your faculty. Faculty are an intricate part of every university and essential to any graduate student, especially Ph.D. looking for a program. Promoting your faculty can be almost as important as promoting your programs.

There are many ways to [...]]]></description>
			<content:encoded><![CDATA[<p>Something that gets overlooked quite a bit in the web process is the content you don&#8217;t control, your faculty. Faculty are an intricate part of every university and essential to any graduate student, especially Ph.D. looking for a program. Promoting your faculty can be almost as important as promoting your programs.</p>
<p><span id="more-3195"></span></p>
<p>There are many ways to promote your faculty, just giving their contact information, linking to their personal or university web sites or give them the ability to control their own profiles with some constraints. Faculty seem to be pretty particular with their information and control of their content which can make promoting it quite difficult.</p>
<h3>Why are Faculty so Important?</h3>
<p>Talking to graduate students (especially Ph.D.) about why they choose the university they did it comes down to two key factors, faculty research and grant availability. What happens if that information is not available online? Prospective graduate students could easily overlook your university. Although the faculty do a pretty good job of publishing and talking at conferences, why not throw in some SEO and self promotion?</p>
<p>At <a href="http://wayne.edu/">Wayne State University</a> we have ~2,800 faculty in over 350 degree programs and since our department does not oversee all the web sites at the university its hard to keep track of them all. I have put together a list of base information that every faculty should have on their site or profile page. I have also included a base profile from one of our faculty to the right.<br />
<img class="alignright size-full wp-image-3202" title="profile-photo" src="http://doteduguru.com/wp-content/uploads/2009/07/profile-photo.jpg" alt="profile photo Your Faculty: Do you hide or praise them?" width="300" height="410" /></p>
<h3>Base Profile Information</h3>
<ul>
<li>Name, Title</li>
<li>Contact Information</li>
<li>Office Hours</li>
<li>Homepage, Blog</li>
<li>Biography</li>
<li>Degrees and Certifications</li>
<li>Academic Interests</li>
<li>Courses Teaching</li>
<li>Recent Research</li>
<li>Recent Publications</li>
<li>Recent Grants</li>
<li>In the News</li>
<li>Photo</li>
<li>CV Download</li>
</ul>
<h3>Motivating Faculty</h3>
<p>Motivating faculty can be hardest part, but what I&#8217;ve found to be the best motivator is their peers having a better looking and a more complete profile. Basically competing internally to look the best. Giving them the tools to update their own profile and the fields that make them feel good and sell your university at the same time can go a very long way.</p>
<p>Motivating them to keep it updated is yet another story. I recommend sending an email after the end of each semester with a link to edit their profile. If you are lucky enough to tie your profiles into course management software it might be more apparent and likely they will update it, especially if they don&#8217;t have to remember a second username and password. Otherwise a nudge each semester from the dean with a nice note thanking them for a great semester seem to work well also.</p>
<h3>So how does your institution promote your faculty?</h3>
<p>I think this is the most overlooked piece of the web puzzle, there are many content managers to keep track of pages and files but what about faculty profiles? Is your faculty profiles stored in a central database and linked to the appropriate departments? Or do you even have trouble keeping track of your faculty&#8217;s externally hosted web sites? Does your institution offer web hosting for your faculty and have you had success or failure with it? What university site have you seen that does a really good job promoting their faculty?</p>
<p>Photo by: <a title="Link to Paul Chenoweth's photostream" rel="dc:creator cc:attributionURL" href="http://www.flickr.com/photos/chenoweth/2921145167/">Paul Chenoweth</a></p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id4654-negative-facebook-comments-me.html' rel='bookmark' title='Permanent Link: Negative Facebook Comments: @#$% Me'>Negative Facebook Comments: @#$% Me</a></li>
<li><a href='http://doteduguru.com/id4077-3-ways-to-build-knowledge-base-fail.html' rel='bookmark' title='Permanent Link: 3 Ways to Build Knowledge Base #FAIL'>3 Ways to Build Knowledge Base #FAIL</a></li>
<li><a href='http://doteduguru.com/id3995-when-advertising-on-hulu-pre-roll-ads-go-wrong-context-is-king.html' rel='bookmark' title='Permanent Link: When advertising on Hulu (pre-roll ads) goes wrong'>When advertising on Hulu (pre-roll ads) goes wrong</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id3195-your-faculty-do-you-hide-or-praise-them.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Are you human? is CAPTCHA needed? Some Alternatives.</title>
		<link>http://doteduguru.com/id3038-are-you-human-is-captcha-needed-some-alternatives.html</link>
		<comments>http://doteduguru.com/id3038-are-you-human-is-captcha-needed-some-alternatives.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 12:00:15 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Webmaster Tools]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[human]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[verification]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=3038</guid>
		<description><![CDATA[If you have ever filled out a form online you have probably encountered a CAPTCHA. They come in many shapes and sizes. I am going to detail methods I&#8217;ve used to block bots from taking advantage of forms and their pros and cons. If you use a technique that&#8217;s not below just comment, the more [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever filled out a form online you have probably encountered a <a href="http://en.wikipedia.org/wiki/Captcha">CAPTCHA</a>. They come in many shapes and sizes. I am going to detail methods I&#8217;ve used to block bots from taking advantage of forms and their pros and cons. If you use a technique that&#8217;s not below just comment, the more options the better. Validating humanness should not be hard, why do some people make it that way?<span id="more-3038"></span></p>
<h2><a href="http://recaptcha.net/"><img class="alignright size-full wp-image-3043" title="recaptcha" src="http://doteduguru.com/wp-content/uploads/2009/06/recaptcha.png" alt="recaptcha Are you human? is CAPTCHA needed? Some Alternatives." width="274" height="145" /></a>reCAPTCHA</h2>
<p>Solve a CAPTCHA and help digitize books. <a href="http://recaptcha.net/">reCAPTCHA</a> is the human extension of a project designed to digitize old textbooks. While scanning often there is words that the ORC scanner cannot recognize. These words are then pumped into a central repository where they are randomly displayed on screen for a human to decipher. Each reCAPTCHA has two words, one known and one unknown. If you get the known word right it is assumed you got the unknown word correct. If at least two people get the unknown word correct then it is marked as deciphered. Simple concept and for a great cause.</p>
<p>The biggest complaint about reCAPTCHA or CAPTCHA in general is the complexity of the images produced, sometimes almost unreadable by humans (especially if you have used ticketmaster.com). At least reCAPTCHA has the ability to refresh and grab a new pair of words or even read the words aloud. If you are forced to use a CAPTCHA, reCAPTCHA is your best option in my opinion</p>
<p>The biggest issue in my book with reCAPTCHA is Javascript is required to show the image. Although most bots don&#8217;t use Javascript neither do some legitimate users. Not only ones with disabilities but also ones on mobile devices.</p>
<h2>Simple Questions</h2>
<p>What is 3+2? If you can answer a simple math problem you must be human. This method relies more on someone comprehending a sentence and placing the right string in the form field. It can range from simple math to just repeating a word.</p>
<p>It&#8217;s great because the only programming needed is to validate a field is submitted with specific information. The down side is when someone cannot answer the question. Making questions too difficult or obscure can result in frustrated users.</p>
<h2><img class="alignright size-full wp-image-3048" title="human" src="http://doteduguru.com/wp-content/uploads/2009/06/human.png" alt="human Are you human? is CAPTCHA needed? Some Alternatives." width="300" height="74" />Hidden Field</h2>
<p>Bots rarely render their forms in a browser so hiding a field with CSS (or Javascript) allows you to determine if the form was submitted without being looked at. Only someone in a browser would not see a specific field, so if that field has content its likely filled in with a bot and you can ignore it.</p>
<p>Bots often fill fields with junk or things that look like text and try to match up the &#8220;name&#8221; attributes with almost valid data so &#8220;first_name&#8221; might result in an actual name. But they cannot resist a good type=&#8221;text&#8221; field since it allows them a great deal of space to inject HTML or BB code. Hidden text fields work great with they are type=&#8221;text&#8221;. Downside of this approach is someone viewing your page with CSS turned off might get confused to see a field with no label just sitting there.</p>
<h2>Check Referrer</h2>
<p>Did the form submission come from your site? If not do you care about its contents? After a form is submitted checking where it was submitted from is as easy as $_SERVER['HTTP_REFERER'] with PHP and Request.ServerVariables(&#8220;HTTP_REFERER&#8221;) with ASP (I think, I despise ASP).</p>
<p>Bots often will pull down your form and submit it remotely which creates a blank referrer. No referrer often means the form was not submitted through your site. The plus side of this method is the user does not have to do anything extra, the downside is you have to be careful when throwing away data, it might be legitament.</p>
<h2>Confirmation Page</h2>
<p>Is this information correct? A confirmation page is probably one of the best ways to supply a form to a user and verify if they are human while still making them feel comfortable with the information they submitted. Bots almost certainly don&#8217;t analyze the &#8220;Thank You&#8221; page so if your form goes to a confirm page where they have to click another button to confirm and submit their information it will more than likely not be compromised by a bot. The only down side to this method is the user has to click a Submit button then a Confirm button, there is a likelihood you loose someone in the middle.</p>
<h2><a href="http://www.flickr.com/photos/25pics/486425292/"><img class="alignright size-full wp-image-3051" title="lots-of-unread" src="http://doteduguru.com/wp-content/uploads/2009/06/lots-of-unread.png" alt="lots of unread Are you human? is CAPTCHA needed? Some Alternatives." width="151" height="176" /></a>Just Deal With It</h2>
<p>You could also do what most people do and just deal with it. Make sure your data has to go through an approval process before bring posted publicly or sent via email. This will ensure a human verifies the information on the form was submitted by a human. Too bad this is the most effective and time consuming option, there is no better way to spot a human than with a human (currently).</p>
<p>Some forms like login&#8217;s don&#8217;t interrupt your daily routine when captured by bots but a full inbox all the time can really get on your nerves. None of the methods above are foolproof so some spam may still get through but any one of the above is better than nothing. Don&#8217;t be left with an open form for bots to clog the internet, inbox and databases with.</p>
<h2>Lets not forget about accessibility</h2>
<p>While all these options are fine and dandy the first two require extra work on your users end. This throws the red flag to make sure they are accessible. Opting for an option that does not require any extra work on the users end is best but can lead to a higher spam rate. Weigh your options and determine which method is best for you, each form is unique and one solution cannot work for all situations.</p>
<p><span style="font-size: x-small;">Main image from <a href="http://xkcd.com/233/">XKCD</a>.</span></p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id5249-how-is-html-different-than-word.html' rel='bookmark' title='Permanent Link: The Content Editor&#8217;s Missing Manual'>The Content Editor&#8217;s Missing Manual</a></li>
<li><a href='http://doteduguru.com/id2643-redesign-once-increment-forever.html' rel='bookmark' title='Permanent Link: Redesign once, increment forever.'>Redesign once, increment forever.</a></li>
<li><a href='http://doteduguru.com/id2117-three-pages-every-site-should-have.html' rel='bookmark' title='Permanent Link: The Three Pages That Every Site Should Have'>The Three Pages That Every Site Should Have</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id3038-are-you-human-is-captcha-needed-some-alternatives.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Do you have naked HTML out there?</title>
		<link>http://doteduguru.com/id2178-do-you-have-naked-html-out-there.html</link>
		<comments>http://doteduguru.com/id2178-do-you-have-naked-html-out-there.html#comments</comments>
		<pubDate>Tue, 19 May 2009 12:45:33 +0000</pubDate>
		<dc:creator>Nick DeNardis</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[editors]]></category>
		<category><![CDATA[htmk]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://doteduguru.com/?p=2178</guid>
		<description><![CDATA[A large majority (I hope) of university sites are using a content management system to control the thousands of pages which make up a single university web presence. I am willing to guess that multiple people are editing the content on those pages and they are using some sort of WYSIWYG editor.

CMS&#8217;s come in a [...]]]></description>
			<content:encoded><![CDATA[<p>A large majority (I hope) of university sites are using a content management system to control the thousands of pages which make up a single university web presence. I am willing to guess that multiple people are editing the content on those pages and they are using some sort of <a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSIWYG</a> editor.</p>
<p><span id="more-2178"></span></p>
<p>CMS&#8217;s come in a million different shapes and sizes but their primary goal is to mash up a template with the content for each page. It doesn&#8217;t matter if you use a single template for every page (unlikely and ill advised in my opinion) it still has to be combined with the writers content.</p>
<h2>Content editors can be your worst enemy (sometimes)</h2>
<p>The difficulty comes when you cannot control the elements and formatting that a content editor puts in the CMS. As a designer or developer have their ideals, it rarely turns out that way.</p>
<p>I have seen web content editors who are not web writers by trade, they are usually secretaries, tech support or just the most tech savvy person in the department. And often they do not edit web pages every day, so when they do maybe they forget to hit the &#8220;Paste as Plain Text&#8221; or &#8220;Paste from Word&#8221; button and now their site is filled with a bunch of HTML junk.</p>
<h2>Are you planning for all this junk?</h2>
<p>I recommend a two prong approach, first using <a href="http://tidy.sourceforge.net/">HTML Tidy</a> to clean up the HTML on the server end before it even gets to the browser. Now this will create some clean code but it will also give the user a misrepresentation of what they may have thought they put in. But it is for their benefit so make sure its brought up during CMS training.</p>
<p>The second is to make sure you style <strong>ALL HTML</strong> elements that could possibly be entered. A designer or developer would hate to get caught with some naked &lt;dl&gt;&#8217;s or &lt;address&gt; tags.</p>
<p>I have been using the <a href="http://workshop.3point7designs.com/style-guide/">XHTML, CSS Style Guide</a> by <a href="http://3.7crea.tv/">Ross Johnson</a> which allows you to import a CSS style sheet and see how it reacts to every HTML element out there (I am pretty sure he covers all of them). It can work one of two ways, either view the style on his site or you can just copy and paste the HTML into a new page on your site and style away!</p>
<h2>Planning ahead</h2>
<p>Planning ahead for these types of things can avoid embarrassments down the road when you have an under or over active web writer on your hands.</p>
<p>Last but not least I cannot end without mentioning CSS resets which are either loved or <span class="hw">despised</span> by developers out there. Worst comes to worst you can use <a href="http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/">Eric Meyer&#8217;s CSS Reset</a> or <a href="http://developer.yahoo.com/yui/reset/">Yahoo YUI Reset</a> to obtain a completely flat style less content area to build upon. Although it will add some weight to your CSS pages it will give you the finest control of all your elements.</p>
<h2>What&#8217;s your strategy?</h2>
<p>Are you a designer making sure you account for all this content? A developer endlessly styling tags hoping you don&#8217;t forget any? Or a writer trying to clean up your Word pasted HTML?</p>


<p>Related posts:<ol><li><a href='http://doteduguru.com/id3693-suny-new-paltz-facebook-page-disappears.html' rel='bookmark' title='Permanent Link: Feeling Naked: A Tale of the Disappearing Facebook Fan Page'>Feeling Naked: A Tale of the Disappearing Facebook Fan Page</a></li>
<li><a href='http://doteduguru.com/id5350-tools-optimize-website-for-speed-validation.html' rel='bookmark' title='Permanent Link: Website Optimization: The Why and How (Part II)'>Website Optimization: The Why and How (Part II)</a></li>
<li><a href='http://doteduguru.com/id5249-how-is-html-different-than-word.html' rel='bookmark' title='Permanent Link: The Content Editor&#8217;s Missing Manual'>The Content Editor&#8217;s Missing Manual</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://doteduguru.com/id2178-do-you-have-naked-html-out-there.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 75/270 queries in 3.086 seconds using disk

Served from: doteduguru.com @ 2010-07-31 08:59:47 -->