<?xml version="1.0" encoding="us-ascii"?>
<rss version="2.0" xml:base="http://www.cmswatch.com" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
   <channel>
      <title>CMS Watch Google Feed</title>
      <link>http://www.cmswatch.com</link>
      <description>CMS Watch headlines about Google</description>
      <language>en-us</language>
      <lastBuildDate>Sat, 17 May 2008 19:24:39 -0400</lastBuildDate>
      <dc:creator>editor@cmswatch.com (Tony Byrne)</dc:creator>
      <dc:rights>Copyright 2005, CMS Watch</dc:rights>
      <dc:publisher>CMS Watch</dc:publisher>
      <image>
         <title>CMS Watch</title>
         <url>http://www.cmswatch.com/images/cmswatch_logo.gif</url>
         <link>http://www.cmswatch.com</link>
         <width>82</width>
         <height>36</height>
         <description>CMS Watch logo</description>
      </image>
      <item>
         <title>Enterprise search: free as in free beer?</title>
         <description>Searching information -- really, how hard can it be? So, why wouldn't you go 
  out and get a search engine that's for free? Well, to stick to the analogy of 
  &amp;quot;free beer,&amp;quot; you might wake up in the morning with a headache, only 
  to find your wallet gone.&lt;/p&gt;
&lt;p&gt;Of course, I'm paraphrasing the &lt;a href=&quot;http://www.gnu.org/philosophy/free-sw.html&quot;&gt;definition 
  of &amp;quot;free software&amp;quot;&lt;/a&gt;. &lt;a href=&quot;http://en.wikipedia.org/wiki/Richard_stallman&quot;&gt;Richard 
  Stallman&lt;/a&gt;'s example is used to point out the &lt;a href=&quot;http://en.wikipedia.org/wiki/Gratis_versus_Libre&quot;&gt;ambiguity 
  of the term &amp;quot;free&amp;quot;&lt;/a&gt; in the English language. With free software, 
  &amp;quot;you should think of free as in free speech, not as in free beer.&amp;quot; 
  Nevertheless, you should be warned: both open source beer (&lt;a href=&quot;http://freebeer.org/&quot;&gt;now 
  in version 3.3&lt;/a&gt;) and free commercial beer have the potential for leaving 
  you with a bit of a hangover.&lt;/p&gt;
