<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
    <title>WEB DEVELOPMENT BLOG</title>
    <link>http://blog.case.edu/webdev/</link>
    <description></description>
    <language>en-us</language>
    <pubDate>Thu, 15 May 2008 00:22:31 EST</pubDate>
    <lastBuildDate>Thu, 15 May 2008 00:22:31 EST</lastBuildDate>
    <managingEditor>heidi.cool@case.edu</managingEditor>
    <webMaster>heidi.cool@case.edu</webMaster>
<copyright>2004-2007 Case Western Reserve University. All rights reserved.</copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Movable Type v3.121</generator>

        <item>
<enclosure url="http://blog.case.edu/webdev/2008/05/15/webdav1.jpg" length="70244" type="image/jpeg" /><enclosure url="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" length="1720" type="image/gif" />
<title>Introduction to WebDAV</title>
      <link>http://blog.case.edu/webdev/2008/05/15/webdav</link>
      <description>Here at Case Western Reserve University, we&apos;re about to upgrade our primary Web server. Part of this upgrade involves changing the way we upload content to the server. Where in the past we&apos;ve been using FTP, beginning Monday, May 19, 2008, we&apos;ll be using WebDAV. WebDAV has been growing in popularity over the last few years and is now provided as an option by many Web hosting providers. Those of you using FTP on Case or other Web servers may wish to check with your network administrator or Web hosting provider to see if other protocols such as WebDAV are available.</description>
      <guid>http://blog.case.edu/webdev/2008/05/15/webdav</guid>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/howto/index">How-to</category>
              <category domain="http://blog.case.edu/webdev/webdav/index">webdav</category>
      
      <pubDate>Thu, 15 May 2008 00:22:31 EST</pubDate>

       
       <content:encoded><![CDATA[<p class="photoright220"><img alt="Web Development Blog Files" src="http://blog.case.edu/webdev/2008/05/15/webdav1.jpg" width="220" height="348" />Using WebDAV, I can view the files here on the Web Development Blog. Note: It's not a good idea to use this to edit actual entries, but you can use this to add static .html files such as your "About Us" page.</p>
<p>Here at Case Western Reserve University, we're about to upgrade our primary Web server. Part of this upgrade involves changing the way we upload content to the server. Where in the past we've been using <a href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a>, beginning Monday, May 19, 2008, we'll be using WebDAV. WebDAV has been growing in popularity over the last few years and is now provided as an option by many Web hosting providers. Those of you using FTP on Case or other Web servers may wish to check with your network administrator or Web hosting provider to see if other protocols such as WebDAV are available.</p> 

<h5>What is WebDAV?</h5>
<p>According to <a href="http://www.webdav.org/">WebDAV Resources</a>, "WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers."</p>
<p>This sounds complicated, but for the typical user WebDAV simply provides a more efficient way of writing your content to a Web server. WebDAV is more secure than FTP, allows one to transfer multiple files in one connection, can lock files so that they can only be accessed by one person at a time and let's you view and access your files on your computer the way you would any regular drive. </p>
 

<p>If you've been using FTP, you've been editing local copies of your files on your computer then putting/uploading them to the server. If multiple users work on the site, you will get/download the latest version from the server before making additional edits and hope that you're not all editing the files at the same time. When you connect to your server using WebDAV you can look at your files the way you would look at any file directory. You can write to the server by dragging/copying from your local directory to the server directory, or you can edit the files on the server directly&mdash;just remember that you are editing live files; you may find it prudent to keep a prior version on your local computer in case you need to revert back to it. </p>

<h5>How do I connect to a site using WebDAV?</h5>
<p>Those of you using Macintosh or Linux computers have it easy. WebDAV is built into the operating system. To connect on a Macintosh simply:</p>
<ol>
<li>Go to the "Go" menu in the Finder</li>
<li>Select "Connect to Server"</li>
<li>Type or paste the address of your server. On the new Case server that will
  be: https://www.case.edu:8000/&lt;your network id&gt;/&lt;your group's Aurora
account name&gt;. (Don't type the angle brackets, you want an address that looks
something like https://www.case.edu:8000/xyz67/departmentx)</li>
<li>Login at the prompt and save the password in your keychain</li>
</ol>
<p>At this point your server directory will open up as a folder on your computer and you can work with it as you would any other directory. The video below shows the process in action.</p> 
<p>Case users with accounts on <a href="http://filer.case.edu">http://filer.case.edu</a> or <a href="http://blog.case.edu">http://blog.case.edu</a>
  can also use WebDAV. To connect to filer using WebDAV use: https://filer.case.edu/dav/&lt;your
  network id&gt;/. To connect to the Blog server use: 
https://blog.case.edu/&lt;your blog name&gt;/.</p>
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="540" height="338" id="myFlashContent">
				<param name="allowfullscreen" value="true" />	<param name="allowscriptaccess" value="always" />	<param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1016051&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=93a530&amp;fullscreen=1" />
				<param name="wmode" value="opaque" />
<!--[if !IE]>-->
				<object type="application/x-shockwave-flash" data="http://www.vimeo.com/moogaloop.swf?clip_id=1016051&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=93a530&amp;fullscreen=1"  width="540" height="338">
					<param name="wmode" value="opaque" />
				<!--<![endif]-->
					<a href="http://www.adobe.com/go/getflashplayer">
						<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
					</a>
				<!--[if !IE]>-->
				</object>
				<!--<![endif]-->
  </object>
            
<br /><a href="http://www.vimeo.com/1016051?pg=embed&amp;sec=1016051">View at full size</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1016051">Vimeo</a>.

            
</p>

<h5>Connecting via WebDAV on older Macintosh machines running OS 8 or 9</h5>
<p>If you've got an older Macintosh that you are still using in your Web development work, you can still connect via WebDAV using Goliath. Visit the <a href="http://www.webdav.org/goliath/">Goliath Web site</a> to download the software and read the FAQs and help files. Versions for OS X are also available.</p>

<h5>Connecting with WebDrive or Dreamweaver on Macintosh and Windows</h5>
 <p>I will be adding additional information on using WebDAV throughout this week. The ITS Web group has also provided <a href="http://wiki.case.edu/Www.case.edu#How_to_Access_Upgraded_Aurora_Server">detailed instructions</a> on the Case Wiki.</p> 
     
     
     
<h5>WebDAV resources for those who want more technical details</h5>
<ul>
<li><a href="http://tldp.org/HOWTO/Apache-WebDAV-LDAP-HOWTO/">Apache based WebDAV Server with LDAP and SSL</a></li>
<li><a href="http://www.ics.uci.edu/~ejw/authoring/">IETF WEBDAV Working Group</a></li>
<li><a href="http://www.nait.org/jit/Articles/oshields012004.pdf">WebDAV: A Web-Writing Protocol and More</a></li>
<li><a href="http://www.webdav.org/">WebDAV Resources</a></li>
<li><a href="http://sourceforge.net/projects/dav/">WEB-DAV Linux File System(davfs)</a></li>
<li><a href="http://en.wikipedia.org/wiki/WebDAV">Wikipedia: WebDAV</a></li>
</ul>]]></content:encoded>
      


    </item>
    <item>
<enclosure url="http://blog.case.edu/webdev/2008/05/13/caseweb.jpg" length="46909" type="image/jpeg" />
<title>The Web server upgrade happens May 19, 2008. Are you ready?</title>
      <link>http://blog.case.edu/webdev/2008/05/13/webserver</link>
      <description>The main Case Web server, Aurora, will be upgraded on May 19th. If you&apos;re an end user you shouldn&apos;t notice a thing, but if you maintain a Web site on this server there are a few things you should prepare for. If you maintain a Case site and have not read about the upgrade in Case Daily and received email notifications from the Aurora managers, please read the following. </description>
      <guid>http://blog.case.edu/webdev/2008/05/13/webserver</guid>
              <category domain="http://blog.case.edu/webdev/announcements/index">Announcements</category>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/howto/index">How-to</category>
              <category domain="http://blog.case.edu/webdev/server_side_includes/index">Server Side Includes</category>
      
      <pubDate>Tue, 13 May 2008 17:57:45 EST</pubDate>

       
       <content:encoded><![CDATA[<p class="photoright"><a href="http://w07.case.edu/"><img src="http://blog.case.edu/webdev/2008/05/13/caseweb.jpg" alt="Case sites moving to new server" width="180" height="215" border="0" /></a></p>
<p>The main Case Web server, Aurora, will be upgraded on May 19th. If you're an end user you shouldn't notice a thing, but if you maintain a Web site on this server there are a few things you should prepare for. If you maintain a Case site and have not read about the upgrade in Case Daily and received email notifications from the Aurora managers, please read the following. </p>

<h5>Who should prepare for the server upgrade?</h5>
<p>Only people who maintain sites on the main Case Web server will be affected by the upgrade. If you maintain a Web site on <a href="http://blog.case.edu">http://blog.case.edu</a>, <a href="http://filer.case.edu">http://filer.case.edu</a>, a departmental server or through a Web hosting service this upgrade won't affect you. </p>

<h5>I'm not sure which server I use. How can I tell?</h5>
<p>Sites on the main server have urls similar to http://www.case.edu/division/department/sitename/. If your site has an address such as http://sitename.case.edu it is probably not on the main server. Another way to check which server you are using is to check the host to which you upload your files. If you upload files to your site by <a href="http://blog.case.edu/webdev/2006/06/26/uploading_files_with_dreamweaver_ftp">FTP'ing to wwwftp.case.edu</a>, your site is on the main server.  </p>

<h5>Check to see that you are registered as the maintainer of record</h5>
<p>Authentication to the new server will be done using the <a href="http://wiki.case.edu/Central_Authentication_Service">Central Authentication Service</a> instead of account specific usernames and passwords. To access your account you will need to ensure that you are listed as the primary maintainer so that your Case user ID will be attached to the account.</p>
<p>Visit the <a href="http://www.case.edu/cgi-bin/accountlist.pl">Aurora Maintainer Contact List</a> to verify that you are listed as the primary maintainer of your account(s). If you are not listed as the maintainer, you should fill out an <a href="http://www.case.edu/help/apirform.html">Aurora Project Inclusion Request form</a> and Fax it to 216.368.3165.</p>
<h5>Uploading files to the new server.</h5>
<p>The new server will use <a href="http://blog.case.edu/webdev/2008/05/15/webdav">WebDAV</a> rather than FTP to upload files. If you are currently using Dreamweaver to upload files this will require only minor modifications to your current settings. I'll provide further information about WebDAV later this week. <a href="http://wiki.case.edu/Www.case.edu#How_to_Access_Upgraded_Aurora_Server">Upload  instructions are also available</a> on the Case Wiki.  </p>

<h5>Including server side includes (ssi) files</h5>
<p>Due to tightened security, users who include .ssi files using code such as <span class="code">&lt;#include file=&quot;../filename.ssi&quot;&gt; </span>
  will need to change "file" to "virtual" as illustrated here: <span class="code">
  &lt;#include virtual=&quot;../filename.ssi&quot;&gt; </span>. If you don't make this change users will see <span class="code">[an error occurred while processing this directive]</span> instead of your included content. Note, this only applies to paths beginning with <span class="code">../</span> paths such as  <span class="code">&lt;!--#include file=&quot;ssi/related.ssi&quot; --&gt;</span> will continue to work as usual. <a href="http://wiki.case.edu/Www.case.edu#Server_Side_Include_Changes">SSI instructions are also available</a> on the Case Wiki.  </p>

<h5>Controlling Access to Your Site's Content (Password protecting files and directories)</h5>
<p>If you have been using A.P.A.S. utilities to <a href="http://www.cwru.edu:8000/help/AuroraAccess.html">configure access control</a> for your site, you shouldn't need to change anything now. Your current restrictions will be transferred over to the new server. When adding or modifying such restrictions in the future you will use access rules defined within .htaccess, .htpasswd and .htgroup files as appropriate. This will provide more flexibility and is in keeping with common Web practices. I will blog more about access rules in the coming weeks. <a href="http://wiki.case.edu/Www.case.edu#Controlling_Access_to_Your_Site.27s_Content">Access instructions are also available</a> on the Case Wiki.  </p>

<h5>Conclusion</h5>
<p>If you have read the above, ensured that you are registered as your site's maintainer, and checked your server side includes files you should be in good shape for the change. If you would like to see a preview of your site on the new server you may do so by changing www to w07 in the url for your site. For instance the home page can be viewed at <a href="http://w07.case.edu/">http://w07.case.edu/</a>. Additional information is available on the <a href="http://wiki.case.edu/Www.case.edu">www.case.edu page</a> on the Case Wiki. </p>

<h5>Web Server Upgrade Resources</h5>
<ul>
<li><a href="http://wiki.case.edu/Www.case.edu">Aurora server upgrade information on the Case Wiki</a></li>
<li><a href="http://blog.case.edu/webdev/2008/05/15/webdav">Introduction to WebDAV</a></li>
</ul>]]></content:encoded>
      


    </item>
    <item>
<enclosure url="http://blog.case.edu/webdev/2008/05/04/yorkshire.jpg" length="61694" type="image/jpeg" />
<title>5 reasons your blog should have an editorial policy</title>
      <link>http://blog.case.edu/webdev/2008/05/04/editorialpolicy</link>
      <description>While the medium is different, blogs have much in common with magazines.
   They&apos;re published periodically, can accept subscriptions (via RSS feeds),
   may (or may not) accept advertising and typically focus on a particular topic
   or niche. If you blog, you have some notion of your topical area in your head,
   but have you defined it for your readers?  If not, it may be time to take
   a page from the magazines and define a clear editorial policy for your blog.</description>
      <guid>http://blog.case.edu/webdev/2008/05/04/editorialpolicy</guid>
              <category domain="http://blog.case.edu/webdev/blogging/index">Blogging</category>
              <category domain="http://blog.case.edu/webdev/content/index">Content</category>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/howto/index">How-to</category>
              <category domain="http://blog.case.edu/webdev/seo/index">SEO</category>
              <category domain="http://blog.case.edu/webdev/search_engine_optimization/index">Search Engine Optimization</category>
              <category domain="http://blog.case.edu/webdev/writing/index">Writing</category>
              <category domain="http://blog.case.edu/webdev/marketing/index">marketing</category>
      
      <pubDate>Sun, 04 May 2008 16:00:02 EST</pubDate>

       
       <content:encoded><![CDATA[ 
<p class="photoright"><img alt="Yorkshire Pudding" src="http://blog.case.edu/webdev/2008/05/04/yorkshire.jpg" width="240" height="164" /><br />
Yorkshire pudding, fresh from the oven, is yummy, <br />
but does it have a place on your Baking Blog? Let <br />
your editorial policy be your guide. </p>

 <p>While the medium is different, blogs have much in common with magazines.
   They're published periodically, can accept subscriptions (via RSS feeds),
   may (or may not) accept advertising and typically focus on a particular topic
   or niche. If you blog, you have some notion of your topical area in your head,
   but have you defined it for your readers?  If not, it may be time to take
   a page from the magazines and define a clear editorial policy for your blog.
   Just as <a href="http://blog.case.edu/webdev/2005/07/01/so_you_want_to_build_a_website">setting
 clear goals</a> aids in the development of a regular Web page, defining a clear
 editorial policy for your blog will aid you in authoring future articles and
 attracting new readers. </p>
 <h5>What is an editorial policy?</h5>
 <p>An editorial policy is simply a short document that defines what subjects
   will (or will not be) covered in your blog. It may also include information
   on why you are covering X and not Y as well as some background information
   on the authors. Magazines typically publish their policies in their advertising
   media kits and/or their guidelines for writers. For a blog you may wish to
   include your policy on the "About Us" page and also provide a quick summary
   in the <a href="http://en.wikipedia.org/wiki/Meta_tag#The_description_attribute">meta
   description element</a> in the head of your pages. If you edit a multi-author
   blog, you may also find it helpful to maintain a more detailed policy for
   your writers that you do not publish online. This could include style guidelines
   and other rules that are useful to your staff but not of particular interest
   to the public. </p>
 
 
  
 <p>Here are my top 5 reasons to define your editorial policy. </p>
 
 <h5>1. Establishing clear parameters for the scope of your topic helps you determine
   what to write and lets readers (and search engines) know what to expect.</h5>
 <p>How much or how little you write about makes a great difference. If your
   topic is too broad, you may confuse readers who don't know what to expect.
   If it is too narrow you may run out of things to
   say. In <a href="http://www.blahblahtech.com/2008/05/for-bloggers-diversification-avoids-stagnation.html">For ‘bloggers,
     diversification avoids stagnation</a>, <a href="http://www.blahblahtech.com/about" rel="friend colleague">Wayne
     Smallman</a> addresses how the
     breadth of your subject area can keep your blog interesting while also supporting
     your Internet marketing efforts. </p>
 <p>For example, imagine you are blogging about baking. This is a huge subject.
   If your expertise lies more towards bread than pastries you may limit it to
   that. But what if you don't discuss quick breads but do cover beignets? Perhaps
   your focus is yeast-leavened baking and not merely bread. Somewhere between <em>recipes
   for oatmeal bread</em> and <em>anything cooked in an oven</em> you will find,
   and define, the scope of your subject. </p>
   <p>If your scope includes puff pastries and you have a yen to write about
     Beef Wellington, then feel free. Both you and your readers will know that
     it fits within your policy and you won't have spent hours wondering whether
     or not it's on topic. </p>
   <h5>2. Defining your scope reduces off-topic submissions</h5>
   <p>Some blogs accept suggestions and/or articles from readers and other writers.
     While this can be a great way to get new ideas and material, you probably
     don't have the time to sort through ideas that aren't relevant to the topic. 
     In terms of our baking blog,
     it may be that our policy includes some desserts but does not include pies
     and tarts. </p>
   <p>If we make this clear up front we can spend more time writing
     articles and less time writing rejection letters. Doing so also provides
     a service to your submitters. If Peter Piemaker knows your policy, he'll
     be able to focus his time more appropriately and find a different blog&mdash;one
     whose editors and readers would love to know more about making a kiwi tart
     with tamarind crème anglaise. </p>
   <h5>3. A clear editorial focus matches advertisers with your audience</h5>
<p>This blog doesn't accept advertising, but yours might. When magazines sell
  advertising they create a media kit with information about the topic of the
  magazine and the demographics of their readership. Advertisers use this information
  in order to target readers who are most likely to buy their products. If your
  blog accepts advertising, you also want your ads to be appropriate to your
  subject matter and audience. Readers of your baking blog will be more
  likely to click on ads related to bread pans and mixers, than on fishing lures
  or hair-care products, and will thus generate more revenue for you and your
  advertisers. Having a clearly defined editorial policy helps advertisers choose
  between your blog and someone else's. </p>
<h5>4. Publishing your editorial policy supports your Search Engine Optimization
  strategies</h5>
<p>As we know from <a href="http://blog.case.edu/webdev/2007/07/13/seo1">An Introduction
    to Search Engine Optimization (SEO)</a>, including topically relevant keywords
    within your content helps search engines to identify the topics discussed
    on your site. While individual entries will feature keywords appropriate
    to those entries, where should you put the keywords that describe the the
    blog as a whole? Your editorial policy is the perfect place to include these
    because it defines the topics included in your site overall. </p>
<p>By publishing your policy
  on an "About Us" or other page, you can draw readers searching for the
  overall themes of your blog in addition to those searching topics covered in
  more specific entries. </p>
<p>If you already have an "<a href="http://blog.case.edu/webdev/about.html">About
    Us</a>" page this is a good time to review it to
  determine if your editorial policy is clearly defined and if that policy includes
  the appropriate keywords. As your blog evolves, it is also a good idea
    to review this once a year. I just re-read mine and found it unsuitably vague
    so I've now rewritten it to be more specific. </p>
  
  <h5>5. Including an editorial policy or content description promotes a professional image and can demonstrate your expertise. </h5>
  <p>One of the first things I do after discovering a new blog is to look for
    the "About" page. I want to know more about the blog's overall theme and
    its author(s). If that information isn't available I'll have to skim through
    the entries to see if an identifiable theme emerges and if I can learn anything
    about the writer's expertise. If I've found an interesting entry&mdash;and
    I'm thinking of subscribing to the blog&mdash;I need this information to
    decide if I'll be interested in future entries and if the author should be
    considered a reliable source. If I don't have time to do this research myself
    I probably won't subscribe. I'm already subscribed to more blogs than I can
    keep up with, so if I can't quickly determine a blog's relevance to my life,
    I probably won't bother. </p>
  <p>If you want repeat readers, especially subscribers, take a few minutes to provide this information. They'll respect you for it.</p>
  
  <h5>Conclusion: Establishing an editorial policy helps you set the tone of your blog</h5>
  <p>Whether you want a better way to determine what to write, wish to increase
    readership or want to fine-tune your advertising, a clearly defined editorial
    policy can guide the way. Whether you call it "Editorial Policy," "About
    Us" or something else doesn't matter. If the policy is clear to you and your
    readers it will enhance the blogging experience for all involved. </p>
  
  <h5>Examples of Editorial and Advertising Policies in Magazines and Blogs</h5>
  <p>The following policies vary from short descriptions to more in-depth policy
    statements. If your blog accepts advertising you may be interested in <a href="http://www.thenation.com/mediakit/policy/"><em>The
    Nation's</em> advertising
      policy</a> which is very detailed and says, among others things, "Although
      the relationship of the First Amendment to commercial advertising is complex,
      we start with strong presumption against banning advertisers because we
      disapprove of, or even abhor, their political or social views. But we reserve
      (and exercise) the right to attack them in our editorial columns." I thought
      that was rather thought-provoking, though such a statement is obviously
      more necessary to <em>&quot;The Nation</em>&quot; than it would be to many blogs. </p>
  <ul>
<li><a href="http://arstechnica.com/site/about.ars">About <em>Ars Technica</em></a></li>
<li><a href="http://doteduguru.com/about"><em>.eduGuru</em> About Page</a></li>
<li><a href="http://www.thenation.com/mediakit/policy/"><em>The Nation's</em> Advertising Policy</a> </li>
<li><a href="http://www.thenation.com/mediakit/editorial/"><em>The Nation's</em> Editorial Profile</a> </li>
<li><a href="http://condenastmediakit.com/nyr/"><em>The New Yorker</em> Mission Statement</a></li>
<li><a href="http://www.time.com/time/mediakit/1/us/timemagazine/index.html"><em>Time</em> Magazine</a></li>
<li><a href="http://www.sciencedaily.com/about.htm"><em>Science Daily</em> - About this site</a></li>
</ul>
]]></content:encoded>
      


    </item>
    <item>
<enclosure url="http://blog.case.edu/webdev/2008/04/20/youtubeembed.mov" length="24578199" type="video/quicktime" /><enclosure url="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" length="1720" type="image/gif" />
<title>Embedding YouTube Videos the Standards Compliant Way&amp;mdash;SFWobject 2.0</title>
      <link>http://blog.case.edu/webdev/2008/04/20/youtube</link>
      <description>As video becomes easier to produce, more and more people are creating and sharing videso online. Whether you are a professor demonstrating your research, a student working on a film project, or me creating how-to instructions, you&apos;ve realized that there are times when video can enhance your Web content.

Back at the turn of the century, embedding video was complicated. Streaming required a special server, you had to decide what format(s) you wanted to stream, then you had to provide links to whatever software users might need to view your video—in case it wasn&apos;t already installed on their computers. 

With YouTube, that&apos;s all changed. Now you can just go to the YouTube page for the video you wish to embed, copy the coding they provide, paste it into your html file or blog entry and publish the page. 

It&apos;s just that easy—unless, like me, you care about adhering to Web standards. In that case, it requires a few more steps, but don&apos;t worry, they&apos;re not that complicated.
</description>
      <guid>http://blog.case.edu/webdev/2008/04/20/youtube</guid>
              <category domain="http://blog.case.edu/webdev/html/index">HTML</category>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/howto/index">How-to</category>
              <category domain="http://blog.case.edu/webdev/javascript/index">Javascript</category>
              <category domain="http://blog.case.edu/webdev/web_standards/index">Web Standards</category>
              <category domain="http://blog.case.edu/webdev/video/index">video</category>
      
      <pubDate>Sun, 20 Apr 2008 19:24:50 EST</pubDate>

       
       <content:encoded><![CDATA[<p>As video becomes easier to produce, more and more people are creating and sharing videos online. Whether you are a professor demonstrating your research, a student working on a film project, or me creating how-to instructions, you've realized that there are times when video can enhance your Web content. </p>

<p class="photoright">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="425" height="350" id="myFlashContent">
				<param name="movie" value="http://www.youtube.com/v/b-tYxJcFj9I&amp;hl=en" />
				<param name="wmode" value="opaque" />
				<!--[if !IE]>-->
				<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/b-tYxJcFj9I&amp;hl=en" width="425" height="355">
					<param name="wmode" value="opaque" />
				<!--<![endif]-->
					<a href="http://www.adobe.com/go/getflashplayer">
						<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
					</a>
				<!--[if !IE]>-->
				</object>
				<!--<![endif]-->
  </object>
 <br />The resolution on YouTube is not as crisp as the original. <br />
You can also view the video in <a href="http://blog.case.edu/webdev/2008/04/20/youtubeembed.mov">higher resolution .mov format</a>.</p>

  
<p>Back at the turn of the century, embedding video was complicated. Streaming required a special server, you had to decide what format(s) you wanted to stream, then you had to provide links to whatever software users might need to view your video&mdash;in case it wasn't already installed on their computers. </p>
<p>With <a href="http://www.youtube.com">YouTube</a>, that's all changed. Now you can just go to the YouTube page for the video you wish to embed, copy the coding they provide, paste it into your html file or blog entry and publish the page. </p>
<p>It's just that easy&mdash;unless, like me, you care about adhering to <a href="http://blog.case.edu/webdev/2007/08/28/webstandards">Web
    standards</a>. In that case, it requires a few more steps, but don't worry, they're not that complicated. YouTube videos can be embedded on the Web using swfobject.js&mdash;in a manner similar to the method I described last year in &quot;<a href="http://blog.case.edu/webdev/2007/04/19/activex">Embedding
    Flash Objects for Internet Explorer</a>.&quot; You can also use this method for embedding regular Flash .swf files. Just substitute the path to your .swf for the YouTube link in the instructions below. </p>
    
<h5>Downloading swfobject 2.0</h5>
<p>SWFObject 2.0 provides a significant upgrade to SWFObject 1.5&mdash;what we'd previously been using to embed Flash .swf files. To begin you will want to <a href="http://swfobject.googlecode.com/files/swfobject_2_0.zip">download
    the new script</a> from the <a href="http://code.google.com/p/swfobject/">SWFobject
    project page</a>. After downloading the script, you can upload it to your site, in whichever directory you prefer. <em>Note: SWFobject 2.0 is not backwards compatible with 1.5, but the script has the same file name, swfobject.js. If you are already using 1.5 on your site&mdash;and don't plan to immediately edit all the pages that use it&mdash;you should rename the file to something like swfobject2.js or store it in a different directory so that you don't write over the prior version.</em> </p>
    
<h5>Generate the embed code for your page</h5>
<p>While you could do this manually by following the instructions in the <a href="http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation">documentation</a>, the SWFobject team has provided a rather handy Web-based code generator that we'll use in this example. </p>
<ol>
<li>Go the the YouTube page for the video you wish to embed and copy the embed code provided.</li>
<li>Paste this into a blank file in Dreamweaver or your preferred editor. We won't be using this code in our page, but we'll want it for reference.
<p class="code">&lt;object width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param
  name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/b-tYxJcFj9I&amp;hl=en&quot;&gt;&lt;/param&gt;&lt;param
  name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed
  src=&quot;http://www.youtube.com/v/b-tYxJcFj9I&amp;hl=en&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</p>
</li>
  <li>Within this code you will see a link to the video after value=&quot;. Within
    this link there may be an ampersand. <a href="http://www.html-reference.com/Escape.htm">Escape</a> the &amp; by
    typing amp; after it. </li>
  <li>Copy this link,<span class="code">http://www.youtube.com/v/b-tYxJcFj9I&amp;amp;hl=en</span>,
    then go to the <a href="http://www.swffix.org/swfobject/generator/">SWFObject
    2.0 HTML and JavaScript generator v1.1</a>.</li>
  <li>Paste the link in the box to the right of &quot;Flash (.swf):.&quot;</li>
  <li>Near the top of the generator, choose between static and dynamic. I will
    be using static in this example as dynamic would require me to put additional
    code--specific to this video--in my header. Here on the blog my headers are
    part of my templates so I can't use anything that would be specific to only
    one entry. (The <a href="http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation">documentation</a> offers
    additional information on the static and dynamic methods.)</li>
  <li>Copy the width and height values from the YouTube embed code and paste
    them into the dimensions boxes in the generator.</li>
  <li>Click on &quot;more&quot; in the SWF definition box if you like to edit
  additional <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701&amp;sliceId=2">attributes</a>. </li>
  <li>In the HTML definition box choose the version of XHTML or HTML and character
    encoding you use on your Web site. </li>
  <li>Click the &quot;Generate Code&quot; button.</li>
</ol>

<h5>Embedding the video in your page</h5>
<ol>
<li>Copy the script code found with the head of the generated output. <p class="code">&lt;script
    type=&quot;text/javascript&quot; src=&quot;swfobject.js&quot;&gt;&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
swfobject.registerObject(&quot;myFlashContent&quot;, &quot;9.0.0&quot;);<br />
&lt;/script&gt; </p></li>
<li>Paste this into the head of your HTML file or blog templates. <em>Note:
    Because I have already been using the previous version of SWFobject on this
    blog, I named my script swfobject2.js before uploading it to the server.
    Therefore I must also change the name in this code then add it to the code
    that is already in my templates.</em> Thus my files will include: 
  <p class="code">&lt;script type=&quot;text/javascript&quot; src=&quot;swfobject.js&quot;&gt;&lt;/script&gt;<br />
    &lt;script
    type=&quot;text/javascript&quot; src=&quot;swfobject2.js&quot;&gt;&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
swfobject.registerObject(&quot;myFlashContent&quot;, &quot;9.0.0&quot;);<br />
&lt;/script&gt; </p></li>
<li>Copy the object code found within the body of the generated output. <p class="code">&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; width=&quot;425&quot; height=&quot;350&quot; id=&quot;myFlashContent&quot;&gt;<br>
&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/b-tYxJcFj9I&amp;amp;hl=en&quot; /&gt;<br>
&lt;param name=&quot;wmode&quot; value=&quot;opaque&quot; /&gt;<br>
&lt;!--[if !IE]&gt;--&gt;<br>
&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/b-tYxJcFj9I&amp;amp;hl=en&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;<br>
&lt;param name=&quot;wmode&quot; value=&quot;opaque&quot; /&gt;<br>
&lt;!--&lt;![endif]--&gt;<br>
&lt;a href=&quot;http://www.adobe.com/go/getflashplayer&quot;&gt;<br>
&lt;img src=&quot;http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif&quot; alt=&quot;Get Adobe Flash player&quot; /&gt;<br>
&lt;/a&gt;<br>
&lt;!--[if !IE]&gt;--&gt;<br>
&lt;/object&gt;<br>
&lt;!--&lt;![endif]--&gt;<br>
&lt;/object&gt;</p></li>
<li>Paste this into the place in your file where you would like the video to
  appear. </li>
<li>Upload the file to your server and watch the video! </li>
</ol>
    
<h5>SWFObject Resources</h5>
<ul>
<li><a href="http://www.swffix.org/devblog/">SWFObject devblog</a></li>

<li><a href="http://groups.google.com/group/swfobject">Active Content Developer Center</a> </li>
<li><a href="http://blogs.msdn.com/ie/archive/2008/04/08/ie-automatic-component-activation-now-available.aspx">IE Automatic Component Activation Now Available</a> (Internet Explorer users will no longer have to click to activate videos embedded using the static method.) </li>
<li><a href="http://www.adobe.com/devnet/activecontent/faq.html">SWFObject discussion group</a> </li>
<li><a href="http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation">SWFObject 2.0 Documentation</a> </li>
<li><a href="http://code.google.com/apis/youtube/js_api_reference.html">YouTube JavaScript Player API Reference</a> </li>
 
</ul>

 <h5>About the <em>Embedding YouTube Videos the Standards Compliant Way</em> video</h5>
 <p>The video screen captures were recorded using <a href="http://www.shinywhitebox.com/home/home.html">iShowU</a>, a program I discovered yesterday afternoon. The scenes were pieced together, and audio was recorded and added in <a href="http://www.apple.com/ilife/imovie/">iMovie</a>. As this was my first time experimenting with iShowU some portions of the video are a bit wobbly, but overall I found it very easy to use. I expect my skills will improve with time. </p>
 <p>I'll post more about the process as I become more familiar with the software. Members of the Case Western Reserve University community interested in producing similar instructional videos may also wish to visit the <a href="http://fc.case.edu/">Freedman
     Center</a> which offers tools and instructions on this and related topics. </p>
  ]]></content:encoded>
      


    </item>
    <item>
<enclosure url="http://blog.case.edu/webdev/2008/04/15/createx.jpg" length="43171" type="image/jpeg" /><enclosure url="http://blog.case.edu/webdev/2008/04/15/machines.jpg" length="50598" type="image/jpeg" /><enclosure url="http://blog.case.edu/webdev/2008/04/15/scienceblogs.jpg" length="47749" type="image/jpeg" /><enclosure url="http://blog.case.edu/webdev/2008/04/15/techdispenser.jpg" length="47998" type="image/jpeg" />
<title>Maximize your marketing through blog networks and aggregator sites</title>
      <link>http://blog.case.edu/webdev/2008/04/15/networks</link>
      <description>Lately I&apos;ve noticed that I&apos;ve been subscribing to more and more blog networks/aggregators.
  As a reader I like these because they help me discover blogs I might not have
  heard of otherwise. As a blogger and marketer I like the aggregators of which
  I&apos;m a part or a similar reason; they put my blog in front of new readers -- readers
  who already have shown an interest in my topic.</description>
      <guid>http://blog.case.edu/webdev/2008/04/15/networks</guid>
              <category domain="http://blog.case.edu/webdev/blogging/index">Blogging</category>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/social_networking/index">Social Networking</category>
              <category domain="http://blog.case.edu/webdev/tips_and_tricks/index">Tips and Tricks</category>
              <category domain="http://blog.case.edu/webdev/web_20/index">Web 2.0</category>
              <category domain="http://blog.case.edu/webdev/marketing/index">marketing</category>
              <category domain="http://blog.case.edu/webdev/social_media/index">social media</category>
      
      <pubDate>Tue, 15 Apr 2008 01:27:57 EST</pubDate>

       
       <content:encoded><![CDATA[ 

<p class="photoright200">
  <a href="http://www.machineslikeus.com/"><img alt="machines.jpg" src="http://blog.case.edu/webdev/2008/04/15/machines.jpg" width="200" height="158" /><br />"Machines Like Us is dedicated to keeping you informed about the latest research in the areas of evolution, cognition, artificial life and artificial intelligence."</a> While not a typical aggregator, this site includes a variety of resources including articles by Case blogger,<a href="http://blog.case.edu/singham/"> Mano
  Singham</a>.  <br /><br />
  
  <a href="http://www.techdispenser.com/"><img alt="techdispenser.jpg" src="http://blog.case.edu/webdev/2008/04/15/techdispenser.jpg" width="200" height="158" /><br />
  "Tech Dispenser is Computerworld's human powered technology blog network and news aggregator." </a> Frequent commenter and fellow blogger <a href="http://www.blahblahtech.com/">Wayne Smallman</a> is a contributor.<br /><br />
  
  
  
  <a href="http://scienceblogs.com/"><img alt="scienceblogs.jpg" src="http://blog.case.edu/webdev/2008/04/15/scienceblogs.jpg" width="200" height="158" /><br />
  ScienceBlogs aggregates over 60 bloggers writing about science, education and
  related fields. </a>
  <br />
  <br />
  
<a href="http://www.createxchange.com/"><img alt="createx.jpg" src="http://blog.case.edu/webdev/2008/04/15/createx.jpg" width="200" height="160" /><br />"Createxchange is a beta project, syndicating the best design blogs the world has to offer." </a> </p>


<p>Lately I've noticed that I've been subscribing to more and more blog networks/aggregators.
  As a reader I like these because they help me discover blogs I might not have
  heard of otherwise. As a blogger and marketer I like the aggregators of which
  I'm a part or a similar reason; they put my blog in front of new readers&mdash;readers
  who already have shown an interest in my topic. </p>

<h5>What is a blog network or blog aggregator? </h5>

<p>The term &quot;aggregator&quot; is usually used to refer to tools or software,
  such as Google Reader, that aggregate RSS feeds to which you subscribe. For
  today's discussion, I'm instead referring to topically aggregated sites. Using
  this definition, a blog network or aggregator is a Web site that aggregates
  posts from multiple blogs into one central location. Simple aggregators can
  be made using tools such as  <a href="http://pipes.yahoo.com/pipes/">Yahoo
  pipes</a> to
  combine the RSS feeds from multiple blogs. More full-featured aggregators can
  be programmed to not only pull in the feeds from multiple sources but to also
  organize and archive them in a way that allows users to search or explore by
  keyword tags, author, blog name, date, etc. </p>
  
<p>Blog network and aggregator are often used interchangeably,
  but there can be some differences. Networks are usually composed of member
  bloggers who have joined the network to share their posts. Some
  networks, such as <a href="http://www.realneo.org">REALNEO</a>, provide
  multi-authored group blogging within their own interface&mdash;rather than
  by aggregating individual blogs&mdash;while some aggregators simply pull in
  feeds from related blogs without active participation from the original writers. There are also networks that post only selected articles from their participating authors in order to focus on very particular topics.</p>

<p>As is true with any site, an aggregator is only as good as the content it
  presents. Ideally a good aggregator will pool together high-quality content
  from blogs that are topically or otherwise related. Well produced aggregators
  are like specialty stores offering a fine selection of a certain type of product.
  Just as one might go to a bakery, such as <a href="http://www.lucyssweetsurrender.com/">Lucy's
  Sweet Surrender</a>, for a selection of desserts,
  one might go to <a href="http://www.foodcandy.com">Food
  Candy</a> for a selection of posts from food blogs. </p>
 
<h5>Finding good aggregators and blog networks</h5>
<p>As aggregators have become more common, they're relatively easy to find via
  Google or your preferred search engine. If you search on the term "aggregator" plus
  a topically relevant word or phrase you are likely to find a relevant site.
  If nothing comes up, try combining your search term with "blog network." If
  you are already reading a number of blogs in your area of interest, you may
  find that some are already participating in an aggregating network/site. Try
  looking in their sidebars or links pages to see if they are participating
  in such a site. Professional associations, both academic and otherwise, may
  also aggregate content from their members. If you belong to such organizations,
  peruse their Web sites to see if they offer such a service. </p>

<h5>Joining a blog network</h5>
<p>If you have a well-established blog with a clear editorial theme you may well
  be ready to join a network. First find a few blog networks that fit your subject
  area. Read a number of the entries to get a sense of the writing styles and
  the breadth and depth of the subjects covered. If you think that your blog
  would be a good fit, contact the maintainers. Many networks will provide a
  submission form for prospective members. Some networks are highly selective,
  only selecting blogs that meet certain quality or topical requirements, while
  others may accept any blog pertinent to the subject area. When submitting your
  blog, take care to provide the required information and provide a good description
  of your content. Before submitting your blog, re-read your entries, checking
  your spelling, grammar and content just as you might if submitting an article
  for a professional journal or magazine. </p>
  
<h5>Help! I didn't join this network, but they're aggregating my content! Is
  that legal? Ethical?</h5>  
<p>The first time I saw one of my blog entries republished on someone else's
  blog&mdash;without the proper attribution&mdash;I got a bit miffed. I ranted
  and raved at my friends about intellectual property, ethics and so forth. I
  composed angry letters in my head. I imagined my lawyer friends composing angry
  letters for me. Since then this has happened a few times, but I've mellowed
  out about it. Typically this happens with sites that are trying
  to make money by repurposing other people's content and selling advertising.
  Also typically the sites are a design nightmare, the content is mangled and
  mutilated, and they have very low rankings in Google, Technorati, etc. Most
  of these sites don't last because they don't provide anything useful to their
  readers. Their content seems to include a bit of everything and entries are
  truncated. So if any reader happens to stumble upon them, they'll probably
  have to click on the header to read the full article. In most cases that will
  bring them back to my blog, because I've included the link in my entry headers.</p>

<p>Legally and ethically this sort of thing gets a bit murky. I expect I could
  do a whole series of entries on this issue alone. But as a blogger who has
  produced an RSS feed&mdash;designed to be read through RSS readers, shared
  via Google Reader Share pages, republished via <a href="http://www.facebook.com/pages/Cleveland-OH/Web-Development-Case/7925844164">Facebook</a>, <a href="http://hacool.tumblr.com/">Tumblr</a> and the networks
  to which I belong&mdash;I think the question is more about usage. Obviously
  I expect my content to be shared, I just have certain expectations of how this
  should be done.</p> 
<p>When I share other people's entries via my <a href="http://www.google.com/reader/shared/14456704319348086161">Google
    Share page</a>, I'm promoting them as something worth reading, just as I
    would be if I were simply linking to their content. Google takes the content
    directly from the author feeds and clearly displays the original source and
    author. I think that attribution makes the difference. If someone aggregates
    my content in a manner that makes authorship and source clear, with a link
    to the original article, then readers will clearly understand the source
    was me. If they like the content they may visit and/or subscribe to my blog
    directly and I'll have gained a new reader. So from a marketing standpoint,
    being aggregated&mdash;whether I did it on purpose or not&mdash;serves my
    own goals as well as the goals of the aggregator. (This issue gets murky
    again if the aggregating site generates ad revenue, but let's leave that
    discussion for another day.) </p>

<h5>Aggregation matches bloggers with their target audience.</h5>
<p>As often as we talk about search engine optimization, social media marketing and so forth, our primary marketing goal is to put our content in front of readers who care about our subject matter. Having your blog included in an aggregated site on your topic does just that. Readers who subscribe or visit that site have already shown an interest in your area. They are far more likely to become long-term readers than will the teenager who found your site on Google after you mentioned Britney Spears three times in your entry on hadron super colliders.</p>

<h5>Blog Network and Aggregator Resources</h5>
<ul>
<li><a href="http://www.blognetworkwatch.com/">Blog Network Watch</a></li>
<li><a href="http://www.npr.org/templates/story/story.php?storyId=5035064">Bloggers Creating Networks</a> (NPR)</li>
<li><a href="http://www.masternewmedia.org/news/2006/06/24/intranet_20_blog_networks_social.htm">Intranet 2.0: Blog Networks, Social Bookmarking, Mash-Ups And Wikis</a></li>
<li><a href="http://publishing2.com/2007/07/20/should-newspapers-become-local-blog-networks/">Should Newspapers Become Local Blog Networks?</a></li>
<li><a href="http://chris24.ca/opinion/why-i-dont-like-blog-networks">Why I Don’t Like Blog Networks</a></li>
</ul>
 
<p><em>The Web Development Blog is aggregated in <a href="http://planet.case.edu">Planet
    Case</a>, <a href="http://clevelandwebstandards.org/blogs/">The
    Cleveland Web Standards Association</a>, <a href="http://www.bloghighed.org/">Blog
High Ed</a>, and other sites of which I may not be aware. </em></p>]]></content:encoded>
      


    </item>
    <item>

<title>How did I get by before Firefox Add-Ons?</title>
      <link>http://blog.case.edu/webdev/2008/04/03/firefox</link>
      <description>Last night, whilst catching up on my RSS feeds, I discovered Paul Fenwick&apos;s video, &quot;How to Fix the Web with Greasemonkey in 3 minutes.&quot; The video offers some clever tips on how one can use the Firefox add-on, Greasemonkey, to make Web sites (not just yours) behave the way you wish. I was particularly amused by the way he made MySpace content disappear. But it also reminded me of just how dependent I am on Firefox add-on&apos;s.</description>
      <guid>http://blog.case.edu/webdev/2008/04/03/firefox</guid>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/howto/index">How-to</category>
              <category domain="http://blog.case.edu/webdev/recommendations/index">Recommendations</category>
              <category domain="http://blog.case.edu/webdev/tips_and_tricks/index">Tips and Tricks</category>
              <category domain="http://blog.case.edu/webdev/marketing/index">marketing</category>
      
      <pubDate>Thu, 03 Apr 2008 00:16:59 EST</pubDate>

       
       <content:encoded><![CDATA[

 
<p>Last night, whilst catching up on my RSS feeds, I discovered <a href="http://pjf.id.au/blog/">Paul
 Fenwick</a>'s video, "How to Fix the Web with Greasemonkey in 3 minutes." The video offers some clever tips on how one can use the Firefox add-on, <a href="http://www.greasespot.net/">Greasemonkey</a>, to make Web sites (not just yours) behave the way you wish. I was particularly amused by the way he made MySpace content disappear. But it also reminded me of just how dependent I am on Firefox add-on's.</p>

  <p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/8hghpuxCHTc&amp;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/8hghpuxCHTc&amp;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> </p>
 
<h5>What are Firefox add-ons?</h5>
<p>According to <a href="http://support-stage.mozilla.org/en-US/kb/Customizing+your+Firefox+with+add-ons"> Firefox Support</a>:</p>
<p><em>"Firefox add-ons are small pieces of software that add new features or functionality to your installation of Firefox. Add-ons can augment Firefox with new search engines, foreign-language dictionaries, or change the visual appearance of Firefox. Through add-ons, you can customize Firefox to meet your needs and tastes."</em></p>
<p>There are countless add-ons available that will let you do anything from tracking
  your trades on Ebay to validating the code on your Web site. Add-ons are categorized
  by type or function and offer tools for both casual Web browsing and development. </p>

<h5>A sampling of my Firefox add-ons</h5>
<p>I just counted, and apparently I have 35 add-ons installed on Firefox. Some
  I rarely use, some I actively use and others work passively in the background
  to add value to my browsing experience. I think I take the latter for granted,
  but they offer some interesting insights. While I'm not going to discuss all
  35, here are a few (in addition to those mentioned in the video) that you may
  find interesting:</p>

<dl>
<dt><a href="http://chrispederick.com/work/web-developer/">Web Developer</a></dt>
<dd>Chris Pederick's Web Developer is the work horse of my add-ons. I use it
  to validate my HTML and CSS, measure things onscreen, outline elements, display
  line guides, view javascript, disable styles, and view or analyze details of
  a page in order to troubleshoot problems or fine tune my CSS. It's incredibly
  useful and a tremendous timesaver. </dd>

<dt><a href="https://addons.mozilla.org/en-US/firefox/addon/3615">Delicious Bookmarks 1.5.44</a></dt>
<dd>Adding bookmarks to <a href="http://del.icio.us/">del.icio.us</a> is pretty easy to begin with, but sometimes I forget. With this installed I don't have to think about it. When I add a bookmark to Firefox a box pops up asking if I would like to add it to del.icio.us as well. It then lets me add the bookmark and relevant tags in the same box and continue on my merry way. Now I don't have to worry that I can't access the bookmark on computer A because I only saved it on computer B.  </dd>

<dt><a href="https://addons.mozilla.org/en-US/firefox/addon/138">StumbleUpon 3.18</a></dt>
<dd>The StumbleUpon toolbar is inherent to the StumbleUpon experience. If it's
  2:00 a.m. and I can't sleep I can hit the Stumble button to be shown sites
  in areas that interest me. If I come across a cool page, that I think others
  should know about, I can hit the thumbs up, either to promote it or to be the
  first to write a review. If I want to know if a blog entry or news release
  has been stumbled, I can click on the reviews button to see who (if anyone)
  said what. And if I find a nifty new recipe that I want to share with my friend
  Josh (an avid Stumbler) I don't need to bother with e-mail, I just click "send-to," select
  his username and it will be shown to him next time he goes Stumbling.</dd>

<dt><a href="http://tools.seobook.com/firefox/seo-for-firefox.html">SEO for Firefox</a></dt>
<dd>This is an interesting tool for Web marketers. When you do a search with
  this turned on you'll find data ranging from Google page rank to the age of
  the site underneath each result description.  </dd>

<dt><a href="http://www.97thfloor.com/social-media-for-firefox/">Social Media for Firefox</a></dt>
<dd>When you install Social Media for Firefox, icons appear in the bottom status bar of Firefox to indicate how many users have bookmarked or reviewed the page you are viewing on Digg, Reddit, StumbleUpon and Delicious. </dd>

<dt><a href="https://addons.mozilla.org/en-US/firefox/addon/4788">KGen</a></dt>
<dd>KGen lets you scan a page to see which key words are strongest on a page&mdash;handy for search engine optimization.  </dd>
</dl>

 
<p>This sampling should give you a good idea of the power of Firefox add-ons, needless to say there are hundreds (perhaps thousands) more to choose from. To learn more, visit the resources listed below. </p>
<p>Are you already an add-on fan? If so, leave a comment listing some of your favorites. I'd be interested to see how readers are using these handy tools and which great add-ons I may have missed. </p>


<h5>More Firefox add-ons resources</h5>
<ul>
<li><a href="http://support-stage.mozilla.org/en-US/kb/Customizing+your+Firefox+with+add-ons">Customizing
  your Firefox with add-ons</a> (Firefox Support)</li>
<li><a href="http://www.readwriteweb.com/archives/firefox_add-ons_all_you_need_to_know.php">Firefox Add-ons: All You Need To Know</a></li>
<li><a href="http://technotes.blogsailor.com/2007/10/25/16-must-have-firefox-add-ons/">Tech Notes: 16 Must-Have FireFox Add-ons</a></li>
<li><a href="http://www.spreadfirefox.com/node/742">Spread Firefox: Firefox Add-Ons/Extensions</a></li>
</ul>]]></content:encoded>
      


    </item>
    <item>
<enclosure url="http://blog.case.edu/webdev/2008/03/18/bitstrips.jpg" length="66712" type="image/jpeg" />
<title>Reflections on social media networking and marketing</title>
      <link>http://blog.case.edu/webdev/2008/03/17/socialmedia</link>
      <description>These days everyone seems to be talking about social networking and/or social media marketing. Until fairly recently these were topics for tech nerds and Web marketers, but now more and more people are wondering how they can use Facebook to market their programs or products, or how Twitter can be leveraged as a tool for campus communication. I don&apos;t have an immediate answer to such questions, but I thought this would be a good time to reflect a bit on what I&apos;ve learned about social media. </description>
      <guid>http://blog.case.edu/webdev/2008/03/17/socialmedia</guid>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/social_networking/index">Social Networking</category>
              <category domain="http://blog.case.edu/webdev/marketing/index">marketing</category>
              <category domain="http://blog.case.edu/webdev/social_media/index">social media</category>
      
      <pubDate>Mon, 17 Mar 2008 23:01:14 EST</pubDate>

       
       <content:encoded><![CDATA[<p class="photoright200"><img alt="Social Media Cartoon" src="http://blog.case.edu/webdev/2008/03/18/bitstrips.jpg" width="200" height="264" /><br />With Bitstrips you don't need to be able to draw to create your own comics. Alas, that's still no guarantee that you'll write something clever. </p>
<p>These days everyone seems to be talking about <a href="http://en.wikipedia.org/wiki/Social_networking_sites">social
    networking</a> and/or <a href="http://en.wikipedia.org/wiki/Social_media_marketing">social
  media marketing</a>. Until fairly recently these were topics for tech
  nerds and Web marketers, but now more and more people are wondering how they
  can use <a href="http://www.facebook.com">Facebook</a> to
  market their programs or products, or how <a href="http://www.twitter.com">Twitter</a> can
  be leveraged as a tool for campus communication. I don't have an immediate
  answer to such questions, but I thought this would be a good time to reflect
  a bit on what I've learned about social media. </p>
<p>Online social media marketing and networking aren't really that new. People
  have been connecting via blogs for several years now, and even before the World
  Wide Web, people were connecting on Usenet News, listservs or other services.
  What's new is the array of social/Web 2.0 tools now available to us. Today
  we have services available that will allow us to make "friends" online with
  whom we can:</p>

<ul>
<li>share and organize our bookmarks via services such as <a href="http://del.icio.us/hacool">de.licio.us</a> or <a href="http://ma.gnolia.com">ma.gnolia</a>,</li> 
<li>send short messages via <a href="http://www.twitter.com">Twitter</a> or generate
  discussions and share files and links via <a href="http://www.pownce.com">Pownce</a>,</li> 
<li>recommend articles and sites on <a href="http://www.digg.com">Digg</a>, <a href="http://www.stumbleupon.com">StumbleUpon</a> or
  <a href="http://reddit.com/">reddit</a>,</li> 
<li>network with like-minded souls and share best practices through topically
  centered networks, such as <a href="http://cuwebd.ning.com/">University Web
  Developers</a> on <a href="http://www.ning.com">Ning</a>,</li> 
<li>compare music tastes on <a href="http://www.last.fm">last.fm</a> or book
  suggestions on <a href="http://www.goodreads.com/">goodreads</a>, </li> 
<li>archive, share and discuss photos on <a href="http://www.flickr.com/">Flickr</a> and <a href="http://www.zooomr.com/">Zooomr</a>, </li>
<li>share personal information, promote bands, products or services on <a href="http://www.myspace.com/">MySpace</a>,
  publish status updates, join groups and become zombies on <a href="http://www.facebook.com">Facebook</a>, </li>
<li>ponder intellectually meaty issues on <a href="http://www.bigthink.com">Big
  Think</a>, </li>
<li>connect with fellow bloggers on <a href="http://www.mybloglog.com/buzz/members/hacool/">MyBlogLog</a> and
  find out which bloggers are linking to your blog on <a href="http://www.technorati.com">Technorati</a>,
  and even</li>
<li>create cartoons on <a href="http://www.bitstrips.com/">Bitstrips</a>.</li>
</ul>

 <p>These are but a fraction of the options available in the social media world
   of Web 2.0. From the descriptions alone, it is easy to see how many of these
   could play into our marketing strategies. After all, what organization wouldn't
   want its public sites being shared online? </p>
 <h5>Social media marketing: online word-of-mouth</h5>
 <p>Whether people are buying a new
   shampoo or deciding on a doctoral program in <a href="http://bme.case.edu/">biomedical
   engineering</a>, they
   will weigh the opinions of friends and colleagues more heavily than the brochure
   they received in the mail. This doesn't mean that we no longer need brochures,
   just that online word-of-mouth and viral marketing can often serve to enhance
   our other marketing strategies.</p>
 <p>Of course the trick with this is the same as it always has been; word-of-mouth
   referrals are driven by satisfied customers, not marketers. We can pave the
   way and create opportunities to make this happen more easily, but we can't
   put words in people's mouths or on their social networks. </p>
 <p>For example, I can't just go <a href="http://digg.com/general_sciences/New_polymer_can_change_from_hard_to_soft_and_back_again">digging
     cool news stories from Case Western Reserve</a> and expect everyone to follow
     suit unless I develop a reputation for digging worthwhile reading material.
     To do that I have to become a more active member of the digg community where
     I make connections, digg the recommendations of others and recommend
     pages that I think my followers will like. That sort of activity takes more
     time than most of us have (including me&mdash;one does need to sleep after
     all) and <a href="http://www.blahblahtech.com/2008/02/social-media-social-networking-good-for-business.html">for
     many organizations spending time on such activities is just not cost effective</a>. </p>
 <p>If marketing is the only reason you are considering social media, then it
   may not work out unless you've got the resources to implement it and a product
   or service that people like to talk about. But if networking is your goal,
   then you may get some marketing benefits as a by-product of your other activities.
   If you're a faculty member making connections with peers in your field via
   Facebook, sharing sites on de.licio.us or Stumbling your colleague's research
   articles you could find your peers reciprocate by sharing links to your articles,
   blogs or Web sites as well. This isn't a matter of quid pro quo, it's more
   like link karma. Those who respect your work will link to you as you do for
   them. It happens on social networks just as it does via phone calls or e-mails. </p>
 <p>As a result you could soon discover that your sites are getting more traffic,
   your articles are reaching a wider audience and you're meeting more peers
   with whom you can share best practices on polymer research, collaborate on
   a cognitive science study, discuss new insights into Proust, or whatever else
   may be of interest. </p>
 
 <h5>Marketing impact of my social media activity</h5>
 
 <p>Last July when I wrote <a href="http://blog.case.edu/webdev/2007/07/23/social">Web
    2.0 &amp; Social Networking can enhance "findability"</a>, I was just beginning
    to experiment more actively with social media. I was already blogging, commenting
    on other blogs, sharing photos on Flickr and tracking blog reactions on Technorati.
    I just wasn't doing it proactively. Since then I've joined more networks
    and spent many a night online connecting with Web developers, designers,
    bloggers, marketers and other like-minded souls all over the world. I started
    this primarily to learn more about social media. I kept with it because I
    made some great friends who shared some great ideas and sites. And somehow,
    in the process, readership of this blog increased substantially.  </p>
  <p>Between July and December of 2007 subscribers to the blog (those reading
    via RSS feed) increased by 55%. Unique visitors to the site, # of visits
    and page views each increased by more than 200%. While readership
    has risen steadily since I started the blog in 2005, this was
    a noticeable upturn.</p>
  <p> If I'd set out on my experiment with only a marketing goal in mind, I don't
    know that it would have worked out so well. As I've since discovered the
    key is in making connections&mdash;which can only be done by becoming a participating
    member of whatever community you join. But if you find a community of interest,
    whether pertaining to your research, work or hobbies, there are many
    benefits to be had. </p>

  <h5>Social Media Resources</h5>
<p>The following articles related to this topic weren't found through Google;
  they were either written or recommended by people I've met through social networking.</p>
<ul>
<li><a href="http://www.briansolis.com/2008/03/cultural-voyeurism-and-social-media.html">Cultural Voyeurism and Social Media</a></li>
<li><a href="http://imhe.blogspot.com/2008/03/recruiting-through-social-networks.html">Recruiting through social networks</a></li>
<li><a href="http://www.briansolis.com/2007/08/social-media-is-about-sociology-not.html"> Social Media is About Sociology Not Technology</a></li>
<li><a href="http://www.blahblahtech.com/social-media-marketing-optimization">Social Media Marketing &amp; Optimization</a></li>
<li><a href="http://doteduguru.com/id92-social-survey-delicious.html">Social Survey: Del.icio.us</a></li>
<li><a href="http://doteduguru.com/id84-social-survey-stumbleupon.html">Social Survey: StumbleUpon</a></li>
</ul>

<h5>Postscript</h5>
<p>As another result of social media networking, the Web Development Blog is now a member of <a href="http://www.bloghighed.org">BlogHighEd</a>, a blogger network covering a vast array of topics pertaining to higher education and related fields.   </p>]]></content:encoded>
      


    </item>
    <item>
<enclosure url="http://blog.case.edu/webdev/2008/02/26/frontdoor.jpg" length="55808" type="image/jpeg" /><enclosure url="http://blog.case.edu/webdev/2008/02/26/wayfinding.jpg" length="207414" type="image/jpeg" /><enclosure url="http://blog.case.edu/webdev/2008/02/26/wayfindingsm.jpg" length="56476" type="image/jpeg" /><enclosure url="http://blog.case.edu/webdev/2008/02/26/youarehere.jpg" length="67985" type="image/jpeg" />
<title>Wayfinding within your Web site</title>
      <link>http://blog.case.edu/webdev/2008/02/26/navigation</link>
      <description>In Your home page is NOT your index; it&apos;s your store front, I discussed some of the goals of homepage design and navigation. Today we&apos;ll consider how users navigate within the site. As Wayne correctly surmised when commenting on that entry, the pages inside your site are like the aisles or departments within a store. Each page needs to be identified so that users know both where they are and where they can go.</description>
      <guid>http://blog.case.edu/webdev/2008/02/26/navigation</guid>
              <category domain="http://blog.case.edu/webdev/content/index">Content</category>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/tips_and_tricks/index">Tips and Tricks</category>
              <category domain="http://blog.case.edu/webdev/design/index">design</category>
              <category domain="http://blog.case.edu/webdev/navigation/index">navigation</category>
              <category domain="http://blog.case.edu/webdev/usability/index">usability</category>
      
      <pubDate>Tue, 26 Feb 2008 19:30:06 EST</pubDate>

       
       <content:encoded><![CDATA[<p class="photoright"><img alt="Door for a store in Cork, Ireland" src="http://blog.case.edu/webdev/2008/02/26/frontdoor.jpg" width="228" height="304" /><br />Door for a store in Cork, Ireland
 </p>
<p>In <a href="http://blog.case.edu/webdev/2008/01/16/homepage">Your home page is NOT your index; it's your store front</a>, I discussed some of the goals of homepage design and navigation. Today we'll consider how users navigate within the site. As my friend and fellow developer Wayne Smallman correctly surmised&mdash;<a href="http://www.blahblahtech.com/2008/01/the-ideal-home-page-design.html">when commenting and following up on that entry</a>, the pages inside your site are like the aisles or departments within a store. Each page needs to be identified so that users know both where they are and where they can go.</p>
 
 <h5>Port of Entry: Not everyone uses the front door.</h5>
 <p>In a real world store, visitors typically enter through one or two main doors then follow the signs or clues to the department they need. But in the online world, they may enter through the front door, crawl in a side window, shimmy down the chimney or teleport in via Google. Each page on your site is a potential entrance. In some cases, you may get less traffic through the front door than through other pages. For example, last month 58% of those who visited <a href="http://www.case.edu/visit/">http://www.case.edu/visit/</a> entered through the main page. The other 42% entered the site through one of 44 other pages. Here on the Web Development Blog, visitors entered through 152 different pages&mdash;only 8.6% came in through the main page. </p>
 <p>To serve these users we need not replicate the experience of the home page, but we can offer <a href="http://www.signweb.com/index.php/channel/6/id/1426">wayfinding</a> tools that will help them and other users browse the site.</p>
 

<h5>Where am I? Wayfinding signage and landmarks.</h5>
<p class="photoright"><img alt="You are here map" src="http://blog.case.edu/webdev/2008/02/26/youarehere.jpg" width="228" height="219" /></p>

<p>If you've ever wandered around a department store, mall or national park,
  you've probably encountered the ubiquitous "You are here" sign. Whether you've
  walked past the same pond 5 times or just can't find your way out of &quot;men's
  shoes,&quot; the "you are here" sign indicates where you are in relation to
  other areas. A Web site doesn't need something this obvious, but users do expect
  to find clues that will let them immediately determine where they are, whether
  they are in the right place and&mdash;if not&mdash;guidance to direct them
  towards their proper destination. </p>

<p>To determine location, users will rely on site "landmarks" and "signs" such as logos, images and headers. On sites here at Case Western Reserve University we include:</p>
<p class="photoright"><a href="http://blog.case.edu/webdev/2008/02/26/wayfinding.jpg"><img src="http://blog.case.edu/webdev/2008/02/26/wayfindingsm.jpg" alt="Wayfinding Examples" width="228" height="293" border="0" /></a><br />This screen shot from the <br />
 <a href="http://www.case.edu/provost/about/bio.html">Provost's site</a> shows you some of <br />
 our common wayfinding tools.<br /> 
 <a href="http://blog.case.edu/webdev/2008/02/26/wayfinding.jpg">View enlarged image</a>.</p>
<ul>
<li>The university logo in the upper left corner&mdash;to let users know they are on one of a collection of Case sites. (On sites using the newer templates, users may click on this image to return to the Case home page). </li>
<li>The site title on the right side of the the banner indicates the name of the specific site. (On sites using the newer templates, users may click on this title to return to the home page of the site.)</li>
<li>Section headers appear at the top of the side navigation menu (on the advanced templates) to let users know which section of the site they are in.</li>
<li>Descriptive page headers at the top of the main content area let users know which page they are on and what the content will include.</li>
<li>A detailed footer includes the department or organization name, addresses and other contact information.</li>
</ul>
 
<h5>How do I get there from here? Navigational tools within the site.</h5>
<p>If the user has determined that he/she isn't in the right place, menus and other navigational aids should be readily available to guide the user to a more relevant page within the site or to a different site with related material. </p>
<p>Here at Case our pages include menus and other aids such as:</p>
<ul>
<li>Top navigation on the upper right of the page offers links to the Case home page, university directory pages and a university search page so that users may easily seek out other Case sites. </li>
<li>A primary menu appears on each page to let users navigate between sections (on large sites using the advanced templates) or between all pages (on smaller sites using the basic templates.) </li>
<li>A secondary menu appears on each page of large sites (using the advanced templates) to provide navigation to all pages within a section.*</li>
<li>Sites that have sections within sections may also incorporate <a href="http://www.case.edu/univrel/marcomm/web/toolkit2007/templates2007/advanced_aquamarine/template-tertiary.html">tertiary
  menus</a> near the top of the content area of pages within subsections. </li>
<li>A search box below the left hand menu allows users to search within the site
  for a particular topic or page.</li>
<li>The related sites box guides users to other sites (Case or external) that provide related content.</li>

</ul> 
<p>*Blogs, such as this site, will typically use topical <a href="http://blog.case.edu/webdev/categories">categories/tags</a> and
  <a href="http://blog.case.edu/webdev/archives.html">date archives</a> rather than the usual sectional navigation. </p>
 
<h5>Wayfinding and navigation conclusions</h5>
<p>Navigational and menuing systems vary. If you're the XYZ corporation your
  site may rely on searchable databases to display your enormous inventory of
  widgets. If you're a small non-profit with a lot of data you may have a site
  that is many levels deep and requires <a href="http://www.webdesignpractices.com/navigation/breadcrumb.html">breadcrumbs</a> in
  addition to, or instead of secondary or tertiary menus. The navigational tools
  you employ will often be determined by your content. As long as it works effectively,
  it doesn't matter which system you use. If you include some basic wayfinding
  tools to let users know where they are and how to proceed, you will improve
  the user experience increase the odds that they'll stay on the site now and/or
  come back in the future. </p>

<h5>Navigation and Wayfinding Resources</h5>
<ul>
<li><a href="http://www.alistapart.com/articles/whereami/">A List Apart: Where Am I? </a>by Derek Powazek</li>
<li><a href="http://www.boagworld.com/archives/2007/12/common_mistakes_of_site_structure.html">Common mistakes of site structure </a> (Boagworld)</li>
<li><a href="http://jrivoire.com/ED722/trunktest.html">Interface Design: Trunk Testing</a></li>
<li><a href="http://www.usability.com.au/resources/menus-links.cfm"> Navigation Accessibility 1: Menus and Links </a>(Web Usability)</li>
<li><a href="http://www.smartisans.com/articles/web_navigation.aspx">Seven Steps To Easier Web Navigation </a>by Constance J. Petersen </li>
<li><a href="http://www.youtube.com/watch?v=7GFXk-5tEhg">Web Pages That Suck - Horrible Navigation Example</a> (Video by Vincent Flanders) Unbelievable example of how to bewilder your site visitors.</li>

</ul>]]></content:encoded>
      


    </item>
    <item>

<title>Common Craft&apos;s Plain English Video Series</title>
      <link>http://blog.case.edu/webdev/2008/02/14/commoncraft</link>
      <description>Alas, I&apos;ve not yet finished the article I had planned for this week. In the meantime I highly recommend the amusing and informative videos produced by commoncraft. These easy-to-follow videos cover a variety of Internet related topics and provide a great introduction to everything from RSS to photo sharing.</description>
      <guid>http://blog.case.edu/webdev/2008/02/14/commoncraft</guid>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/howto/index">How-to</category>
              <category domain="http://blog.case.edu/webdev/social_networking/index">Social Networking</category>
              <category domain="http://blog.case.edu/webdev/web_20/index">Web 2.0</category>
              <category domain="http://blog.case.edu/webdev/video/index">video</category>
      
      <pubDate>Thu, 14 Feb 2008 14:45:30 EST</pubDate>

       
       <content:encoded><![CDATA[<p>Alas, I've not yet finished the article I had planned for this week. In the meantime I highly recommend the amusing and informative videos produced by <a href="http://www.commoncraft.com/">commoncraft</a>. These <a href="http://www.youtube.com/user/leelefever">easy-to-follow videos</a> cover a variety of Internet related topics and provide a great introduction to everything from RSS to photo sharing. </p>
<p>For those of you who are already in the know, try sharing these with your less tech-savvy friends. Teaching them the basics of your world may (or may not) stop them from giving you funny looks the next time you start Twittering about your Facebook status and how you're aggregating your Pownce, del.icio.us and blog feeds on Tumblr.</p>
<p>Here's two to get you started:</p>

<h5>Social Networking in Plain English</h5>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/6a_KF7TYKVc&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/6a_KF7TYKVc&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>

<h5>Social Bookmarking in Plain English</h5>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/x66lV7GOcNU&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/x66lV7GOcNU&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>]]></content:encoded>
      


    </item>
    <item>
<enclosure url="http://blog.case.edu/webdev/2008/02/01/uweb.jpg" length="101439" type="image/jpeg" />
<title>Social media opportunities for Web Developers at Case</title>
      <link>http://blog.case.edu/webdev/2008/02/01/network</link>
      <description>Do you ever wish you could network more easily with your fellow Web developers at Case, and beyond? If so, how would you would you want this to work? Would you want to communicate by listserv as the writers do with wordnerds@case.edu? Would you follow discussions on the Case Forums? Or would you want something more robust?</description>
      <guid>http://blog.case.edu/webdev/2008/02/01/network</guid>
              <category domain="http://blog.case.edu/webdev/announcements/index">Announcements</category>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/social_networking/index">Social Networking</category>
              <category domain="http://blog.case.edu/webdev/web_20/index">Web 2.0</category>
              <category domain="http://blog.case.edu/webdev/feedback/index">feedback</category>
      
      <pubDate>Fri, 01 Feb 2008 14:48:44 EST</pubDate>

       
       <content:encoded><![CDATA[<p class="photoright"><a href="http://cuwebd.ning.com/"><img alt="University Web Developers" src="http://blog.case.edu/webdev/2008/02/01/uweb.jpg" width="240" height="267" /><br />University Web Developers</a> site</p>
<h5>Do you ever wish you could network more easily with your fellow Web developers at Case, and beyond?</h5>
<p>If so, how would you would you want this to work? Would you want to communicate by listserv as the writers do with 
  <a href="mailto:wordnerds@case.edu">wordnerds@case.edu</a>? Would you follow discussions on the <a href="http://forum.case.edu">Case Forums</a>? Or would you want something more robust? </p>

<p>Gretchen Denaro&mdash;from the Annual Fund Office&mdash;and I have been discussing this lately and think it may be useful to create our own social media network where anyone interested in Web development or online communications at Case could go to share ideas and ask questions. Here on the Web Development Blog it's easy to get a good discussion going in the comments, but I'm still driving the topic. In the space we're envisioning, you could take the lead, starting topics on anything of interest, from writing and content development to search engine optimization and Web marketing strategies. </p>

<h5>Example: <a href="http://cuwebd.ning.com">University Web Developers Network</a></h5>
<p>I've recently joined this relatively new network (which grew out of a popular listserv) where Web developers from a variety of colleges and universities come together to ask questions and discuss Web development issues. The site currently has 353 members who converse in a central forum, join topical discussion groups and post videos and photos. Each member gets his/her own page on which he/she can provide personal/business information, include an RSS feed or even start a blog. From what I've experienced so far it seems like a great way to share ideas and discover best practices with one's peers. Whether you're running a large school or department Web site or just dabbling in the Web part time, you may find this a very useful community to join. </p>
<p><a href="http://cuwebd.ning.com/">University Web Developers</a> was established using the popular <a href="http://www.ning.com/">Ning</a> social network service developed in 2004 by Marc Andreessen (co-founder of Mosaic) and Gina Bianchini. Ning allows anyone to easily create a social network serving a specific area of interest. As such we could have one just for Web developers at Case Western Reserve University. </p>
<p>If I build it would you come? Creating such a place is fairly simple, but will you use it? If so should I make it invitation only&mdash;to restrict it to members of the campus community&mdash;or should we make it more open so that any friends of Case can join? Think about it and let me know. </p>

<h5>In the meantime: Web Development at Case is now on Facebook</h5>
<p>I've recently set up a Facebook page for <a href="http://www.facebook.com/pages/Cleveland-OH/Web-Development-Case/7925844164">Web development at Case</a>. I've pulled in the feed from this blog and asked one discussion question, so there isn't much in the way of new content, but you are all encouraged to <a href="http://www.facebook.com/pages/Cleveland-OH/Web-Development-Case/7925844164">become a fan</a> and help get things started. It's not as robust as a Ning network, but it's a place to begin. We may find that this page is sufficient to the task, we may find we want more. It's up to you, so try it out and give me your feedback. If you think a Facebook group would be more helpful, I could create that too. </p>

<h5>Coming soon:</h5>
<p>In upcoming posts I'll review my experiments in social media and continue our discussion regarding site navigation. In the meantime, you may be interested in Wayne Smallman's article, <a href="http://www.blahblahtech.com/2008/01/the-ideal-home-page-design.html">The Ideal Homepage design</a>, his follow-up to my previous post on <a href="http://blog.case.edu/webdev/2008/01/16/homepage">home page navigation</a>.</p>]]></content:encoded>
      


    </item>
    <item>
<enclosure url="http://blog.case.edu/webdev/2008/01/16/formal.jpg" length="56157" type="image/jpeg" /><enclosure url="http://blog.case.edu/webdev/2008/01/16/furniture.jpg" length="44412" type="image/jpeg" /><enclosure url="http://blog.case.edu/webdev/2008/01/16/hose.jpg" length="53194" type="image/jpeg" />
<title>Your home page is NOT your index; it&apos;s your store front</title>
      <link>http://blog.case.edu/webdev/2008/01/16/homepage</link>
      <description>Space. Designers want to preserve it and clients want to fill it up. Whether you&apos;re a designer, a writer or a client you&apos;ve all participated in this debate. What goes on the home page and what does not?</description>
      <guid>http://blog.case.edu/webdev/2008/01/16/homepage</guid>
              <category domain="http://blog.case.edu/webdev/content/index">Content</category>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/howto/index">How-to</category>
              <category domain="http://blog.case.edu/webdev/tips_and_tricks/index">Tips and Tricks</category>
              <category domain="http://blog.case.edu/webdev/design/index">design</category>
              <category domain="http://blog.case.edu/webdev/usability/index">usability</category>
      
      <pubDate>Wed, 16 Jan 2008 15:45:36 EST</pubDate>

       
       <content:encoded><![CDATA[<div class="callouts">
<p><img alt="hose.jpg" src="http://blog.case.edu/webdev/2008/01/16/hose.jpg" width="200" height="232" /><br />
You don't need to speak German to know this store sells hosiery</p>
  
<p>In preparing this article I asked some friends, designers and users, for some of their recommendations or pet peeves regarding home page design. Here are some of their Do's and Dont's. (Thanks to Dan, Nicole and Zeke.)</p>
  
<h5>Do Include:</h5>
<ul>
<li>Clean easy to follow layout.</li>
<li>Navigation that is apparent and doesn't require precise mouse movements to get to sub items.</li>
<li>Tailor your navigation to your target audience and their primary goals</li>
<li>A page that says, "This is who we are, and this is what you can do here... have at it!"</li>
<li>Easy access to contact information</li>
</ul>

<p><img alt="furniture.jpg" src="http://blog.case.edu/webdev/2008/01/16/furniture.jpg" width="200" height="150" /><br />
Simple and uncluttered</p>
  
<h5>Don't Include:</h5> 
<ul> 
<li>Audio or video that plays automatically</li>
<li>Splash screens, or "specials" that appear as popup layers</li>
<li>Advertisements on home pages</li>
<li>Businesses / Corporations that use Adsense</li>
<li>Products or services ... WITH NO PRICES</li>
<li>Self Praise "The number one site for ...." as if you'd tell us if you were number 2</li>
<li>Improperly used navigation that follows scrolling</li>
<li>Long-winded welcome statements</li>
<li>Company history</li>
<li>Instructions on how to use the site</li>
<li>Big useless images of smiling hip people</li>
</ul>

<p><img alt="formal.jpg" src="http://blog.case.edu/webdev/2008/01/16/formal.jpg" width="200" height="150" /><br />
Intriguing, but what does it mean?</p>
  
  
 </div>
<p>Space. Designers want to preserve it and clients want to fill it up. It's
  not that the copywriters, marketers and others don't like space. It's just
  that they have some important points they want to make, and there is only so
  much room in that quarter page magazine ad, 2 page-spread, catalog, or Web
  page. But wait, Web pages aren't restricted the way print is. We can make it
  wider&mdash;everyone has larger monitors these days. Or we can make it longer&mdash;people
  can scroll. No wait, we read somewhere that people don't like to scroll. Put
  it all above the fold. Or put it above the place where I'd have to scroll on
  a 17" monitor using a browser that has 5 toolbars. (In other words, the space
  we'd have in that quarter page print ad.)</p>
<p>Whether you're a designer, a writer or a client you've all participated in
  this debate. What goes on the home page and what does not? At one point you
  may have even thought the matter settled. But then Joe in operations suggested
  that it would be imperative for people to get to the transportation section
  in one-click. If that's on the home page, then Sally feels it is equally important
  to include the section on ergonomics, Brad wants to include the President's
  Day sales specials, and Sonia in Plumbing Supplies has just offered up the
  latest kitchen sink&mdash;in scratch resistant stainless steel.</p>
<p>Everyone's ideas are important. Any of these could be compelling to your reader, and supportive of your goal of selling widgets, clarifying the calculus, promoting an event or what have you. So how do you decide what goes on the home page?</p>

<h5>Establish your home page priorities</h5>
<p>Your Web site has one or more goals, educational, commercial or otherwise.
  The Web site project team has additional specific goals. They
  may want to sell out the stainless steel sinks to make room in the warehouse
  for next year's ceramic models. They may want to promote their research to
  help pave the way for the grant application due in March. These are all worthwhile,
  but when it comes to the home page I find there are three things we should
  make clear to our users.</p>
<dl>
<dt>Tell them where they are.</dt>
<dd>Your home page should make clear the name of the organization and the nature of your business. </dd>
<dt>Encourage them to come in and look around.</dt>
<dd>Give them a taste (but just a taste) of what you offer, so they want to learn more.</dd>
<dt>Provide clear directions to the entrance.</dt>
<dd>Show them how to enter and navigate your space.</dd>
</dl>

<p>That's it. If you can achieve these three steps, the rest will follow and
  Sonia will be able to unload those stainless steel sinks. O. K., I admit that
  is easier said than done. But let's compare our site to something more tangible,
  with which we're all familiar. </p>


<h5>Your home page is like a storefront</h5>
<p>In America, particularly in areas of urban sprawl, the well-designed storefront is rare. But if you've spent any time in Europe, large American cities, or small towns whose retail districts have not yet been replaced by box stores and strip malls, I think you'll know what I mean. A store front usually has a large sign over the door (like our Web banner) proclaiming the name (and often the nature of) the business. If you are walking down the street in the hopes of buying hiking boots, the sign over Larry's Leather Shoe Emporium will make you stop. You'll look in the window. </p>

<p>If you see patent leather heels  surrounded by shiny fabric, you'll continue walking. That wasn't the right place. If you see products by Merrell and Columbia sitting next to backpacks and logs on a field of crushed leaves, you'll recognize that they may very well have what you need.</p> 
<p>Next you will look for the door. Ideally it will be obvious. If there are
  two doors, you want one to be clearly marked as the entrance. You don't want
  to walk up to a door and find a 3 x 5 inch sign with an arrow saying, "enter
  next door." If you can't find the entrance you may keep walking. But if the
  door is clearly marked, you will come inside and look for the hiking boot section.
  Ideally the store will have clear signage and displays, so you can pick out
  your boots and make your purchase. (Inside navigation will be the subject of
  a later article.)</p>

<h5>Don't clutter up the window</h5>
<p>I use the store metaphor because it's easy to visualize. An appealing display of items we want or need will entice us to enter. A cluttered display (with some exceptions) will not.</p>
<p>Imagine Larry's store window with the boots and the leaves. Now lets add a stuffed deer, BB gun, hunting knife, camouflage vest, pup tent, Coleman Lantern, fake trees, a plastic owl, binoculars and a canoe. Is this a wilderness supply store or a shoe store? No matter, they have boots, so you'll enter anyway. Now add sleeping bags, parkas, stuffed bunnies, a grizzly bear, a basket of easter eggs, and a mannequin of Little Red Riding Hood carrying an open basket overflowing with jam, cheese, sausages, wine and two crystal goblets. It's an intriguing scene. You may stop and stare at the window for a moment. You may wonder what the display is about and you may wonder what they really sell here but you might not notice that pair of hiking boots sitting behind the bunny rabbits. Thus, you may keep walking. </p>
<p>Larry's window, crowded as it may be, may still create an attractive display.
  But it's also confusing. When presented with too many choices, it is easy to
  get confused. At that point the easier choice is to continue walking. The same
  applies to our Web site. If we don't present simple and obvious choices, it
  is easier for the user to hit the back button and look elsewhere than to enter
  our site&mdash;even if we have the information or products they want. (View
  psychologist Barry Schwartz's video below to learn more about the problems
  humans face when confronting choices.)</p>

<h5>So what should we put on the front page?</h5>
<p>As you are planning the page, think of the storefront and keep it simple.
  Include your name and a brief description that let's people know they're in
  the right place. Highlight 1-6 products, news items, special offers or announcements
  (not 1-6 of each). Include a simple menu with less than a dozen (6 would be
  good) choices that will take them to obviously distinct sections of your site.
  You may also include a search box, footer, related sites and other simple navigational
  aids, so long as they offer intuitive guidance rather than clutter. (If your
  site is a blog it is fine to include your primary content, i.e. your entries,
  on the first page, as this is standard blogging practice. I'll address blogs another time.)</p>
<p>These numbers aren't
  written in stone. Perhaps you really need 7 menu items rather than 6. It depends
  on the content. But when you justify 7 it's easy to think that one more won't
  hurt, and what about this bit, then suddenly you are up to 31 and your visitor
  doesn't know where to look. Just keep thinking of that store front. While you
  are doing that, pretend you are the visitor, a person far less familiar with
  your content than you. Look at your site plan or design draft through their
  eyes. Does it allow you to make simple choices? Or do you have to think about
  where to go?</p>

<h5>Test your content</h5>
<p>It's sometimes hard to tell how much is too much. Or your team may have marketing
  research that shows your target market wants to see 50 things on the front
  page. What they think they want may not be what they can really use, so test
  it. Create 2 front pages, one with the clutter and one with 6 menu choices.
  Get some volunteers (unfamiliar with your product or subject area) and ask
  them to answer 12 questions, the answers to which they will find in your site.
  Have them time how long it takes to find the the answers. For each question
  ask how easy or difficult it was to find the answer (on a scale of 1-6).
  There are many ways to test usability (I'll write more about that later), but
  this one is fairly easy to implement, even on a shoestring budget, and it can
  give you some quick insight between what you think will work and what really
  does. </p>

 	 
<h5>Homepage Design and Decision Making Resources</h5>
<p>My friend Shirley, from Pownce, gave me the link to the Home Page Design article
  which offers a number of interesting insights into the role of your homepage.
  Other than that I thought I'd focus more on the psychology of decision making
  that really drives our need to make sites simple. To that end I've included
  Mano Singham's articles on snap judgments and the Barry Schwartz video. These
  aren't directly related to Web page design, but they underscore why our design
  choices are so important.</p>

<ul>
<li><a href="http://www.uxmatters.com/MT/archives/000212.php">UX Matters: Home Page Design </a></li>
<li><a href="http://blog.case.edu/singham/2005/04/12/snap_judgments">Snap judgments (1)</a>: Mano Singham examines decision making in relation to Malcolm Gladwell's book, <a href="http://www.amazon.com/Blink-Power-Thinking-Without/dp/0316010669/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1200538263&amp;sr=1-1">Blink</a></li>
<li><a href="http://blog.case.edu/singham/2005/04/13/snap_judgments_and_prejudices">Snap judgments and prejudices (2) </a></li>
<li><a href="http://blog.case.edu/singham/2005/04/14/improving_the_quality_of_our_snap_judgments">Improving the quality of our snap judgments (3)</a></li>
</ul>

<h5>Ted Talks: Barry Schwartz, author of <a href="http://www.amazon.com/Paradox-Choice-Why-More-Less/dp/0060005688">The Paradox of Choice: Why More Is Less</a></h5>
<p>In this video, presented by <a href="http://www.ted.com/">TED</a> (Technology, Entertainment, Design) Barry Schwartz explains how freedom of choice can be stressful and make us less happy, a notion counter-intuitive to those of us raised to think that freedom choice is better. I think it's an idea we can apply to the content choices we present to our site visitors.</p> 
<p>
<!--cut and paste--><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="285" id="VE_Player" align="middle"><param name="movie" value="http://static.videoegg.com/ted/flash/loader.swf"><PARAM NAME="FlashVars" VALUE="bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/BARRYSCHWARTZ_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true"><param name="quality" value="high"><param name="allowScriptAccess" value="always"><param name="bgcolor" value="#FFFFFF"><param name="scale" value="noscale"><param name="wmode" value="window"><embed src="http://static.videoegg.com/ted/flash/loader.swf" FlashVars="bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/BARRYSCHWARTZ_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true" quality="high" allowScriptAccess="always" bgcolor="#FFFFFF" scale="noscale" wmode="window" width="320" height="285" name="VE_Player" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></object></p>]]></content:encoded>
      


    </item>
    <item>
<enclosure url="http://blog.case.edu/webdev/2008/01/11/snowcrystals.jpg" length="71820" type="image/jpeg" />
<title>Tips for Nonprofits Meme</title>
      <link>http://blog.case.edu/webdev/2008/01/11/nonprofit</link>
      <description>Elizabeth Able, of Able Reach Arts and Web Development, recently started a blog meme 
in support of nonprofits that have an online presence. She asks that we write one tip on ways nonprofits can benefit from having an online presence and have others do the same.</description>
      <guid>http://blog.case.edu/webdev/2008/01/11/nonprofit</guid>
              <category domain="http://blog.case.edu/webdev/content/index">Content</category>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/tips_and_tricks/index">Tips and Tricks</category>
              <category domain="http://blog.case.edu/webdev/meme/index">meme</category>
      
      <pubDate>Fri, 11 Jan 2008 14:28:11 EST</pubDate>

       
       <content:encoded><![CDATA[ 
<p class="photoright"><a href="http://www.its.caltech.edu/~atomic/snowcrystals/"><img alt="Snowcrystals.com" src="http://blog.case.edu/webdev/2008/01/11/snowcrystals.jpg" width="240" height="252" /></a><br />Snowcrystals.com shares a wealth of knowledge</p>
<p><a href="http://ablereach.com/about/" rel="colleague">Elizabeth Able</a>, of <a href="http://ablereach.com/">Able Reach Arts and Web Development</a>, recently started a blog meme 
in support of nonprofits that have an online presence. She asks that we write one tip on ways nonprofits can benefit from having an online presence and have others do the same. Tips can have similarities so long as each offers new insight into the topic. </p>
<h5>This meme comes with four guidelines:</h5>
<ol>
<li>Offer one tip</li>
<li>Tag three people.  Bonus points for including blogs that support or represent nonprofits.</li>
<li>Please <a href="http://ablereach.com/nonprofits/tips-for-nonprofits-meme/" title="Tips for Nonprofits Meme">link back to the original entry page</a>.  If you link, Elizabeth will contact you about including your tip in a compilation of tips generated by this meme.</li>
<li>Remember to pass on the guidelines</li>
</ol>

<p>Now that we know the rules, here is my tip.</p>
<h5>Share your knowledge and expertise in the form of educational resources</h5>
<p>Nonprofits come in many shapes and sizes. Whether they are confronting issues relating to poverty, arts &amp; culture, health care, education or public policy, each is likely to have specific and in-depth knowledge relating to their mission. While their Web sites will often focus on their core mission, volunteerism, fund-raising and related issues, much can be gained from sharing their broader knowledge base as well. </p>
<p>In this case, when I speak of knowledge, I'm not referring to the facts and figures used in support of the cause, but the more in-depth knowledge or data related to the topic. Thus a public art organization, that uses its site to announce projects and explain how art benefits society, may also want to publish related resources such as:</p>
<ul>
<li>A walking tour of public art in the region served by the organization.</li>
<li>Interviews with artists explaining how they came to the field, what education this required and where they seek their inspiration.</li>
<li>A history of the role of public art from ancient times to the present with images and links to more specific resources.</li>
<li>Pages explaining how sculptures are made, from the design process to the casting of metal and other techniques.</li>
</ul>

<h5>Benefits of knowledge sharing</h5>
<p>Sharing such knowledge can support an organization in many ways. In most cases the expertise and knowledge is already in the minds of the staff&mdash;who draw on this information in their own work. Sharing it with others benefits society by providing information resources, but also supports marketing and fundraising.</p>
<ul>
<li>Educational resources geared to K-12 students and/or the general public help the organization to reach a wider audience geographically and demographically. This builds name recognition and supports the organizations brand, enhancing the reputation of both the organization and its staff through the quality of its content.</li>
<li>Sites providing educational outreach may be eligible for additional funding from foundations and government agencies that support such programming. </li>
<li>Informative, and fun, resources help to stimulate interest in the topic thus cultivating readers towards becoming future donors, volunteers and champions to the cause. </li>
</ul>

<h5>Bastions of Knowledge: Examples</h5>
<p>Many faculty and staff here at Case have heard me discuss sites I call "Bastions of Knowledge," places where faculty and staff can share their expertise with the public. As mentioned above, such sites provide educational outreach and support marketing. A site that becomes known as one of the leading resources in a given field bolsters the organizations reputation, but can also draw additional traffic to the rest of the organization's site. Two of my favorite examples are:</p>
<dl>
<dt><a href="http://www.its.caltech.edu/~atomic/snowcrystals/">Snowcrystals.com</a>, produced by Kenneth G. Libbrecht, chairman of the Physics Department at  Caltech</dt>
<dd>This site has anything you could possibly want to know about snowflakes, from the physics of how they develop and the impact of temperature on crystal formation, to some stunning photographs of individual snow crystals. If you Google the term "snowflake," this site shows up as the number 2 result&mdash;out of 9,050,000. A search on "snow crystal" puts them 1st out of 366,000 results. When you consider the number of children studying snow in school, the adults who are curious to learn more and scientists interested in crystal formation and/or considerations of temperature, you have to imagine that this site gets a lot of traffic. Professor Libbrecht didn't have to share his research with all of us, but in doing so he has provided a fascinating resource and made more people familiar with his department and Caltech.</dd>

<dt><a href="http://www.its.caltech.edu/~atomic/snowcrystals/">The eSkeletons Project</a>, University of Texas at Austin</dt>
<dd>The e-Skeletons project doesn't rank quite as high in Google, it comes in 8th out of 6,760,000 on a search of the word 
"skeleton." but that's still very impressive. So is the content. This site provides images of individual bones, from all orientations, from 12 primate species including humans. Animations, FAQ's and other information make this a terrific resource for teachers and students alike. As a K-12 educational resource, the site also receives both corporate and government support. </dd>
</dl>

<h5>In Conclusion</h5>
<p>If you're working for a non-profit or similar organization, go ahead and share the information in your head. You'll provide a service to others as well as yourself. </p>
<p>As per the instructions of the meme guidelines, I'll tag <a href="http://blog.case.edu/singham">Mano Singham</a>, <a href="http://blog.case.edu/jms18/">Jeremy Smith</a>, <a href="http://blog.case.edu/lev.gonick/">Lev Gonick</a>  and Gina Prodan, as I'm curious to hear what they have to say on the matter. </p>
 ]]></content:encoded>
      


    </item>
    <item>

<title>Our new addition</title>
      <link>http://blog.case.edu/webdev/2008/01/11/gina</link>
      <description>The Office of Marketing and Communications is pleased to welcome Gina Prodan, to our Web development team.  </description>
      <guid>http://blog.case.edu/webdev/2008/01/11/gina</guid>
              <category domain="http://blog.case.edu/webdev/announcements/index">Announcements</category>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
      
      <pubDate>Fri, 11 Jan 2008 10:19:07 EST</pubDate>

       
       <content:encoded><![CDATA[<p>The Office of Marketing and Communications is pleased to welcome <a href="mailto:gina.prodan@case.edu">Gina Prodan</a>, to our Web development team. Gina comes to us from Kent State University where, in her capacity as Senior Web/Editorial Specialist, she worked on&mdash;among other things&mdash;the award winning Kent State Magazine Web site. </p>
<p>Gina is just settling in right now, getting her computers configured and such, but we'll soon have her busy building sites, answering questions, and sharing her insights here on the Web Development blog. (In fact I'll be tagging her to follow up on a blog meme later today.)</p>]]></content:encoded>
      


    </item>
    <item>
<enclosure url="http://blog.case.edu/webdev/2008/01/03/ksl2.jpg" length="35267" type="image/jpeg" />
<title>CaseLearns: 2008 Spring Semester Classes</title>
      <link>http://blog.case.edu/webdev/2008/01/03/caselearns</link>
      <description>Registration is now open for spring classes at CaseLearns. Whether you&apos;re building your first Web site, adding a podcast to your blog or just want to learn something fun, CaseLearns has a number of options available.</description>
      <guid>http://blog.case.edu/webdev/2008/01/03/caselearns</guid>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/howto/index">How-to</category>
              <category domain="http://blog.case.edu/webdev/recommendations/index">Recommendations</category>
      
      <pubDate>Thu, 03 Jan 2008 16:04:23 EST</pubDate>

       
       <content:encoded><![CDATA[<p class="photoright"><img alt="Kelvin Smith Library" src="http://blog.case.edu/webdev/2008/01/03/ksl2.jpg" width="240" height="172" /><br />Classes take place in Kelvin Smith Library</p>

<p>Registration is now open for spring classes at CaseLearns. Whether you're building your first Web site, adding a podcast to your blog or just want to learn something fun, CaseLearns has a number of options available.</p>
<p>The classes listed below may be of particular interest to those developing or maintaining Web sites.</p> 
<p>If you are new to Web design and want to learn Dreamweaver, I recommend reading <a href="http://blog.case.edu/webdev/2006/06/09/html"><em>I'm not going to teach you XHTML/HTML, but you should learn it anyway</em></a> and doing the homework assignment before taking your first Dreamweaver class. </p>
 
<p>All CaseLearns classes are open to current Case faculty, students and staff, emeriti faculty, alumni, and Senior Scholars. Case affiliates may register if openings are available. <em>Class schedules are subject to change</em>. Please visit the <a href="http://library.case.edu/caselearns/">CaseLearns Web site</a> for the most current information.</p>
<dl>

 <dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1484">Audio Recording and Editing</a></dt>
 <dd> Feb 13, 3:00 p.m.<br />
Feb 13, 6:00 p.m.<br />
Mar 20, 3:00 p.m.<br />
Apr 9, 3:00 p.m. </dd>

 <dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1453">Digital Images I: Introduction &amp; Basic Photoshop</a></dt>
 <dd>January 16, 3:00 p.m.<br />
Jan 27, 1:00 p.m.<br />
Feb 7, 3:00 p.m.<br />
Mar 5, 3:00 p.m.</dd>

<dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1460">Digital Images II: Advanced Photoshop</a></dt>
 <dd>Jan 30, 3:00 p.m.<br />
Jan 30, 6:00 p.m.<br />
Feb 3, 1:00 p.m.<br />
Feb 14, 3:00 p.m.<br />
Mar 26, 3:00 p.m.<br />
Apr 17, 3:00 p.m.</dd>

<dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1462">Digital Images III: Even MORE Advanced Photoshop</a></dt>
 <dd>Feb 20, 3:00 p.m.<br />
Feb 20, 6:00 p.m.<br />
Apr 24, 3:00 p.m. </dd>

<dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1514">Dreamweaver CS3: Introduction</a></dt>
 <dd>Feb 12, 1:00 p.m.<br />
Feb 12, 4:00 p.m. </dd>

<dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1515">Dreamweaver CS3: Intermediate</a></dt>
 <dd>Feb 29, 9:00 a.m. <br />
Feb 29, 12:00 p.m.<br />
Mon, Apr 7, 1:00 p.m.</dd>
 
 <dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1517">Dreamweaver CS3: Advanced</a></dt>
 <dd>Apr 22, 9:00 a.m. <br />
Apr 22, 12:00 p.m. </dd>

<dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1511">Dreamweaver CS3: New Features</a></dt>
 <dd>Jan 22, 10:00 a.m. <br />
 Jan 22, 12:00 p.m.<br />
Mar 17, 1:00 p.m.</dd>

<dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1510">Macromedia Flash: Introduction</a></dt>
 <dd>Jan 31, 9:00 a.m.<br />
Jan 31, 12:00 p.m.</dd>

<dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1487">Photoshop CS3: New Features</a></dt>
 <dd> Feb 28, 3:00 p.m.<br />
Feb 28, 5:00 p.m. </dd>

 <dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1471">Video Workshop I: Introduction to Digital Video</a></dt>
 <dd>Jan 17, 3:00 p.m. <br />
Jan 17, 6:00 p.m. <br />
Feb 6, 3:00 p.m.<br />
Feb 24, 1:00 p.m.<br />
Mar 6, 3:00 p.m.<br />
Apr 2, 3:00 p.m.</dd>

 <dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1477">Video Workshop II: Advanced Digital Video</a></dt>
 <dd>Jan 31, 3:00 p.m.<br />
Jan 31, 6:00 p.m.<br />
Feb 27, 3:00 p.m.<br />
Mar 2, 1:00 p.m.<br />
Mar 27, 3:00 p.m.<br />
Apr 23, 3:00 p.m. </dd>

<dt><a href="http://library.case.edu/caselearns/CustRegistration.aspx?sched_id=1502">Understanding RSS Feeds</a></dt>
 <dd> Apr 9, 1:00 p.m.<br />
Apr 9, 3:00 p.m. </dd>
</dl>]]></content:encoded>
      


    </item>
    <item>
<enclosure url="http://blog.case.edu/webdev/2007/12/26/shared.jpg" length="82085" type="image/jpeg" /><enclosure url="http://blog.case.edu/webdev/2007/12/26/streamy.jpg" length="68302" type="image/jpeg" /><enclosure url="http://blog.case.edu/webdev/2007/12/27/streamybig.jpg" length="262384" type="image/jpeg" />
<title>Web Content: Not just YOUR words and pictures</title>
      <link>http://blog.case.edu/webdev/2007/12/26/sharing</link>
      <description>If they read what you write, they may also want to read what you read. Webmasters and bloggers know this. That&apos;s why we&apos;ll embed links within our text, build pages with links to recommended sites and/or add linkblogs to our side bars. In a world where most of us don&apos;t have the time to research and write everything we&apos;d like to share, such resources add value to our existing content and give readers guidance on where to look for additional information.</description>
      <guid>http://blog.case.edu/webdev/2007/12/26/sharing</guid>
              <category domain="http://blog.case.edu/webdev/content/index">Content</category>
              <category domain="http://blog.case.edu/webdev/google/index">Google</category>
              <category domain="http://blog.case.edu/webdev/heidis_entries/index">Heidi&apos;s Entries</category>
              <category domain="http://blog.case.edu/webdev/howto/index">How-to</category>
              <category domain="http://blog.case.edu/webdev/opml/index">OPML</category>
              <category domain="http://blog.case.edu/webdev/rss/index">RSS</category>
              <category domain="http://blog.case.edu/webdev/recommendations/index">Recommendations</category>
              <category domain="http://blog.case.edu/webdev/tips_and_tricks/index">Tips and Tricks</category>
      
      <pubDate>Wed, 26 Dec 2007 16:45:23 EST</pubDate>

       
       <content:encoded><![CDATA[ 
  <p class="photoright"><a href="http://www.google.com/reader/shared/14456704319348086161"><img alt="Google Reader Shared Items" src="http://blog.case.edu/webdev/2007/12/26/shared.jpg" width="240" height="205" /></a><br />My Google Reader Shared Items
 </p>
  <p>If they read what you write, they may also want to read what you read. Webmasters and bloggers know this. That's why we'll embed links within our text, build pages with links to <a href="http://blog.case.edu/webdev/resources.html">recommended sites</a> and/or add <a href="http://wiki.case.edu/CaseBlog/FAQ/Tech#What_is_a_linkblog">linkblogs</a> to our side bars. In a world where most of us don't have the time to research and write everything we'd like to share, such resources add value to our existing content and give readers guidance on where to look for additional information. </p>
 <p>Recently I've come across some other good ways to share what you read, so I thought I'd share those with you today.</p>
 
 <h5>Publish your OPML file to share your blog subscriptions</h5>
 
<p>A few weeks back I was reading an entry on David Bradley's blog, <a href="http://www.sciencebase.com/" rel="colleague friend">Sciencebase</a>, when I noticed something interesting in his footer. There, at the bottom, he has a section called "Geeky Fun Stuff" in which he shares, among other things, a link to <a href="http://www.sciencebase.com/david-bradley.opml">his
OPML file</a>. That, I thought, is a really good idea. For those of you who don't know what this is, an <a href="http://en.wikipedia.org/wiki/OPML">OPML</a> file is basically a type of XML file that includes the links to the RSS feeds of the various blogs one reads through RSS Readers such as Google Reader, Bloglines, etc. Such services allow you to import and export these files so that you can easily switch services or add a batch of feeds to your existing service. Thus, if I wanted to subscribe to all of David's feeds I could just save that file and import it into Google Reader myself. Or if I wanted to subscribe to only a few I could edit the file (in Dreamweaver or any plain text editor) to delete any I didn't want. </p>

<p>If you are already using an RSS reader, sharing such a file is fairly easy. Just export your file from your reader and save it to your computer. If you don't want to share everything, just open the file in a text reader, and delete the extraneous feeds&mdash;<a href="http://icanhascheezburger.com/">lolcats</a>, curling news from <a href="http://www.inthehack.com/">In the Hack</a> and anything else that may not be of interest to your readership. Once the file is ready, just upload it to your site and <a href="http://blog.case.edu/webdev/googleopml.xml">link to it</a> as you would any other page. </p>

<h5>Using Google Reader to share specific stories</h5>

<p>Google Reader recently added some enhancements to its sharing features. I first noticed this when <a href="http://scobleizer.com">Robert Scoble</a> posted a <a href="http://www.pownce.com/Scobleizer/notes/1098379/">note on Pownce</a> with a link to his <a href="http://www.google.com/reader/shared/14480565058256660224">Google Reader shared items page</a>. When I went to view the page I realized that this could be a useful feature, one that made me want to revisit Google Reader. </p>

<p>When you visit a <a href="http://www.google.com/reader/shared/14456704319348086161">shared items page</a> you will see a site that looks pretty much like a typical blog. Stories are posted on the left, information about the page owner is on the right&mdash;along with links to other resources, a feed, etc. The main difference is that the stories are things the page owner has read rather than written (though, if you subscribe to your own feed, you can share your own entries as well). Each story also includes a link to the original entry and the original source&mdash;so the material is not mistakenly attributed to you.</p>

<p>After viewing Scoble's page, I immediately thought of my friend X, who says she wants to establish an online presence, but isn't quite yet ready to blog. Sharing stories on a page she can link to might be a good way to get her feet wet and let people know what she is thinking about.. For those of us who already have one or more blogs and Web sites, the shared items page adds to our online mix and provides an easy way to share stories with our readership. </p>
<h5>Getting started with Google Reader</h5>
<p>Getting started with this is pretty easy. Just go to the <a href="http://www.google.com/reader/">Google Reader site</a> and sign-in. If you don't already have a Google account for Gmail, analytics, etc. you can create one there. Once your account is set up, just subscribe to some of your favorite blogs and start reading. A menu at the bottom of each story gives you the option to share the story so it will appear on your public shared items page. (There is some controversy about this, but you just have to understand that it's a public page that can be seen by anyone who has, or discovers, the address. For us, that is what we want, so it's not a big concern.) If you change your mind later, you can unshare the story the same way. You can also organize your subscriptions into topic folders and share topics rather than individual items. To learn more about using Google Reader visit the <a href="http://www.google.com/support/reader/?hl=en">Reader Help Center</a>.</p>

<p>If you don't want to send readers to your Google page, but still want to share stories, you can also share a clip from the feed on your own site, as I have done on my "<a href="http://blog.case.edu/webdev/reading.html">What I've Been Reading in the Blogosphere</a>" page. </p>

<h5>More sharing options</h5>
<p class="photoright"><a href="http://blog.case.edu/webdev/2007/12/27/streamybig.jpg"><img alt="Streamy Screenshot" src="http://blog.case.edu/webdev/2007/12/26/streamy.jpg" width="240" height="180" /></a><br />My Streamy Subscriptions</p>
<p>Google isn't the only service that allows sharing, but aside from the  hubbub regarding privacy settings (pertaining to how and with whom one is sharing&mdash;see links below) it's very easy to use and will be familiar to a large audience. I've been sharing blog stories with groups on <a href="http://www.streamy.com">Streamy</a> since last summer, but my Streamy shares aren't fully public. Another friend has recently recommended <a href="http://feedeachother.com/">Feed Each Other</a> which looks promising and also produces a public page.  <a href="http://www.stumbleupon.com/">StumbleUpon</a>, while not a reader, is also a great way to share blog stories and other Web sites. (Stumbling is quite popular with insomniacs and is a great way to learn about other sites.)</p>
<p>These are all useful services, but how you share is less important than what you share. If you can find articles and sites that offer additional information on the topics you discuss, or even stories that add insight to your personality or world view, you'll be providing a helpful resource to your readers. </p>


<h5>OPML, Google Reader and Sharing Resources</h5>
<ul>
<li><a href="http://fav.or.it/">fav.or.it - favorit RSS Reader and Blogging Platform</a></li>
<li><a href="http://scobleizer.com/2007/12/18/googles-new-reader-features/">Google's new Reader Features</a></li>
<li><a href="http://scobleizer.com/2007/12/26/google-reader-needs-gpc/">Google Reader needs GPC (Granular Privacy Controls)</a> </li>
<li><a href="http://www.seroundtable.com/archives/015788.html">Google Reader "Share With Friends" Feature Gets Privacy Complaints</a></li>
<li><a href="http://www.google.com/help/reader/sharing.html">Google Reader Sharing FAQ</a></li>
<li><a href="http://www.techcrunch.com/2007/12/26/is-google-reader-sharing-too-much/">Is Google Reader Sharing Too Much?</a></li>
<li><a href="http://www.opml.org/">OPML (Outline Processor Markup Language)</a></li>
</ul>
]]></content:encoded>
      


    </item>


</channel>
</rss>