<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Eva Young</title>
      <link>http://blog.lib.umn.edu/young041//kiddleleewink/</link>
      <description></description>
      <language>en-us</language>
      <copyright>Copyright 2009</copyright>
      <lastBuildDate>Mon, 04 Dec 2006 17:22:46 +0000</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=4.25</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

      
      <item>
	
         <title>Alternating Table Row Color Problem</title>
         <description><![CDATA[<p>I've been struggling with finding a good way to create a table that works cross browsers with alternating row colors.  I don't want each row identified with a different class - because I don't want future inserts into the table to require changing the classes of each subsequent row.  </p>

<p><a href="http://www.sitepoint.com/article/background-colors-javascript">This</a> is where the script I used came from:</p>

<p>&lt;script&gt;<br />
function alternate(id){<br />
    if(document.getElementById){                        //check that browser has capabilities<br />
        if(document.getElementsByTagName){           var table = document.getElementById(id);           var rows = table.getElementsByTagName("tr");           for(i = 0; i < rows.length; i++){         //manipulate rows<br />
            if(i % 2 == 0){<br />
              rows[i].className = "even";<br />
            }else{<br />
              rows[i].className = "odd";<br />
       }<br />
    }       }<br />
}<br />
}</p>

<p>&lt;/script&gt;</p>

<p>Then I set two classes with CSS:<br />
   .odd{background-color:#FFEBAE;}<br />
   .even{background-color:white;}</p>

<p>Then in the HTML:<br />
&lt;body onLoad="alternate('ContactTable')"&gt;</p>

<p>This seems to work on IE and NOT on Firefox.  I think there's an error in the code.  What I did was take the code the site gave - and stripped it down so it didn't have the other alternating row color options.  I'm not enough of a javascript person to trouble shoot.</p>

<p>The page with the <a href="http://process.umn.edu/test/javascript/alternate.html ">code I started with works fine in Firefox</a> (I downloaded this from the site mentioned above).</p>

<p>This CSS table gallery gives some very good ideas about <a href="http://icant.co.uk/csstablegallery/index.php ">ways to make CSS tables look good</a>.  </p>]]></description>
         <link>http://blog.lib.umn.edu/young041//kiddleleewink/2006/12/alternating_table_row_color_pr.html</link>
         <guid>http://blog.lib.umn.edu/young041//kiddleleewink/2006/12/alternating_table_row_color_pr.html</guid>
         <category>Web Development</category>
         <pubDate>Mon, 04 Dec 2006 17:22:46 +0000</pubDate>
      </item>
      
      <item>
	
         <title>Stellent Developer Bex Huff Strikes Off on His Own</title>
         <description><![CDATA[<p>Bex Huff at Stellent <a href="http://bexhuff.com/node/130">has a blog</a>.  </p>

<p>He's very positive about Stellent:</p>

<blockquote>It feels great to be a part of something bigger than myself... like helping to create a product as uniquely innovative as the Stellent Content Server. Down in development, we were contrarians about everything. We used Java when nobody else would. We had a web based interface before most people had email. We had a data-driven framework for quickly adding features, while others used ivory tower OOP that was impossible to customize. We had a service-oriented architecture (SOA) seven years before there was even a word for it! Most of that was Sam White's vision... we were just the lucky ones who extended it to include our vision.</blockquote>]]></description>
         <link>http://blog.lib.umn.edu/young041//kiddleleewink/2006/12/stellent_developer_bex_huff_st.html</link>
         <guid>http://blog.lib.umn.edu/young041//kiddleleewink/2006/12/stellent_developer_bex_huff_st.html</guid>
         <category>Stellent</category>
         <pubDate>Mon, 04 Dec 2006 15:59:38 +0000</pubDate>
      </item>
      
      <item>
	
         <title>Sex, Lies and CMS Vendors</title>
         <description><![CDATA[<p>There's an excellent article in CMS watch that goes over some of the <a href="http://www.cmswatch.com/Feature/142-Top-10-Fibs?source=RSS">top sales pitches made by CMS Vendors</a>.</p>

<blockquote>"You can recoup your software expenses by re-assigning the web team"
Sorry, but you'll still need the web team to run the CMS itself. To be sure, they should be able to work more efficiently, and if you previously outsourced HTML conversion you could save some hard costs here. There's a business case for Web content management, but it rarely falls on the cost side of the ledger.

<p>"Our open-source solution means you'll get off cheap" &<br />
"Our commercial solution is better supported than open-source alternatives"<br />
Two sides of the same fib. Over time, licensing fees will constitute an increasingly smaller fraction of your total cost of ownership. The really big expenses lie in customization and integration, and here, some open-source tools will cost you more than their commercial equivalents. </p>

<p>At the same time, you'll find that support for a typical commercial CMS compares poorly against the kind of community help you can receive from from a large, global, open-source project. Key word there is "large."</blockquote></p>

<p>Read the whole thing.  </p>]]></description>
         <link>http://blog.lib.umn.edu/young041//kiddleleewink/2006/03/sex_lies_and_cms_vendors.html</link>
         <guid>http://blog.lib.umn.edu/young041//kiddleleewink/2006/03/sex_lies_and_cms_vendors.html</guid>
         <category></category>
         <pubDate>Fri, 24 Mar 2006 15:27:45 +0000</pubDate>
      </item>
      
      <item>
	
         <title>Here in Sunny Florida</title>
         <description><![CDATA[<p>I'm here in sunny Orlando Florida at the <a href="http://www.stellentcrescendo.com/">Stellent Crescendo Conference</a>.  I wish I had a digital audio recorder because I would record interviews with some of the people at this conference.  </p>

<p>Stop back tomorrow.  I will be posting photos of Billy Cripe - who lead the breakout sessions:  Workflow for Men in Kilts and Workflow for Auditors in Kilts.  </p>

<p>I'll be writing my impressions from the breakout session on Corporate blogs and wikis.  I did a search on "Stellent blog" to find some buzz about this.  I don't think there are other bloggers at this convention.  The only blog entry that I found which wasn't press release type material was <a href="http://ballardvale.typepad.com/ballardvale_blog/2005/03/stellent_are_yo.html">this</a>.</p>

<p>Developing. . .</p>]]></description>
         <link>http://blog.lib.umn.edu/young041//kiddleleewink/2006/01/here_in_sunny_florida.html</link>
         <guid>http://blog.lib.umn.edu/young041//kiddleleewink/2006/01/here_in_sunny_florida.html</guid>
         <category>blogs</category>
         <pubDate>Tue, 31 Jan 2006 00:12:16 +0000</pubDate>
      </item>
      
      <item>
	
         <title>Starting a U Blog</title>
         <description><![CDATA[<p>I'm starting a blog here to discuss the intersection between communications and IT.  So I'll blog my impressions of IT professional meetings I go to such as NetPeople or IRoc.    Please send comments to young041 at umn.edu.</p>]]></description>
         <link>http://blog.lib.umn.edu/young041//kiddleleewink/2006/01/starting_a_u_blog.html</link>
         <guid>http://blog.lib.umn.edu/young041//kiddleleewink/2006/01/starting_a_u_blog.html</guid>
         <category>blogs</category>
         <pubDate>Tue, 31 Jan 2006 00:03:54 +0000</pubDate>
      </item>
      
   </channel>
</rss>