&lt;p&gt;If you really think enterprise search is a simple commodity -- and I will only 
  comment on that with the obligatory statement that readers of our &lt;a href=&quot;http://www.cmswatch.com/Search/Report/&quot;&gt;&lt;em&gt;Enterprise 
  Search Report&lt;/em&gt;&lt;/a&gt; will probably know better than that -- getting a free 
  product would be ideal to get your feet wet (albeit somewhat &lt;a href=&quot;http://www.funnyphotos.net.au/images/beer-spillage-of-the-back-of-a-truck-having-some-t1.jpg&quot;&gt;sticky&lt;/a&gt;). 
  I get invited to &lt;a href=&quot;http://en.wikipedia.org/wiki/BYOB&quot;&gt;BYOB&lt;/a&gt; enterprise 
  search parties a lot, and usually come up with Apache Lucene, IBM Omnifind Yahoo! 
  Edition, and Microsoft Search Server 2008 Express. Let's get a closer taste 
  of each.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://lucene.apache.org/&quot;&gt;Apache Lucene&lt;/a&gt;. Lucene is open source, 
  which you are free to use. The problem is, it's not a complete enterprise search 
  product -- it's a &amp;quot;text search engine API.&amp;quot; What you get is a Java 
  JAR with the core functionality of a search engine. In typical hardcore Java 
  developer understatement this is described as &amp;quot;you write the easy stuff, 
  the UI and the process of selecting and parsing your data files to pump them 
  into the search engine, yourself.&amp;quot; To developers that doesn't sound too 
  difficult -- it's a library they'd be able to use to create search functionality 
  for many applications. As they embark on that journey, however, many will find 
  out they'll have to become experts on enterprise search to get their implementation 
  to perform basic tasks any &lt;a href=&quot;http://www.cmswatch.com/Search/Vendors/Google/&quot;&gt;Google&lt;/a&gt; 
  user has come to expect. Index Word documents? You'll have to convert those 
  to text first. Remove stop words or perform spell checking? You'll have to get 
  some more jars to fit that in. And that familiar &lt;a href=&quot;http://www.google.com/search?q=google+ui&quot;&gt;user 
  interface&lt;/a&gt; isn't so easy to replicate, either.&lt;/p&gt;
&lt;p&gt;Of course, there's a couple of more &amp;quot;pre-packaged,&amp;quot; Lucene-based 
  engines (such as &lt;a href=&quot;http://lucene.apache.org/nutch/&quot;&gt;Nutch&lt;/a&gt; and &lt;a href=&quot;http://lucene.apache.org/solr/&quot;&gt;Solr&lt;/a&gt;), 
  but they'll only take you so far on that long and winding road. There's some 
  excellent examples of what you can achieve with Lucene, but many more of how 
  hard it can be to get there.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.cmswatch.com/Trends/802-IBM-and-Yahoo-to-Offer-Free-Enterprise-Search-Engine&quot;&gt;IBM Omnifind Yahoo! Edition&lt;/a&gt; (or OY!E). The Google appliances have the Google brand behind them, which must have got the IBM people thinking the Yahoo! brand would be excellent marketing for their free-to-use search engine. In fact, it's neither IBM nor Yahoo's technology, but Lucene wrapped in other open source software. A few commercial bits thrown in create a product that's easy to install and run. It will actually do many of the things Lucene will make you work hard to accomplish: it comes with support for several languages and quite a few source content filters. For users, it looks like a regular web search engine; for admins, there's a nicely designed and intelligible interface. In short, it does most of the things a Google Mini appliance will do -- but for free.&lt;/p&gt;
&lt;p&gt;So what's the catch? Well, the license (by the way, &lt;a href=&quot;http://www.google.com/search?q=%22IBM+Omnifind+Yahoo%21+Edition%22+license&quot;&gt;what 
  license&lt;/a&gt;?) limits you to 500,000 documents and 5 collections. After that, 
  you can &amp;quot;upgrade&amp;quot; to other Omnifind products. But since the technology 
  across the Omnifind line-up is completely different, this is the same as starting 
  from scratch, and you'll pay for the privilege. I've been critical of &lt;a href=&quot;http://www.cmswatch.com/Trends/1122-Google-Search-Appliance:-small-step-in-technology,-giant-leap-in-marketing&quot;&gt;the 
  limitations&lt;/a&gt; of Google's appliances in the past, and sure, the 50,000 document 
  limit of the entry-level Google Mini is a lot less than OY!E's half a million. 
  But that comparison isn't really fair, considering the fact the Mini actually 
  comes with the hardware to run the queries on &lt;a href=&quot;http://www.googlestore.com/appliance/product.asp?catid=3&quot;&gt;for 
  a mere $2,990&lt;/a&gt;. And don't think you'll be able to run IBM's software on an 
  old abandoned test server you have available -- OY!E will need more power than 
  the single blade Google Mini or &lt;a href=&quot;http://www.cmswatch.com/Trends/389-David-to-Google's-Mini-Goliath?&quot;&gt;Thunderstone 
  Appliance&lt;/a&gt; to match the performance. Tellingly, I wasn't able to dig up an 
  example of an OY!E implementation to mention while researching the &lt;a href=&quot;http://www.cmswatch.com/Search/Report/&quot;&gt;&lt;em&gt;Enterprise 
  Search Report&lt;/em&gt;&lt;/a&gt; (if you know of one, let me know).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.cmswatch.com/Trends/1064-Microsoft's-Free-Lunch&quot;&gt;Microsoft Search Server 2008 Express&lt;/a&gt;. Microsoft's free offering is basically the same software as the non-Express version, but then there's the seemingly innocent limitation: one server only. I wouldn't want to continue the theme of this post by saying this is akin to handing out free samples of beer to get you hooked; suffice it to say that if you start to run the Express version in a production environment, there will, no doubt, come a time when a single server won't be enough anymore. When you've come to rely on the solution, you'll suddenly have to shell out for the licenses. &lt;a href=&quot;http://www.cmswatch.com/Trends/1064-Microsoft's-Free-Lunch&quot;&gt;As I've said before&lt;/a&gt;, having a free lunch isn't necessarily a bad thing; just remember that you'll probably have to pay for the beer the lunch comes with.&lt;/p&gt;
&lt;p&gt;So, this might all start sounding like advice your mother gave you: never take 
  anything from a stranger, and certainly no free alcoholic beverages. Don't forget, 
  however, that I'm Dutch, and I've certainly developed &lt;a href=&quot;http://amstellight.com&quot;&gt;a&lt;/a&gt; 
  &lt;a href=&quot;http://www.heineken.com&quot;&gt;taste&lt;/a&gt; &lt;a href=&quot;http://www.grolsch.com/&quot;&gt;for&lt;/a&gt; 
  enterprise search. Free beer sounds too good to be true, but it could certainly 
  get your party started; just remember to drink in moderation, and never, ever, 
  drink and drive.</description>
         <link>http://www.cmswatch.com/Trends/1247-Enterprise-search:-free-as-in-free-beer?source=RSS</link>
         <category>Enterprise Search</category>
         <author>bloem@radagio.com(Adriaan Bloem)</author>
         <pubDate>Fri, 16 May 2008 13:23:00 -0400</pubDate>
      </item>
      <item>
         <title>Facebook: Not just a toy...</title>
         <description>Over the last few years, many people (&lt;a href=&quot;http://www.cmswatch.com/Trends/1210-Do-you-love-Facebook,-or-need-it?&quot;&gt;including us&lt;/a&gt;) have asked whether or not &lt;a href=&quot;http://www.facebook.com&quot;&gt;Facebook&lt;/a&gt; can be used as a enterprise intranet.  Many have dismissed this notion by stating that Facebook is really just a time-wasting toy.  While that question continues to be debated in enterprises across the globe, there is no question that Facebook has caught the attention of the big boys -- namely &lt;a href=&quot;http://www.cmswatch.com/Search/Vendors/Google&quot;&gt;Google&lt;/a&gt; and &lt;a href=&quot;http://www.cmswatch.com/CMS/Vendors/Microsoft&quot;&gt;Microsoft&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We have been hearing of Facebook as a drain on Google resources for some time.  When asked about the biggest challenge to Google's success, one Google employee we talked to indicated that it was the loss of talent to nearby Facebook.  It's not surprising that employees would be attracted to move down the street from Mountain View to Palo Alto to find a similar collegiate, yet pre-IPO, culture; but now the defections are becoming more senior, and more strategic.  Facebook's COO, VP of Global Communications, Director of Business Development, Director of Platform Product Marketing are all ex-Google employees.&lt;/p&gt;
 &lt;p&gt;In the midst of Facebook's talent threat to Google, the company has also piqued the interest of Microsoft as a way to challenge Google themselves.   As Prescient Digital Media's &lt;a href=&quot;http://intranetblog.blogware.com/blog/_archives/2008/5/8/3680647.html&quot;&gt;Toby Ward points out&lt;/a&gt;, Microsoft may look to Facebook's platform as a way to tap into the hosted enterprise tool market where Google has found success. &lt;/p&gt;
&lt;p&gt;I agree with Toby that the Facebook platform certainly has a ways to go to truly compete head to head with Google's current offerings, but Microsoft's interest should indicate that Facebook has some major strategic value.  The platform, the 70 million users, and the ever-growing ex-Google experience, are all assets that would strengthen Microsoft's arsenal in these early stages of a possible showdown between Microsoft and Google.  Clearly, Facebook is much more than just a toy.&lt;/p&gt;
 &lt;p&gt;Next week, I will be moderating a panel discussion on this and other Facebook in the Enterprise questions at the &lt;a href=&quot;http://www.enterprise-3.com&quot;&gt;Enterprise3 conference&lt;/a&gt; in San Diego.  The panel will be comprised of the previously mentioned President of &lt;a href=&quot;http://www.prescientdigital.com/&quot;&gt;Prescient Digital Media&lt;/a&gt;, Toby Ward; &lt;a href=&quot;http://www.serena.com/&quot;&gt;Serena Software's&lt;/a&gt; VP of Communications, Kyle Arteaga; and the Senior Director of Optaros Labs at &lt;a href=&quot;http://www.optaros.com/&quot;&gt;Optaros&lt;/a&gt;, John Eckman.  Please join us for what should be a very lively discussion.</description>
         <link>http://www.cmswatch.com/Trends/1238-Facebook:-Not-just-a-toy...?source=RSS</link>
         <category>Enterprise Portals</category>
         <author>jgingras@cmswatch.com(Jarrod Gingras)</author>
         <pubDate>Mon, 12 May 2008 11:26:00 -0400</pubDate>
      </item>
      <item>
         <title>Y! IndexTools...let the games begin</title>
         <description>The &lt;a href=&quot;http://visualrevenue.com/blog/2008/04/indextools-yahoo-web-analytics-goes.html&quot;&gt;announcement&lt;/a&gt; to make Yahoo! IndexTools a free service, coming so quickly on the heels of the &lt;a href=&quot;http://www.cmswatch.com/Trends/1208-Yahoo!-steps-into-analytics-with-IndexTools-acquisition&quot;&gt;acquisition&lt;/a&gt;, would seem to serve notice to &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Omniture&quot;&gt;Omniture&lt;/a&gt;, &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Google&quot;&gt;Google Analytics&lt;/a&gt;, and other market leaders, such as &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Nedstat&quot;&gt;Nedstat&lt;/a&gt;, &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Coremetrics&quot;&gt;Coremetrics'&lt;/a&gt;, &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Unica&quot;&gt;Unica&lt;/a&gt;, and &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/webtrends&quot;&gt;WebTrends'&lt;/a&gt; about the seriousness of Yahoo!'s intentions.&lt;/p&gt;
&lt;p&gt;Eric Peterson has written a very thoughtful &lt;a href=&quot;http://blog.webanalyticsdemystified.com/weblog/2008/04/free-indextools-analysis-and-market-implications.html&quot;&gt;post&lt;/a&gt; that delves into the market implications on this latest move.&lt;/p&gt;
 &lt;p&gt;But from a customer perspective, this could become a bit confusing in the short term. According to IndexTool's Dennis Mortensen, current customers were contacted to let them know they'd be able to continue using the service at no cost if they sign forthcoming agreement from Yahoo!. Details about the agreement and how this impacts current customization projects is still being sorted out, as is how long customers will have to determine if they want to accept the terms.&lt;/p&gt;
&lt;p&gt;I'm sure most customers will be inclined to sign the agreement to maintain continuity, unless they have concerns about Yahoo! storing their data, as Google stores Google Analytics data.&lt;/p&gt;
&lt;p&gt;Is this a founded concern?&lt;/p&gt;
&lt;p&gt;It all depends on your privacy policies -- something you should consider in your requirements for a web analytics tool to begin with. If you haven't figured this out, then you should.&lt;/p&gt;
&lt;p&gt;My guess is that for most current IndexTools customers, this will not be a show stopper.&lt;/p&gt;
&lt;p&gt;If it does present difficulties for your enterprise, now would be the time to review the vendor profiles in the &lt;a href=&quot;http://www.cmswatch.com/Analytics/Report/&quot;&gt;Web Analytics Report&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the meantime, current IndexTools customers will surely be asking some important questions, like whether all their current functionality will remain available for free, and if so, for how long. Will data from the pre-Yahoo! days still be available? For how long? How will this affect custom work that you're doing or planning have done by IndexTools, as well as whether there will be a new technical and professional service availability and cost structure?  And what about new features and releases, such as Rubix; what will be the cost and support structure?&lt;/p&gt;
&lt;p&gt;Yahoo! is moving quickly, and I expect that they will seek to address these issues. However, as a customer, you'll have to make sure that you get these and other questions answered completely before signing on the dotted line.&lt;/p&gt;</description>
         <link>http://www.cmswatch.com/Trends/1213-Y!-IndexTools...let-the-games-begin?source=RSS</link>
         <category>Web Analytics</category>
         <author>philkemelor@pkwc.com(Phil Kemelor)</author>
         <pubDate>Sun, 20 Apr 2008 23:19:00 -0400</pubDate>
      </item>
      <item>
         <title>Yahoo! steps into analytics with IndexTools acquisition</title>
         <description>This past week's announcement that &lt;a href=&quot;http://yhoo.client.shareholder.com/press/releasedetail.cfm?ReleaseID=303872&quot;&gt;Yahoo! 
  purchased IndexTools&lt;/a&gt; puts a new spotlight on the web analytics marketplace. 
&lt;/p&gt;
&lt;p&gt;Yahoo! is clearly looking to compete with Google, but the reasons for this 
  particular acquisition remain less evident. On the one hand, Yahoo! may be assuming 
  that the mass market wants the kind of richer features that IndexTools offers. 
  As you raise your own level of analytics competence, you may prove them right. 
  On the other hand, since there were only a handful of independent, mid-range 
  analytics vendors available out there for a decent price, IndexTools may have 
  come to Yahoo! via more of a process of elimination.&lt;/p&gt;
&lt;p&gt;The Yahoo! &amp;quot;party line&amp;quot; is that the technology will be a great boon 
  to its small and mid-sized business (SMB) clientele. Probably true. In many 
  ways, &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Indextools&quot;&gt;IndexTools&lt;/a&gt; 
  resembles &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Google&quot;&gt;Google 
  Analytics&lt;/a&gt; in its usable interface, featuring both dynamic drilldown and 
  behavioral segmentation, as well as a nice collection of out-of-the-box reports 
  oriented towards campaign analysis.&lt;/p&gt;
&lt;p&gt;However, it is the perceived potential of IndexTools that has many observers 
  hoping for more than just another Google Analytics. The company has been touting 
  its next generation release, called &amp;quot;Rubix,&amp;quot; since January. If Rubix 
  lives up to its promise, it could possibly give &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Omniture&quot;&gt;Omniture's&lt;/a&gt; 
  Discover offering a run in terms of functionality and ease of use. This has 
  become the second-most anticipated non-release of a product in web analytics 
  -- after Microsoft's Gatineau.&lt;/p&gt;
&lt;p&gt;While Rubix could be a differentiator, without it, IndexTools does not offer 
  the functionality that distinguishes it from Omniture and &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/WebTrends&quot;&gt;WebTrends&lt;/a&gt; 
  -- for example the ability to analyze unaggregated data from a graphic UI and 
  to perform repeatable Excel reporting. For now, you must use regular expressions 
  to analyze unaggregated data and do manual updates of Excel...just like Google 
  Analytics.&lt;/p&gt;
&lt;p&gt;Dennis Mortenson, COO of IndexTools, claimed repeatedly that IndexTools could 
  do 80 percent of what Omniture could do, at a fraction of the price. People 
  also say the same about Google Analytics. This is marketing spin at its best. 
  It doesn't matter which 80 percent or which 20 percent; it matters only how 
  it matches your requirements.&lt;/p&gt;
&lt;p&gt;As &lt;em&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Report/&quot;&gt;Web Analytics Report&lt;/a&gt;&lt;/em&gt; 
  readers know, larger IndexTools customers picked that solution to get good standard 
  reports, plus additional reports customized by the vendor, all at an attractive 
  price. Feature richness and attention to individual customer service are not 
  traditionally the hallmark of mass-market solutions, so Yahoo! has some clear 
  choices ahead here, and IndexTools customers will want to watch carefully which 
  way the new owner takes the service.&lt;/p&gt;
&lt;p&gt;Among the questions that remain to be answered:. Will Rubix ever see the light 
  of day? Will the basic technology be morphed to a Google Analytics-type solution? 
  A combination of the two perhaps? Or will all of this become moot if Microsoft 
  acquires Yahoo!? Or perhaps IndexTools becomes the premier analytics offering 
  from Microsoft?&lt;/p&gt;
&lt;p&gt;We'll be watching.</description>
         <link>http://www.cmswatch.com/Trends/1208-Yahoo!-steps-into-analytics-with-IndexTools-acquisition?source=RSS</link>
         <category>Web Analytics</category>
         <author>philkemelor@pkwc.com(Phil Kemelor)</author>
         <pubDate>Sun, 13 Apr 2008 10:06:00 -0400</pubDate>
      </item>
      <item>
         <title>More Reasons to Love London</title>
         <description>&lt;p&gt;Great theater. Awesome Indian food. Hyde Park in springtime. As if that and hub-hub over Heathrow's new Terminal 5 (let's hope it turns out better than Terminal 4, once it's out of beta) weren't reason enough for us to book a flight to London, my London-bred colleague &lt;a href=&quot;http://www.cmswatch.com/Analyst/10-Pelz-Sharpe&quot;&gt;Alan Pelz-Sharpe&lt;/a&gt; and I will try to take the town by storm later this month at &lt;a href=&quot;http://www.internetworld.co.uk/&quot;&gt;UK Internet World&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Attendance is free and the event offers a huge show floor as well as many educational sessions. I'll be the one with &lt;a href=&quot;http://www.cmswatch.com/Analyst/15-Regli&quot;&gt;lots of hair and the uncool accent&lt;/a&gt;, talking about &lt;a href=&quot;http://www.internetworld.co.uk/ecm-wednesday.html&quot;&gt;the current and future state of enterprise search&lt;/a&gt;, based on the research conducted for our &lt;i&gt;&lt;a href=&quot;http://www.cmswatch.com/Search/Report/&quot;&gt;Enterprise Search Report 2008&lt;/a&gt;&lt;/i&gt;. I'm planning to highlight what &lt;a href=&quot;http://www.cmswatch.com/Trends/1112-That-was-FAST:-Microsoft-to-acquire-Norwegian-search-vendor&quot;&gt;Microsoft's acquisition of FAST&lt;/a&gt; means to buyers and existing customers, &lt;a href=&quot;http://www.cmswatch.com/Trends/1122-Google-Search-Appliance:-small-step-in-technology,-giant-leap-in-marketing&quot;&gt;Google's recent moves&lt;/a&gt;, and focus on a few players that are gaining traction in the UK market. Alan, meanwhile, will wittily deconstruct &lt;a href=&quot;http://www.internetworld.co.uk/ecm.html&quot;&gt;Enterprise Content Management technologies&lt;/a&gt;, based on over a year of research he conducted for the &lt;a href=&quot;http://www.cmswatch.com/ECM/Report/&quot;&gt;&lt;i&gt;ECM Suites Report 2008&lt;/i&gt;&lt;/a&gt;. But given our time at the podium is short, please &lt;a href=&quot;mailto:tregli@cmswatch.com&quot;&gt;send me an email&lt;/a&gt; if you'd like to meet up with us while we're there. We both love samosas....
&lt;/p&gt;</description>
         <link>http://www.cmswatch.com/Trends/1197-More-Reasons-to-Love-London?source=RSS</link>
         <category>Enterprise Search</category>
         <author>tregli@cmswatch.com(Theresa Regli)</author>
         <pubDate>Tue,  1 Apr 2008 16:51:00 -0400</pubDate>
      </item>
      <item>
         <title>36 Hours at AIIM: Google, SharePoint, Customers</title>
         <description>Herewith some random thoughts on the first half of the 3-day &lt;a href=&quot;http://www.aiimexpo.com&quot;&gt;AIIM Conference 
  &amp;amp; Expo&lt;/a&gt; in Boston, MA, USA. &lt;/p&gt;
&lt;h5&gt;Google&lt;/h5&gt;
&lt;p&gt;Day One opened with a double-headed keynote. The first speaker, &lt;em&gt;New York 
  Times&lt;/em&gt; consumer technology columnist &lt;a href=&quot;http://www.davidpogue.com/&quot;&gt;David 
  Pogue&lt;/a&gt;, spoke about how enterprise software vendors could learn from the 
  consumer space, particularly by maintaining a ruthless attitude towards simplicity 
  of design. Two of his more memorable quotes: 
&lt;ul&gt;&lt;li&gt;&lt;em&gt;If you improve software enough times you will ruin it&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Wizards don't make problems easier, they just makes them longer&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;
  
&lt;p&gt;He concluded with a broadway-inspired repertoire that you simply need to see 
  for yourself some day. Kudos to the conference organizers for inviting him.&lt;/p&gt;
&lt;p&gt;A Google exec, Matthew Glotzbach, followed Pogue on the stage and tried to 
  bask in the simplicity glow. I actually thought Glotzbach's keynote (advertorial, 
  really) was a bit, well, off-key. A low point came when the guy boasted that the documents 
  he was editing online in front of the audience would survive a hard-drive crash 
  because they resided in &amp;quot;the cloud.&amp;quot; Perhaps unbeknownst to 
  him (since he appeared to have an ethernet connection), the rest of us in the 
  audience having trouble at that time connecting to the &amp;quot;cloud&amp;quot; via the conference 
  center wireless service were probably grateful that any files we 
  were editing resided in the firmament of our local hard drives.&lt;/p&gt;
&lt;h5&gt;SharePoint&lt;/h5&gt;
&lt;p&gt;Microsoft in general and SharePoint in particular seem to be a bit less present here 
  than last year. It's not because the MOSS wave has crested (lots of people still 
  asking us about MOSS on the show floor). Maybe it has to do with Redmond hosting 
  a &lt;a href=&quot;www.mssharepointconference.com/&quot;&gt;SharePoint conference&lt;/a&gt; on the exact same days.&lt;/p&gt;
  &lt;p align=&quot;center&quot;&gt;
&lt;table width=&quot;304&quot; border=&quot;0&quot; cellspacing=&quot;2&quot; cellpadding=&quot;2&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;img src=&quot;/images/SiteCoreMS.jpg&quot; alt=&quot;Sitecore at MS partner pavillion&quot; width=&quot;300&quot; height=&quot;236&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;WCM vendor &lt;a href=&quot;http://www.cmswatch.com/CMS/Vendors/Sitecore&quot;&gt;Sitecore&lt;/a&gt; 
      showing their wares in the Microsoft Partner Pavilion at the AIIM Expo.&lt;/td&gt;

  &lt;/tr&gt;
&lt;/table&gt;
&lt;/p&gt;
&lt;h5&gt;Customers&lt;/h5&gt;
&lt;p&gt;We have a booth again this year, and the best part about that is meeting report 
  buyers who stop by to say hello. This Expo is particularly nice in this regard 
  because it attracts a more international audience than most North American conferences 
  in this space, and we've met already customers from New Zealand, Belgium, the 
  Netherlands, and Denmark. &lt;/p&gt;
 
&lt;p&gt;It's great to hear about their technology projects, how they selected vendors, 
  what was successful, and what wasn't. At a professional level, it's quite edifying. 
  At a personal level, it's totally gratifying.  Hope to see you somewhere, sometime, in the coming year.</description>
         <link>http://www.cmswatch.com/Trends/1172-36-Hours-at-AIIM:-Google,-SharePoint,-Customers?source=RSS</link>
         <category>Web Content Management</category>
         <author>tbyrne@cmswatch.com(Tony Byrne)</author>
         <pubDate>Wed,  5 Mar 2008 22:20:00 -0500</pubDate>
      </item>
      <item>
         <title>IndexTools and WAA Standards</title>
         <description>Given pervasive confusion around analytics terminology, I lauded the Web Analytics 
  Association's August, 2007 announcement of &lt;a href=&quot;http://www.cmswatch.com/Trends/1008-Web-Analytics-Association-releases-Report-Definition-Standards&quot;&gt;Report Definition Standards&lt;/a&gt;, but was somewhat 
  skeptical with regard to how vendors might use the cloak of compliance to make 
  it harder for you to interpret their report definitions.&lt;/p&gt;
&lt;p&gt;Fast forward to March 9, 2008, and &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Indextools&quot;&gt;IndexTools'&lt;/a&gt; 
  COO Dennis Mortensen &lt;a href=&quot;http://visualrevenue.com/blog/2008/03/web-analytics-definitions-waa.html&quot;&gt;posted&lt;/a&gt; 
  a refreshingly comprehensive, easy to understand, and transparent list of how 
  the IndexTool's solution complies (or doesn't) with the standards.&lt;/p&gt;
&lt;p&gt;Critically, Mortensen describes the methodology IndexTools uses to make the 
  calculations, which lies at the crux of using the standards definitions to understand 
  reports generated from any product.&lt;/p&gt;
&lt;p&gt;Mortensen's post must also rank as an industry first for a vendor to actually 
  go public that their product cannot produce every metric under the sun, making 
  it far easier for you to potentially draw an &quot;apples to apples&quot; comparison and 
  clearly see what you get, and what you don't, from a basic reporting perspective.&lt;/p&gt;
&lt;p&gt;All of the other web analytics vendors...especially those with the &lt;a href=&quot;http://www.cmswatch.com/Trends/1186-Nobody's-really-number-1-in--Web-Analytics&quot;&gt;largest 
  customer bases&lt;/a&gt;, such as &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Omniture&quot;&gt;Omniture&lt;/a&gt;, 
  &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Google&quot;&gt;Google Analytics&lt;/a&gt;, 
  &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Nedstat&quot;&gt;Nedstat&lt;/a&gt;, &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Clicktracks&quot;&gt;ClickTracks&lt;/a&gt;, 
  &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Unica&quot;&gt;Unica&lt;/a&gt;, &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Coremetrics&quot;&gt;Coremetrics'&lt;/a&gt; 
  and &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/WebTrends&quot;&gt;WebTrends&lt;/a&gt; 
  should step up and clarify in similar terms how they meet (or not) these standards.</description>
         <link>http://www.cmswatch.com/Trends/1192-IndexTools-and-WAA-Standards?source=RSS</link>
         <category>Web Analytics</category>
         <author>philkemelor@pkwc.com(Phil Kemelor)</author>
         <pubDate>Tue, 25 Mar 2008 23:21:00 -0400</pubDate>
      </item>
      <item>
         <title>Nobody's really number 1 in  Web Analytics</title>
         <description>&amp;quot;Who's number 1?&amp;quot;&lt;/p&gt;
&lt;p&gt;It's question people ask a lot in many domains, but especially software, and 
  as such, it regularly pops up within the web analytics community.&lt;/p&gt;
&lt;p&gt;You can rank them crudely by number of individual customers.  Let's take a look at the vendors we reviewed in the most recent &lt;a href=&quot;http://www.cmswatch.com/Analytics/Report/&quot;&gt;&lt;em&gt;Web 
  Analytics Repor&lt;/em&gt;t&lt;/a&gt; and see how many customers they have -- or rather, 
  they say they have: 
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Google&quot;&gt;Google Analytics&lt;/a&gt;: &lt;strike&gt;5 million&lt;/strike&gt; &amp;quot;hundreds of thousands&amp;quot; (Enterprise/SMB)&lt;/li&gt; 
&lt;li&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/WebTrends&quot;&gt;WebTrends&lt;/a&gt;: 10,000 (Enterprise/SMB)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Clicktracks&quot;&gt;ClickTracks&lt;/a&gt;: 8,000 (SMB)&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Nedstat&quot;&gt;Nedstat&lt;/a&gt;: 1,200 (Enterprise) 6,000 (SMB)&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Omniture&quot;&gt;Omniture&lt;/a&gt;: 4,000 plus(includes Visual Sciences) (Enterprise/SMB)&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Indextools&quot;&gt;IndexTools&lt;/a&gt;: 3,000 (Enterprise/SMB)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Unica&quot;&gt;Unica&lt;/a&gt;: 500 (Enterprise), few thousand (SMB)&lt;/li&gt;  
&lt;li&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Coremetrics&quot;&gt;Coremetrics&lt;/a&gt;: 1,200 (Enterprise/SMB)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Digital%20River&quot;&gt;Fireclick&lt;/a&gt;, : 230 (Enterprise/SMB)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Auriq&quot;&gt;AuriQ&lt;/a&gt;: 200 (SMB/Enterprise)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Foviance&quot;&gt;Foviance&lt;/a&gt;: 50 (Enterprise)&lt;/li&gt;
  &lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;It's an interesting list, but what does it really tell you? It tells me that 
  some products target different sizes of customers and may be more niche than 
  others. But can you really say who's number 1 or who's winning? I'd say these 
  results only make for good conversation, just as picking who'll win the World 
  Cup or this or that election.&lt;/p&gt;
&lt;p&gt;Would you buy a solution because it's perceived to be the market leader? Because 
  the buzz is that &quot;everyone is buying&quot; that solution? You shouldn't. I find that 
  vendor selection is often given short shrift in today's market because of a 
  perception that there are only a few real choices.That's simply not true. You 
  have some very important choices. &lt;/p&gt;
&lt;p&gt;Figure out your requirements and manage your vendor selection process. Don't 
  simply favor one vendor over another because it's getting all of the good press 
  clippings, and nods from the Wall St. analysts. In the long run, you'll be much 
  happier with your analytics tool selection.  Or, to put it another way, the &amp;quot;Number 1&amp;quot; vendor is always whichever one that's a right fit for you.&lt;/p&gt;
&lt;p&gt;PS: Have you signed up for my &lt;a href=&quot;http://www.cmswatch.com/Trends/1182-Web-Analytics-Class-in-Copenhagen&quot;&gt;web analytics class in Copenhagen&lt;/a&gt;?</description>
         <link>http://www.cmswatch.com/Trends/1186-Nobody's-really-number-1-in--Web-Analytics?source=RSS</link>
         <category>Web Analytics</category>
         <author>philkemelor@pkwc.com(Phil Kemelor)</author>
         <pubDate>Fri, 21 Mar 2008 00:27:00 -0400</pubDate>
      </item>
      <item>
         <title>A tale of two search technology selections</title>
         <description>&lt;a href=&quot;http://www.cmpros.org&quot;&gt;CM Pros&lt;/a&gt; organized an event on the topic of enterprise search last week, with two case-study presentations and a fair bit of discussion among attendees. The key takeaways: website search is a lot harder than you'd think, and the attitude of a vendor really matters to your success.&lt;/p&gt;
&lt;p&gt;When talking enterprise search, the &amp;quot;multi-repository enterprise&amp;quot; 
  scenario is where all the really complex technology and fancy infrastructures 
  reside today. We shouldn't forget, however, that website search -- powering 
  that tiny form field in the right-hand top corner of your site -- remains one 
  of the most common scenarios. Listening to the experiences of a large membership association was a clear reminder that it's certainly 
  not as simple and straightforward to get right as many would think. (We can 
  sympathize -- trying to get the &lt;a href=&quot;http://www.cmswatch.com/SiteSearch/&quot;&gt;cmswatch.com 
  search&lt;/a&gt; right is an on-going struggle for us.)&lt;/p&gt;
&lt;p&gt;The first case was presented someone who works for an integrator involved in the project. He is architect for their CMS and was therefore also put in charge of 
  website search (which is a fairly typical arrangement, as the level of expert 
  knowledge needed for website search is usually underestimated). He explained 
  how it started out the same way many of these projects do -- &amp;quot;&lt;a href=&quot;http://www.intelligententerprise.com/showArticle.jhtml?articleID=206902752&quot;&gt;why 
  don't we just get Google?&lt;/a&gt;&amp;quot; -- and how the organization decided to embark 
  on that journey without much further discussion.&lt;/p&gt;
&lt;p&gt;This led to exciting tales of a chase to find the &lt;a href=&quot;http://upload.wikimedia.org/wikipedia/en/a/a9/Raiders_of_the_lost_ark_poster_B.jpg&quot;&gt;lost 
  Appliance&lt;/a&gt; somewhere in the server center when the &amp;quot;try-before-you-buy&amp;quot; 
  clock was already ticking. It then turned out the Google Search Appliance (GSA) 
  didn't actually match the original, rather straightforward 2-page requirements 
  specification. Nor was it really as cheap as originally envisioned (one box 
  wasn't enough). And, to boot, whereas the association imagined itself to carry some major 
  clout with the vendor (their site is a very popular), it turned out to be nigh impossible to get 
  Google to do customization. Before the web search goes live, they will 
  need to bring in outside help to get some things ironed out on top of the Appliance.&lt;/p&gt;
&lt;p&gt;Though it would be easy to blame &lt;a href=&quot;http://www.cmswatch.com/Search/Vendors/Google/&quot;&gt;Google&lt;/a&gt; 
  for what went wrong, the presenter gave the company credit for delivering good support 
  and a well-performing product. To the audience it seemed he handled it well, 
  the product in itself was fine, but the main mistake the customer made was in 
  underestimating what they were about to implement in the first place. As I overheard 
  someone whisper next to me, &amp;quot;and to think this was a relatively &lt;i&gt;simple&lt;/i&gt; 
  site search project.&amp;quot;&lt;/p&gt;
&lt;p&gt;The second presentation was an account 
  of the selection and implementation at a pharmaceutical company. They 
  had twice before attempted to implement search functionality across multiple 
  disparate repositories, and both times the project was aborted. This time, however, 
  the project was officially declared a &amp;quot;success.&amp;quot; As such, there was 
  even an investigation of why the third attempt, almost against all odds, finally 
  turned out right.&lt;/p&gt;
&lt;p&gt;We were taken on a text-book product selection tour, but what stood out was 
  there was definitely no &lt;a href=&quot;http://www.cmswatch.com/Trends/1074&quot;&gt;one-horse 
  race&lt;/a&gt; here. As someone who has uttered the caveat emptor &amp;quot;try against 
  your own corpus of content&amp;quot; more than he cares to recount, I can certainly 
  agree with the thorough &lt;a href=&quot;http://www.cmswatch.com/Trends/545&quot;&gt;proof-of-concept&lt;/a&gt; 
  they put three vendors through. 
  If &lt;a href=&quot;http://www.cmswatch.com&quot;&gt;CMS Watch&lt;/a&gt; ever &lt;a href=&quot;http://farm2.static.flickr.com/1403/532021145_dd3718d146.jpg&quot;&gt;awards&lt;/a&gt; 
  a &lt;a href=&quot;http://farm1.static.flickr.com/105/291547203_7507a3ba1d.jpg&quot;&gt;prize&lt;/a&gt; 
  for heeding our advice, this POC might be nominated.&lt;/p&gt;
&lt;p&gt;Though you should never underestimate the importance of how the technology 
  functions, one of the main criteria was the &lt;a href=&quot;http://www.law.wisc.edu/blogs/wisblawg/fonz.jpg&quot;&gt;attitude&lt;/a&gt; 
  of vendors towards the project. Arrogance doesn't pay off in a well-executed 
  test-drive, and in that respect it wasn't surprising the 
  smallest vendor of the three scored points on cooperation and flexibility. &lt;/p&gt;
&lt;p&gt;It was interesting to see the two opposites on one evening. One obviously 
  struggled with what they expected to be a simple project, and wasn't much helped 
  by their vendor. The other, on the other hand, braced itself for the worst but 
  came out on top -- not in the least because they made sure the vendor they picked 
  would be cooperative. So though it is easy to be cynical about the success rate 
  of search projects, it can be done. Just heed the lessons learned, and come 
  &lt;a href=&quot;http://www.cmswatch.com/Search/Report/&quot;&gt;well prepared&lt;/a&gt;.</description>
         <link>http://www.cmswatch.com/Trends/1184-A-tale-of-two-search-technology-selections?source=RSS</link>
         <category>Enterprise Search</category>
         <author>bloem@radagio.com(Adriaan Bloem)</author>
         <pubDate>Tue, 18 Mar 2008 13:09:00 -0400</pubDate>
      </item>
      <item>
         <title>Put to the Test: Google Search Appliance</title>
         <description>My colleagues &lt;a href=&quot;http://www.cmswatch.com/Analyst/3-Byrne&quot;&gt;Tony Byrne&lt;/a&gt; 
  and &lt;a href=&quot;http://www.cmswatch.com/Analyst/20-Bloem&quot;&gt;Adriaan Bloem&lt;/a&gt; recently 
  &lt;a href=&quot;http://www.intelligententerprise.com/showArticle.jhtml?articleID=206902752&quot;&gt;wrote 
  up a summary&lt;/a&gt; of pros and cons, as well as offered sound advice, regarding the &lt;a href=&quot;http://www.cmswatch.com/Search/Vendors/Google&quot;&gt;Google 
  Search Appliance&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;The skinny, as we've &lt;a href=&quot;http://www.cmswatch.com/Trends/1122-Google-Search-Appliance:-small-step-in-technology,-giant-leap-in-marketing&quot;&gt;written 
  about in bits and pieces before&lt;/a&gt;: the Google Mini and Google Search Appliance 
  have long offered solid alternatives for website and departmental search, but 
  security and adaptability still come up short for the demands of enterprise 
  deployments. Learn more &lt;a href=&quot;http://www.intelligententerprise.com/showArticle.jhtml?articleID=206902752&quot;&gt;here&lt;/a&gt;, 
  or look to our full, in-depth evaluation in the latest version of the &lt;a href=&quot;http://www.cmswatch.com/Search/Report/&quot;&gt;&lt;I&gt;Enterprise 
  Search Report&lt;/I&gt;&lt;/a&gt;, where we stack up Google against its main competitors.</description>
         <link>http://www.cmswatch.com/Trends/1188-Put-to-the-Test:-Google-Search-Appliance?source=RSS</link>
         <category>Enterprise Search</category>
         <author>tregli@cmswatch.com(Theresa Regli)</author>
         <pubDate>Fri, 21 Mar 2008 18:06:00 -0400</pubDate>
      </item>
      <item>
         <title>La taxonomie est morte!  Vive la taxonomie...</title>
         <description>Conference events and tracks are getting nichey-er and more specific, and rightly 
  so, as every year the knowledge we accumulate about content technology gets 
  deeper and more nuanced, which begs more specific presentations and probing 
  questions from implementers. Earlier this week in London, I attended an event 
  on &lt;a href=&quot;http://www.damusers.com/metadata/&quot;&gt;The Essentials of Meta Data and 
  Taxonomy&lt;/a&gt;, and despite my having talked about this topic for 10 years now, 
  I admit I was pleasantly surprised that there were over 100 registrants for 
  such a specific event. The conference featured perspectives from implementers, 
  vendors, and yours truly, the token analyst. &lt;/p&gt;
&lt;p&gt;The theme set for the day was The Semantic Revolution, which many are already 
  referring to as Web 3.0, when meaningful and relevant information will more 
  readily be exchanged among systems and targeted to people in a very precise 
  and way (without even specifying what you're seeking). Most claim that taxonomies 
  and meta data are necessary to make it happen. As we note repeatedly in our 
  &lt;a href=&quot;http://www.cmswatch.com/Search/Report/&quot;&gt;&lt;i&gt;Enterprise Search Report&lt;/i&gt;&lt;/a&gt;, 
  search technology needs good categorization and metadata to perform well, and 
  finding information is only one small piece of the Semantic Revolution. But, 
  as this event demonstrated, people are still struggling with getting taxonomies 
  and metadata in place: the tagging process and coming to agreements on controlled 
  vocabularies is anything but easy. It requires serious business process modification 
  and change management. &lt;/p&gt; &lt;/p&gt;
&lt;p&gt; Meanwhile, a week earlier at the AIIM Expo, one of the panelists on the keynote 
  CIO panel said, &amp;quot;don't spend time on a taxonomy. We did, and it was a waste.&amp;quot; 
  Twenty questions immediately popped into my head, wondering what they did &lt;I&gt;wrong&lt;/I&gt;, 
  wondering if they didn't involve end-users, or had a taxonomist that didn't 
  work with subject matter experts, or tried to bite off too much at once, or 
  perhaps built a relevant taxonomy but didn't know how to put it to good use? 
  Or was it in a system somewhere, but no one bothered to tag the content? One 
  day prior, during a long chat with &lt;a href=&quot;http://www.cmswatch.com/Analyst/6-Arnold&quot;&gt;Steve 
  Arnold&lt;/a&gt;, he argued that none of this stuff -- meaning taxonomies and the technology 
  that needs them to function -- will matter pretty soon. &lt;/p&gt;
&lt;p&gt; While that may be the case for some future date, it's not the case &lt;I&gt;now&lt;/I&gt; 
  for business trying to find information &lt;I&gt;today&lt;/I&gt;. Yes, text mining technology 
  is getting better at extracting meaning from content and in turn categorizing 
  or using it in a useful way, and one day my cell phone may just let my doctor 
  know immediately if I'm having a heart attack. The technology exists now to 
  be able to do that. But the car has also existed for over 100 years, and most 
  of the continent of Africa doesn't have roads. Useful technology without infrastructure 
  doesn't go very far. &lt;/p&gt;
&lt;p&gt;I'm on the Eurostar train from London to Paris as I type this, thinking: who is Amtrak 
  kidding that the Acela is &amp;quot;high-speed?&amp;quot; Superior technology doesn't 
  always get deployed if there's bureaucracy and restrictions in the way, or when 
  there's inconsistent standards from state-to-state (or system-to-system). The 
  poor English woman next to me is paranoid about getting a M&amp;eacute;tro ticket 
  out to La D&amp;eacute;fense during a possible strike, even though she carries a little 
  piece of technology to translate a possible query for her, she's asked for my 
  help. Why? Because the technology she has fails to adapt and handle the semantic 
  nuances she needs to deal with an irregular situation. So does every single 
  piece of content technology on the market today. I use all these examples because 
  the best technology, or the ideal technology, takes a long, long time to be 
  commonplace, and there will always be regulatory, organizational, financial, 
  and personal barriers to their adoption. And this is why we still need taxonomies 
  and metadata for today's technologies function, at least for the immediate future. 
&lt;/p&gt;
&lt;p&gt; For now, content is stove-piped in multiple systems, and search has made people 
  lazy. People think the answer should be as easy as a keyword. But the answers 
  to our biggest findability questions are no more easily found by typing in a 
  keyword than a non-French speaker might get a ticket on a working M&amp;eacute;tro 
  line during a strike. Getting there is no easier than what Amtrak had to do 
  to get the tracks laid down for Acela, and they still couldn't get the train 
  to go as fast as it could have due to organizational and regulatory disarray. 
&lt;/p&gt;
&lt;p&gt; One thing we often forget about search is that the answer to our question 
  is not necessarily what's &lt;I&gt;literally&lt;/I&gt; in the text of the document that 
  answers it. Documents about the Eurostar might never have the words &amp;quot;high-speed 
  train.&amp;quot; This is where the technology still falls short, for now, and where 
  taxonomies and metadata strategies fill holes. However, I don't think the technology 
  will fall short for very much longer. Despite many years as a taxonomist, I 
  agree with Steve: some day, content technology won't need taxonomies to function. 
  Someday we &lt;I&gt;will&lt;/I&gt; get accurate categorization automatically. Eventually, 
  categorization may not really matter at all. But that time isn't now. The technology 
  we all deal with today has a long way to go.</description>
         <link>http://www.cmswatch.com/Trends/1178-La-taxonomie-est-morte!--Vive-la-taxonomie...?source=RSS</link>
         <category>Enterprise Search</category>
         <author>tregli@cmswatch.com(Theresa Regli)</author>
         <pubDate>Wed, 12 Mar 2008 09:42:00 -0400</pubDate>
      </item>
      <item>
         <title>Omniture's SiteCatalyst 14 Catches Up</title>
         <description>Everybody loves a party, and Web Analytics vendor &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Omniture&quot;&gt;Omniture&lt;/a&gt; 
  is no exception, using their &lt;a href=&quot;http://www.omniture.com/summit08/slc/home&quot;&gt;annual 
  summit&lt;/a&gt; to announce the &lt;a href=&quot;http://www.omniture.com/press/477&quot;&gt;release 
  of SiteCatalyst 14&lt;/a&gt; and a truckload of other news, including a &lt;a href=&quot;http://www.omniture.com/press/475&quot;&gt;partnership 
  with Baidu&lt;/a&gt; and the roll out of the combined &lt;a href=&quot;http://www.omniture.com/press/480&quot;&gt;Touchclarity/Offermatica 
  offering&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have SiteCatalyst, you probably are now just getting familiar with the new release. So, what do you think of it?&lt;/p&gt;
&lt;p&gt;I received a briefing last week, and certainly the new Ajax interface jumped out as a big improvement...13.5 was getting tiresome to look at, especially when compared to &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Google&quot;&gt;Google Analytics&lt;/a&gt;, &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Indextools&quot;&gt;IndexTools&lt;/a&gt;, and &lt;a href=&quot;http://www.cmswatch.com/Analytics/Vendors/Nedstat&quot;&gt;Nedstat&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;SiteCatalyst's new capabilities in video measurement are also worth delving 
  into. Tagging video is generally labor intensive because tags must be set within 
  the application. Omniture claims to enable a &quot;one tag&quot; fits-all approach for 
  Flash and Flex, along with Windows Media Player, QuickTime, and RealPlayer, 
  which appears to be similar to the approach taken by &lt;a href=&quot;http://www.cmswatch.com/Trends/1043-Google-Analytics-Adds-Internal-Search,-Event-Tracking&quot;&gt;Google 
  Analytics&lt;/a&gt;. And there are improvements to Excel reporting and Forum access 
  that are also noteworthy. To see some video of the new reporting, check out 
  Marshall Sponder's &lt;a href=&quot;http://www.webmetricsguru.com/2008/02/new_omniture_site_catalyst_enh_1.html&quot;&gt;blog.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you're an Omniture customer, you'd have to be pleased with this upgrade. If you're an HBX customer contemplating whether to stick with the plan to migrate to SiteCatalyst, this will also appear to be fairly compelling from a features perspective at first glance.&lt;/p&gt; 
&lt;p&gt;Nevertheless, I suggest you take a closer look at what's really important from 
  a requirements perspective...Is video analytics really something critical for 
  your business? Do you use Excel reporting? Could Google Analytics fulfill 90 
  percent of your requirements and then a video analytics company like &lt;a href=&quot;http://www.visiblemeasures.com/&quot;&gt;Visible 
  Measures&lt;/a&gt; fill the last 10 percent? These type of mix and match possibilities 
  can make your head hurt, but finding the right combination of measurement tools 
  is going to get more, not less challenging, in the years ahead.</description>
         <link>http://www.cmswatch.com/Trends/1173-Omniture's-SiteCatalyst-14-Catches-Up?source=RSS</link>
         <category>Web Analytics</category>
         <author>philkemelor@pkwc.com(Phil Kemelor)</author>
         <pubDate>Thu,  6 Mar 2008 00:07:00 -0500</pubDate>
      </item>
      <item>
         <title>Google Sites hardly a SharePoint killer -- but that's not the point</title>
         <description>So &lt;a href=&quot;http://www.cmswatch.com/Search/Vendors/Google&quot;&gt;Google&lt;/a&gt; has launched 
a product to compete with Microsoft's &lt;a href=&quot;http://www.cmswatch.com/ECM/Vendors/Microsoft&quot;&gt;SharePoint&lt;/a&gt;, called 
&lt;a href=&quot;http://www.google.com/a/help/intl/en/users/sites.html&quot;&gt;Google Sites&lt;/a&gt;. 
Even at first glance it is no SharePoint killer and is (as is normal for Google) 
more of a Beta product then anything that shows real maturity.&lt;/p&gt; 
&lt;p&gt;The real discussion we need to be having is whether these tools are the &lt;em&gt;&amp;quot;productivity&amp;quot;&lt;/em&gt; 
  applications they claim to be. Both Google and Microsoft have the means and 
  depth to produce impressive tools, but just because something is usable and 
  quick to deploy does not mean that by definition it is a good thing, particularly 
  when it comes to managing confidential information. &lt;/p&gt;
&lt;p&gt;And this is where things can go badly wrong. As we have discussed elsewhere, 
  &lt;a href=&quot;http://www.cmswatch.com/About/Press/200712ECMvirus/&quot;&gt;one of the major 
  problems with SharePoint&lt;/a&gt; is not the technology, but its viral growth. What 
  seems good to one end user, can represent a compliance and auditing nightmare 
  to their employer. With Google we have the added complication that by using 
  their collaboration tools we are also entrusting our information to their care. 
  Google has a strong and valid approach to confidentiality, security, and privacy 
  issues, but it's not one that fully assures everyone else.&lt;/p&gt;
&lt;p&gt;We'll be looking more closely at the product as customers begin to provide 
  real-life feedback (upon which all real technology evaluations must depend). 
  But for now, I'll argue that Google Sites primarily represents a toolset to 
  easily build small websites -- in particular departmental or collaborative team 
  sites. As with all Google products it has been made usable by simplifying the 
  features and interfaces (in the main a good thing). It has also been bundled 
  with other Google Apps such as Gmail and Docs -- though quite why, and how well 
  or logically these bundlings work remains open to question. Hence it is clearly 
  positioned as a SharePoint alternative. 
&lt;p&gt;No doubt some people will be excited by this news, and enthusiastically start 
  experimenting with it. Other's might take a different approach, a better one 
  we might suggest - in fully figuring out why end users are demanding such a 
  tool, what the retention, compliance, security and privacy implications of such 
  usage might entail, and then undertaking a full evaluation of the product against 
  other options before diving in too deeply. 
&lt;p&gt;And there are plenty of other options, SharePoint clearly leads the pack, but 
  Salesforce.Com has a nice looking (if not full-featured) SaaS alternative, along 
  with all the fully-fledged and might we say more serious collaboration tools 
  from &lt;a href=&quot;http://www.cmswatch.com/ECM/Vendors/IBM&quot;&gt;IBM&lt;/a&gt;, &lt;a href=&quot;http://www.cmswatch.com/ECM/Vendors/Oracle&quot;&gt;Oracle, 
  &lt;/a&gt; and &lt;a href=&quot;http://www.cmswatch.com/ECM/Vendors/Documentum%20(EMC)&quot;&gt;EMC&lt;/a&gt;. 
  It's a busy marketplace, and more complex than it first may seem. As always 
  we advise buyers to proceed on any kind of product selection with deliberation 
  and real-life testing, because what may first seem a bargain, may in time prove 
  very costly.</description>
         <link>http://www.cmswatch.com/Trends/1164-Google-Sites-hardly-a-SharePoint-killer----but-that's-not-the-point?source=RSS</link>
         <category>Web Content Management</category>
         <author>aps@cmswatch.com(Alan Pelz-Sharpe)</author>
         <pubDate>Thu, 28 Feb 2008 13:27:00 -0500</pubDate>
      </item>
      <item>
         <title>Which comes first: marketing hype or proven search product?</title>
         <description>As my scrupulous colleague &lt;a href=&quot;http://www.cmswatch.com/Analyst/20-Bloem&quot;&gt;Adriaan Bloem&lt;/a&gt; &lt;a href=&quot;http://www.cmswatch.com/Trends/1122-Google-Search-Appliance:-small-step-in-technology,-giant-leap-in-marketing&quot;&gt;pointed out last month about Google&lt;/a&gt;, sometimes vendors and their marketing evolve more quickly than products themselves. We're constantly told a product has been updated with this feature or that, only to find from real customers implementing the tools that the so-called &amp;quot;proven&amp;quot; feature hasn't actually been tested outside the vendor's own virtual four walls. &lt;/p&gt;
&lt;p&gt;
Today we &lt;a href=&quot;http://www.cmswatch.com/About/Press/200802ESR/&quot;&gt;released more detail&lt;/a&gt; around the research we conducted for the &lt;a href=&quot;http://www.cmswatch.com/Search/Report/&quot;&gt;&lt;I&gt;Enterprise Search Report 2008&lt;/I&gt;&lt;/a&gt; update, and as we outline in &lt;a href=&quot;http://www.cmswatch.com/Feature/175-Search-2008&quot;&gt;the accompanying article&lt;/a&gt;, we're seeing a lot of marketing hype with not nearly the same pace of product development to match. There's also a lot of vendor shifts happening based on &lt;a href=&quot;http://www.cmswatch.com/Trends/1112-That-was-FAST:-Microsoft-to-acquire-Norwegian-search-vendor&quot;&gt;acqusitions&lt;/a&gt; and &lt;a href=&quot;http://www.cmswatch.com/Trends/1143-SAP-invests-in-Endeca&quot;&gt;investments&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;It will be interesting to see how things shake out in this space in the coming months, and to see how long it takes for customers to realize the promised results of the latest tools on the market. We'll be sure to keep you posted with our analysis of the action.
&lt;/p&gt;</description>
         <link>http://www.cmswatch.com/Trends/1157-Which-comes-first:-marketing-hype-or-proven-search-product?source=RSS</link>
         <category>Enterprise Search</category>
         <author>tregli@cmswatch.com(Theresa Regli)</author>
         <pubDate>Tue, 19 Feb 2008 14:41:00 -0500</pubDate>
      </item>
      <item>
         <title>Enterprise Search Vendor Landscape, Circa 2008</title>
         <description>You might be tempted to select enterprise search vendors for your shortlist based on their supposed 
  &amp;quot;leadership&amp;quot; status in the market -- status either conferred by analyst 
  firms or assumed by the vendors themselves. However, CMS Watch analyst Theresa Regli argues that you need to look more closely at product and vendor alike -- and understand where both are headed -- to properly evaluate your longterm risks and opportunities in an evolving marketplace...</description>
         <link>http://www.cmswatch.com/Feature/175-Search-2008?source=RSS</link>
         <category></category>
         <author>tregli@cmswatch.com(Theresa Regli and Adriaan Bloem)</author>
         <pubDate>Tue, 19 Feb 2008 00:16:00 -0500</pubDate>
      </item>
      <item>
         <title>Google Search Appliance: small step in technology, giant leap in marketing</title>
         <description>With every vendor acquisition, and the uncertainty this brings for existing 
  customers, I see self-perceived competitors step in with cut-rate offers to 
  &amp;quot;upgrade&amp;quot; to their technology. But I was still surprised to see Google, 
  in a rather bold move, try to lure some &lt;a href=&quot;http://www.cmswatch.com/Search/Vendors/Microsoft&quot;&gt;Microsoft&lt;/a&gt; 
  and &lt;a href=&quot;http://www.cmswatch.com/Search/Vendors/Fast%20Search%20&amp;%20Transfer&quot;&gt;Fast 
  Search &amp;amp; Transfer&lt;/a&gt; customers away after the &lt;a href=&quot;http://www.cmswatch.com/Trends/1112&quot;&gt;recent 
  announcement&lt;/a&gt; that the two would become one.&lt;/p&gt;
&lt;p&gt;I remember in a panel discussion I was moderating at &lt;a href=&quot;http://www.cmf2007.dk&quot;&gt;cmf2007&lt;/a&gt;, &lt;a href=&quot;http://www.cmswatch.com/Search/Vendors/Exalead&quot;&gt;Exalead&lt;/a&gt; CEO Fran&amp;ccedil;ois Bourdoncle mentioned the goal of his company was to create a solution &amp;quot;that allows for quick implementations,&amp;quot; but of course, with a nod to his competitors, &amp;quot;we don't say fast.&amp;quot; So when an enterprise search vendor does mention &amp;quot;fast,&amp;quot; they really do mean &amp;quot;&lt;a href=&quot;http://www.cmswatch.com/Search/Vendors/Fast%20Search%20&amp;%20Transfer&quot;&gt;FAST&lt;/a&gt;.&amp;quot; And when Google introduces the &amp;quot;&lt;a href=&quot;http://www.google.com/enterprise/switch/index.html&quot;&gt;make a fast switch to Google&lt;/a&gt;&amp;quot; program, they really mean to say &amp;quot;make a switch from FAST to Google.&amp;quot; To be sure not to miss any opportunity, they offer the same for &amp;quot;customers with a collaboration/portal/cms system in place&amp;quot; which is a pretty good description of Microsoft's &lt;a href=&quot;http://www.cmswatch.com/Portal/Vendors/Microsoft&quot;&gt;SharePoint&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So what would Google have to offer over FAST ESP? Well, of course &amp;quot;continued 
  development of your solution&amp;quot; (the usual direct targeting of customers' 
  main concerns after a merger or acquisition). &amp;quot;Why switch to Google?&amp;quot; 
  the company asks rhetorically, replying that one of the Google Search Appliance 
  advantages is that it &amp;quot;searches all your enterprise content&amp;quot; and &amp;quot;leverages 
  all your existing access control and security mechanisms.&amp;quot; As readers of 
  the &lt;i&gt;&lt;a href=&quot;http://www.cmswatch.com/Search/Report/&quot;&gt;Enterprise Search Report&lt;/a&gt;&lt;/i&gt; 
  will know, that's a bit of a stretch, certainly when compared head-to-head in 
  the multi-repository enterprise search scenarios ESP usually competes for.&lt;/p&gt;
&lt;p&gt;I hear a faint echo when Google addresses some of the main criticisms of SharePoint, asking &amp;quot;is your vendor's enterprise search strategy clear and sound?&amp;quot; and whether it would add &amp;quot;one more piece to the -already- complex puzzle?&amp;quot; Of course, &lt;a href=&quot;http://www.cmswatch.com/Feature/170&quot;&gt;MOSS Search is not a slam dunk&lt;/a&gt;, but compared to the effort it takes to connect an Appliance to SharePoint, I feel Google is hardly in the position to criticize.&lt;/p&gt;
&lt;p&gt;Following the links on their &lt;a href=&quot;http://www.google.com/enterprise/security.html&quot;&gt;website&lt;/a&gt;, 
  it is interesting to see how Google's marketing builds upon its own house of 
  cards of previous materials, whereas real progress of the technology &lt;a href=&quot;http://www.cmswatch.com/Trends/1092&quot;&gt;has 
  been relatively slow&lt;/a&gt;. Google's solutions certainly have their strengths, 
  but you should carefully consider your scenarios before you commit to something 
  that might be rather ill-equipped to deal with your needs. For more details, 
  you can check for yourself in the &lt;a href=&quot;http://www.cmswatch.com/Reports/Try/&quot;&gt;free 
  excerpt&lt;/a&gt; of our Report.</description>
         <link>http://www.cmswatch.com/Trends/1122-Google-Search-Appliance:-small-step-in-technology,-giant-leap-in-marketing?source=RSS</link>
         <category>Enterprise Search</category>
         <author>bloem@radagio.com(Adriaan Bloem)</author>
         <pubDate>Thu, 17 Jan 2008 08:51:00 -0500</pubDate>
      </item>

   </channel>
</rss>

