14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/02/16/mldbm.html?CMP=OTC-BD0016219291&ATT=Managing+Rich+Data+Structures`title`Managing Rich Data Structures`timestamp`2006-02-16T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2006/02/16/mldbm.html?CMP=OTC-BD0016219291&amp;ATT=Managing+Rich+Data+Structures"><img src="http://www.perl.com/2006/02/16/graphics/111-persistent_data.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>Perl is so good at handling plain text files that it's seductively easy to use them when you need something better. Yet sometimes using a full-fledged database is just Too Much Work. If only Dave Baker had written an article on using complex, persistent data structures with MLDBM.`webfeeds`2000`2000`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/02/16/mldbm.html?CMP=OTC-BD0016219291&ATT=Managing+Rich+Data+Structures`0`-1`3`4652`2000`2000`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2005/12/21/a_timely_start.html?CMP=OTC-BD0016219291&ATT=A+Timely+Start`title`A Timely Start`timestamp`2005-12-21T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2005/12/21/a_timely_start.html?CMP=OTC-BD0016219291&amp;ATT=A+Timely+Start"><img src="http://www.perl.com/2005/12/21/graphics/111-timely_start.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>A well-written Perl program should, in theory, beat a shell script, right? In theory. In practice, sometimes the details of your Perl installation have more to do with why your program is slow than you might believe. Jean-Louis Leroy recently tracked down a bottleneck and wrote up his experiences with making Perl programs start faster.`webfeeds`2001`2001`
9`INSTANCE`url`http://www.perl.com/pub/a/2005/12/21/a_timely_start.html?CMP=OTC-BD0016219291&ATT=A+Timely+Start`0`-1`3`4653`2001`2001`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/05/04/charting-data.html?CMP=OTC-BD0016219291&ATT=Charting+Data+at+the+Bottom+of+the+World`title`Charting Data at the Bottom of the World`timestamp`2006-05-04T14:56:16-08:00`summary`<a href="http://www.perl.com/pub/a/2006/05/04/charting-data.html?CMP=OTC-BD0016219291&amp;ATT=Charting+Data+at+the+Bottom+of+the+World"><img src="http://www.perl.com/2006/05/04/graphics/111-antarctic.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>Alex Gough has a curious job. He's the only programmer for 500 miles at a remote Antarctic research station. His problems are like your problems too, though--gathering, manipulating, recording, and displaying data. Here's how he uses several CPAN modules to make pretty charts and graphs with almost no work.`webfeeds`2002`2002`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/05/04/charting-data.html?CMP=OTC-BD0016219291&ATT=Charting+Data+at+the+Bottom+of+the+World`0`-1`3`4654`2002`2002`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/01/26/more_advanced_perl.html?CMP=OTC-BD0016219291&ATT=More+Advancements+in+Perl+Programming`title`More Advancements in Perl Programming`timestamp`2006-01-26T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2006/01/26/more_advanced_perl.html?CMP=OTC-BD0016219291&amp;ATT=More+Advancements+in+Perl+Programming"><img src="http://www.perl.com/2006/01/26/graphics/111-advanced.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>What's advanced Perl programming? The definition has changed over the years. For a while it was XS and GUIs and typeglobs and OO. Now a lot of it is using CPAN effectively. Since completing <em>Advanced Perl Programming, Second Edition,</em> Simon Cozens has discovered even more ways to work more smartly and effectively. Here's what he's learned.`webfeeds`2003`2003`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/01/26/more_advanced_perl.html?CMP=OTC-BD0016219291&ATT=More+Advancements+in+Perl+Programming`0`-1`3`4655`2003`2003`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/01/19/analyzing_html.html?CMP=OTC-BD0016219291&ATT=Analyzing+HTML+with+Perl`title`Analyzing HTML with Perl`timestamp`2006-01-19T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2006/01/19/analyzing_html.html?CMP=OTC-BD0016219291&amp;ATT=Analyzing+HTML+with+Perl"><img src="http://www.perl.com/2006/01/19/graphics/111-analyzing_html.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>Kendrew Lau taught HTML development to business students. Grading web pages by hand was tedious--but Perl came to the rescue. Here's how Perl and HTML parsing modules helped make teaching fun again.`webfeeds`2004`2004`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/01/19/analyzing_html.html?CMP=OTC-BD0016219291&ATT=Analyzing+HTML+with+Perl`0`-1`3`4656`2004`2004`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/02/02/x11_gui_testing.html?CMP=OTC-BD0016219291&ATT=Test-Driving+X11+GUIs`title`Test-Driving X11 GUIs`timestamp`2006-02-02T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2006/02/02/x11_gui_testing.html?CMP=OTC-BD0016219291&amp;ATT=Test-Driving+X11+GUIs"><img src="http://www.perl.com/2006/02/02/graphics/111-x11_test.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>Is GUI testing as difficult as it seems? Maybe not, with the right testing libraries. George Nistorica shows what X11::GUITest can and can't do to make your Unix and Unix-like applications more robust.`webfeeds`2005`2005`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/02/02/x11_gui_testing.html?CMP=OTC-BD0016219291&ATT=Test-Driving+X11+GUIs`0`-1`3`4657`2005`2005`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/01/12/what_is_perl_6.html?CMP=OTC-BD0016219291&ATT=What+Is+Perl+6`title`What Is Perl 6`timestamp`2006-01-12T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2006/01/12/what_is_perl_6.html?CMP=OTC-BD0016219291&amp;ATT=What+Is+Perl+6"><img src="http://www.perl.com/2006/01/12/graphics/111-whats_perl6.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>Perl 6 is the long-awaited rewrite of the venerable Perl programming language. What's the status? What's changing? What's staying the same? Why does Perl need a rewrite anyway? chromatic attempts to answer all of these questions.`webfeeds`2006`2006`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/01/12/what_is_perl_6.html?CMP=OTC-BD0016219291&ATT=What+Is+Perl+6`0`-1`3`4658`2006`2006`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2005/12/08/test_files.html?CMP=OTC-BD0016219291&ATT=Testing+Files+and+Test+Modules`title`Testing Files and Test Modules`timestamp`2005-12-08T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2005/12/08/test_files.html?CMP=OTC-BD0016219291&amp;ATT=Testing+Files+and+Test+Modules"><img src="http://www.perl.com/2005/12/08/graphics/111-file_test.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>Perl hackers work with files all day long, creating, renaming, updating, editing, and munging them. Do you know your file-manipulation code works, though? That's why Phil Crow wrote Test::Files--to gain confidence and practice good coding. Here's how it works and how he tested a test module.`webfeeds`2007`2007`
9`INSTANCE`url`http://www.perl.com/pub/a/2005/12/08/test_files.html?CMP=OTC-BD0016219291&ATT=Testing+Files+and+Test+Modules`0`-1`3`4660`2007`2007`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/02/23/advanced_subroutines.html?CMP=OTC-BD0016219291&ATT=Advanced+Subroutine+Techniques`title`Advanced Subroutine Techniques`timestamp`2006-02-23T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2006/02/23/advanced_subroutines.html?CMP=OTC-BD0016219291&amp;ATT=Advanced+Subroutine+Techniques"><img src="http://www.perl.com/2006/02/23/graphics/111-adv_subroutines.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>Subroutines seem like a basic building block of code. They're simple and easy to understand and use, right? That's true--but there are a few advanced techniques to make your code more maintainable and robust. Rob Kinyon goes beyond making sense of subroutines to making subroutines work for you.`webfeeds`2008`2008`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/02/23/advanced_subroutines.html?CMP=OTC-BD0016219291&ATT=Advanced+Subroutine+Techniques`0`-1`3`4661`2008`2008`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/03/02/ajax_and_perl.html?CMP=OTC-BD0016219291&ATT=Using+Ajax+from+Perl`title`Using Ajax from Perl`timestamp`2006-03-02T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2006/03/02/ajax_and_perl.html?CMP=OTC-BD0016219291&amp;ATT=Using+Ajax+from+Perl"><img src="http://www.perl.com/2006/03/02/graphics/111-cgi_ajax.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>The recently rediscovered Ajax technique makes the client side of web programming much more useful and pleasant. However, it also means revising your existing web applications to take advantage of this new power. Dominic Mitchell shows how to use CGI::Ajax to give your Perl applications access to this new power.`webfeeds`2009`2009`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/03/02/ajax_and_perl.html?CMP=OTC-BD0016219291&ATT=Using+Ajax+from+Perl`0`-1`3`4662`2009`2009`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/02/09/debug_mod_perl.html?CMP=OTC-BD0016219291&ATT=Debugging+and+Profiling+mod_perl+Applications`title`Debugging and Profiling mod_perl Applications`timestamp`2006-02-09T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2006/02/09/debug_mod_perl.html?CMP=OTC-BD0016219291&amp;ATT=Debugging+and+Profiling+mod_perl+Applications"><img src="http://www.perl.com/2006/02/09/graphics/111-mod_perl_debug.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>How do you use the debugger on a <code>mod_perl</code> application? How do you profile an application embedded in a web server, with multiple child processes? Don't worry. Where there's Perl, there's a way. Frank Wiles demonstrates how to debug and profile <code>mod_perl</code> applications.`webfeeds`2010`2010`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/02/09/debug_mod_perl.html?CMP=OTC-BD0016219291&ATT=Debugging+and+Profiling+mod_perl+Applications`0`-1`3`4663`2010`2010`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/04/06/debugger.html?CMP=OTC-BD0016219291&ATT=Unraveling+Code+with+the+Debugger`title`Unraveling Code with the Debugger`timestamp`2006-04-06T17:11:54-08:00`summary`<a href="http://www.perl.com/pub/a/2006/04/06/debugger.html?CMP=OTC-BD0016219291&amp;ATT=Unraveling+Code+with+the+Debugger"><img src="http://www.perl.com/2006/04/06/graphics/111-unravelling-code.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>Reading other people's code can be difficult, especially if you have no idea what happens when and where. Understanding code flow is vital to maintenance and bug fixes, but littering code with print and debugging statements is tedious and prone to error. There's another way: use the debugger! Daniel Allen demonstrates how to pinpoint a problem with Perl's debugger.`webfeeds`2011`2011`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/04/06/debugger.html?CMP=OTC-BD0016219291&ATT=Unraveling+Code+with+the+Debugger`0`-1`3`4664`2011`2011`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/06/01/fear-api.html?CMP=OTC-BD0016219291&ATT=FEAR-less+Site+Scraping`title`FEAR-less Site Scraping`timestamp`2006-06-01T16:15:31-08:00`summary`<a href="http://www.perl.com/pub/a/2006/06/01/fear-api.html?CMP=OTC-BD0016219291&amp;ATT=FEAR-less+Site+Scraping"><img src="http://www.perl.com/2006/06/01/graphics/111-FEAR-less.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>Many web programmers talk about "domain-specific languages" as if defining functions and methods were a new discovery. A real domain-specific language provides concise syntax and symatics for a particular purpose, such as Yung-chung Lin's FEAR::API. He explains how this toolkit allows you to scrape, modify, store, and re-present web data easily, effectively, and economically.`webfeeds`2012`2012`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/06/01/fear-api.html?CMP=OTC-BD0016219291&ATT=FEAR-less+Site+Scraping`0`-1`3`4665`2012`2012`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2005/12/15/perl_prolog.html?CMP=OTC-BD0016219291&ATT=Logic+Programming+with+Perl+and+Prolog`title`Logic Programming with Perl and Prolog`timestamp`2005-12-15T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2005/12/15/perl_prolog.html?CMP=OTC-BD0016219291&amp;ATT=Logic+Programming+with+Perl+and+Prolog"><img src="http://www.perl.com/2005/12/15/graphics/111-logic.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>Perl isn't the last, best programming language you'll ever use for every task. (Perl itself is a C program, you know.) Sometimes other languages do things better. Take logic programming--Prolog handles relationships and rules amazingly well, if you take the time to learn it. Robert Pratte shows how to take advantage of this from Perl.`webfeeds`2013`2013`
9`INSTANCE`url`http://www.perl.com/pub/a/2005/12/15/perl_prolog.html?CMP=OTC-BD0016219291&ATT=Logic+Programming+with+Perl+and+Prolog`0`-1`3`4666`2013`2013`
1`EOE`
14`EVENT`feed_url`http://www.oreillynet.com/pub/feed/16`item_url`http://www.perl.com/pub/a/2006/01/05/parsing.html?CMP=OTC-BD0016219291&ATT=Lexing+Your+Data`title`Lexing Your Data`timestamp`2006-01-05T09:45:51-08:00`summary`<a href="http://www.perl.com/pub/a/2006/01/05/parsing.html?CMP=OTC-BD0016219291&amp;ATT=Lexing+Your+Data"><img src="http://www.perl.com/2006/01/05/graphics/111-lexing.gif" width="111px" height="91px" alt="tile image" align="left" border="0" /></a>Perl is famous for its text-processing capabilities. However, sometimes the data you want to process is too complicated for regular expressions and you reach for a parser for HTML, RTF, or other common format. What happens you don't have a pre-defined parser, but the text you need to work with is too complicated for regular expressions? Curtis Poe shows how to do proper lexing with Perl.`webfeeds`2014`2014`
9`INSTANCE`url`http://www.perl.com/pub/a/2006/01/05/parsing.html?CMP=OTC-BD0016219291&ATT=Lexing+Your+Data`0`-1`3`4674`2014`2014`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1978544,00.asp?kc=PBRSS05039TX1K0000781`title`Adobe's Flash: From Zero to Hero in Two Years`timestamp``summary`Formerly known to power only annoying splash pages, Adobe's Flash has zoomed to 2nd place in the online video market.`webfeeds`2015`2015`
9`INSTANCE`url`http://www.publish.com/article2/0,1759,1978544,00.asp?kc=PBRSS05039TX1K0000781`0`-1`3`4675`2015`2015`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977422,00.asp?kc=PBRSS05039TX1K0000781`title`Adobe Announces Resignation of President, Decline in Quarterly Profit`timestamp``summary`Stephen Elop, president of worldwide sales and former Macromedia CEO, is to leave the company in December, while Adobe's quarterly profit fell 18 percent on merger costs and employee stock option expenses.`webfeeds`2016`2016`
9`INSTANCE`url`http://www.publish.com/article2/0,1759,1977422,00.asp?kc=PBRSS05039TX1K0000781`0`-1`3`4676`2016`2016`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977630,00.asp?kc=PBRSS05039TX1K0000781`title`Gates Out; Ozzie Becomes Chief Software Architect`timestamp``summary`Microsoft Chairman and Chief Software Architect Bill Gates is planning to distance himself further in 2008 from the company he founded 31 years ago.`webfeeds`2017`2017`
9`INSTANCE`url`http://www.publish.com/article2/0,1759,1977630,00.asp?kc=PBRSS05039TX1K0000781`0`-1`3`4677`2017`2017`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1978559,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Enters Post-Gates Era`timestamp``summary`Execs and analysts expect a smooth transition, but doubters remain.`webfeeds`2018`2018`
9`INSTANCE`url`http://www.publish.com/article2/0,1759,1978559,00.asp?kc=PBRSS05039TX1K0000781`0`-1`3`4678`2018`2018`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977686,00.asp?kc=PBRSS05039TX1K0000781`title`Can Europe Force Apple To Rework iTunes?`timestamp``summary`A Norwegian complaint accusing Apple's iTunes Music Store of breaching that country's law may turn out to be a twist on the old debate between government and business &#150; not one government, however, but many.`webfeeds`2019`2019`
9`INSTANCE`url`http://www.publish.com/article2/0,1759,1977686,00.asp?kc=PBRSS05039TX1K0000781`0`-1`3`4679`2019`2019`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977679,00.asp?kc=PBRSS05039TX1K0000781`title`Google Tests Web Buying System`timestamp``summary`Google is testing a system that aims to speed purchases online but bears no resemblance to the popular PayPal payments service of Web auctioneer eBay.`webfeeds`2020`2020`
9`INSTANCE`url`http://www.publish.com/article2/0,1759,1977679,00.asp?kc=PBRSS05039TX1K0000781`0`-1`3`4680`2020`2020`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1978666,00.asp?kc=PBRSS05039TX1K0000781`title`Inside Adobe's Engagement Strategy`timestamp``summary`In this UpFront podcast, Kevin Lynch, chief software architect for Adobe Systems, talks with eWeek Editorial Director Eric Lundquist about Adobe's new engagement platform, Web 2.0, mashups, security and advice for aspiring chief software architects.`webfeeds`2021`2021`
9`INSTANCE`url`http://www.publish.com/article2/0,1759,1978666,00.asp?kc=PBRSS05039TX1K0000781`0`-1`3`4688`2021`2021`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`webfeeds`2022`2022`
9`INSTANCE`url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`0`-1`3`4689`2022`2022`
29`INSTANCE`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt_n`1`feed_url_n`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_n`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_n`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_n``summary_n`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`0`-1`6`4690`2022`2022`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt_n`3`feed_url_n`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_n`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_n`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_n``summary_n`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4019`6`4691`1682`2022`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`3`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4019`7`4692`1682`2022`
26`WITNESS`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`3`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1682`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12232&goto=newpost`title_1`Question about IpodWizard... Text`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Thri2 Post Time: 06-20-2006 at 12:34 AM`cnt_n`10`feed_url_n`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_n`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_n`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_n``summary_n`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4031`6`4694`1554`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12232&goto=newpost`title_1`Question about IpodWizard... Text`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Thri2 Post Time: 06-20-2006 at 12:34 AM`cnt`10`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4031`7`4695`1554`2022`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12232&goto=newpost`title_1`Question about IpodWizard... Text`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Thri2 Post Time: 06-20-2006 at 12:34 AM`cnt`10`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1554`2022`
29`INSTANCE`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt_n`2`feed_url_n`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_n`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_n`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_n``summary_n`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4012`6`4697`1698`2022`
29`INSTANCE`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`2`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4012`7`4698`1698`2022`
26`WITNESS`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`2`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1698`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt_n`8`feed_url_n`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_n`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_n`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_n``summary_n`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4022`6`4700`1561`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt`8`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4022`7`4701`1561`2022`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt`8`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1561`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12223&goto=newpost`title_1`iPodLinux MySpace`timestamp_1``summary_1`Forum: iPodLinux Posted By: arab_freak Post Time: 06-19-2006 at 05:01 PM`cnt_n`9`feed_url_n`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_n`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_n`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_n``summary_n`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4028`6`4703`1556`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12223&goto=newpost`title_1`iPodLinux MySpace`timestamp_1``summary_1`Forum: iPodLinux Posted By: arab_freak Post Time: 06-19-2006 at 05:01 PM`cnt`9`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4028`7`4704`1556`2022`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12223&goto=newpost`title_1`iPodLinux MySpace`timestamp_1``summary_1`Forum: iPodLinux Posted By: arab_freak Post Time: 06-19-2006 at 05:01 PM`cnt`9`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1556`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt_n`5`feed_url_n`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_n`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_n`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_n``summary_n`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4034`6`4706`1565`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`5`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4034`7`4707`1565`2022`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`5`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1565`2022`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt_n`4`feed_url_n`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_n`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_n`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_n``summary_n`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4013`6`4709`1681`2022`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`4`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4013`7`4710`1681`2022`
26`WITNESS`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`4`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1681`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt_n`6`feed_url_n`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_n`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_n`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_n``summary_n`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4025`6`4712`1564`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`6`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4025`7`4713`1564`2022`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`6`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1564`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt_n`7`feed_url_n`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_n`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_n`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_n``summary_n`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4037`6`4715`1563`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`7`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`6`4037`7`4716`1563`2022`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`7`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1563`2022`
26`EVENT`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`3`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1682`2022`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12232&goto=newpost`title_1`Question about IpodWizard... Text`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Thri2 Post Time: 06-20-2006 at 12:34 AM`cnt`10`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1554`2022`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12232&goto=newpost`title_1`Question about IpodWizard... Text`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Thri2 Post Time: 06-20-2006 at 12:34 AM`cnt`10`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`8`-1`9`4718`1554`2022`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12232&goto=newpost`title_1`Question about IpodWizard... Text`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Thri2 Post Time: 06-20-2006 at 12:34 AM`cnt`10`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`ipod_popularity`1554`2022`
26`EVENT`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`2`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1698`2022`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt`8`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1561`2022`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12223&goto=newpost`title_1`iPodLinux MySpace`timestamp_1``summary_1`Forum: iPodLinux Posted By: arab_freak Post Time: 06-19-2006 at 05:01 PM`cnt`9`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1556`2022`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`5`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1565`2022`
26`EVENT`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`4`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1681`2022`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`6`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1564`2022`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`7`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title`Microsoft Readying Apple iPod Rival, Sources Say`timestamp``summary`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`12`1563`2022`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://buyersguide.eweek.com/bguide/Whitepaper/brief.asp?wpId=MTMwNA&sitename=eweek&kc=0001`title`ADV:  Location & Tracking with Aruba Wireless`timestamp``summary`Learn how to combine VoIP and mobilily in a Voice over Wi-Fi (VoFi) service that provides all the mobility benefits of cellular with the cost savings of VoIP in this complimentary white paper.`webfeeds`2023`2023`
9`INSTANCE`url`http://buyersguide.eweek.com/bguide/Whitepaper/brief.asp?wpId=MTMwNA&sitename=eweek&kc=0001`0`-1`3`4719`2023`2023`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1978563,00.asp?kc=PBRSS05039TX1K0000781`title`Some Windows Live Services Finally Move Out of Beta`timestamp``summary`Microsoft has finally started to deliver final, rather than beta, versions of its growing family of Live services.`webfeeds`2024`2024`
9`INSTANCE`url`http://www.publish.com/article2/0,1759,1978563,00.asp?kc=PBRSS05039TX1K0000781`0`-1`3`4720`2024`2024`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/publish.xml`item_url`http://www.publish.com/article2/0,1759,1977722,00.asp?kc=PBRSS05039TX1K0000781`title`The Day After: Can Microsoft Become a New Media Company?`timestamp``summary`Ballmer is on record saying he wants Microsoft to be the world's best online media company.`webfeeds`2025`2025`
9`INSTANCE`url`http://www.publish.com/article2/0,1759,1977722,00.asp?kc=PBRSS05039TX1K0000781`0`-1`3`4721`2025`2025`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52263#52263`title`Musician Central :: Your Favorite Free Hardcore Sex Pictures`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9384" target="_blank">lifdbwqay</a><br /> Subject: Your Favorite Free Hardcore Sex Pictures<br /> Posted: Tue Jun 20, 2006 3:53 pm (GMT 9)<br /> Topic Replies: 1<br /><br /> <span class="postbody">Your Favorite Free Hardcore Sex Pictures &amp; Free Sex Videos Site! <br />  <br /> <a href="http://AMATEUR.SEXWWWINFO.COM" target="_blank" class="postlink">AMATEUR</a> <br /> <a href="http://ADULT.SEXWWWINFO.COM" target="_blank" class="postlink">ADULT</a> <br /> <a href="http://ANIME.SEXWWWINFO.COM" target="_blank" class="postlink">ANIME</a> <br /> <a href="http://ASIAN.SEXWWWINFO.COM" target="_blank" class="postlink">ASIAN</a> <br /> <a href="http://BABES.SEXWWWINFO.COM" target="_blank" class="postlink">BABES</a> <br /> <a href="http://BDSM.SEXWWWINFO.COM" target="_blank" class="postlink">BDSM</a> <br /> <a href="http://BIGTITS.SEXWWWINFO.COM" target="_blank" class="postlink">BIGTITS</a> <br /> <a href="http://BIKINI.SEXWWWINFO.COM" targe`webfeeds`2026`2026`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52263#52263`0`-1`3`4722`2026`2026`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52258#52258`title`iTunes Forum :: RE: Transfering from ipod to library`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9458" target="_blank">untouchable22</a><br />  Posted: Tue Jun 20, 2006 1:47 pm (GMT 9)<br /> Topic Replies: 3<br /><br /> <span class="postbody">i used I Rip, i have Windows XP if that matters. I tried all the other ones and got erros. I rip seemed the easiest but it gave me this error.  <br />  <br /> &lt;NO&gt; <br /> Testing <br />  <br /> then it listed all my songs i wanted to transfer <br />  <br /> &lt;/NO&gt; <br />  <br /> &lt;FILE&gt; <br /> Testing <br /> &lt;/FILE&gt; <br />  <br /> &lt;IMPORT&gt; <br /> Testing <br /> &lt;/IMPORT&gt; <br />  <br />  <br />  <br />  <br /> any guesses what that means? </span><br />`webfeeds`2027`2027`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52258#52258`0`-1`3`4724`2027`2027`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52268#52268`title`Switching to Mac :: RE: What makes a Mac so much better?`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=6183" target="_blank">lucatavan</a><br />  Posted: Tue Jun 20, 2006 5:48 pm (GMT 9)<br /> Topic Replies: 17<br /><br /> <span class="postbody">dont get all aggresive. thats not even my list <br />_________________<br />there is no signature in this place as it would take up unwanted space with no space to fill or be filled with a signature</span><br />`webfeeds`2028`2028`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52268#52268`0`-1`3`4725`2028`2028`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52256#52256`title`General discussion :: RE: Song Title Game`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=3122" target="_blank">Jared Burns</a><br />  Posted: Tue Jun 20, 2006 12:49 pm (GMT 9)<br /> Topic Replies: 29<br /><br /> <span class="postbody">Sarcastic Existence - Sepultura <br />_________________<br /><img src="http://img128.imageshack.us/img128/8062/tmbf0lk.png" border="0" />  <a href="http://tinyurl.com/n7j87" target="_blank" class="postlink"><img src="http://img144.imageshack.us/img144/5030/ipodtutorial1lr.png" border="0" /></a></span><br />`webfeeds`2029`2029`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52256#52256`0`-1`3`4733`2029`2029`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52259#52259`title`iTunes Forum :: RE: Transfering from ipod to library`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9458" target="_blank">untouchable22</a><br />  Posted: Tue Jun 20, 2006 1:51 pm (GMT 9)<br /> Topic Replies: 3<br /><br /> <span class="postbody">now I Rip wanted to update my itunes but it froze. so i checked for updates in itunes and i got another error message that said some installation files are missing and that i need to download a fresh copy </span><br />`webfeeds`2030`2030`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52259#52259`0`-1`3`4734`2030`2030`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52264#52264`title`iPod Peripherals Forum :: Your Favorite Free Hardcore Sex Pictures`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9384" target="_blank">lifdbwqay</a><br /> Subject: Your Favorite Free Hardcore Sex Pictures<br /> Posted: Tue Jun 20, 2006 3:54 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody">Your Favorite Free Hardcore Sex Pictures &amp; Free Sex Videos Site! <br />  <br /> <a href="http://AMATEUR.SEXWWWINFO.COM" target="_blank" class="postlink">AMATEUR</a> <br /> <a href="http://ADULT.SEXWWWINFO.COM" target="_blank" class="postlink">ADULT</a> <br /> <a href="http://ANIME.SEXWWWINFO.COM" target="_blank" class="postlink">ANIME</a> <br /> <a href="http://ASIAN.SEXWWWINFO.COM" target="_blank" class="postlink">ASIAN</a> <br /> <a href="http://BABES.SEXWWWINFO.COM" target="_blank" class="postlink">BABES</a> <br /> <a href="http://BDSM.SEXWWWINFO.COM" target="_blank" class="postlink">BDSM</a> <br /> <a href="http://BIGTITS.SEXWWWINFO.COM" target="_blank" class="postlink">BIGTITS</a> <br /> <a href="http://BIKINI.SEXWWWINFO.COM" targe`webfeeds`2031`2031`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52264#52264`0`-1`3`4735`2031`2031`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52267#52267`title`General discussion :: RE: USA vs ITALY`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=6183" target="_blank">lucatavan</a><br />  Posted: Tue Jun 20, 2006 5:44 pm (GMT 9)<br /> Topic Replies: 14<br /><br /> <span class="postbody">you are not one of those <span>patriotic</span> americans are you? <br />_________________<br />there is no signature in this place as it would take up unwanted space with no space to fill or be filled with a signature</span><br />`webfeeds`2032`2032`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52267#52267`0`-1`3`4736`2032`2032`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52262#52262`title`Podcast Forum :: IPR : Irrational Public Radio`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9461" target="_blank">hellojoesmith</a><br /> Subject: IPR : Irrational Public Radio<br /> Posted: Tue Jun 20, 2006 3:43 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody">S'up guys - I just launched a public radio parody podcast called <br />  <br /> <span><span><span><a href="http://www.irrationalpublicradio.com" target="_blank" class="postlink">IPR : Irrational Public Radio</a></span></span></span> <br />  <br /> <a href="http://www.irrationalpublicradio.com" target="_blank" class="postlink"><img src="http://www.irrationalpublicradio.com/images/pilot_album_cover_med.JPG" border="0" /></a> <br /> Would love to have you <a href="http://www.irrationalpublicradio.com" target="_blank" class="postlink">check it out</a> and let me know what you think!  --  Joe <br />   <br /> <span><span>Where other news sources leave off, Irrational Public Radio starts, and proceeds almost mercilessly.  For the discerning listener, IPR`webfeeds`2033`2033`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52262#52262`0`-1`3`4737`2033`2033`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52257#52257`title`Help and Tech Support -- iPod and iTunes :: RE: I Need Help With Using Notes`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9459" target="_blank">DaveNJ</a><br />  Posted: Tue Jun 20, 2006 12:56 pm (GMT 9)<br /> Topic Replies: 2<br /><br /> <span class="postbody">I think I just realized that. The note is quite large, and it cuts off exactly at the 4 kb length, so I believe that's the issue. I guess I'll just have to chop up the file into smaller pieces. Oh well. Thanks for the help. </span><br />`webfeeds`2034`2034`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52257#52257`0`-1`3`4738`2034`2034`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52270#52270`title`Help and Tech Support -- iPod and iTunes :: RE: My tunes wont play on my ipod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9444" target="_blank">whytetagny</a><br />  Posted: Tue Jun 20, 2006 7:17 pm (GMT 9)<br /> Topic Replies: 2<br /><br /> <span class="postbody">Both work on i tunes. The music titles are appearing on the ipod colour but the music will not play </span><br />`webfeeds`2035`2035`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52270#52270`0`-1`3`4739`2035`2035`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52266#52266`title`General discussion :: RE: Xbox portable`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=6183" target="_blank">lucatavan</a><br />  Posted: Tue Jun 20, 2006 5:43 pm (GMT 9)<br /> Topic Replies: 11<br /><br /> <span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Jared Burns wrote:</b></span></td>	</tr>	<tr>	  <td class="quote"><img src="http://www.iprong.com/phpBB2/images/smiles/icon_smile.gif" alt="Smile" border="0" /> <br />  <br /> Who would be next in line to be the CEO? I know Paul Allen is Gates' partner in crime, but what about Steve Ballmer? I nominate him. If we can get Ballmer into the CEO spot, it'll be nothing but him freaking out on people and saying stupid stuff to the press, and Microsoft will be gone by 2010 <img src="http://www.iprong.com/phpBB2/images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /></td>	</tr></table><span class="postbody"> <br />  <br /> amen to that <br />_________________<br />there is no `webfeeds`2036`2036`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52266#52266`0`-1`3`4747`2036`2036`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52265#52265`title`iPod Forum :: RE: iPod More Popular Than Beer`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=6183" target="_blank">lucatavan</a><br />  Posted: Tue Jun 20, 2006 5:42 pm (GMT 9)<br /> Topic Replies: 8<br /><br /> <span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Jared Burns wrote:</b></span></td>	</tr>	<tr>	  <td class="quote">And the front page, and my local newspaper, and the Colbert Report. <img src="http://www.iprong.com/phpBB2/images/smiles/icon_smile.gif" alt="Smile" border="0" /> <br />  <br /> How's it goin lucatavan?</td>	</tr></table><span class="postbody"> <br />  <br /> ohh yeah, things are going smooth <img src="http://www.iprong.com/phpBB2/images/smiles/icon_cool.gif" alt="Cool" border="0" />  <br /> nah.things are good and stuff <br />_________________<br />there is no signature in this place as it would take up unwanted space with no space to fill or be filled with a signature</span><br />`webfeeds`2037`2037`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52265#52265`0`-1`3`4748`2037`2037`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52261#52261`title`Help and Tech Support -- iPod and iTunes :: RE: Itunes Songs/Ipod No Songs`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=4862" target="_blank">pmoretta</a><br />  Posted: Tue Jun 20, 2006 2:20 pm (GMT 9)<br /> Topic Replies: 4<br /><br /> <span class="postbody">I knew this would get confusing so here I go. <br />  <br /> Say I have an Artist Coldplay.  In tunes I have the Coldplay album &quot;X&amp;Y&quot;. I may also have for coldplay two songs not related to the album, for instance say &quot;Yellow&quot; and &quot;Clocks&quot;.  These 2 individual songs do not have the album tags but have artist tags for Coldplay.  Hence in itunes I can view by searching under artist coldplay all the albums and the 2 individual songs are listed as well.  However on the ipod when I am in the artist menu and go to coldplay the album &quot;X&amp;Y&quot; come us when coldplay is chosen.  Some other artists on my ipod it comes up as &quot;All&quot; when the artist is chosen from where the albums of that artist of individual songs are listed.  Woth Coldplay the albums come`webfeeds`2038`2038`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52261#52261`0`-1`3`4749`2038`2038`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52269#52269`title`Musician Central :: RE: Your Favorite Free Hardcore Sex Pictures`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=6183" target="_blank">lucatavan</a><br />  Posted: Tue Jun 20, 2006 5:51 pm (GMT 9)<br /> Topic Replies: 1<br /><br /> <span class="postbody">no. i refuse. that is just wrong and you are a sad, desperate little man. <br /> (i didnt look i swear) <br />_________________<br />there is no signature in this place as it would take up unwanted space with no space to fill or be filled with a signature</span><br />`webfeeds`2039`2039`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52269#52269`0`-1`3`4750`2039`2039`
1`EOE`
14`EVENT`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`webfeeds`2040`2040`
9`INSTANCE`url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`0`-1`3`4751`2040`2040`
29`INSTANCE`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt_n`1`feed_url_n`http://www.ipodgarage.com/phpBB2/rss.php`item_url_n`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_n`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_n``summary_n`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`0`-1`6`4752`2040`2040`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt_n`4`feed_url_n`http://www.ipodgarage.com/phpBB2/rss.php`item_url_n`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_n`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_n``summary_n`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4691`6`4753`1682`2040`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`4`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4691`7`4754`1682`2040`
26`WITNESS`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`4`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1682`2040`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12223&goto=newpost`title_1`iPodLinux MySpace`timestamp_1``summary_1`Forum: iPodLinux Posted By: arab_freak Post Time: 06-19-2006 at 05:01 PM`cnt_n`10`feed_url_n`http://www.ipodgarage.com/phpBB2/rss.php`item_url_n`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_n`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_n``summary_n`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4703`6`4756`1556`2040`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12223&goto=newpost`title_1`iPodLinux MySpace`timestamp_1``summary_1`Forum: iPodLinux Posted By: arab_freak Post Time: 06-19-2006 at 05:01 PM`cnt`10`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4703`7`4757`1556`2040`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12223&goto=newpost`title_1`iPodLinux MySpace`timestamp_1``summary_1`Forum: iPodLinux Posted By: arab_freak Post Time: 06-19-2006 at 05:01 PM`cnt`10`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1556`2040`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt_n`8`feed_url_n`http://www.ipodgarage.com/phpBB2/rss.php`item_url_n`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_n`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_n``summary_n`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4715`6`4759`1563`2040`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`8`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4715`7`4760`1563`2040`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`8`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1563`2040`
29`INSTANCE`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt_n`2`feed_url_n`http://www.ipodgarage.com/phpBB2/rss.php`item_url_n`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_n`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_n``summary_n`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4690`6`4762`2022`2040`
29`INSTANCE`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`2`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4690`7`4763`2022`2040`
26`WITNESS`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`2`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`2022`2040`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt_n`9`feed_url_n`http://www.ipodgarage.com/phpBB2/rss.php`item_url_n`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_n`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_n``summary_n`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4700`6`4765`1561`2040`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt`9`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4700`7`4766`1561`2040`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt`9`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1561`2040`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt_n`6`feed_url_n`http://www.ipodgarage.com/phpBB2/rss.php`item_url_n`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_n`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_n``summary_n`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4706`6`4768`1565`2040`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`6`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4706`7`4769`1565`2040`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`6`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1565`2040`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt_n`7`feed_url_n`http://www.ipodgarage.com/phpBB2/rss.php`item_url_n`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_n`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_n``summary_n`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4712`6`4771`1564`2040`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`7`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4712`7`4772`1564`2040`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`7`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1564`2040`
29`INSTANCE`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt_n`3`feed_url_n`http://www.ipodgarage.com/phpBB2/rss.php`item_url_n`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_n`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_n``summary_n`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4697`6`4774`1698`2040`
29`INSTANCE`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`3`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4697`7`4775`1698`2040`
26`WITNESS`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`3`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1698`2040`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt_n`5`feed_url_n`http://www.ipodgarage.com/phpBB2/rss.php`item_url_n`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_n`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_n``summary_n`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4709`6`4777`1681`2040`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`5`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`6`4709`7`4778`1681`2040`
26`WITNESS`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`5`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1681`2040`
26`EVENT`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`4`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1682`2040`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12223&goto=newpost`title_1`iPodLinux MySpace`timestamp_1``summary_1`Forum: iPodLinux Posted By: arab_freak Post Time: 06-19-2006 at 05:01 PM`cnt`10`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1556`2040`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12223&goto=newpost`title_1`iPodLinux MySpace`timestamp_1``summary_1`Forum: iPodLinux Posted By: arab_freak Post Time: 06-19-2006 at 05:01 PM`cnt`10`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`8`-1`9`4780`1556`2040`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12223&goto=newpost`title_1`iPodLinux MySpace`timestamp_1``summary_1`Forum: iPodLinux Posted By: arab_freak Post Time: 06-19-2006 at 05:01 PM`cnt`10`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`ipod_popularity`1556`2040`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`8`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1563`2040`
26`EVENT`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`2`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`2022`2040`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt`9`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1561`2040`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`6`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1565`2040`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`7`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1564`2040`
26`EVENT`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`3`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1698`2040`
26`EVENT`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`5`feed_url`http://www.ipodgarage.com/phpBB2/rss.php`item_url`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp``summary`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`12`1681`2040`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258442%26method=full%26siteid=94762%26headline=saddam%2dtold%2d%2dyou%2dmu`title`SADDAM TOLD: YOU MUST BE HANGED`timestamp``summary`SADDAM Hussein sneered defiantly yesterday as he was told he should face a death sentence.`webfeeds`2041`2041`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258442%26method=full%26siteid=94762%26headline=saddam%2dtold%2d%2dyou%2dmu`0`-1`3`4782`2041`2041`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258388%26method=full%26siteid=94762%26headline=vaughn%2ds%2dmum%2dhit%2din`title`VAUGHN'S MUM HIT IN ?14M CON`timestamp``summary`ACTOR Vince Vaughn's mother has been swindled out of ?14million.`webfeeds`2042`2042`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258388%26method=full%26siteid=94762%26headline=vaughn%2ds%2dmum%2dhit%2din`0`-1`3`4783`2042`2042`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258406%26method=full%26siteid=94762%26headline=more%2djail%2dtime%2dfor%2d`title`MORE JAIL TIME FOR KILLER KING`timestamp``summary`CONVICTED killer Tony King was yesterday sentenced to seven years in prison for a horrific sex attack on the Costa del Sol.`webfeeds`2043`2043`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258406%26method=full%26siteid=94762%26headline=more%2djail%2dtime%2dfor%2d`0`-1`3`4784`2043`2043`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258364%26method=full%26siteid=94762%26headline=corrie%2dstar%2don%2dcrack-`title`CORRIE STAR ON CRACK`timestamp``summary`CHIRPY Coronation Street favourite Craig Charles went on a crazed crack cocaine bender during a four-hour car journey, the Mirror reveals today.`webfeeds`2044`2044`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258364%26method=full%26siteid=94762%26headline=corrie%2dstar%2don%2dcrack-`0`-1`3`4792`2044`2044`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258403%26method=full%26siteid=94762%26headline=exclusive%2d%2d%2da%2dmurde`title`EXCLUSIVE:  A MURDER IN BRITAIN.. DEATH IN IRAQ.. ONE LINK.. THE BULLET`timestamp``summary`IN a pretty British seaside town, an innocent man lies fatally wounded on his own doorstep, shot with a bullet from a .25 calibre pistol. His four-year-old son stands over him, screaming.`webfeeds`2045`2045`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258403%26method=full%26siteid=94762%26headline=exclusive%2d%2d%2da%2dmurde`0`-1`3`4793`2045`2045`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258409%26method=full%26siteid=94762%26headline=sex%2dpest%2din%2d32%2d000%`title`SEX PEST IN 32,000 PORN CALLS`timestamp``summary`SEX pest Royce Roberts made 32,000 calls or attempts to send pornographic images on mobile phones to random victims ??" many of them children.`webfeeds`2046`2046`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258409%26method=full%26siteid=94762%26headline=sex%2dpest%2din%2d32%2d000%`0`-1`3`4794`2046`2046`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258432%26method=full%26siteid=94762%26headline=exclusive%2dattenborough%2d`title`EXCLUSIVE ATTENBOROUGH: OUR GRIEF AT TSUNAMI DEATHS`timestamp``summary`LORD Richard Attenborough has spoken for the first time of his agony over losing three members of his family in the Asian tsunami.`webfeeds`2047`2047`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258432%26method=full%26siteid=94762%26headline=exclusive%2dattenborough%2d`0`-1`3`4795`2047`2047`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258378%26method=full%26siteid=94762%26headline=powerful%2dhigh%2dwill%2dge`title`POWERFUL HIGH WILL GET YOU HOOKED`timestamp``summary`CRACK cocaine is the Class A drug cocaine hydrochloride, chemically altered to form crystals or "rocks".`webfeeds`2048`2048`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258378%26method=full%26siteid=94762%26headline=powerful%2dhigh%2dwill%2dge`0`-1`3`4796`2048`2048`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258411%26method=full%26siteid=94762%26headline=30yrs%2dof%2dattacks%2d%2d%`title`30YRS OF ATTACKS.. OUT IN 7`timestamp``summary`A SERIAL paedophile who preyed on children for more than three decades could walk free from jail in less than seven years.`webfeeds`2049`2049`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258411%26method=full%26siteid=94762%26headline=30yrs%2dof%2dattacks%2d%2d%`0`-1`3`4797`2049`2049`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258410%26method=full%26siteid=94762%26headline=schools%2dignore%2dpaedo%2d`title`SCHOOLS IGNORE PAEDO STAFF RISK`timestamp``summary`SCHOOLS are failing in their duty to keep children safe from paedophiles, a devastating report said last night.`webfeeds`2050`2050`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258410%26method=full%26siteid=94762%26headline=schools%2dignore%2dpaedo%2d`0`-1`3`4798`2050`2050`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258405%26method=full%26siteid=94762%26headline=%2dgentler%2dtouch%2dfor%2d`title`'GENTLER TOUCH FOR PRISONS'`timestamp``summary`PRISONS should get carpets and soft furnishings to make them less traumatic for novice inmates, a new report says.`webfeeds`2051`2051`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258405%26method=full%26siteid=94762%26headline=%2dgentler%2dtouch%2dfor%2d`0`-1`3`4806`2051`2051`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258407%26method=full%26siteid=94762%26headline=exclusive%2d%2dcunning%2dpl`title`EXCLUSIVE: CUNNING PLAN TO MAKE BLACKADDER THE MOVIE`timestamp``summary`CLASSIC TV comedy Blackadder could be revived as a film, star Stephen Fry has revealed.`webfeeds`2052`2052`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258407%26method=full%26siteid=94762%26headline=exclusive%2d%2dcunning%2dpl`0`-1`3`4807`2052`2052`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258389%26method=full%26siteid=94762%26headline=he%2ddied%2dwith%2dhis%2dda`title`HE DIED WITH HIS DADDY`timestamp``summary`A FATHER'S Day card yesterday marked the spot where a teenage dad died with four members of his family in a car smash.`webfeeds`2053`2053`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258389%26method=full%26siteid=94762%26headline=he%2ddied%2dwith%2dhis%2dda`0`-1`3`4808`2053`2053`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258385%26method=full%26siteid=94762%26headline=mccoist%2ds%2dcup%2dinjury-`title`MCCOIST'S CUP INJURY`timestamp``summary`ALLY McCoist was left in agony after trying to help fellow World Cup presenter Gabby Logan stay fit.`webfeeds`2054`2054`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258385%26method=full%26siteid=94762%26headline=mccoist%2ds%2dcup%2dinjury-`0`-1`3`4809`2054`2054`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258387%26method=full%26siteid=94762%26headline=customs%2d%2dno%2dbar%2dto%`title`CUSTOMS 'NO BAR TO TERRORISTS'`timestamp``summary`BRITAIN is offering an open door to terrorists, the Government's own watchdog warned yesterday.`webfeeds`2055`2055`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258387%26method=full%26siteid=94762%26headline=customs%2d%2dno%2dbar%2dto%`0`-1`3`4810`2055`2055`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258382%26method=full%26siteid=94762%26headline=well%2d%2dit%2dseemed%2dlik`title`WELL, IT SEEMED LIKE A GOOD IDEA AT THE TIME`timestamp``summary`FROM burning Rome to starting a rabbit plague in Australia, we find history's biggest mistakes.`webfeeds`2056`2056`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258382%26method=full%26siteid=94762%26headline=well%2d%2dit%2dseemed%2dlik`0`-1`3`4811`2056`2056`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258384%26method=full%26siteid=94762%26headline=tyke%2dthe%2ddog%2dis%2drui`title`TYKE THE DOG IS RUINING A PUB'S`timestamp``summary`TYKE the dog is ruining a pub's attempts to screen England games.`webfeeds`2057`2057`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258384%26method=full%26siteid=94762%26headline=tyke%2dthe%2ddog%2dis%2drui`0`-1`3`4812`2057`2057`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258377%26method=full%26siteid=94762%26headline=career%2dhit%2dby%2dclaims%`title`CAREER HIT BY CLAIMS OVER DRUGS`timestamp``summary`CRAIG Charles has been hit by a series of drugs allegations over the years and once admitted an out of control cocaine fuelled lifestyle.`webfeeds`2058`2058`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258377%26method=full%26siteid=94762%26headline=career%2dhit%2dby%2dclaims%`0`-1`3`4820`2058`2058`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258404%26method=full%26siteid=94762%26headline=pm%2dblast%2dover%2deu%2d%2`title`PM BLAST OVER EU 'NUTTERS'`timestamp``summary`TONY Blair yesterday branded David Cameron "foolish" for planning to link Tory MEPs with anti-Europe "nutters".`webfeeds`2059`2059`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258404%26method=full%26siteid=94762%26headline=pm%2dblast%2dover%2deu%2d%2`0`-1`3`4821`2059`2059`
1`EOE`
14`EVENT`feed_url`http://www.mirror.co.uk/news/topstories/rss.xml`item_url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258383%26method=full%26siteid=94762%26headline=des%2dblasts%2dcoverage-nam`title`DES BLASTS COVERAGE`timestamp``summary`DES Lynam has led a new assault on BBC and ITV commentators - by blasting them for being obsessed with useless statistics and having hysterics after a goal.`webfeeds`2060`2060`
9`INSTANCE`url`http://www.mirror.co.uk/news/topstories/tm_objectid=17258383%26method=full%26siteid=94762%26headline=des%2dblasts%2dcoverage-nam`0`-1`3`4822`2060`2060`
1`EOE`
14`EVENT`feed_url`http://www.f1000biology.com/hiddenjewel/rss/`item_url`http://www.f1000biology.com/article/16339891/evaluation`title`A FRET-based calcium biosensor with fast signal kinetics and high fluorescence change.`timestamp`2006-05-22`summary`Reports the stepwise optimization of TN-XL, a genetically encoded fluorescence resonance energy transfer (FRET) sensor for Ca2+ that should be particularly applicable for organelle-targeted expression.`webfeeds`2061`2061`
9`INSTANCE`url`http://www.f1000biology.com/article/16339891/evaluation`0`-1`3`4823`2061`2061`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978855,00.asp?kc=EWRSS03119TX1K0000594`title`Aruba Announces Enterprise-Class Wireless`timestamp``summary`The wireless maker updates its Mobility Controller and says it will offer improved scalability in its new 802.11n product.`webfeeds`2062`2062`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978855,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4824`2062`2062`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978819,00.asp?kc=EWRSS03119TX1K0000594`title`IBM Launches SOA Repository`timestamp``summary`Catalog creates application library.`webfeeds`2063`2063`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978819,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4825`2063`2063`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978871,00.asp?kc=EWRSS03119TX1K0000594`title`Verizon Sues Vonage over VOIP`timestamp``summary`The carrier alleges patent infringement from VOIP use by Vonage.`webfeeds`2064`2064`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978871,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4826`2064`2064`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978821,00.asp?kc=EWRSS03119TX1K0000594`title`JBoss Grows Up`timestamp``summary`Now part of Red Hat, company reaffirms commitment to open-source middleware.`webfeeds`2065`2065`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978821,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4834`2065`2065`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978889,00.asp?kc=EWRSS03119TX1K0000594`title`Industry: Nokia Siemens Deal Means More Deals Are Due`timestamp``summary`By merging their telecommunications networks equipment units, Siemens and Nokia will boost their wireless position and put pressure on smaller rivals to consolidate, analysts say.`webfeeds`2066`2066`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978889,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4835`2066`2066`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978869,00.asp?kc=EWRSS03119TX1K0000594`title`Yahoo Messenger Allows Users to Share Services`timestamp``summary`Yahoo is set to allow users of its instant messaging service to run mini Web programs that help them conduct shared activities ranging from calendar scheduling to watching videos or even trading commodities, the company says.`webfeeds`2067`2067`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978869,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4836`2067`2067`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978761,00.asp?kc=EWRSS03119TX1K0000594`title`Report: Apple in Talks to Offer Movies at iTunes`timestamp``summary`Apple is in talks with most of Hollywood's studios to offer movie downloads via its popular iTunes Music Store Web site, according to the Daily Variety.`webfeeds`2068`2068`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978761,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4837`2068`2068`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978885,00.asp?kc=EWRSS03119TX1K0000594`title`Nortel Enters the Branch-in-a-Box Fray`timestamp``summary`The company's two new Business Continuity System 3000 appliances are aimed at enterprises looking to consolidate a range of services in a single device.`webfeeds`2069`2069`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978885,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4838`2069`2069`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978827,00.asp?kc=EWRSS03119TX1K0000594`title`Borland Boosts Microsoft Development`timestamp``summary``webfeeds`2070`2070`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978827,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4839`2070`2070`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978615,00.asp?kc=EWRSS03119TX1K0000594`title`IBM: Let Us Help with Your R&D`timestamp``summary`IBM aims to help its customers improve their research and development efforts both by offering them advice and giving them a peek at its own processes.`webfeeds`2071`2071`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978615,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4840`2071`2071`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978866,00.asp?kc=EWRSS03119TX1K0000594`title`VA Hires ISS in Data Theft Investigation`timestamp``summary`The U.S. Department of Veterans Affairs turns to Internet Security Systems to help determine exactly what data was lost in a laptop theft.`webfeeds`2072`2072`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978866,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4848`2072`2072`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://ad.doubleclick.net/clk;29567669;12914801;t?http://www.microsoft.com/windowsserversystem/facts/default.mspx`title`ADV: Get the Facts on Linux and Windows Server.`timestamp``summary`Integration, reliability, security, support. A server platform is one of the most important decisions you can make. Is it Linux or Windows Server? The answers might surprise you. Read the case studies and real third-party findings at microsoft.com/getthefacts.`webfeeds`2073`2073`
9`INSTANCE`url`http://ad.doubleclick.net/clk;29567669;12914801;t?http://www.microsoft.com/windowsserversystem/facts/default.mspx`0`-1`3`4849`2073`2073`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978670,00.asp?kc=EWRSS03119TX1K0000594`title`EMC Grabs ProActivity to Enhance BPM Portfolio`timestamp``summary`ProActivity's BPM software will be combined with EMC's other content management offerings, most notably Documentum.`webfeeds`2074`2074`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978670,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4850`2074`2074`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.microsoft-watch.com/article2/0,1995,1978749,00.asp?kc=MWRSS02129TX1K0000535`title`Windows Live Messenger Goes Gold`timestamp``summary`The successor to MSN Messenger is one of the first of Microsoft's burgeoning family of Windows Live services to move beyond the beta stage. Microsoft is posting for download the final bits later on June 19.`webfeeds`2075`2075`
9`INSTANCE`url`http://www.microsoft-watch.com/article2/0,1995,1978749,00.asp?kc=MWRSS02129TX1K0000535`0`-1`3`4851`2075`2075`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978893,00.asp?kc=EWRSS03119TX1K0000594`title`Novell Delays SUSE 10 Release`timestamp``summary`Novell will be delaying the launch of its SUSE Linux Enterprise 10 server and desktop while working out the last kinks in its new patch update system. (DesktopLinux.com)`webfeeds`2076`2076`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978893,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4852`2076`2076`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978834,00.asp?kc=EWRSS03119TX1K0000594`title`Rackable Says New Servers Store More for Less`timestamp``summary`The storage server maker claims that new additions to its servers, such as using DC power, will help lower costs, increase capacity and improve thermal efficiency.`webfeeds`2077`2077`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978834,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4853`2077`2077`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978716,00.asp?kc=EWRSS03119TX1K0000594`title`PayPal Fills Phishing Hole`timestamp``summary`The online payment specialist said it has fixed a glitch that allowed phishers to mislead customers and potentially steal their information.`webfeeds`2078`2078`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978716,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4854`2078`2078`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978835,00.asp?kc=EWRSS03119TX1K0000594`title`Microsoft Posts Excel 'Zero-Day' Flaw Workarounds`timestamp``summary`Redmond's security response center is recommending that businesses block Excel spreadsheet attachments at the e-mail gateway to avoid targeted zero-day attacks.`webfeeds`2079`2079`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978835,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4862`2079`2079`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978845,00.asp?kc=EWRSS03119TX1K0000594`title`Stiffer Fines, Safer Data`timestamp``summary`Opinion: Playing nice just doesn't get corporations to encrypt data, keep personal information off laptops and keep tabs on who has access to what data.`webfeeds`2080`2080`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978845,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4863`2080`2080`
1`EOE`
14`EVENT`feed_url`http://rssnewsapps.ziffdavis.com/tech.xml`item_url`http://www.eweek.com/article2/0,1759,1978773,00.asp?kc=EWRSS03119TX1K0000594`title`Survey: Large Company IT Execs Raking in $140K`timestamp``summary`A growing income disparity in the IT department looms, with the greatest salary decreases among infrastructure/staff-level workers and greatest increases among execs.`webfeeds`2081`2081`
9`INSTANCE`url`http://www.eweek.com/article2/0,1759,1978773,00.asp?kc=EWRSS03119TX1K0000594`0`-1`3`4864`2081`2081`
1`EOE`
14`EVENT`feed_url`http://www.feedster.com/blog/feed/`item_url`http://www.feedster.com/blog/2006/03/14/clay-on-phparchitect/`title`Clay on php|architect`timestamp`Tue, 14 Mar 2006 14:38:14 +0000`summary`Our very own Clay Loveless will be doing a Pro PHP Podcast with php&#124;architect on March 24th. From the site: Clay will give us an inside look at how Feedster has utilized PHP 5 to completely renew their frontend as well as the other ways that PHP is employed at Feedster. We know that Clay is excited [...]`webfeeds`2082`2082`
9`INSTANCE`url`http://www.feedster.com/blog/2006/03/14/clay-on-phparchitect/`0`-1`3`4865`2082`2082`
1`EOE`
14`EVENT`feed_url`http://www.feedster.com/blog/feed/`item_url`http://www.feedster.com/blog/2006/03/16/attention-past-feedster-500-members/`title`Attention: Past Feedster 500 Members`timestamp`Thu, 16 Mar 2006 22:50:08 +0000`summary`MyBlogLog has went and done something awesome for the Feedster 500. Starting today, every blogger that was in the Feedster 500 can get a one year MyBlogLog Pro Membership for free. From their blog: So in order to get the word out and as a special bit of thanks to Scott Rafer, Feedster&#8217;s former CEO who has [...]`webfeeds`2083`2083`
9`INSTANCE`url`http://www.feedster.com/blog/2006/03/16/attention-past-feedster-500-members/`0`-1`3`4866`2083`2083`
1`EOE`
14`EVENT`feed_url`http://www.feedster.com/blog/feed/`item_url`http://www.feedster.com/blog/2006/04/06/rss-reach-is-here/`title`RSS Reach is Here`timestamp`Thu, 06 Apr 2006 21:06:41 +0000`summary`Bill McCloskey, of Email Data Source, wrote  a post entitled, &#8220;The Trouble with RSS&#8220;. In it he describes the potential hurdles for RSS to make it mainstream and why he doesn&#8217;t think it will happen. So what is the problem here? Why do I think that RSS is not the next wave for marketers. What [...]`webfeeds`2084`2084`
9`INSTANCE`url`http://www.feedster.com/blog/2006/04/06/rss-reach-is-here/`0`-1`3`4867`2084`2084`
1`EOE`
14`EVENT`feed_url`http://www.feedster.com/blog/feed/`item_url`http://www.feedster.com/blog/2006/03/23/ebay-now-has-search-and-subscribe-via-rss/`title`eBay now has search and subscribe via RSS`timestamp`Thu, 23 Mar 2006 19:18:31 +0000`summary`eBay announced earlier in the week the ability to search and subscribe from their search pages. Arturo Zacarias from eBay&#8217;s New Technologies team: Members can already use RSS to keep an eye on the Announcement Board, the eBay Discussion Boards, or listings from specific eBay Stores. This week we&#8217;re adding RSS support to our eBay Search pages. [...]`webfeeds`2085`2085`
9`INSTANCE`url`http://www.feedster.com/blog/2006/03/23/ebay-now-has-search-and-subscribe-via-rss/`0`-1`3`4868`2085`2085`
1`EOE`
14`EVENT`feed_url`http://www.feedster.com/blog/feed/`item_url`http://www.feedster.com/blog/2006/04/26/the-shift-away-from-calling-it-all-rss/`title`The Shift Away from Calling it all RSS`timestamp`Thu, 27 Apr 2006 01:37:45 +0000`summary`Subscribe to any alerts around the word RSS and what you get is a lot more than just stories around the technology RSS. Professional marketers, analysts, and public relations firms are all over this new buzzword. There is money in it, it is causing old media to go belly up, and it is hot hot [...]`webfeeds`2086`2086`
9`INSTANCE`url`http://www.feedster.com/blog/2006/04/26/the-shift-away-from-calling-it-all-rss/`0`-1`3`4876`2086`2086`
1`EOE`
14`EVENT`feed_url`http://www.feedster.com/blog/feed/`item_url`http://www.feedster.com/blog/2006/04/24/submit-your-feed-of-the-day/`title`Submit Your Feed of the Day`timestamp`Mon, 24 Apr 2006 16:13:03 +0000`summary`The Feed of the Day has been going on for a long time here at Feedster. In terms of &#8216;Web 2.0&#8242; time, the Feed of the Day is a living dinosaur. So old in fact, that around Feedster World Headquarters it is no longer referred to as the &#8216;Feed of the Day&#8217;, but the &#8216;FOTD&#8217;. [...]`webfeeds`2087`2087`
9`INSTANCE`url`http://www.feedster.com/blog/2006/04/24/submit-your-feed-of-the-day/`0`-1`3`4877`2087`2087`
1`EOE`
14`EVENT`feed_url`http://www.feedster.com/blog/feed/`item_url`http://www.feedster.com/blog/2006/03/07/feedster-in-japan/`title`Feedster in Japan`timestamp`Tue, 07 Mar 2006 21:56:54 +0000`summary`In the past few years, explosive growth in personal and professional online publishing has seen the world of feeds become increasingly multi-lingual. There have been plenty of people that have asked me when we would expand our service into other countries and languages. I knew that we had a few exciting surprises in the pipeline, [...]`webfeeds`2088`2088`
9`INSTANCE`url`http://www.feedster.com/blog/2006/03/07/feedster-in-japan/`0`-1`3`4878`2088`2088`
1`EOE`
14`EVENT`feed_url`http://www.feedster.com/blog/feed/`item_url`http://www.feedster.com/blog/2006/02/26/full-text-feeds/`title`Full Text Feeds`timestamp`Sun, 26 Feb 2006 23:30:12 +0000`summary`There has been a lot of conversation in the blog world about full text feeds vs. partial text feeds. The main issue seems to be the overall ability of a publisher to monetize people reading their content, and some publishers feel that full text feed syndication is not the best solution for generating ad revenue. [...]`webfeeds`2089`2089`
9`INSTANCE`url`http://www.feedster.com/blog/2006/02/26/full-text-feeds/`0`-1`3`4879`2089`2089`
1`EOE`
14`EVENT`feed_url`http://www.feedster.com/blog/feed/`item_url`http://www.feedster.com/blog/2006/04/05/ny-times-new-look/`title`NY Times New Look`timestamp`Wed, 05 Apr 2006 22:30:10 +0000`summary`NY Times  The NY Times took a big leap of faith when they adopted RSS across their online publication in 2002. Earlier this week the NY Times announced a new look. There has been of conversation about some of the new benefits of the look and how it seems, at least in part, to be [...]`webfeeds`2090`2090`
9`INSTANCE`url`http://www.feedster.com/blog/2006/04/05/ny-times-new-look/`0`-1`3`4880`2090`2090`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=198`title`Google Earth 4.0 release note gems`timestamp`Wed, 14 Jun 2006 20:02:16 +0000`summary`<p>I keep on forgettting to blog Google Earth 4.0 beta's <a href="http://earth.google.com/support/bin/answer.py?answer=40901" title="release notes">release notes</a>. It's a fount of troubleshooting tips (especially for your graphics card). There are also some otherwise unheralded gems: </p>  <ul><li>You can navigate diagonally by pressing combinations of cursor keys (such as up and left).</li><li>You can now get high-resolution imagery across the entire screen, not just the middle squares (at least if you crank up all the settings in the preferences/ options pane.)</li></ul>  <p>From a long list, here are two very useful workarounds (quoting verbatim):</p>  <blockquote>- Drag-n-drop inside the Places window doesn't scroll and doesn't give enough visual feedback. You can use cut-paste to move items long distances in the scroll.<br /><br />- If you enable a folder full of overlays, you may require more resources (video memory and main memory) than your system is capable of. Killing the application may be your `webfeeds`2091`2091`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=198`0`-1`3`4881`2091`2091`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=199`title`Short news: GE-Path updated, Arc2Earth, SkylineGlobe, Avi on KML`timestamp`Wed, 14 Jun 2006 23:35:30 +0000`summary`<ul><li>rsgrillo <a href="http://bbs.keyhole.com/ubb/showthreaded.php/Cat/0/Number/451171/an//page/0/vc/1" title="writes">writes</a> that he has already updated his free-yet-very-capable <a href="http://paginas.terra.com.br/informatica/sgrillo/googleearth/index.htm#GEPath" title="GE-Path tool for PC">GE-Path</a> tool to be compatible with KML 2.1. (It's now up to v.1.4.1 &mdash; for Windows.) An update for <a href="http://paginas.terra.com.br/informatica/sgrillo/googleearth/index.htm#GEBarsGraph" title="GE-Graph">GE-Graph</a> is in the works, he adds. In the meantime, please report bugs.</li>  <p><li><a href="http://www.brownianemotion.org/about-for-trawlers/" title="Tractor-owning southern Alaskan golfer Avi Bar-Ze'ev">Tractor-owning southern Alaskan golfer Avi Bar-Ze'ev</a> posts the <a href="http://www.brownianemotion.org/2006/06/14/google-earth-40/" title="first big picture musings">first big-picture musings</a> on the implications of the new KML features and the integration between Picasa and Google Eart`webfeeds`2092`2092`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=199`0`-1`3`4882`2092`2092`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=196`title`Where 2.0, Day 1:  Web favorites`timestamp`Wed, 14 Jun 2006 16:58:07 +0000`summary`<p>Where 2.0 is getting plenty of blogging coverage. I'm reading lots via <a href="http://www.planetgs.com/" title="Planet Geospatial">Planet Geospatial</a>, so no need to duplicate the effort here. Nevertheless, some favorites from day one:</p>  <ul><li>Glenn Letham's <a href="http://www.flickr.com/photos/gisuser/sets/72157594161140551/" title="Where 2.0">Where 2.0</a> photos on Flickr.</li><li><a href="http://www.flickr.com/photos/x180/" title="Where 2.0's ">Where 2.0's "official" photos</a>, also on Flickr.</li><li>Juice Anaytics' KML files of US census data <a href="http://www.juiceanalytics.com/weblog/?p=202" title="works perfectly in Google Maps">works perfectly in Google Maps</a>, and was demoed by Google.</li><li>Ed Parsons on <a href="http://www.edparsons.com/?p=261" title="sleeping with the bear">sleeping with the bear</a>...</li></ul><p><a href="http://www.ogleearth.com/2006/06/where_20_day_1.html#comments">Comments (0)</a></p> <p><a href="http://feeds.ogleearth.com/~a/ogleearth?a=UhJhYd"><img src=`webfeeds`2093`2093`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=196`0`-1`3`4890`2093`2093`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=202`title`Analytics2KML: Visualize Google Analytics data in Google Earth`timestamp`Thu, 15 Jun 2006 23:37:48 +0000`summary`<p>Quick quiz: Where else is geospatial data lurking on Google's server farms, ready for visualizing in Google Earth? If you answered Google Analytics, you get a prize, and it's the <a href="http://bogomip.net/analytics2kml/" title="online Analytics2KML converter">online Analytics2KML converter</a>, developed by <a href="http://bogomip.net/" title="Jacob Cord">Jacob Cord</a>.</p>  <p>I feel Ogle Earth is suffering a little from superlative-inflation of late, and I need to do something about it, but not until the next post: This converter is extremely cool, and works exactly as advertised. By way of example, <a href="http://www.ogleearth.com/analytics.kmz" class="kml">here is a KMZ file</a> of all the locations of all the georeferenced visits to Ogle Earth on June 14, 2006.</p>  <p><img alt="analy2kml.jpg" src="http://www.ogleearth.com/analy2kml.jpg" width="468" height="207" /></p>  <p>Jacob also posts the source code and a Linux binary <a href="http://bogomip.net/blog/google-analytics-and-google-earth/" title`webfeeds`2094`2094`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=202`0`-1`3`4891`2094`2094`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=203`title`Short news: Google Earth as GeoRSS reader; switching geocoders`timestamp`Fri, 16 Jun 2006 01:02:22 +0000`summary`<ul><li>Ooh, ah, a GeoRSS reader is coming soon to Google Earth. Andy Armstrong <a href="http://www.flickr.com/photos/andyarmstrong/167626544/" title="posted a picture to Flickr">posted a picture to Flickr</a> of his work for geofeed.org. My guess is that it's a web service not unlike Newsgator that serves GeoRSS feeds as a network link to Google Earth. This ought to be very useful. (Nothing to see yet at geofeed.org. <s>Or did he mean <a href="http://www.geofeed.net/" title="geofeed.net">geofeed.net</a></s>?)</li><li>Phillip Holmstrand <a href="http://batchgeocode.blogspot.com/2006/06/google-serves-up-geocoding-including.html" title="considers switching">considers switching</a> from Yahoo!'s geocoder to Google's newly announced one for <a href="http://www.batchgeocode.com/" title="Batch Geocode">Batch Geocode</a>, on account of the high daily limit (50,000 requests) and the fact that Google's geocoder does several European countries.</li><li>Ed Parsons again <a href="http://www.edparsons.com/?p=263" title="s`webfeeds`2095`2095`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=203`0`-1`3`4892`2095`2095`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=200`title`Picasa + Google Earth = bliss`timestamp`Thu, 15 Jun 2006 02:27:35 +0000`summary`<p>I've been trying out the test version of Picasa that publishes web albums and lets you geotag photos with Google Earth. I imported some <a href="http://www.sighs.com/oog/cat_sweden.html" title="photos of Stockholm">photos of Stockholm</a>, geotagged them, and <a href="http://picasaweb.google.com/stefan.geens/Stockholm" title="published them as a web album">published them as a web album</a>.</p>  <p>I'm completely impressed. The process manages to combine absolute ease of use with all the power that Google Earth now musters. It took me no time at all to pinpoint seven photos to within a meter's accuracy, and I found myself smiling at the ingenuity of it all.</p>  <p>Here's how it works: Start with some imported photos. Highlight them. Go to the Tools menu, select Geotag > Geotag with Google Earth. </p>  <p><img alt="picmen.jpg" src="http://www.ogleearth.com/picmen.jpg" width="437" height="226" /></p>  <p>Google Earth pops up with big crosshairs at the center of the screen. At the edge of the screen, a float`webfeeds`2096`2096`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=200`0`-1`3`4893`2096`2096`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=201`title`Street-level London demo for Google Earth 4.0`timestamp`Thu, 15 Jun 2006 12:43:28 +0000`summary`<p><em>Digital Distributed Environment</em>'s Andrew Hudson-Smith <a href="http://digitalurban.blogspot.com/2006/06/sample-photomapping-in-google-earth.html" title="applied textures to a row of houses">applied textures to a model of a row of houses</a> in London, using his own in-house software to ensure accurate scaling of the photographs. The result, viewed in Google Earth, is very cool, and it's a precurser of what we can expect to see much more of:</p>  <p><img alt="rowhouse.jpg" src="http://www.ogleearth.com/rowhouse.jpg" width="468" height="185" /></p>  <p>I especially like how the signs and awnings are rendered in 3D and textured. It's a lovely touch, and it is easy to imagine walking along this street:</p>  <p><img alt="closeuprowhose.jpg" src="http://www.ogleearth.com/closeuprowhose.jpg" width="468" height="427" /></p>  <p>My other initial impression is that this technology is going to provide a potent new weapon in the "eye candy wars" that Google and Microsoft are informally engaged in. Live Local'`webfeeds`2097`2097`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=201`0`-1`3`4894`2097`2097`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=206`title`Short news: "Video on terrain"`timestamp`Mon, 19 Jun 2006 22:13:04 +0000`summary`<ul><li><em>Darryl Lyon's Blog</em> <a href="http://www.acheron.org/darryl/2006/06/19/skylineglobe-takes-aim-at-google-earth/" title="alerts me">alerts me</a> to a demo of what I consider to be something of a killer feature for virtual globes: "Video on terrain", depicted rather persuasively with SkylineGlobe in <a href="http://news.com.com/1606-2_3-6084473.html?part=rss&tag=6084473&subj=news" title="CNet online video">this CNet online video</a> from Where 2.0. Granted, <a href="http://www.skylineglobe.com/Registration/NoticeRegistration.aspx" title="SkylineGlobe">SkylineGlobe</a> isn't out yet, and there is no way to know how scalable this feature is, but only two months ago, video painted onto 3D surfaces was high-end stuff for a media lab &mdash; <a href="http://www.ogleearth.com/2006/04/short_but_sweet_1.html" title="witness GeoDec">witness GeoDec</a> (third item from the top &mdash; and note who is sponsoring GeoDec; gotta love competition).</li>  <p><li>Tim Beermann, maker of <a href="http://interactive`webfeeds`2098`2098`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=206`0`-1`3`4895`2098`2098`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=197`title`Google Earth at the office? You need Pro`timestamp`Wed, 14 Jun 2006 19:13:47 +0000`summary`<p>The EULA for the Free and Plus version of Google Earth 4.0 has had a slight reorganization, with a crucial sentence getting promoted nearer to the top.</p>  <p>Before (version 3.0):</p>  <blockquote>1. LICENSE GRANT This Software is for non-commercial use only and your rights in the Software are strictly limited to home, personal or recreational use only by you and not for the benefit of third parties.<br /><br />[ ... Lots of legalese ... ] You may not use the Software or the geographical information made available for display using the Software, or any prints or screen outputs generated with the Software in any commercial or business environment or for any commercial or business purposes for yourself or any third parties.</blockquote>  <p>After (version 4.0 beta):</p>  <blockquote>1. USE OF SOFTWARE The Software is made available to you for your personal, non-commercial use only. You may not use the Software or the geographical information made available for display using the Software, or any prints or s`webfeeds`2099`2099`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=197`0`-1`3`4896`2099`2099`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=204`title`Short news: Mo' Mao, Apple Mail 2 Earth, patent law`timestamp`Sat, 17 Jun 2006 13:44:31 +0000`summary`<ul><li><a href="http://fwhsieh.110mb.com/" title="David Hsieh">David Hsieh</a> has been hunting for large slogans on Chinese mountainsides. Churned through my Mac's translator widget, I get "Overcomes all difficulties to strive for the victory", "Only struggles from morning until evening", "Serves for the people", "Chairman Mao long live" and "The Shangrila - pine approves the forest temple" (a religious text, assures David).</li><li>Good news for Mac users: The latest update of Brian Toth's excellent Google Maps plugin for Address Book <a href="http://www.briantoth.com/addressbook/">adds support for Google Earth</a> and benefits from Google's expanded geocoding for a bevy of European countries. The plugin is now a Universal binary to boot.<br /><br /><img alt="mapofapple.jpg" src="http://www.ogleearth.com/mapofapple.jpg" width="402" height="429" /><br /><br />This is what address books should look like by default. I might even begin to add people's addresses to mine:-) (Via <a href="http://fadedpictures.com`webfeeds`2100`2100`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=204`0`-1`3`4904`2100`2100`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=205`title`ActiveX + Google Earth? 1998 all over again`timestamp`Sat, 17 Jun 2006 18:27:24 +0000`summary`<p><a href="http://www.gemgids.nl/?page=index" title="GemGids.nl">GemGids.nl</a> is an initiative by Dutch municipalities &mdash; still in the pilot phase &mdash; to make their geospatial information available to citizens via Google Earth. That much is laudable. Less so is their decision to use ActiveX controls to link the web component to Google Earth.</p>  <p><img alt="screengem.jpg" src="http://www.ogleearth.com/screengem.jpg" width="468" height="500" /></p>  <p><a href="http://www.webopedia.com/TERM/A/ActiveX_control.html" title="ActiveX">ActiveX</a> is a Windows-only technology that, among other things, lets Windows web browsers control other Windows applications. This makes for great hacking and tinkering, and several clever tools have been written with it to control Google Earth. But it self-evidently doesn't work for Mac and Linux versions of Google Earth.</p>  <p>That's not a problem if you're a <a href="http://globeglider.net/site/features.html" title="hacker intent on pushing the envelope">hacker i`webfeeds`2101`2101`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=205`0`-1`3`4905`2101`2101`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=192`title`Google Geo Developer day notes, cont.`timestamp`Tue, 13 Jun 2006 15:19:37 +0000`summary`<p>Much of the mainstream news about Google Geo Developer Day just rewrote the press release. But this was different: </p>  <p><em>Search Engine Watch</em>'s Greg Sterling <a href="http://blog.searchenginewatch.com/blog/060613-092048">writes a long post</a>, from the perspective of a GIS outsider at Google's Geo Developer Day:</p>  <blockquote>The level of enthusiasm from developers in the room yesterday was very interesting to observe. Speakers were interrupted by loud applause several times in response to various techical statements. Such remarks and the response to them were generally lost on me until their significance was explained in English. It was at times a little like being in a foreign film without subtitles.</blockquote>  <p>:-)</p>  <p>And <a href="http://www.3pointd.com/20060613/google-where/">via 3pointD</a>, <a href="http://googleenterprise.blogspot.com/2006/06/put-your-business-on-map.html">a post</a> about the ($10,000 per year) enterprise version of Google Maps, on the <a href="http://googl`webfeeds`2102`2102`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=192`0`-1`3`4906`2102`2102`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=194`title`Where 2 Now: Pics, GeoRSS, tips and debug tricks`timestamp`Wed, 14 Jun 2006 00:58:22 +0000`summary`<ul><li>Spanaut took lots of great pictures of Google's Geo Developer Day <a href="http://www.flickr.com/photos/cs___/166226907/in/set-72157594164323370/" title="and put them on Flickr">and put them on Flickr</a>.</li><li>Mikel Maron's <a href="http://conferences.oreillynet.com/cs/where2006/view/e_sess/9274" title="GeoRSS talk">GeoRSS talk</a> at Where 2.0 is getting good airplay: <a href="http://radar.oreilly.com/archives/2006/06/where_20mikel_maron_on_georss.html" title="O'Reilly Radar succinctly lists">O'Reilly Radar succinctly lists</a> Mikel's top four reasons for using GeoRSS: <ul><li>Linking systems. (One more less thing to find agreement on)</li><li>Monitoring geographic wikis (like OpenStreetMap or Tagzania)</li><li>Syndicating sensor data</li><li>Tearing down the walls (through standardization)</li></ul><em>GeoRSS Blog</em> <a href="http://www.georss.org/blog/?p=24" title="links to">links to</a> Mikel's <a href="http://brainoff.com/media/georss-where.ppt" title="PowerPoint presentation">PowerPoint p`webfeeds`2103`2103`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=194`0`-1`3`4907`2103`2103`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=193`title`Google Earth, archivist: The last days of Carteret Atoll`timestamp`Tue, 13 Jun 2006 23:18:09 +0000`summary`<p>In the 18th-century exploration business, like in any other pursuit, there were winners and there were losers. Philip Carteret was definitely the latter. In 1766, as ambitious young British Navy Officer, he was given a shoddy ship, no support, and ordered into the Pacific. He managed to sail straight across it, prevailing over scurvy, thirst, and attacks by locals. He put a good number of islands on the map, and charted new routes that would later be used by British ships sailing for Australia and China. </p>  <p>So why isn't he famous? Because of <a href="http://www.lucidcafe.com/library/95oct/jcook.html" title="James Cook">James Cook</a>. Cook found Australia and New Zealand just as Carteret's expedition was limping home. Cook would go on to become a British hero; Carteret managed to name a minuscule atoll after himself and was then laid off, soon to be forgotten.</p>  <p>I learned all this after chancing upon a back issue of <em>New Scientist</em> magazine while staying at a friend's place. (2006-02-11,`webfeeds`2104`2104`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=193`0`-1`3`4908`2104`2104`
1`EOE`
14`EVENT`feed_url`http://www.ogleearth.com/atom.xml`item_url`http://feeds.ogleearth.com/ogleearth?m=195`title`Google Earth - Picasa integration, any minute now...`timestamp`Wed, 14 Jun 2006 11:52:59 +0000`summary`<p>It looks like Google's geo-announcements for the week aren't over yet. </p>  <p>A few hours ago, sharable web albums for Google's new version of the Picasa photo editor went live for a test run, and the resulting functionality is not unlike Flickr's. Here is a <a href="http://picasaweb.google.com/tester" title="sample public gallery">sample public gallery</a>. (<em>CNET</em> has an <a href="http://news.com.com/2061-12572_3-6083583.html" title="early review">early review</a>, <em>Google Blogoscoped</em> does a <a href="http://blog.outer-court.com/archive/2006-06-14-n55.html" title="roundup">roundup</a> of early feedback. Me, I'm still waiting on my Web albums invite:-) </p>  <p>Now for the geo-news: On Flickr, an intriguing <a href="http://www.flickr.com/photos/adski/166964158/in/photostream/" title="screenshot">screenshot</a> shows Flickr user Adski georeferencing/geotagging his Picasa photos from within Google Earth. His photos are listed like placemarks in his Places pane, like so:</p>  <p><img alt="pica`webfeeds`2105`2105`
9`INSTANCE`url`http://feeds.ogleearth.com/ogleearth?m=195`0`-1`3`4909`2105`2105`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://phpvikinger.org/`title`PHP Vikinger`timestamp`2006-04-24`summary`The PHP Vikinger is a community-driven PHP event that will be held in Skien, Norway from June 24th to 25th. Like the famous Foo Camp and Bar Camp, the people who attend get to choose and present the sessions at the event. The event is meant to be affordable: registration is 20 Euros, and simple food and a place to sleep are provided for both days of the event. The major expense for most attendees will be the cost of traveling to Norway. 50 invitations have been sent to various PEAR and PHP contributors. General registration for the event opens on May 1st.`webfeeds`2106`2106`
9`INSTANCE`url`http://phpvikinger.org/`0`-1`3`4910`2106`2106`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://froscon.de/`title`PHP at FrOSCon Call for Papers`timestamp`2006-04-24`summary`The faculty for Computer Science of the college of higher education Bonn-Rhein-Sieg celebrates the first conference about free software in cooperation with the LUUSA and the FrOSCon e.V. 2006. The event takes place on June 24th/25th in Bonn, Germany and is organized completely free and open. The PHP user groups K?ln/Bonn and Dortmund take part in the conference and organize a professional PHP track for both days. The call for papers is currently open and every interesting talk is highly appreciated.`webfeeds`2107`2107`
9`INSTANCE`url`http://froscon.de/`0`-1`3`4918`2107`2107`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://code.google.com/soc/php/about.html`title`Welcome Summer of Code 2006 Students`timestamp`2006-05-26`summary`PHP is very pleased to announce that seven students have been chosen for the Google 'Summer of Code'. Through this project, Google provides student developers with a stipend to create new open source programs or to help currently established projects like PHP. The students are each mentored by members of our community, who will look after the students and their projects step by step. The students, their projects and their assigned mentors can be viewed here.`webfeeds`2108`2108`
9`INSTANCE`url`http://code.google.com/soc/php/about.html`0`-1`3`4919`2108`2108`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://zendcon06.kbconferences.com/`title`Zend/PHP Conference 2006 - Call for Papers`timestamp`2006-05-24`summary`Zend Technologies invites you to participate in the Zend/PHP Conference 2006. Share your ideas with fellow colleagues in the PHP community. Present your technical concepts, cutting edge applications, or business applications. Your participation will help make this conference a success. Session tracks include: PHP and Web Services - Architecting and Building Service Based Applications: From SOA to Mashups PHP Development - Best Practices and Pivotal Skills for PHP Development PHP Management - Operating Business Critical PHP Applications The conference selection committee will consider all abstracts submitted on or before June 30th, 2006. Notifications will be made by August 1st, 2006. Complete details available at the Zend Developer Zone`webfeeds`2109`2109`
9`INSTANCE`url`http://zendcon06.kbconferences.com/`0`-1`3`4920`2109`2109`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://www.afup.org/`title`Call to speaker for Paris "Forum PHP 2006"`timestamp`2006-05-17`summary`The AFUP, Association Fran?aise des Utilisateurs de PHP, is proud to announce the upcoming conference "Forum PHP 2006". For this unique event in France, we are looking for the best French speaking experts, who want to share their know-how and enthusiasm. This two day conference features one technical day, with the most advanced PHP techniques and a business day, with case studies and examples of successful projects. Date and location: the "Forum PHP 2006" will take place in Paris, at the SNHF (Soci?t? Nationale d'Horticulture), on Thursday and Friday the 9th and 10th of November 2006.`webfeeds`2110`2110`
9`INSTANCE`url`http://www.afup.org/`0`-1`3`4921`2110`2110`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://www.froscon.org/wiki/CallforPapers`title`FrOSCon 2006 - Call for Papers`timestamp`2006-01-19`summary`The first Free and Open Source Conference "FrOSCon" takes place on 24th and 25th June 2006 in St. Augustin, near Bonn, Germany. Organized by a commited team, it aims to become a significant event for free software in the Rhineland. The conference is hosted by the faculty of computer science of the University of Applied Sciences Bonn-Rhein-Sieg in collaboration with the student body and the Linux/Unix User Group St. Augustin. In a Call for Papers, the organizers ask for submission of contributions. A broad variety of topics concerning free and open source software is desired. Particularly welcome are contributions about programming languages, free software on the desktop, security, systems administration and networks. Aspects of free software in business and industry are also a focus of the conference. Contributions can be submitted in English or German and should summarize the intended talk concisely and succinctly; talks should range from 45 to 60 minutes in length. Deadline for submission is 15th March 2006`webfeeds`2111`2111`
9`INSTANCE`url`http://www.froscon.org/wiki/CallforPapers`0`-1`3`4922`2111`2111`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://wtconferences.com/`title`Third Bulgarian PHP Conference`timestamp`2006-01-19`summary`The third Web Technology conference and Expo in Bulgaria will be held in June 2006 in the city of Sofia. Within its framework, the Third Bulgarian PHP Conference will be held. The event will take place on the 30th of June and the 1st of July at the conference area of the Kempinski Hotel Zografski. The purpose of this meeting is to discuss the new tendencies in this direction and to popularize the internet technologies in the spheres of business, education, and services. The range of subjects includes technologies like PHP, Perl, business systems through web, education through the internet, and others.`webfeeds`2112`2112`
9`INSTANCE`url`http://wtconferences.com/`0`-1`3`4923`2112`2112`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://www.phparch.com/works`title`php|works / db|works 2006 - Call for Papers`timestamp`2006-05-16`summary`php|architect magazine is proud to announce php|works / db|works 2006, a three-day conference (plus one day of exclusive in-depth seminars) dedicated to PHP driven software development. This year's conference will take place on Sept. 12-15, 2006, in Toronto, Canada with September 12th set aside for a set of in-depth seminars. If you've got unique insight into PHP, or have used PHP to connect to high-end datastores, php|architect wants to hear from you. For more information, please visit the Call for Papers page, and submit your ideas. The deadline is June 5, 2006.`webfeeds`2113`2113`
9`INSTANCE`url`http://www.phparch.com/works`0`-1`3`4924`2113`2113`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://www.php.net/downloads.php`title`PHP 5.1.2 Released`timestamp`2006-01-12`summary`The PHP development team is proud to announce the release of PHP 5.1.2. This release combines small feature enhancements with a fair number of bug fixes and addresses three security issues. All PHP 5 users are encouraged to upgrade to this release. Some of the key changes of PHP 5.1.2 include: HTTP Response Splitting has been addressed in ext/session and in the header() function. Fixed format string vulnerability in ext/mysqli. Fixed possible cross-site scripting problems in certain error conditions. Hash & XMLWriter extensions added and enabled by default. Upgraded OCI8 extension. Over 85 various bug fixes. Further details about this release can be found in the release announcement and the full list of changes is available in the PHP 5 ChangeLog.`webfeeds`2114`2114`
9`INSTANCE`url`http://www.php.net/downloads.php`0`-1`3`4932`2114`2114`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://www.phpconference.co.uk/`title`UK PHP Conference 2006`timestamp`2006-01-17`summary`The first UK PHP Conference is going to be held on February 10th 2006, organized by the PHP London user group. This is a one day event at South Bank University, plus networking events. The list of speakers: Derick Rethans, Pawel Kozlowski, Harry Fuecks, Chris Kunz and Matt Zandstra. Not bad for 50 quid.`webfeeds`2115`2115`
9`INSTANCE`url`http://www.phpconference.co.uk/`0`-1`3`4933`2115`2115`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://input.entwickler.com/phpconference`title`International PHP Conference 2006 Call for Papers`timestamp`2006-04-24`summary`The Call for Papers for the International PHP Conference 2006, 5th to 8th November 2009 at Frankfurt/Main Germany, has been started. The Conference features two days full with six hours PowerWorkshops and two days main conference with sessions. The main focus of the conference will be Security through an own security track. Like last year, we'll provide a Management Day for businesses utilizing PHP or evaluating PHP. The Call for Papers will end at May, 21th.`webfeeds`2116`2116`
9`INSTANCE`url`http://input.entwickler.com/phpconference`0`-1`3`4934`2116`2116`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://www.phpquebec.com/`title`PHP Quebec 2006`timestamp`2006-02-26`summary`The PHP Quebec team is pleased to announce the 4th edition of the PHP Quebec Conference. This year, the conference will be held at the Montreal Plaza Hotel from March 29th to 31st. It features 2 days of technical learning and an additional day of workshop. Among the speakers, the well known PHP Experts such has Rasmus Lerdorf, Andrei Zmeivski, Derick Rethans and Ilia Alshanetsky. The conference will have three distinct tracks of session: Advanced Techniques, Professional Development and Databases. With over 31 sessions, including workshops, the PHP Qu?bec Conference is great opportunity to learn about the latest PHP techniques and professional development techniques to help you build high quality PHP software. The conference will also present the various storage solutions available such has IBM DB2, PostgreSQL, SQLite and MySQL. Early bird pricing are available until march 3rd. Learn more about this exciting conference.`webfeeds`2117`2117`
9`INSTANCE`url`http://www.phpquebec.com/`0`-1`3`4935`2117`2117`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://code.google.com/summerofcode.html`title`Summer of Code`timestamp`2006-05-01`summary`Proposals are now being accepted for Google's Summer of Code program. If you qualify and you are interested in working on a PHP-related project this summer, please consider applying. We have listed a couple of ideas, but we would encourage you to submit a proposal for any part of PHP you are interested in. If your project is accepted we will match you up with a mentor and try to provide you with as much support as possible. To get started, read the FAQ and then go to Step 1.`webfeeds`2118`2118`
9`INSTANCE`url`http://code.google.com/summerofcode.html`0`-1`3`4936`2118`2118`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://www.phparch.com/tek/`title`php|tek 2006`timestamp`2006-03-02`summary`The php|tek 2006 conference will take place in Orlando, Florida, April 25-28. This year's speaker roster features many well-known PHP and open-source experts, including Rasmus Lerdorf, IBM's Rod Smith and Zend's Andi Gutmans, speaking on a variety of topics that highlight PHP's scalability, robustness and future.`webfeeds`2119`2119`
9`INSTANCE`url`http://www.phparch.com/tek/`0`-1`3`4937`2119`2119`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://www.nyphpcon.com`title`NYPHPCon 2006`timestamp`2006-02-02`summary`The New York PHP Conference & Expo 2006 is taking place in New York City, at the historic New Yorker Hotel, June 14-16, 2006. There will be three full days of sessions, tutorials, exhibits, and networking events. NYPHPCon 2006 focuses on the The PHP Business Community, with two featured parallel tracks: Business Strategy and Technical Solutions. Over 400 are expected to attend, including business and technical professionals from around the world. We invite everyone - whether technical or non-technical - to participate in our Call For Papers. An early-bird discount is available until March 1st.`webfeeds`2120`2120`
9`INSTANCE`url`http://www.nyphpcon.com`0`-1`3`4938`2120`2120`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://www.php.net/`title``timestamp`1969-12-31`summary``webfeeds`2121`2121`
9`INSTANCE`url`http://www.php.net/`0`-1`3`4946`2121`2121`
1`EOE`
14`EVENT`feed_url`http://www.php.net/news.rss`item_url`http://dcphpconference.com/`title`2006 DC PHP Conference - Call for Papers`timestamp`2005-12-13`summary`DC PHP Conference invites technology experts from the federal government, local community, and the non-profit sector to participate in a premiere forum for PHP's vast number of users. Present your technical concepts, cutting edge applications, or business applications for an opportunity to showcase your ideas in the PHP community. Your participation will make this conference a success. The conference selection committee requests that you submit an abstract for consideration. All abstracts submitted on or before July 7th, 2006 will be considered.`webfeeds`2122`2122`
9`INSTANCE`url`http://dcphpconference.com/`0`-1`3`4947`2122`2122`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/photography/b/rss2.xml`item_url`http://photography.about.com/b/a/257545.htm`title`PHOTOGRAPHIC GALLERY NEW YORK CITY`timestamp`2006-06-10T08:08:01Z`summary`Running from June 10 to July 9, 2006 at the PhotoGraphic Gallery in NewYork City is the show New York City ? 2 Photographers | 5 Decades. This features the...`webfeeds`2123`2123`
9`INSTANCE`url`http://photography.about.com/b/a/257545.htm`0`-1`3`4948`2123`2123`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/photography/b/rss2.xml`item_url`http://photography.about.com/b/a/257543.htm`title`Arnold Newman`timestamp`2006-06-07T07:23:01Z`summary`Arnold Newman, the master of environmental portraiture, died from a heart attack in a New York hospital yesterday, 6 June, 2006, aged 88. Born in New York City in 1918,...`webfeeds`2124`2124`
9`INSTANCE`url`http://photography.about.com/b/a/257543.htm`0`-1`3`4949`2124`2124`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/photography/b/rss2.xml`item_url`http://photography.about.com/b/a/257529.htm`title`Silver Windows`timestamp`2006-06-08T08:52:35Z`summary`Silver Windows, work by seventeen Iranian Contemporary Photographers went on show at the Tehran Museum of Modern Art on May 22, 2006. The works on display and accompanying texts give...`webfeeds`2125`2125`
9`INSTANCE`url`http://photography.about.com/b/a/257529.htm`0`-1`3`4950`2125`2125`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/photography/b/rss2.xml`item_url`http://photography.about.com/b/a/257547.htm`title`On Photography`timestamp`2006-06-11T08:31:46Z`summary`There is relatively little information on The Metropolitan Museum of Art web site about their special exhibition On Photography: A Tribute to Susan Sontag which opened 6 June and continues...`webfeeds`2126`2126`
9`INSTANCE`url`http://photography.about.com/b/a/257547.htm`0`-1`3`4951`2126`2126`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/photography/b/rss2.xml`item_url`http://photography.about.com/b/a/257552.htm`title`Nick Brandt`timestamp`2006-06-17T07:52:48Z`summary`Although I've never had an urge to be a nature photographer or go on safari, I can appreciate the skill and feeling for animals in the work of Nick Brandt....`webfeeds`2127`2127`
9`INSTANCE`url`http://photography.about.com/b/a/257552.htm`0`-1`3`4952`2127`2127`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/photography/b/rss2.xml`item_url`http://photography.about.com/b/a/257546.htm`title`Andre Kertesz: On Reading`timestamp`2006-06-12T07:35:00Z`summary`Andre Kertesz would be in my top ten photographers of all times, and some of the great figures in photography have shared my enthusiasm. The Museum of Contemporary Photography (MOCPA)...`webfeeds`2128`2128`
9`INSTANCE`url`http://photography.about.com/b/a/257546.htm`0`-1`3`4959`2128`2128`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/photography/b/rss2.xml`item_url`http://photography.about.com/b/a/257551.htm`title`Che Guevara: Revolutionary & Icon`timestamp`2006-06-16T08:33:35Z`summary`The show Che Guevara: Revolutionary & Icon at London's Victoria & Albert Museum until August 28, 2006, is unusual in that it is concerned with a single image.   Alberto D?az...`webfeeds`2129`2129`
9`INSTANCE`url`http://photography.about.com/b/a/257551.htm`0`-1`3`4961`2129`2129`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/photography/b/rss2.xml`item_url`http://photography.about.com/b/a/257548.htm`title`Stephen Shore`timestamp`2006-06-13T10:39:30Z`summary`Stephen Shore was one of the first American fine art photographers to abandon black and white - then thought to be the only true medium for serious photography - and...`webfeeds`2130`2130`
9`INSTANCE`url`http://photography.about.com/b/a/257548.htm`0`-1`3`4962`2130`2130`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/photography/b/rss2.xml`item_url`http://photography.about.com/b/a/257544.htm`title`JPEGs: Thomas Ruff`timestamp`2006-06-09T08:08:56Z`summary`While most of us are more interested in reducing the effect of JPEG artifacts on our own work, German photographer Thomas Ruff (b 1958) in the work currently on show...`webfeeds`2131`2131`
9`INSTANCE`url`http://photography.about.com/b/a/257544.htm`0`-1`3`4963`2131`2131`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/photography/b/rss2.xml`item_url`http://photography.about.com/b/a/257549.htm`title`Short Stories`timestamp`2006-06-14T08:35:54Z`summary`The mixed show Short Stories at the Leo Castelli Gallery in New York until July 28, 2006 includes work by Heidi McFall, Doug and Mike Starn , Diana Kingsley and...`webfeeds`2132`2132`
9`INSTANCE`url`http://photography.about.com/b/a/257549.htm`0`-1`3`4964`2132`2132`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91920.html`title`Oldsmobile Delta 88 Royale Broughm from North America, manufactured in 1984`timestamp``summary`Powerful Luxurious`webfeeds`2133`2133`
9`INSTANCE`url`http://www.carsurvey.org/review_91920.html`0`-1`3`4965`2133`2133`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91940.html`title`Dodge Caliber SXT from North America, manufactured in 2006`timestamp``summary`Sensible`webfeeds`2134`2134`
9`INSTANCE`url`http://www.carsurvey.org/review_91940.html`0`-1`3`4966`2134`2134`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91926.html`title`Audi 90 Sport from Australia and New Zealand, manufactured in 1992`timestamp``summary`Door Hinges have more Steel than Some Car Doors!!`webfeeds`2135`2135`
9`INSTANCE`url`http://www.carsurvey.org/review_91926.html`0`-1`3`4974`2135`2135`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91924.html`title`Fiat Brava SX from Lebanon, manufactured in 2000`timestamp``summary`Don't ever ever ever ever ever buy a FIAT`webfeeds`2136`2136`
9`INSTANCE`url`http://www.carsurvey.org/review_91924.html`0`-1`3`4975`2136`2136`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91928.html`title`Chevrolet Impala  from North America, manufactured in 1978`timestamp``summary`Solid roomy car with lots of character`webfeeds`2137`2137`
9`INSTANCE`url`http://www.carsurvey.org/review_91928.html`0`-1`3`4976`2137`2137`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91925.html`title`Ford Fiesta 1.25 Style 3-dr from UK and Ireland, manufactured in 2006`timestamp``summary`Corners like a lamborghini-accelerates like a milk float`webfeeds`2138`2138`
9`INSTANCE`url`http://www.carsurvey.org/review_91925.html`0`-1`3`4977`2138`2138`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91935.html`title`Toyota Sienna LE from North America, manufactured in 2004`timestamp``summary`It's a great vehicle, but the tires are junk`webfeeds`2139`2139`
9`INSTANCE`url`http://www.carsurvey.org/review_91935.html`0`-1`3`4978`2139`2139`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91933.html`title`Geo Metro 2 Door metro from North America, manufactured in 1992`timestamp``summary`Grate on Gas, but have problem with leaking gas?`webfeeds`2140`2140`
9`INSTANCE`url`http://www.carsurvey.org/review_91933.html`0`-1`3`4979`2140`2140`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91919.html`title`Geo Prizm LSI from North America, manufactured in 1990`timestamp``summary`The best of the subcompacts`webfeeds`2141`2141`
9`INSTANCE`url`http://www.carsurvey.org/review_91919.html`0`-1`3`4980`2141`2141`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91923.html`title`Vauxhall Zafira Design from UK and Ireland, manufactured in 2006`timestamp``summary`Good all rounder with power to spare from new engine but its a bit noisy.`webfeeds`2142`2142`
9`INSTANCE`url`http://www.carsurvey.org/review_91923.html`0`-1`3`4988`2142`2142`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91918.html`title`Isuzu Trooper  from North America, manufactured in 1991`timestamp``summary`I love this car`webfeeds`2143`2143`
9`INSTANCE`url`http://www.carsurvey.org/review_91918.html`0`-1`3`4989`2143`2143`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91922.html`title`Saturn VUE  from North America, manufactured in 2005`timestamp``summary`Awesome... who would believe GM could build a car like this..`webfeeds`2144`2144`
9`INSTANCE`url`http://www.carsurvey.org/review_91922.html`0`-1`3`4990`2144`2144`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91938.html`title`Toyota RAV4 Sport AWD, V-6 from North America, manufactured in 2006`timestamp``summary``webfeeds`2145`2145`
9`INSTANCE`url`http://www.carsurvey.org/review_91938.html`0`-1`3`4991`2145`2145`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91929.html`title`Renault Clio RN from UK and Ireland, manufactured in 1993`timestamp``summary`Very cheap to buy and run, an ideal first car`webfeeds`2146`2146`
9`INSTANCE`url`http://www.carsurvey.org/review_91929.html`0`-1`3`4992`2146`2146`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91921.html`title`Jeep Comanche  from North America, manufactured in 1988`timestamp``summary`Amazing`webfeeds`2147`2147`
9`INSTANCE`url`http://www.carsurvey.org/review_91921.html`0`-1`3`4993`2147`2147`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91939.html`title`Jeep Grand Cherokee Limited from North America, manufactured in 2002`timestamp``summary`Awesome`webfeeds`2148`2148`
9`INSTANCE`url`http://www.carsurvey.org/review_91939.html`0`-1`3`4994`2148`2148`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91934.html`title`Subaru Outback Limited Sedan from North America, manufactured in 2000`timestamp``summary`Great, reliable`webfeeds`2149`2149`
9`INSTANCE`url`http://www.carsurvey.org/review_91934.html`0`-1`3`5002`2149`2149`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91927.html`title`Infiniti Q45 Touring from Australia and New Zealand, manufactured in 1990`timestamp``summary`Brilliant, Nothing will Prise Me out of it, Ever!!!`webfeeds`2150`2150`
9`INSTANCE`url`http://www.carsurvey.org/review_91927.html`0`-1`3`5003`2150`2150`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91930.html`title`Citroen C2 VTS from UK and Ireland, manufactured in 2006`timestamp``summary``webfeeds`2151`2151`
9`INSTANCE`url`http://www.carsurvey.org/review_91930.html`0`-1`3`5004`2151`2151`
1`EOE`
14`EVENT`feed_url`http://www.carsurvey.org/carsurvey.rss`item_url`http://www.carsurvey.org/review_91936.html`title`Chevrolet Malibu Basic from North America, manufactured in 1998`timestamp``summary`Generally reliable, nothing glamorous`webfeeds`2152`2152`
9`INSTANCE`url`http://www.carsurvey.org/review_91936.html`0`-1`3`5005`2152`2152`
1`EOE`
14`EVENT`feed_url`http://www.macspecialist.org/content/feeds/`item_url`http://www.macspecialist.org/content/articles/lets_hold_hands/`title`Let's all hold hands.`timestamp`2005-12-29T03:24:26-06:00`summary`The developers of the ever popular Firefox and the Microsoft development team working on IE7 have shaken hands and agreed to use the same icon to indicate the presence of feed functionality. If Mozilla and Microsoft can agree on something, maybe we should get in on it too.  To that end, we have created an installer that will replace Safari's default  icon with the  icon agreed upon in the Mountain View Accord.`webfeeds`2153`2153`
9`INSTANCE`url`http://www.macspecialist.org/content/articles/lets_hold_hands/`0`-1`3`5006`2153`2153`
1`EOE`
14`EVENT`feed_url`http://www.macspecialist.org/content/feeds/`item_url`http://www.macspecialist.org/content/articles/unlike_fine_wine/`title`Unlike fine wine...`timestamp`2006-01-04T06:53:39-06:00`summary`Software lists do not get better with age.&nbsp; So, we have revitalized our Essential Mac OS X Apps page by getting rid of some dead weight and adding in some new hotness.&nbsp; Comments are back, so what are you waiting for, go make a good thing better.&nbsp; We&#8217;ll fold popular recommendations into the list periodically.`webfeeds`2154`2154`
9`INSTANCE`url`http://www.macspecialist.org/content/articles/unlike_fine_wine/`0`-1`3`5007`2154`2154`
1`EOE`
14`EVENT`feed_url`http://www.macspecialist.org/content/feeds/`item_url`http://www.macspecialist.org/content/articles/boot_camp_beta/`title`Run XP on Intel Macs with Apple Boot Camp`timestamp`2006-04-05T14:24:41-06:00`summary`The hacked Windows XP bootloader allowing Windows to run on the Intel Mac is only weeks old and Apple has already released its own solution in the form of a public beta. [Read More]`webfeeds`2155`2155`
9`INSTANCE`url`http://www.macspecialist.org/content/articles/boot_camp_beta/`0`-1`3`5008`2155`2155`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://clemensblog.blogspot.com/2006/06/day-2-at-odtug.html`title`Day 2 at ODTUG`timestamp`Tue, 20 Jun 2006 00:04:00 GMT`summary`Today's day was another awesome one.<br /> <br />I had 2 sessions - actually one myself on <strong>Developing with the SOA Platform</strong> and did the demo at Marko Tilli's keynote, which proved to be more fun that I ever would have imagined.<br /> <br /> <a href="http://www.orablogs.com/fnimphius/">Frank Nimphius</a> spoke about the new coding features in our JDeveloper IDE (and I must say that 10.1.3 has greatly improved, and makes java coding a hack easier than it used to be) - and he also did a great introduction for my slot, when presenting <strong>Introduction to SOA</strong>.<br /> <br />All for now - let's get out for networking ..`webfeeds`2156`2156`
9`INSTANCE`url`http://clemensblog.blogspot.com/2006/06/day-2-at-odtug.html`0`-1`3`5016`2156`2156`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://spendolini.blogspot.com/2006/06/odtug-monday.html`title`ODTUG Monday`timestamp`Tue, 20 Jun 2006 01:15:00 GMT`summary`Today was the 1st day of ODTUG where I did something other than speak for 5 minutes or down a couple of beers.   I hopped on the Metro from Vienna (<a href="http://clemensblog.blogspot.com/2006/06/washington-dc-is-not-far-from-vienna.html">Virginia,  not Austria</a>) and was downtown well before the general sessions started.  Unfortunately, I had to miss them, as I needed the time to polish off my presentation for Wednesday, "You can't do THAT with a Browser!"<br /><br />I led a panel of myself and three others (Michael Snyder & Greg Jarmiolowski from CASETech, and Patrick Cimolini from the Cayman Islands Government) on Application Express.  We played to a room of about 40 or so people, and took questions right until the end.<br /><br />Perhaps Patrick's experiences with ApEx were the most impressive.  From seeing a couple of my presentations last year, he was able to take the idea of using ApEx back to the Caymans, train his staff, and deploy 3-4 production applications in well under a year's time frame - al`webfeeds`2157`2157`
9`INSTANCE`url`http://spendolini.blogspot.com/2006/06/odtug-monday.html`0`-1`3`5017`2157`2157`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://www.petefinnigan.com/weblog/archives/00000845.htm`title`Five best practices for Oracle applications developers`timestamp`Mon, 19 Jun 2006 19:27:03 GMT`summary`<p> Five best practices for Oracle applications developers - By Mark Brunelli "Customizing Oracle E-Business Suite applications can be a very risky venture for developers who fail to follow some simple and straightforward best practices, experts say.....<a href="http://www.petefinnigan.com/weblog/archives/00000845.htm">[Read More]</a> </p>  <p>Posted by Pete On 19/06/06 At 07:25 PM</p>`webfeeds`2158`2158`
9`INSTANCE`url`http://www.petefinnigan.com/weblog/archives/00000845.htm`0`-1`3`5018`2158`2158`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://oraclebi.blogspot.com/2006/06/small-but-neat-feature-in-answers.html`title`Small but neat feature in 'Answers'`timestamp`Mon, 19 Jun 2006 10:55:00 GMT`summary`Starting today (yes, this precise instant in time) I shall start posting on the new Oracle BI Enterprise Edition (link on OTN) product features, and here is the first post, albeit a short one.  In 'Answers' (see link for an explanation for what 'Answers' is: actually, it is Oracle Business Intelligence Answers, and is the ad hoc query and analysis component of the Oracle BI EE suite), when you`webfeeds`2159`2159`
9`INSTANCE`url`http://oraclebi.blogspot.com/2006/06/small-but-neat-feature-in-answers.html`0`-1`3`5019`2159`2159`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://www.petefinnigan.com/weblog/archives/00000844.htm`title`DB2 Security Glitch Makes IBM Whine`timestamp`Mon, 19 Jun 2006 17:56:41 GMT`summary`<p> DB2 Security Glitch Makes IBM Whine - A post on Lewis Cunningham's Oracle blog. This is about an E-Week article " DB2 Crack Let's in Attackers Without Database Credentials ". This is a good article by Lisa Vaas and its....<a href="http://www.petefinnigan.com/weblog/archives/00000844.htm">[Read More]</a> </p>  <p>Posted by Pete On 19/06/06 At 05:56 PM</p>`webfeeds`2160`2160`
9`INSTANCE`url`http://www.petefinnigan.com/weblog/archives/00000844.htm`0`-1`3`5020`2160`2160`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://www.groundside.com/blog/content/GrantRonald/Forms_in_SOA/?permalink=Another-airport-ODTUG-and-running-out-of-fuel.html`title`Another airport, ODTUG and running out of fuel`timestamp`Tue, 20 Jun 2006 03:31:10 GMT`summary`So, I've totally lost track of how many time zones I've gone through with my back to back trips to San Francisco, Estonia and now I've arrived in Washington DC for the ODTUG conference.  Although we almost didn't make it since there was congestion above Washington and we spent so long in a holding pattern we had to divert to Baltimore to get more fuel!..<br /> ODTUG is looking good this year - tomorrow I will be delivering "Forms/Tools Strategy" and on Wednesday its "ADF and JDeveloper for Forms D&nbsp; <a href="http://www.groundside.com/blog/content/GrantRonald/Forms_in_SOA/?permalink=Another-airport-ODTUG-and-running-out-of-fuel.html&amp;smm=y">[Read entire post...]</a>`webfeeds`2161`2161`
9`INSTANCE`url`http://www.groundside.com/blog/content/GrantRonald/Forms_in_SOA/?permalink=Another-airport-ODTUG-and-running-out-of-fuel.html`0`-1`3`5021`2161`2161`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://feeds.feedburner.com/Pete-sRandomNotes?m=145`title`Strawberries`timestamp`Mon, 19 Jun 2006 10:24:46 GMT`summary`A random observation on soft fruit`webfeeds`2162`2162`
9`INSTANCE`url`http://feeds.feedburner.com/Pete-sRandomNotes?m=145`0`-1`3`5022`2162`2162`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://feeds.feedburner.com/Pete-sRandomNotes?m=146`title`BI Suite demonstration`timestamp`Mon, 19 Jun 2006 13:55:31 GMT`summary`Last week I ran my first public BI Suite demo - it went well!`webfeeds`2163`2163`
9`INSTANCE`url`http://feeds.feedburner.com/Pete-sRandomNotes?m=146`0`-1`3`5030`2163`2163`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://clemensblog.blogspot.com/2006/06/washington-dc-is-not-far-from-vienna.html`title`Washington DC is not far from Vienna (Austria) at least by metro`timestamp`Sun, 18 Jun 2006 23:07:00 GMT`summary`<a href="http://photos1.blogger.com/hello/159/9959/640/Picture%20002.jpg"><img border="0" src="http://photos1.blogger.com/hello/159/9959/320/Picture%20002.jpg" /></a><br />This is how close vienna (where I originate from) is to Washington DC`webfeeds`2164`2164`
9`INSTANCE`url`http://clemensblog.blogspot.com/2006/06/washington-dc-is-not-far-from-vienna.html`0`-1`3`5031`2164`2164`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://oraclebi.blogspot.com/2006/06/live-from-odtugmonday.html`title`Live from ODTUG...Monday`timestamp`Mon, 19 Jun 2006 22:42:00 GMT`summary`ODTUG 2006 opens with Marco Tilli.  Well not quite, because although the ODTUG 2006 conference in Washington, DC, really kicked off today, there were presentations and hands-on labs happening over the weekend as well.  As a result the whole OWB PM team, along with many other PM groups from Oracle, arrived en-masse in Washington, DC on Friday evening ready for weekend opening of ODTUG 2006.  In`webfeeds`2165`2165`
9`INSTANCE`url`http://oraclebi.blogspot.com/2006/06/live-from-odtugmonday.html`0`-1`3`5032`2165`2165`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://sueharper.blogspot.com/2006/06/odtug-and-quality-data-models-through.html`title`ODTUG and Quality Data Models through Humiliation?!`timestamp`Mon, 19 Jun 2006 21:34:00 GMT`summary`<span>This week I'm in Washington DC at the </span><a href="http://www.odtugkaleidoscope.com/pls/htmldb/f?p=124:1:5981749881470200049"><span>ODTUG annual conference</span></a><span>. For those of you who don't know, this is a well established Oracle Developer's User Group, originally focused primarily on Oracle Designer (then CASE) with a close second in Oracle Forms.<br />Today's keynotes saw two old familiar faces; </span><a href="http://www.oracle.com/events/ctosummit/online/bios/tilli.html"><span>Marco Tilli </span></a><span>and </span><a href="http://www.informatica.com/company/executives/default.htm"><span>Sohaib Abassi</span></a><span>, both long time friends of the conference and in their time, were Volley Ball players on whichever beach or piece of sand wherever that year's ODTUG conference was being held. Back, this time not talking about Forms, Portal or Designer, but how we should all by now be more aware of SOA, of how business services can be reused, of integration and of the whole importance of`webfeeds`2166`2166`
9`INSTANCE`url`http://sueharper.blogspot.com/2006/06/odtug-and-quality-data-models-through.html`0`-1`3`5033`2166`2166`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://dizwell.com/main/component/option,com_jd-wp/Itemid,169/p,200/`title`Funeral Tips`timestamp`Mon, 19 Jun 2006 21:21:19 GMT`summary`1. The hundred or so people turning up for a funeral are NOT there &#8220;to provide support to the family&#8221;. We&#8217;re there to say goodbye to our friend. Don&#8217;t keep suggesting that somehow the family from hundreds of kilometres away and which saw Robert only intermittently is grieving especially much more or qualitatively deeper or [...]`webfeeds`2167`2167`
9`INSTANCE`url`http://dizwell.com/main/component/option,com_jd-wp/Itemid,169/p,200/`0`-1`3`5034`2167`2167`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://www.rittman.net/archives/2006/06/odtug_day_1_bi_cab_bi_summit_a.html`title`ODTUG Day 1 : BI CAB, BI Summit and a Brass Kaleidoscope`timestamp`Mon, 19 Jun 2006 12:27:35 GMT`summary`Yesterday was the first day proper of ODTUG Kaleidoscope 2006 for myself, with the BI CAB just after lunch and the BI summit straight afterwards. The day started off with a 4.30am start (ouch) as I'd been in bed since...`webfeeds`2168`2168`
9`INSTANCE`url`http://www.rittman.net/archives/2006/06/odtug_day_1_bi_cab_bi_summit_a.html`0`-1`3`5035`2168`2168`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://www.rittman.net/archives/2006/06/odtug_day_2_keynotes_bi_presen.html`title`ODTUG Day 2 : Keynotes, BI Presentations and the BI SIG`timestamp`Tue, 20 Jun 2006 03:14:39 GMT`summary`Today started off with the main ODTUG Keynote, this year by Marko Tilli on the new world of SOA-based development and what it means for traditional Forms and Reports developers. From what I can make out, ODTUG's history is in...`webfeeds`2169`2169`
9`INSTANCE`url`http://www.rittman.net/archives/2006/06/odtug_day_2_keynotes_bi_presen.html`0`-1`3`5036`2169`2169`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://feeds.feedburner.com/EddieAwadsFeed?m=265`title`Now I know`timestamp`Mon, 19 Jun 2006 06:26:27 GMT`summary`Thank you all for your answers to my question What?s so special about the world cup?. Here is a summary of the comments:   Geeks watch the world cup via telnet. When you watch a match, you don&#8217;t watch just two teams playing, you watch two nations. The World Cup gives the only possibility where the ?poor? nation can [...]`webfeeds`2170`2170`
9`INSTANCE`url`http://feeds.feedburner.com/EddieAwadsFeed?m=265`0`-1`3`5044`2170`2170`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://oraclebi.blogspot.com/2006/06/two-blog-posts-on-odtug-2006.html`title`Two blog posts on ODTUG 2006`timestamp`Mon, 19 Jun 2006 13:21:00 GMT`summary`One is by Mark Rittman (link to blog, link to his ODTUG blog post), and the other one is by AMIS Technology (link to blog, link to blog post on the BI keynote). See my earlier posts on the event here and here.`webfeeds`2171`2171`
9`INSTANCE`url`http://oraclebi.blogspot.com/2006/06/two-blog-posts-on-odtug-2006.html`0`-1`3`5045`2171`2171`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://www.pythian.com/blogs/217/eurotrip-vacation-for-me`title`Eurotrip Vacation For Me`timestamp`Mon, 19 Jun 2006 13:35:09 GMT`summary`It&#8217;s time for vacation for me. I am off to Europe and then vising home - Sofia, Bulgaria. I will be back in 4 weeks. Yes I did earn to have a long vacation, and yes, Pythian is really nice in allowing me to have it all at once.`webfeeds`2172`2172`
9`INSTANCE`url`http://www.pythian.com/blogs/217/eurotrip-vacation-for-me`0`-1`3`5046`2172`2172`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://technology.amis.nl/blog/?p=1236`title`The minimum number of statements required for Inserting Records from Two Source Tables into Four Target Tables - Introducing Multi Table Insert`timestamp`Tue, 20 Jun 2006 11:41:11 GMT`summary`It&#8217;s Showtime! Today at ODTUG 2006, Alex and I are presenting our Oracle Quiz on SQL and PL/SQL - the water is still burning. We will present our audience with 15 questions on SQL and PL/SQL features and functions. Even though most questions are on core database features, many of the will still have a [...]`webfeeds`2173`2173`
9`INSTANCE`url`http://technology.amis.nl/blog/?p=1236`0`-1`3`5047`2173`2173`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://technology.amis.nl/blog/?p=1237`title`Great Presentation on migrating Oracle Forms to ADF Faces at ODTUG 2006`timestamp`Tue, 20 Jun 2006 12:50:44 GMT`summary`The title of this article is hugely misleading. Or somewhat at least. The presentation has to take place yet. And it is my own - so how great can it be? So why the noisiness?It&#8217;s relieve mainly. After struggling with my demonstration for some time, I now have them running. And they are pretty cool, [...]`webfeeds`2174`2174`
9`INSTANCE`url`http://technology.amis.nl/blog/?p=1237`0`-1`3`5048`2174`2174`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://blogs.oracle.com/shay/2006/06/19#a169`title`If you ever used or looked into ADF BC (p.k.a BC4J)...`timestamp`Mon, 19 Jun 2006 23:05:51 GMT`summary`All the people in the house who are using ADF BC (BC4J) for more than a year - please stand up. To you I say (as Ali G would have said) - Respect. How did you ever managed to do this before the new ADF Developer Guide came out? <p>I remember back in 1999 when I first started using BC4J, the only way I found to learn this framework, is by "borrowing" one of the instructor books that Oracle University gave to the instructor of the BC4J course. That was the closest thing to a book format guide to this framework - but as good as it was for basic things, it never went too deep into the technical details.<br /> Over the years I met many customers who were evaluating BC4J, and some of them even if they recognized the power of the framework decided not to use it because of lack of documentation. It was hard to get a new developer up to speed with the concepts, and although customer who did went over the initial learning hump always said BC4J is great, many customers didn't do it, and many probably didn't even get to `webfeeds`2175`2175`
9`INSTANCE`url`http://blogs.oracle.com/shay/2006/06/19#a169`0`-1`3`5049`2175`2175`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://technology.amis.nl/blog/?p=1232`title`ODTUG 2006 - First Report from Washington`timestamp`Mon, 19 Jun 2006 05:54:50 GMT`summary`This year&#8217;s ODTUG 2006 Kaleidoscope conference went underway today in Washington DC. A familiar crowd has gathered in a very pleasant venue where around 1.30 PM we kicked off with the first set of sessions. I did a three hour session on Java Server Faces and ADF Faces in a room that was of course [...]`webfeeds`2176`2176`
9`INSTANCE`url`http://technology.amis.nl/blog/?p=1232`0`-1`3`5050`2176`2176`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://technology.amis.nl/blog/?p=1233`title`Very decent Keynote Speech at ODTUG 2006`timestamp`Mon, 19 Jun 2006 17:52:54 GMT`summary`In a very multi-cultural - representatives from France, Italy, the UK and Austria - and rather strong display, Oracle opened the ODTUG 2006 conference formally with the keynote address. Marco Tilli, Vice President voor Fusion Development Technology, orchestrated this presentation and invited on stage Clemens Utschig for BPEL and Oracle Rules, Regis Luis for ADF [...]`webfeeds`2177`2177`
9`INSTANCE`url`http://technology.amis.nl/blog/?p=1233`0`-1`3`5058`2177`2177`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://www.dbazine.com/blogs/blog-cf/chrisfoot/blogentry.2006-06-16.6580435609`title`The Importance of Soft Skills`timestamp`Mon, 19 Jun 2006 11:37:05 GMT`summary`I thought I would deviate from my usual discussion on 10G technical topics for one blog.  I?d like to talk about non-technical skill sets and the important role they play in our careers.  <br /><br />It used to be that you could get by with a total lack of interpersonal skills in our profession.  Well those days are long gone.  If you want to succeed, you?ll need to learn how to communicate effectively and play well with others.  This blog contains a few pearls of wisdom, and a story or two, to help you become a well-rounded technician that is on the fast track to a successful career.`webfeeds`2178`2178`
9`INSTANCE`url`http://www.dbazine.com/blogs/blog-cf/chrisfoot/blogentry.2006-06-16.6580435609`0`-1`3`5059`2178`2178`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://oraclebi.blogspot.com/2006/06/new-graph-styles-in-upcoming.html`title`New Graph styles in  the upcoming Discoverer release`timestamp`Mon, 19 Jun 2006 08:34:00 GMT`summary`This summer (around August), there will be a new Discoverer release that will contain a few new features. The biggest news is in the OLAP area, where support for custom (or calculated) members will be available, with support in Discoverer OLAP (D4O) as well as the Spreadsheet Add-In (link to Oracle Business Intelligence Suite Standard Edition page on OTN).  Also, there are six new graph styles`webfeeds`2179`2179`
9`INSTANCE`url`http://oraclebi.blogspot.com/2006/06/new-graph-styles-in-upcoming.html`0`-1`3`5060`2179`2179`
1`EOE`
14`EVENT`feed_url`http://www.orablogs.com/rss.xsql`item_url`http://blogs.ittoolbox.com/oracle/guide/archives/Oracle-Magazine-Profile-10016?rss=1`title`Oracle Magazine Profile`timestamp`Mon, 19 Jun 2006 20:40:40 GMT`summary`I'm rich and famous!  Well, maybe just famous.  Not really famous maybe, but I am in the July/August Oracle Magazine.  The electronic version isn't out yet but I got my hard copy today.  When they post the July issue online, I'll add a link.  I have a profile in the peer section.  The picture is from my trip to Belize this past March.  I was in the jungle on the way to a cave excursion.  You can`webfeeds`2180`2180`
9`INSTANCE`url`http://blogs.ittoolbox.com/oracle/guide/archives/Oracle-Magazine-Profile-10016?rss=1`0`-1`3`5061`2180`2180`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/technology/medtech/0,71041-0.html?tw=rss.index`title`Tech Helps Curb Infant Blindness`timestamp`Tue, 20 Jun 2006 02:00:00 EDT`summary`A Stanford telemedicine program can remotely diagnose premature babies at risk for an eye disease. Early treatment can save their sight. By Michael O'Neill.`webfeeds`2181`2181`
9`INSTANCE`url`http://www.wired.com/news/technology/medtech/0,71041-0.html?tw=rss.index`0`-1`3`5062`2181`2181`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/technology/0,71146-0.html?tw=rss.index`title`AT&T: Wired News Is a 'Scofflaw'`timestamp`Tue, 13 Jun 2006 15:00:00 EDT`summary`In a combative court filing, the telecommunications giant accuses Wired News of stealing trade secrets and violating a court order by "leaking" evidence of alleged illegal internet surveillance to the public. By Ryan Singel.`webfeeds`2182`2182`
9`INSTANCE`url`http://www.wired.com/news/technology/0,71146-0.html?tw=rss.index`0`-1`3`5063`2182`2182`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/technology/0,71170-0.html?tw=rss.index`title`Where 2.0 Gives the World Meaning`timestamp`Fri, 16 Jun 2006 02:00:00 EDT`summary`Building on technologies like Google Earth and increasingly available digital maps, "neogeographers" gather in Silicon Valley to swap recipes for a machine-readable planet. Annalee Newitz reports from San Jose, California.`webfeeds`2183`2183`
9`INSTANCE`url`http://www.wired.com/news/technology/0,71170-0.html?tw=rss.index`0`-1`3`5064`2183`2183`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/music/#1504126`title`And the Bands Play On`timestamp`Mon, 19 Jun 2006 09:15:00 EDT`summary`Website lets you hear bands in all their dirty, scruffy, unvarnished glory. In Listening Post. <img src="http://wiredblogs.tripod.com/music/xml.gif" />`webfeeds`2184`2184`
9`INSTANCE`url`http://blog.wired.com/music/#1504126`0`-1`3`5072`2184`2184`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/culture/0,71157-0.html?tw=rss.index`title`Battling the Copyright Monster`timestamp`Mon, 19 Jun 2006 02:00:00 EDT`summary`Documentary filmmakers should read a new comic book called Bound By Law? that tackles the legal pitfalls of copyright. Why? Because history hangs in the balance. Wired News interview by Fiona Morgan. Plus: Bound by Law gallery`webfeeds`2185`2185`
9`INSTANCE`url`http://www.wired.com/news/culture/0,71157-0.html?tw=rss.index`0`-1`3`5073`2185`2185`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/columns/0,71152-0.html?tw=rss.index`title`The Scariest Terror Threat of All`timestamp`Thu, 15 Jun 2006 02:00:00 EDT`summary`Invite the public to dream up frightening terrorist attacks for an internet competition, and you'll get some spectacular recipes for destruction. Commentary by Bruce Schneier. <img src="http://wiredblogs.tripod.com/sex/xml.gif" />`webfeeds`2186`2186`
9`INSTANCE`url`http://www.wired.com/news/columns/0,71152-0.html?tw=rss.index`0`-1`3`5074`2186`2186`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.webmonkey.com/06/24/index1a.html`title`Banner Blindness`timestamp`Fri, 16 Jun 2006 10:00:00 EDT`summary`Readers take a stand against intrusive advertising, tiny text and other web-usability pet peeves. Plus: Some missed mentions from the link-aggregator shootout. In Webmonkey.`webfeeds`2187`2187`
9`INSTANCE`url`http://www.webmonkey.com/06/24/index1a.html`0`-1`3`5075`2187`2187`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/wireservice/0,71198-0.html?tw=rss.index`title`Drones Taking a Bite Out of Crime`timestamp`Mon, 19 Jun 2006 14:45:00 EDT`summary`In the first field test of drones by urban police, the Los Angeles County Sheriff's Department will try out small remote-controlled surveillance planes to see if they can stand in for helicopters.`webfeeds`2188`2188`
9`INSTANCE`url`http://www.wired.com/news/wireservice/0,71198-0.html?tw=rss.index`0`-1`3`5076`2188`2188`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/technology/0,71190-0.html?tw=rss.index`title`A Hard Choice to Stomach`timestamp`Mon, 19 Jun 2006 10:00:00 EDT`summary`Faced with the near certainty of developing a rare, higly virulent form of stomach cancer, 11 cousins with a genetic disposition for the disease opt to have their stomachs removed.`webfeeds`2189`2189`
9`INSTANCE`url`http://www.wired.com/news/technology/0,71190-0.html?tw=rss.index`0`-1`3`5077`2189`2189`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cars/#1503836`title`Thinking Zinc for Fuel Cells`timestamp`Mon, 19 Jun 2006 07:45:00 EDT`summary`Engineers are hoping to score a perfect 10 with zinc fuel cell buses at the 2008 Olympics in China. Plus: A new documentary investigates the senseless murder of the EV1 electric car.  In Autopia <a href="http://wiredblogs.tripod.com/cars/rss.xml"><img src="http://wiredblogs.tripod.com/cars/xml.gif" />.`webfeeds`2190`2190`
9`INSTANCE`url`http://blog.wired.com/cars/#1503836`0`-1`3`5078`2190`2190`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/politics/0,71180-0.html?tw=rss.index`title`The Pirates Hold a Party`timestamp`Tue, 20 Jun 2006 02:00:00 EDT`summary`Avast! An American version of the Swedish Pirate Party has set sail. Wired News' Eli Milchman walks the platform planks of this new political movement to find out who they are and what they want.`webfeeds`2191`2191`
9`INSTANCE`url`http://www.wired.com/news/politics/0,71180-0.html?tw=rss.index`0`-1`3`5086`2191`2191`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/columns/0,71158-0.html?tw=rss.index`title`The Naked Truth About Sex Ed`timestamp`Fri, 16 Jun 2006 02:00:00 EDT`summary`A new book recognizes that young people today live in a very different world, sexually speaking, than their elders did. Thank goodness. Commentary by Regina Lynn. <img src="http://wiredblogs.tripod.com/sex/xml.gif" />`webfeeds`2192`2192`
9`INSTANCE`url`http://www.wired.com/news/columns/0,71158-0.html?tw=rss.index`0`-1`3`5087`2192`2192`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/copyfight`title`Gallery: Bound by Law`timestamp`Mon, 19 Jun 2006 02:00:00 EDT`summary`See pages from a new comic book that tells documentary filmmakers how to avoid common copyright headaches.`webfeeds`2193`2193`
9`INSTANCE`url`http://blog.wired.com/copyfight`0`-1`3`5088`2193`2193`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/gadgets/`title`No More Funky Footwear?`timestamp`Mon, 19 Jun 2006 07:45:00 EDT`summary`It's hard to style when your shoes smell like the boys' gym. Stick 'em in the Shumidor. In Gear Factor. <a href="http://wiredblogs.tripod.com/gadgets/rss.xml"><img src="http://wiredblogs.tripod.com/gadgets/xml.gif" />`webfeeds`2194`2194`
9`INSTANCE`url`http://blog.wired.com/gadgets/`0`-1`3`5089`2194`2194`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`webfeeds`2195`2195`
9`INSTANCE`url`http://blog.wired.com/cultofmac/#1505630`0`-1`3`5090`2195`2195`
29`INSTANCE`feed_url_1`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_1`http://blog.wired.com/cultofmac/#1505630`title_1`What iPod Sweatshop?`timestamp_1`Mon, 19 Jun 2006 11:40:00 EDT`summary_1`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`cnt_n`1`feed_url_n`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_n`http://blog.wired.com/cultofmac/#1505630`title_n`What iPod Sweatshop?`timestamp_n`Mon, 19 Jun 2006 11:40:00 EDT`summary_n`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`0`-1`6`5091`2195`2195`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt_n`9`feed_url_n`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_n`http://blog.wired.com/cultofmac/#1505630`title_n`What iPod Sweatshop?`timestamp_n`Mon, 19 Jun 2006 11:40:00 EDT`summary_n`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4759`6`5092`1563`2195`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`9`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4759`7`5093`1563`2195`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`9`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1563`2195`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt_n`8`feed_url_n`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_n`http://blog.wired.com/cultofmac/#1505630`title_n`What iPod Sweatshop?`timestamp_n`Mon, 19 Jun 2006 11:40:00 EDT`summary_n`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4771`6`5095`1564`2195`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`8`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4771`7`5096`1564`2195`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`8`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1564`2195`
29`INSTANCE`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt_n`2`feed_url_n`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_n`http://blog.wired.com/cultofmac/#1505630`title_n`What iPod Sweatshop?`timestamp_n`Mon, 19 Jun 2006 11:40:00 EDT`summary_n`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4752`6`5098`2040`2195`
29`INSTANCE`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt`2`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4752`7`5099`2040`2195`
26`WITNESS`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt`2`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`2040`2195`
29`INSTANCE`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt_n`3`feed_url_n`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_n`http://blog.wired.com/cultofmac/#1505630`title_n`What iPod Sweatshop?`timestamp_n`Mon, 19 Jun 2006 11:40:00 EDT`summary_n`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4762`6`5101`2022`2195`
29`INSTANCE`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`3`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4762`7`5102`2022`2195`
26`WITNESS`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`3`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`2022`2195`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt_n`7`feed_url_n`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_n`http://blog.wired.com/cultofmac/#1505630`title_n`What iPod Sweatshop?`timestamp_n`Mon, 19 Jun 2006 11:40:00 EDT`summary_n`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4768`6`5104`1565`2195`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`7`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4768`7`5105`1565`2195`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`7`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1565`2195`
29`INSTANCE`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt_n`4`feed_url_n`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_n`http://blog.wired.com/cultofmac/#1505630`title_n`What iPod Sweatshop?`timestamp_n`Mon, 19 Jun 2006 11:40:00 EDT`summary_n`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4774`6`5107`1698`2195`
29`INSTANCE`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`4`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4774`7`5108`1698`2195`
26`WITNESS`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`4`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1698`2195`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt_n`5`feed_url_n`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_n`http://blog.wired.com/cultofmac/#1505630`title_n`What iPod Sweatshop?`timestamp_n`Mon, 19 Jun 2006 11:40:00 EDT`summary_n`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4753`6`5110`1682`2195`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`5`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4753`7`5111`1682`2195`
26`WITNESS`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`5`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1682`2195`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt_n`10`feed_url_n`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_n`http://blog.wired.com/cultofmac/#1505630`title_n`What iPod Sweatshop?`timestamp_n`Mon, 19 Jun 2006 11:40:00 EDT`summary_n`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4765`6`5113`1561`2195`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt`10`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4765`7`5114`1561`2195`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt`10`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1561`2195`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt_n`6`feed_url_n`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_n`http://blog.wired.com/cultofmac/#1505630`title_n`What iPod Sweatshop?`timestamp_n`Mon, 19 Jun 2006 11:40:00 EDT`summary_n`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4777`6`5116`1681`2195`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`6`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`6`4777`7`5117`1681`2195`
26`WITNESS`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`6`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1681`2195`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`9`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1563`2195`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`8`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1564`2195`
26`EVENT`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt`2`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`2040`2195`
26`EVENT`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`3`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`2022`2195`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`7`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1565`2195`
26`EVENT`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`4`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1698`2195`
26`EVENT`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`5`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1682`2195`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt`10`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1561`2195`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt`10`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`8`-1`9`5119`1561`2195`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12225&goto=newpost`title_1`5g?`timestamp_1``summary_1`Forum: iPodLinux Posted By: VintageTwIx Post Time: 06-19-2006 at 05:45 PM`cnt`10`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`ipod_popularity`1561`2195`
26`EVENT`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`6`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://blog.wired.com/cultofmac/#1505630`title`What iPod Sweatshop?`timestamp`Mon, 19 Jun 2006 11:40:00 EDT`summary`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`12`1681`2195`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/politics/0,71188-0.html?tw=rss.index`title`Net Neutrality Compromise Floated`timestamp`Mon, 19 Jun 2006 08:00:00 EDT`summary`Alaska Republican Ted Stevens adds a new section to the so-called net neutrality bill that would provide for free surfing on the internet but it would still allow ISPs to charge for online content. That won't mollify the likes of Google or Microsoft, who stand to lose big if the legislation passes.`webfeeds`2196`2196`
9`INSTANCE`url`http://www.wired.com/news/politics/0,71188-0.html?tw=rss.index`0`-1`3`5120`2196`2196`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/technology/0,71197-0.html?tw=rss.index`title`Bots Upstage Puny Humans at Show`timestamp`Tue, 20 Jun 2006 02:00:00 EDT`summary`The third annual RoboGames competition shows off machines that can rip each other to shreds or bring a tear to your eye with their sublime grace -- though usually not at the same time. Quinn Norton reports from San Francisco. Plus: RoboGames gallery`webfeeds`2197`2197`
9`INSTANCE`url`http://www.wired.com/news/technology/0,71197-0.html?tw=rss.index`0`-1`3`5122`2197`2197`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/technology/internet/0,71169-0.html?tw=rss.index`title`Diesels Are the New Heroin`timestamp`Mon, 19 Jun 2006 02:00:00 EDT`summary`Backpackers in Southeast Asia skip smuggling heroin. What's the point? It's much easier to peddle counterfeit jeans on eBay. Jeff Koyen reports from Bangkok, Thailand.`webfeeds`2198`2198`
9`INSTANCE`url`http://www.wired.com/news/technology/internet/0,71169-0.html?tw=rss.index`0`-1`3`5123`2198`2198`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/columns/0,71181-0.html?tw=rss.index`title`Tune in Next Week for Gaming Fun`timestamp`Mon, 19 Jun 2006 02:00:00 EDT`summary`Episodic gaming will save the narrative video game, one vivid installment at a time. Commentary by Clive Thompson. <img src="http://wiredblogs.tripod.com/games/xml.gif" />`webfeeds`2199`2199`
9`INSTANCE`url`http://www.wired.com/news/columns/0,71181-0.html?tw=rss.index`0`-1`3`5131`2199`2199`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/technology/0,71191-0.html?tw=rss.index`title`Androids Dream of Soccer Glory`timestamp`Mon, 19 Jun 2006 12:30:00 EDT`summary`Two-legged walking and heat-controlled robots get a workout at this year's RoboCup tournament. John Borland reports from Bremen, Germany. Plus: RoboCup gallery.`webfeeds`2200`2200`
9`INSTANCE`url`http://www.wired.com/news/technology/0,71191-0.html?tw=rss.index`0`-1`3`5132`2200`2200`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/technology/autotech/0,71192-0.html?tw=rss.index`title`Diesels Under Pressure`timestamp`Tue, 20 Jun 2006 02:00:00 EDT`summary`U.S auto manufacturers don't quite embrace the diesel engine, not the way they do in Europe. From Forbes.com`webfeeds`2201`2201`
9`INSTANCE`url`http://www.wired.com/news/technology/autotech/0,71192-0.html?tw=rss.index`0`-1`3`5133`2201`2201`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/columns/0,71172-0.html?tw=rss.index`title`Going Tribal in Neubeca`timestamp`Tue, 20 Jun 2006 02:00:00 EDT`summary`Momus picks up traces of his own kind in a Berlin neighborhood, which like New York City's Tribeca years ago, mixes artists and immigrants. Among the telltale signs: hip cafes, open Wi-Fi and secret cinema clubs. Commentary by Momus. <img src="http://wiredblogs.tripod.com/games/xml.gif" />`webfeeds`2202`2202`
9`INSTANCE`url`http://www.wired.com/news/columns/0,71172-0.html?tw=rss.index`0`-1`3`5134`2202`2202`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/technology/space/0,71194-0.html?tw=rss.index`title`New Observatory a Ray of Hope`timestamp`Mon, 19 Jun 2006 12:15:00 EDT`summary`The United States and Japan join forces to look to the heavens for an answer to the mystery of the mighty cosmic ray. By Eli Milchman.`webfeeds`2203`2203`
9`INSTANCE`url`http://www.wired.com/news/technology/space/0,71194-0.html?tw=rss.index`0`-1`3`5135`2203`2203`
1`EOE`
14`EVENT`feed_url`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url`http://www.wired.com/news/technology/0,71154-0.html?tw=rss.index`title`How to Foil Identity Thieves`timestamp`Thu, 15 Jun 2006 02:00:00 EDT`summary`A confused Congress is poised to make things easier for the crooks, but you can take steps to protect yourself from becoming a statistic. By Ryan Singel.`webfeeds`2204`2204`
9`INSTANCE`url`http://www.wired.com/news/technology/0,71154-0.html?tw=rss.index`0`-1`3`5136`2204`2204`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/vstudio/default.aspx?pull=/library/en-us/dnvs05/html/CstVSDbgDsplDt.asp`title`Customize the Visual Studio 2005 Debugger Display of Your Data`timestamp`Thu, 08 Jun 2006 21:52:51 GMT`summary`Calvin Hsia illustrates ways to customize the Visual Studio 2005 Debugger to get the most out of your debugging time.`webfeeds`2205`2205`
9`INSTANCE`url`http://msdn.microsoft.com/vstudio/default.aspx?pull=/library/en-us/dnvs05/html/CstVSDbgDsplDt.asp`0`-1`3`5137`2205`2205`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dv_vstechart/html/DiagnoseThis.asp`title`Diagnose This: Launching and Controlling System Processes with Visual Basic 6 and the .NET Framework`timestamp`Tue, 09 May 2006 23:10:54 GMT`summary`Explains how to use the Process class (in the System.Diagnostics section of the .NET Framework Class Library) from a Visual Basic 6 application, to launch and control system processes.`webfeeds`2206`2206`
9`INSTANCE`url`http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dv_vstechart/html/DiagnoseThis.asp`0`-1`3`5145`2206`2206`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060608VBasicJS/manifest.xml`title`Refactoring in Visual Basic 2005`timestamp`Fri, 09 Jun 2006 04:47:00 GMT`summary`Jay Schmelzer talks about source code refactoring and provides a demo of Refactor! for Visual Basic 2005, a free tool from Developer Express, Inc. that adds refactoring support to the Visual Basic 2005 development environment.`webfeeds`2207`2207`
9`INSTANCE`url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060608VBasicJS/manifest.xml`0`-1`3`5146`2207`2207`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/webservices/understanding/advancedwebservices/default.aspx?pull=/library/en-us/dnwebsrv/html/identitym`title`Microsoft's Vision for an Identity Metasystem`timestamp`Thu, 12 May 2005 07:00:00 GMT`summary`The Identity Metasystem is an interoperable architecture for digital identity that assumes people will have several digital identities based on multiple underlying technologies, implementations, and providers.`webfeeds`2208`2208`
9`INSTANCE`url`http://msdn.microsoft.com/webservices/understanding/advancedwebservices/default.aspx?pull=/library/en-us/dnwebsrv/html/identitym`0`-1`3`5147`2208`2208`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20050512SQLServerDF/manifest.xml`title`Data Cleansing Applications with SQL Server Integration Services`timestamp`Thu, 12 May 2005 07:00:00 GMT`summary`Data quality is a critical issue in data integration. Donald Farmer introduces the data quality features of SQL Server Integration Services with demos that show how to use the Fuzzy Lookup component for inexact matching and how to use Data Mining within the data integration process.`webfeeds`2209`2209`
9`INSTANCE`url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20050512SQLServerDF/manifest.xml`0`-1`3`5148`2209`2209`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/coding4fun/inthebox/mobile2/default.aspx`title`You Can Take It With You, Part 2`timestamp`Fri, 19 May 2006 18:03:23 GMT`summary`In this second part of his article on mobility, Arian Kulp focuses on mobile network connectivity awareness. He discusses how to create applications that can handle dropped wireless connections and then resume when a new connection is available.`webfeeds`2210`2210`
9`INSTANCE`url`http://msdn.microsoft.com/coding4fun/inthebox/mobile2/default.aspx`0`-1`3`5149`2210`2210`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406048(office.12).aspx`title`Customizing the Office (2007) Document Inspector`timestamp`Thu, 25 May 2006 17:43:33 GMT`summary`Learn to customize the Document Inspector in 2007 Microsoft Office suites. Users now have one place to find metadata or hidden information in their documents and to take action. And, developers can create custom modules for special circumstances.`webfeeds`2211`2211`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406048(office.12).aspx`0`-1`3`5150`2211`2211`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/XML/BuildingXML/XMLStylesheets/default.aspx?pull=/library/en-us/dnxml/html/xslwhitespace.asp`title`Whitespace Handling in XSLT Transformation`timestamp`Fri, 26 May 2006 03:59:51 GMT`summary`Explores whitespace handling in XSLT transformation applications, using the managed XslCompiledTransform class, the native MSXML DOMDocument object, and Internet Explorer and XSLT Debugger tools.`webfeeds`2212`2212`
9`INSTANCE`url`http://msdn.microsoft.com/XML/BuildingXML/XMLStylesheets/default.aspx?pull=/library/en-us/dnxml/html/xslwhitespace.asp`0`-1`3`5151`2212`2212`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406039(office.12).aspx`title`Project Server 2007: Getting Started with a New Platform for Developers`timestamp`Fri, 02 Jun 2006 18:49:25 GMT`summary`Explore the Microsoft Office Project Server 2007 functionality that uses a completely new platform built on the Microsoft .NET Framework 2.0 and Microsoft Windows SharePoint Services (version 3).`webfeeds`2213`2213`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406039(office.12).aspx`0`-1`3`5159`2213`2213`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://www.microsoft.com/downloads/details.aspx?FamilyId=4329D9E9-4D11-46A5-898D-23E4F331E9AE&displaylang=en`title`2007 Office System Document: Lists of Control IDs`timestamp`Fri, 02 Jun 2006 19:28:04 GMT`summary`This download contains files that list the control IDs for built-in controls in all applications that use the Ribbon.`webfeeds`2214`2214`
9`INSTANCE`url`http://www.microsoft.com/downloads/details.aspx?FamilyId=4329D9E9-4D11-46A5-898D-23E4F331E9AE&displaylang=en`0`-1`3`5160`2214`2214`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060601MSDNJA/manifest.xml`title`Building a Better MSDN Search`timestamp`Fri, 02 Jun 2006 03:21:43 GMT`summary`Jeremiah Andrick talks about how MSDN is working to improve the discoverability of content and how you can help to make it better.`webfeeds`2215`2215`
9`INSTANCE`url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060601MSDNJA/manifest.xml`0`-1`3`5161`2215`2215`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://www.microsoft.com/downloads/details.aspx?FamilyId=BAA487E9-E1B9-4A10-BEEA-1FD906B77F92&displaylang=en`title`Groove 2007: Software Development Kit`timestamp`Mon, 22 May 2006 19:30:37 GMT`summary`The Groove 2007 SDK (Beta) contains documentation, WSDL, and sample code for applications that use Groove Web Services. In addition, the SDK contains developer documentation for the Groove 2007 Forms and Groove 2007 InfoPath Forms tools.`webfeeds`2216`2216`
9`INSTANCE`url`http://www.microsoft.com/downloads/details.aspx?FamilyId=BAA487E9-E1B9-4A10-BEEA-1FD906B77F92&displaylang=en`0`-1`3`5162`2216`2216`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406052(office.12).aspx`title`Developer Overview of the User Interface for the 2007 Microsoft Office System`timestamp`Fri, 02 Jun 2006 19:08:30 GMT`summary`Read an overview of the user interface (UI) system for the 2007 release of the Microsoft Office applications and the goals behind the redesign of the UI. Learn about the impact of the redesigned UI on custom solutions and add-ins.`webfeeds`2217`2217`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406052(office.12).aspx`0`-1`3`5163`2217`2217`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://go.microsoft.com/?linkid=4267495`title`Test-Drive Windows Workflow Foundation via MSDN Virtual Labs!`timestamp`Fri, 05 May 2006 23:59:52 GMT`summary`MSDN Virtual Labs provide a free, no-installation environment where you can evaluate a product through guided, hands-on labs. Learn how Windows Workflow Foundation enables the architecture and development of workflow-enabled Windows applications.`webfeeds`2218`2218`
9`INSTANCE`url`http://go.microsoft.com/?linkid=4267495`0`-1`3`5164`2218`2218`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://go.microsoft.com/?linkid=4692030`title`Test out Windows Workflow Foundation - Beta 2 using Virutal Labs`timestamp`Fri, 12 May 2006 21:59:45 GMT`summary`Get hands-on training of Windows Workflow Foundation in this MSDN Virtual Lab.`webfeeds`2219`2219`
9`INSTANCE`url`http://go.microsoft.com/?linkid=4692030`0`-1`3`5165`2219`2219`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/`title`Visio 2007: Software Development Kit`timestamp`Mon, 22 May 2006 19:29:20 GMT`summary`The Beta 2 version of the Microsoft Office Visio 2007 SDK contains sample applications, code snippets, documentation, and tools, including the ShapeStudio, Event Monitor, Persistent Events, Print ShapeSheet, and Solution Publishing tools.`webfeeds`2220`2220`
9`INSTANCE`url`http://msdn.microsoft.com/`0`-1`3`5173`2220`2220`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://go.microsoft.com/?linkid=4692033`title`Check out Windows Communication Foundation Virtual Labs`timestamp`Fri, 12 May 2006 22:22:51 GMT`summary`Learn how to build secure, reliable, transacted Web services applications that interoperate with applications built on other platforms and integrate with the applications you're building on todays .NET technologies with this MSDN Virtual Lab.`webfeeds`2221`2221`
9`INSTANCE`url`http://go.microsoft.com/?linkid=4692033`0`-1`3`5174`2221`2221`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/http://msdn2.microsoft.com/en-us/ms406053(office.12).aspx`title`Creating Word 2007 Templates Programmatically`timestamp`Thu, 25 May 2006 17:36:44 GMT`summary`Read details about how to create document templates programmatically for Microsoft Office Word 2007, including information about using the new content controls, document building blocks, and XML mapping. Review some of the newest members of the Word 2007`webfeeds`2222`2222`
9`INSTANCE`url`http://msdn.microsoft.com/http://msdn2.microsoft.com/en-us/ms406053(office.12).aspx`0`-1`3`5175`2222`2222`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060518ASPNETSS/manifest.xml`title`Build Your Own ASP.NET Provider-Based Feature`timestamp`Thu, 18 May 2006 21:04:51 GMT`summary`Stefan Schackow shows how to author your own ASP.NET provider-based features by leveraging the provider model support in the .NET Framework 2.0 to quickly and easily build a pluggable and extensible provider layer.`webfeeds`2223`2223`
9`INSTANCE`url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060518ASPNETSS/manifest.xml`0`-1`3`5176`2223`2223`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060525WPFCH/manifest.xml`title`Overview of Text and Flow Layout in Windows Presentation Foundation`timestamp`Fri, 26 May 2006 23:56:20 GMT`summary`Chris Han and Amar Atwal demo text and flow layout features in Windows Presentation Foundation (WPF) that allow you to take real world print ideas and translate them into the digital medium.`webfeeds`2224`2224`
9`INSTANCE`url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060525WPFCH/manifest.xml`0`-1`3`5177`2224`2224`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/WOSComPOS.asp`title`Microsoft OS Comparison for Point of Service Devices`timestamp`Mon, 15 May 2006 21:54:07 GMT`summary`This set of frequently asked questions is aimed at helping decide which Windows operating system is most appropriate for a retail or hospitality organization's point of service (POS) devices.`webfeeds`2225`2225`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/WOSComPOS.asp`0`-1`3`5178`2225`2225`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql2k5CollMgrSAGde.asp`title`Collection Manager Sample Application Guide`timestamp`Wed, 17 May 2006 19:51:52 GMT`summary`Provides instructional information for the Microsoft development features used in the Collection Manager sample application.`webfeeds`2226`2226`
9`INSTANCE`url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql2k5CollMgrSAGde.asp`0`-1`3`5179`2226`2226`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://download.microsoft.com/download/3/3/2/33232a58-147f-422b-9e19-05e68e4b4b24/268940_enu_i386_zip.exe`title`Download the Visual Studio 2005 Fix for Working with Large Visual C++ Solutions`timestamp`Wed, 07 Jun 2006 17:50:50 GMT`summary`Visual Studio 2005 IDE (KB:916769) will sometimes stop functioning (hang) when working with large Microsoft Visual C++ solutions on computers with a single, non hyper-threaded processor. The Visual C++ team has has created a patch that fixes this problem.`webfeeds`2227`2227`
9`INSTANCE`url`http://download.microsoft.com/download/3/3/2/33232a58-147f-422b-9e19-05e68e4b4b24/268940_enu_i386_zip.exe`0`-1`3`5186`2227`2227`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406043(office.12).aspx`title`SharePoint Server 2007 for MCMS 2002 Developers`timestamp`Fri, 02 Jun 2006 18:39:04 GMT`summary`Explore SharePoint Server 2007, which merges functionality of MCMS 2002 and SharePoint Portal Server 2003 with new functionality to create one integrated set of technologies built on Windows SharePoint Services V3.`webfeeds`2228`2228`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406043(office.12).aspx`0`-1`3`5187`2228`2228`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/MngCstmShlAD.asp`title`Managing A Custom Shell via Active Directory`timestamp`Mon, 15 May 2006 21:55:59 GMT`summary`This article introduces Windows policy-based management, which provides an easy, simplified approach to securing the desktop for point of service, and it explains how to do this across a retail organization.`webfeeds`2229`2229`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/MngCstmShlAD.asp`0`-1`3`5188`2229`2229`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/vstudio/DSLTools/default.aspx?pull=/library/en-us/dnvs05/html/mddotnetentapp.asp`title`Model-Driven Development of .NET Enterprise Applications`timestamp`Mon, 15 May 2006 23:50:16 GMT`summary`Explores the role of domain-specific languages and Visual Studio 2005 Domain Specific Language Tools (DSLs) and show how they can be used to automate the generation of an enterprise application for the .NET platform.`webfeeds`2230`2230`
9`INSTANCE`url`http://msdn.microsoft.com/vstudio/DSLTools/default.aspx?pull=/library/en-us/dnvs05/html/mddotnetentapp.asp`0`-1`3`5190`2230`2230`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://www.microsoft.com/betaexperience/default.aspx`title`Windows Vista and 2007 Microsoft Office System Betas Available`timestamp`Thu, 25 May 2006 21:31:48 GMT`summary`Join the Windows Vista and 2007 Microsoft Office System Beta Experience. Download or order the betas, and get bonus material and valuable resources.`webfeeds`2231`2231`
9`INSTANCE`url`http://www.microsoft.com/betaexperience/default.aspx`0`-1`3`5192`2231`2231`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://go.microsoft.com/?linkid=4464183`title`New Book from MS Press: CLR via C#, Second Edition`timestamp`Fri, 12 May 2006 21:34:41 GMT`summary`Dig deep and master the intricacies of the common language runtime (CLR) and the .NET Framework. Written by the highly regarded programming expert and consultant to the Microsoft .NET team, Jeffrey Richter.`webfeeds`2232`2232`
9`INSTANCE`url`http://go.microsoft.com/?linkid=4464183`0`-1`3`5193`2232`2232`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/webservices/default.aspx?pull=/library/en-us/dnglobspec/html/wssecurspecindex.asp?FRAME=true#websso`title`New specifications enable browser-based Web Single Sign-On (SSO) between security domains that use Liberty ID-FF and WS-Federation`timestamp`Fri, 13 May 2005 07:00:00 GMT`summary`Customer feedback has driven the development of two specs to enable browser-based Web single sign-on across domains.  The Web Single Sign-On Interoperability Profile and Web Single Sign-On Metadata Exchange Protocol specs define interoperability between Liberty Identity Federation and WS-Federation for WebSSO.`webfeeds`2233`2233`
9`INSTANCE`url`http://msdn.microsoft.com/webservices/default.aspx?pull=/library/en-us/dnglobspec/html/wssecurspecindex.asp?FRAME=true#websso`0`-1`3`5194`2233`2233`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/EntIntGuidRSA.asp`title`Enterprise Integration - Guidance for Retail Solution Architects`timestamp`Mon, 15 May 2006 21:50:47 GMT`summary`Serving the needs of both business stakeholders and enterprise architects requires a practical approach to enterprise integration and service oriented design; learn how with tips in this article.`webfeeds`2234`2234`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/EntIntGuidRSA.asp`0`-1`3`5195`2234`2234`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://devreadiness.org`title`Get Your Applications Ready for Windows Vista`timestamp`Sat, 10 Jun 2006 02:44:47 GMT`summary`DevReadiness.org is the developer community site to help you get your applications ready for Windows Vista. Learn how to test your application for Windows Vista, and find simple remedies to fix the most common issues.`webfeeds`2235`2235`
9`INSTANCE`url`http://devreadiness.org`0`-1`3`5203`2235`2235`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql2k5RpWbSAGde.asp`title`Reports Web Sample Application Guide`timestamp`Wed, 17 May 2006 19:52:40 GMT`summary`Provides instructional information for the Microsoft development features used in the Reports Windows sample application.`webfeeds`2236`2236`
9`INSTANCE`url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql2k5RpWbSAGde.asp`0`-1`3`5204`2236`2236`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://www.projectglidepath.net`title`Project Glidepath public beta has launched!`timestamp`Tue, 13 Jun 2006 20:54:50 GMT`summary`Visit http://www.projectglidepath.net to participate in the Microsoft MicroISV Evangelism program that delivers an in-Visual-Studio experience providing the workflow-based guidance, sample code and technology to create applications for Windows Vista.`webfeeds`2237`2237`
9`INSTANCE`url`http://www.projectglidepath.net`0`-1`3`5205`2237`2237`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/WEPOSnobt.asp`title`Installing and Deploying WEPOS in Challenging Environments`timestamp`Mon, 15 May 2006 21:55:06 GMT`summary`This article explains how to install Windows Embedded for Point of Service on a machine that does not have a bootable CD or a PXE-compliant network interface card.`webfeeds`2238`2238`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/WEPOSnobt.asp`0`-1`3`5206`2238`2238`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/dotnetrocks/`title`.NET Rocks! - Ted Neward on Project Automation`timestamp`Wed, 10 May 2006 19:44:36 GMT`summary`Ted Neward makes a rallying call for developers to do everything they can to automate software development, from Continuous Integration to automatic testing and feedback.`webfeeds`2239`2239`
9`INSTANCE`url`http://msdn.microsoft.com/dotnetrocks/`0`-1`3`5207`2239`2239`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql2k5RepWinSAGde.asp`title`Reports Windows Sample Application Guide`timestamp`Wed, 17 May 2006 19:53:14 GMT`summary`Provides instructional information that describes many of the Microsoft development features used in the Reports Web sample application.`webfeeds`2240`2240`
9`INSTANCE`url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql2k5RepWinSAGde.asp`0`-1`3`5208`2240`2240`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/theshow/episode.aspx?xml=theshow/en/Episode056/manifest.xml`title`The .NET Show: IIS 7.0`timestamp`Thu, 18 May 2006 21:12:00 GMT`summary`Shipping with Windows Vista will be the latest version of Internet Information Services (IIS), which includes a broad collection of features and capabilities that have been anxiously awaited by both developers and IT Pros.`webfeeds`2241`2241`
9`INSTANCE`url`http://msdn.microsoft.com/theshow/episode.aspx?xml=theshow/en/Episode056/manifest.xml`0`-1`3`5209`2241`2241`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://download.microsoft.com/download/a/6/1/a61dd5df-f52c-42d5-a95c-7a7fb7a6a466/ContentTypes.wmv`title`Office 2007 Video: Creating and Using Content Types in Windows SharePoint Services 3.0`timestamp`Mon, 22 May 2006 19:38:09 GMT`summary`Download this series of developer-oriented videos to view virtual tours of new features in the 2007 Microsoft Office system.`webfeeds`2242`2242`
9`INSTANCE`url`http://download.microsoft.com/download/a/6/1/a61dd5df-f52c-42d5-a95c-7a7fb7a6a466/ContentTypes.wmv`0`-1`3`5217`2242`2242`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/coding4fun/gamedevelopment/kpl_missilecom/default.aspx`title`Kid's Programming Language: Missile Command!`timestamp`Fri, 26 May 2006 18:00:00 GMT`summary`Jon Schwartz and Larry Serflaten present the Kid's Programming Language (KPL) version of Missile Command and build on earlier KPL games by adding more 3D support, creating more sophisticated event handling, and controlling the game sound features.`webfeeds`2243`2243`
9`INSTANCE`url`http://msdn.microsoft.com/coding4fun/gamedevelopment/kpl_missilecom/default.aspx`0`-1`3`5218`2243`2243`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/vstudio/teamsystem/tester/default.aspx?pull=/library/en-us/dnvs05/html/GuidelinesforTDD.asp`title`Guidelines for Test-Driven Development`timestamp`Wed, 17 May 2006 18:25:54 GMT`summary`Find out how to incorporate Visual Studio Team System into Test-Driven development practices emphasized in Agile development methodologies.`webfeeds`2244`2244`
9`INSTANCE`url`http://msdn.microsoft.com/vstudio/teamsystem/tester/default.aspx?pull=/library/en-us/dnvs05/html/GuidelinesforTDD.asp`0`-1`3`5219`2244`2244`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/security/identityaccess/default.aspx`title`Identity and Access Management`timestamp`Thu, 08 Jun 2006 20:06:45 GMT`summary`The Identity and Access Management site features the most current information, tools/technology downloads, articles, media, and communities to aid developers in their design, development, and testing of identity-aware, directory-enabled applications.`webfeeds`2245`2245`
9`INSTANCE`url`http://msdn.microsoft.com/security/identityaccess/default.aspx`0`-1`3`5220`2245`2245`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406047(office.12).aspx`title`Customizing the Office (2007) Ribbon User Interface for Developers (Part 2 of 2)`timestamp`Fri, 02 Jun 2006 19:16:41 GMT`summary`This article is the companion to the part-one article of the same name. This article contains detailed reference material about the controls and method signatures for the Ribbon user interface, and a section of frequently asked questions. With this inform`webfeeds`2246`2246`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406047(office.12).aspx`0`-1`3`5221`2246`2246`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406042(office.12).aspx`title`What's New for Developers in OneNote 2007 (Part 1 of 2)`timestamp`Fri, 02 Jun 2006 18:26:51 GMT`summary`This article is part one of a two-part series introducing and explaining new features of interest to developers in Microsoft Office OneNote 2007. Developer-related features include a new COM API that offers new import, export, selection, and search functi`webfeeds`2247`2247`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406042(office.12).aspx`0`-1`3`5222`2247`2247`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://go.microsoft.com/?linkid=4369209`title`Video Game Development: Learn to Write C# the Fun Way`timestamp`Tue, 13 Jun 2006 22:30:54 GMT`summary`Learn a fun way to write in C#!  Instructors from the DigiPen Institute of Technology introduce participants to the concepts of 3-D video game production in this on-demand webcast series.`webfeeds`2248`2248`
9`INSTANCE`url`http://go.microsoft.com/?linkid=4369209`0`-1`3`5223`2248`2248`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://download.microsoft.com/download/a/6/1/a61dd5df-f52c-42d5-a95c-7a7fb7a6a466/AspWebPartsForWss3.wmv`title`Office 2007 Video: Building ASP.NET Web Parts for Windows SharePoint Services V3`timestamp`Mon, 22 May 2006 19:36:46 GMT`summary`Download this series of developer-oriented videos to view virtual tours of new features in the 2007 Microsoft Office system.`webfeeds`2249`2249`
9`INSTANCE`url`http://download.microsoft.com/download/a/6/1/a61dd5df-f52c-42d5-a95c-7a7fb7a6a466/AspWebPartsForWss3.wmv`0`-1`3`5230`2249`2249`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406041(office.12).aspx`title`Hosting the InfoPath Form Editing Environment in a Custom Windows Form Application`timestamp`Fri, 02 Jun 2006 18:59:56 GMT`summary`Learn how to incorporate this control into your application, work with the XML data generated by the Form Control, and use IOLECommands to replicate functionality of the InfoPath 2007 form editing environment.`webfeeds`2250`2250`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406041(office.12).aspx`0`-1`3`5232`2250`2250`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/msdnmag/issues/06/06/CAtWork/default.aspx`title`C++ at Work: Managed Code in Visual Studio 2005`timestamp`Fri, 05 May 2006 22:38:43 GMT`summary`This month Paul DiLascia recounts his experiences switching to Visual Studio 2005 and shares some of the lessons he learned.`webfeeds`2251`2251`
9`INSTANCE`url`http://msdn.microsoft.com/msdnmag/issues/06/06/CAtWork/default.aspx`0`-1`3`5233`2251`2251`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/ameripaypaging.asp`title`Improving Application Performance by Implementing Paginated Lists`timestamp`Thu, 12 May 2005 07:00:00 GMT`summary`Describes how Ameripay has implemented the "How To: Page Records in .NET Applications" section of the Microsoft patterns & practices book Improving .NET Application Performance and Scalability.`webfeeds`2252`2252`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/ameripaypaging.asp`0`-1`3`5234`2252`2252`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406050(office.12).aspx`title`Creating Office (2007) Custom Task Panes`timestamp`Thu, 25 May 2006 17:23:01 GMT`summary`The 2007 release of the Microsoft Office system introduces custom task panes that give you the tools to put the features and information your customers need when and where they want them. Learn how you can use custom task panes in your applications.`webfeeds`2253`2253`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406050(office.12).aspx`0`-1`3`5235`2253`2253`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/msdnmag/issues/06/06/EndBracket/default.aspx`title`{End Bracket}: Singularity`timestamp`Fri, 05 May 2006 22:41:30 GMT`summary`In studying the trade-offs inherent in the use of safe languages, Microsoft Research built Singularity, a new operating system written almost entirely in C#, which executes only verifiably safe programs. Read about it here.`webfeeds`2254`2254`
9`INSTANCE`url`http://msdn.microsoft.com/msdnmag/issues/06/06/EndBracket/default.aspx`0`-1`3`5236`2254`2254`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/SaaSChat_MSDN.asp`title`An MSDN Architecture Chat about Software as a Service with Gianpaolo Carraro`timestamp`Tue, 16 May 2006 23:10:23 GMT`summary`Review a chat about Software as a Service (SaaS) and the implications for enterprise architects and Independent Software Vendors (ISVs).`webfeeds`2255`2255`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/SaaSChat_MSDN.asp`0`-1`3`5237`2255`2255`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/XML/rss/sle/default.aspx`title`Simple List Extensions Specification`timestamp`Sat, 06 May 2006 00:00:10 GMT`summary`Learn how the new Simple List Extensions extends existing feed formats such as RSS 2.0 and Atom to make generating and exposing ordered lists of items easier and more accessible to users.`webfeeds`2256`2256`
9`INSTANCE`url`http://msdn.microsoft.com/XML/rss/sle/default.aspx`0`-1`3`5245`2256`2256`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/coding4fun/gamedevelopment/sudoku1/default.aspx`title`Building a WPF Sudoku Game, Part 1: Introduction to WPF and XAML`timestamp`Fri, 12 May 2006 22:39:43 GMT`summary`Lucas Magder begins a five-part series on developing games for the Windows Presentation Foundation. See how to create the UI for a Sudoku game using WPF styles.`webfeeds`2257`2257`
9`INSTANCE`url`http://msdn.microsoft.com/coding4fun/gamedevelopment/sudoku1/default.aspx`0`-1`3`5246`2257`2257`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406049(office.12).aspx`title`Introducing the Microsoft Office (2007) Open XML File Formats`timestamp`Fri, 02 Jun 2006 18:54:11 GMT`summary`Learn the benefits of the Microsoft Office (2007) Open XML Formats. Users can exchange data between Office applications and enterprise systems using XML and ZIP technologies. Documents are universally accessible. And, you reduce the risk of damaged files.`webfeeds`2258`2258`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406049(office.12).aspx`0`-1`3`5247`2258`2258`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/msdnmag/issues/06/07/WebAppFollies/default.aspx`title`Keep Sites Running Smoothly By Avoiding These 10 Common ASP.NET Pitfalls`timestamp`Tue, 13 Jun 2006 22:20:36 GMT`summary`Read about 10 of the pitfalls that can litter the path to releasing your production ASP.NET applications, and what you can do to avoid them.`webfeeds`2259`2259`
9`INSTANCE`url`http://msdn.microsoft.com/msdnmag/issues/06/07/WebAppFollies/default.aspx`0`-1`3`5248`2259`2259`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/SecRtlStrPrt1.asp`title`Securing the Retail Store Series`timestamp`Fri, 12 May 2006 23:05:21 GMT`summary`This three-part series discusses the Microsoft vision of retail store security. It provides a technical roadmap to achieve this vision, and discusses the alternative solutions where infrastructure, cost, and complexity constraints exist.`webfeeds`2260`2260`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/SecRtlStrPrt1.asp`0`-1`3`5249`2260`2260`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406051(office.12).aspx`title`Extending the Office (2007) Fixed-Format Export Feature`timestamp`Fri, 02 Jun 2006 19:04:33 GMT`summary`Create a COM add-in for an application in the 2007 Microsoft Office release, such as Microsoft Office Publisher 2007, that extends the Office fixed-format export feature to support new formats. The technique described requires knowledge of C++ and COM.`webfeeds`2261`2261`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406051(office.12).aspx`0`-1`3`5250`2261`2261`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/MedLibStrtKit.asp`title`ASP.NET Jumpstart: Introduction to the Media Share Library Starter Kit`timestamp`Wed, 10 May 2006 21:42:43 GMT`summary`Learn how to build your own starter kit using ASP.NET and Visual Studio 2005 or Visual Web Developer 2005 Express Edition.`webfeeds`2262`2262`
9`INSTANCE`url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/MedLibStrtKit.asp`0`-1`3`5251`2262`2262`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/webservices/understanding/advancedwebservices/default.aspx?pull=/library/en-us/dnwebsrv/html/lawsofide`title`The Laws of Identity`timestamp`Thu, 12 May 2005 07:00:00 GMT`summary`Defining a set of fundamental principles to which any universally adopted, sustainable identity architecture must conform, the "Laws of Identity" were proposed, debated, and refined through an open and continuing dialogue on the Internet.`webfeeds`2263`2263`
9`INSTANCE`url`http://msdn.microsoft.com/webservices/understanding/advancedwebservices/default.aspx?pull=/library/en-us/dnwebsrv/html/lawsofide`0`-1`3`5258`2263`2263`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/GdeMSDNRIC.asp`title`Guide to the MSDN Retail Industry Center`timestamp`Mon, 15 May 2006 21:49:37 GMT`summary`This FAQ addresses common questions regarding the intent, content, scope, and long term plans for the Retail Industry Center.`webfeeds`2264`2264`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/GdeMSDNRIC.asp`0`-1`3`5260`2264`2264`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/ATMPrvDsnPttrn.asp`title`Beyond Membership: Using the Provider Design Pattern For Custom Features`timestamp`Thu, 08 Jun 2006 21:51:53 GMT`summary`ASP.NET 2.0 offers an abstract membership API for adding authentication and membership management functionality to your applications with the Provider Pattern. Aaron Murrell shows how to implement it.`webfeeds`2265`2265`
9`INSTANCE`url`http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/ATMPrvDsnPttrn.asp`0`-1`3`5261`2265`2265`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/coding4fun/gamedevelopment/beginning8/default.aspx`title`Beginning Game Development VIII: DirectSound`timestamp`Fri, 19 May 2006 20:00:12 GMT`summary`Derek Pierson is back with his latest article in the Beginning Game Development series. This time he focuses on the capabilities of DirectSound, delving into the world of 3D sound and showing you how to create a more immersive game experience.`webfeeds`2266`2266`
9`INSTANCE`url`http://msdn.microsoft.com/coding4fun/gamedevelopment/beginning8/default.aspx`0`-1`3`5262`2266`2266`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/mobility/default.aspx?pull=/library/en-us/dnpag2/html/mcsflp.asp`title`patterns and practices Goes Mobile!`timestamp`Thu, 08 Jun 2006 00:15:38 GMT`summary`The Microsoft patterns & practices team has released the first Community Technical Preview (CTP) for the Mobile Client Software Factory. The factory will help architects and developers design and build mobile LOB solutions.`webfeeds`2267`2267`
9`INSTANCE`url`http://msdn.microsoft.com/mobility/default.aspx?pull=/library/en-us/dnpag2/html/mcsflp.asp`0`-1`3`5263`2267`2267`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://www.microsoft.com/downloads/details.aspx?familyid=5ae8ea78-6ba9-4de4-aabd-2616d010caa7&displaylang=en`title`Download the Developer Overview of the Office System 2007 User Interface`timestamp`Tue, 09 May 2006 20:01:18 GMT`summary`Get a developer-oriented review of the user interface for the 2007 release of the Microsoft Office System including a discussion of the impact of the redesigned UI on custom solutions.`webfeeds`2268`2268`
9`INSTANCE`url`http://www.microsoft.com/downloads/details.aspx?familyid=5ae8ea78-6ba9-4de4-aabd-2616d010caa7&displaylang=en`0`-1`3`5264`2268`2268`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://www.microsoft.com/downloads/details.aspx?FamilyID=09c426ce-b06d-415c-a9e1-976268e16181&DisplayLang=en`title`Office 2007 Video: Developing Solutions Using The Consolidated Outlook Object Model`timestamp`Mon, 22 May 2006 19:40:40 GMT`summary`Learn about new platform features in Microsoft Office Outlook 2007.`webfeeds`2269`2269`
9`INSTANCE`url`http://www.microsoft.com/downloads/details.aspx?FamilyID=09c426ce-b06d-415c-a9e1-976268e16181&DisplayLang=en`0`-1`3`5265`2269`2269`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406046(office.12).aspx`title`Customizing the Office (2007) Ribbon User Interface for Developers (Part 1 of 2)`timestamp`Fri, 02 Jun 2006 19:20:00 GMT`summary`Learn about the scenarios and XML markup that you can use to customize the Ribbon user interface (UI) in the 2007 Microsoft Office release. The Ribbon UI replaces menus, toolbars, and most of the task pane UI in the 2007 release.`webfeeds`2270`2270`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406046(office.12).aspx`0`-1`3`5273`2270`2270`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/vbrun/default.aspx?pull=/library/en-us/dnvs05/html/DeplApplic.asp`title`Deploying contemporary applications with ClickOnce`timestamp`Tue, 16 May 2006 17:29:25 GMT`summary`Bill Sempf looks at ClickOnce deployment from the perspective of a Visual Basic 6.0 developer and compares it to VB 6.0 deployment methods.`webfeeds`2271`2271`
9`INSTANCE`url`http://msdn.microsoft.com/vbrun/default.aspx?pull=/library/en-us/dnvs05/html/DeplApplic.asp`0`-1`3`5274`2271`2271`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://download.microsoft.com/download/a/6/1/a61dd5df-f52c-42d5-a95c-7a7fb7a6a466/DocInfoPanel.wmv`title`Office 2007 Video: Creating Custom Document Information Panels`timestamp`Mon, 22 May 2006 19:38:59 GMT`summary`Download this series of developer-oriented videos to view virtual tours of new features in the 2007 Microsoft Office system.`webfeeds`2272`2272`
9`INSTANCE`url`http://download.microsoft.com/download/a/6/1/a61dd5df-f52c-42d5-a95c-7a7fb7a6a466/DocInfoPanel.wmv`0`-1`3`5275`2272`2272`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms772423(office.12).aspx`title`What's New for Developers in Microsoft Office Outlook 2007 (Part 2 of 2)`timestamp`Fri, 02 Jun 2006 18:30:58 GMT`summary`Part 2 of this article continues discussing the enhancements and additions for developers in Microsoft Office Outlook 2007. This article is accompanied by the What's New Add-In, which is available as a download.`webfeeds`2273`2273`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms772423(office.12).aspx`0`-1`3`5276`2273`2273`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://port25.technet.com`title`Microsoft Launches New Blog Site for IT Pros`timestamp`Wed, 10 May 2006 21:00:59 GMT`summary`Port 25 is open for the IT pro community. Get insight and analysis from the Microsoft Open Source Software Lab, and send us your feedback. We want to hear from you.`webfeeds`2274`2274`
9`INSTANCE`url`http://port25.technet.com`0`-1`3`5277`2274`2274`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/IntroMultiChnnl.asp`title`The Multi-Channel Paradigm: Reaching Customers with a Consistent and Integrated Experience`timestamp`Tue, 16 May 2006 23:13:21 GMT`summary`This article provides an introduction to multi-channel retailing, and discusses the advantages of a unified multi-channel architecture.`webfeeds`2275`2275`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/IntroMultiChnnl.asp`0`-1`3`5278`2275`2275`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/motionlite.asp`title`Motion Lite - A Rapid Application of the Business Architecture Techniques Used by Microsoft Motion`timestamp`Fri, 26 May 2006 18:09:37 GMT`summary`This article provides an introduction to the Motion Lite methodology for project prioritization and selection, using a case study to illustrate the applicability of the methodology.`webfeeds`2276`2276`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/motionlite.asp`0`-1`3`5279`2276`2276`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406057(office.12).aspx`title`Developer Introduction to Workflows for Windows SharePoint Services V3 and SharePoint Server 2007`timestamp`Fri, 02 Jun 2006 19:11:38 GMT`summary`Get a high-level overview of how Windows SharePoint Services (v3) implements the workflow capabilities of the Windows Workflow Foundation, and how SharePoint Server 2007 extends those capabilities with symmetrical InfoPath 2007 forms.`webfeeds`2277`2277`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406057(office.12).aspx`0`-1`3`5287`2277`2277`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406055(office.12).aspx`title`What's New for Developers in Word 2007`timestamp`Fri, 02 Jun 2006 18:15:50 GMT`summary`This article provides a high-level overview of new features for developers in Microsoft Office Word 2007 Beta 2. The article reviews content controls, XML mapping, document building blocks, the Word XML Format, and other new features.`webfeeds`2278`2278`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406055(office.12).aspx`0`-1`3`5288`2278`2278`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/BldRtlKiosks.asp`title`Building Rich Interactive Kiosks`timestamp`Fri, 12 May 2006 23:08:29 GMT`summary`This paper will provide an overview of the new technologies in Windows Vista that will enable developers to create a new generation of retail kiosks, and it will relate these technologies to benefits a developer will see for creating rich kiosk solutions.`webfeeds`2279`2279`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/BldRtlKiosks.asp`0`-1`3`5289`2279`2279`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/RFIDEDIGDS.asp`title`Gaining Supply Chain Efficiency through Global Data Synchronization`timestamp`Fri, 12 May 2006 23:11:06 GMT`summary`This article examines how the trading of item data and the ordering of trade items in the supply chain can be made more efficient by integrating processes and systems, and by leveraging standards.`webfeeds`2280`2280`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/RFIDEDIGDS.asp`0`-1`3`5290`2280`2280`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/vstudio/teamsystem/default.aspx?pull=/library/en-us/dnvs05/html/VS2005TeamDev.asp`title`Microsoft Visual Studio Team Edition for Software Developers`timestamp`Thu, 08 Jun 2006 22:34:56 GMT`summary`Describes the features available in Microsoft Visual Studio Team Edition for Software Developers for improving code quality.`webfeeds`2281`2281`
9`INSTANCE`url`http://msdn.microsoft.com/vstudio/teamsystem/default.aspx?pull=/library/en-us/dnvs05/html/VS2005TeamDev.asp`0`-1`3`5291`2281`2281`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://clk.atdmt.com/MRT/go/mcrssvse0010000028mrt/direct/01/`title`Announcing the Upgrade Your Game Arcade Machine Sweepstakes!`timestamp`Tue, 16 May 2006 16:43:21 GMT`summary`Check out these free game developer learning resources that teach you, step-by-step, how to develop your own arcade games on the PC, and enter to win a Ms Pacman/Galaga arcade machine!`webfeeds`2282`2282`
9`INSTANCE`url`http://clk.atdmt.com/MRT/go/mcrssvse0010000028mrt/direct/01/`0`-1`3`5292`2282`2282`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_ol2007_ta/html/OfficeOutlook2007WhatsNewDevelopers.asp`title`What's New for Developers in the Outlook 2007 Object Model (Part 1 of 2)`timestamp`Fri, 02 Jun 2006 18:35:42 GMT`summary`This article provides a top-level view of the enhancements and additions for developers in Microsoft Office Outlook 2007.`webfeeds`2283`2283`
9`INSTANCE`url`http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_ol2007_ta/html/OfficeOutlook2007WhatsNewDevelopers.asp`0`-1`3`5293`2283`2283`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/vstudio/express/default.aspx?pull=/library/en-us/dnvs05/html/using_data_with_wap.asp`title`Using Data with Web Application Projects`timestamp`Tue, 16 May 2006 18:22:48 GMT`summary`Shows how to properly use SQL Server Express and Data Binding with Web Application Projects, an alternative Web project model that can be added to Visual Studio 2005`webfeeds`2284`2284`
9`INSTANCE`url`http://msdn.microsoft.com/vstudio/express/default.aspx?pull=/library/en-us/dnvs05/html/using_data_with_wap.asp`0`-1`3`5301`2284`2284`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://download.microsoft.com/download/a/6/1/a61dd5df-f52c-42d5-a95c-7a7fb7a6a466/ExtendedRibbon.wmv`title`Office 2007 Video: Extending the Office UI with Custom Ribbon in Word, Excel, or PowerPoint`timestamp`Mon, 22 May 2006 19:42:01 GMT`summary`Download this series of developer-oriented videos to view virtual tours of new features in the 2007 Microsoft Office system.`webfeeds`2285`2285`
9`INSTANCE`url`http://download.microsoft.com/download/a/6/1/a61dd5df-f52c-42d5-a95c-7a7fb7a6a466/ExtendedRibbon.wmv`0`-1`3`5302`2285`2285`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://www.microsoft.com/presspass/press/2006/may06/05-31VSDatabasePR.mspx`title`Announcing! Visual Studio Team Edition for Database Professionals`timestamp`Tue, 30 May 2006 17:45:01 GMT`summary`Microsoft announces Visual Studio Team Edition for Database Professionals, a market-shifting database development product designed to manage database change and bring the benefits of life cycle development to the database professional.`webfeeds`2286`2286`
9`INSTANCE`url`http://www.microsoft.com/presspass/press/2006/may06/05-31VSDatabasePR.mspx`0`-1`3`5303`2286`2286`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn2.microsoft.com/en-us/ms406044(office.12).aspx`title`What's New for Developers in OneNote 2007 (Part 2 of 2)`timestamp`Fri, 02 Jun 2006 18:23:36 GMT`summary`This article is part two of a two-part series introducing and explaining the new features of interest to developers in Microsoft Office OneNote 2007. Developer-related features include a new COM API that offers new import, export, selection, and search fu`webfeeds`2287`2287`
9`INSTANCE`url`http://msdn2.microsoft.com/en-us/ms406044(office.12).aspx`0`-1`3`5304`2287`2287`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/vs2005icons.asp`title`Where Did My Icons Go?`timestamp`Thu, 12 May 2005 07:00:00 GMT`summary`Review the host of improvements and new features that make the Microsoft Visual Studio 2005 integrated development environment (IDE) even more impressive than its predecessors.`webfeeds`2288`2288`
9`INSTANCE`url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/vs2005icons.asp`0`-1`3`5305`2288`2288`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/standards.asp`title`Retail and Hospitality Industry Standards: (Part 1)`timestamp`Mon, 15 May 2006 21:47:26 GMT`summary`This article explains why retail industry standards are important and beneficial, and it examines the role of the Association of Retail Technology Standards in addressing and implementing standardization goals for the retail industry.`webfeeds`2289`2289`
9`INSTANCE`url`http://msdn.microsoft.com/architecture/default.aspx?pull=/library/en-us/dnbda/html/standards.asp`0`-1`3`5306`2289`2289`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncompapi/html/delta_compress.asp`title`Delta Compression Application Programming Interface`timestamp`Wed, 31 May 2006 00:08:33 GMT`summary`Delta Compression is a differential compression technology developed by Microsoft. This document set discuss Delta Compression Application Programming Interfaces (APIs) currently available in the Windows Platform.`webfeeds`2290`2290`
9`INSTANCE`url`http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncompapi/html/delta_compress.asp`0`-1`3`5307`2290`2290`
1`EOE`
14`EVENT`feed_url`http://msdn.microsoft.com/rss.xml`item_url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060511OutlookRB/manifest.xml`title`Developing Solutions Using the Consolidated Outlook 2007 Object Model`timestamp`Thu, 11 May 2006 19:47:30 GMT`summary`Learn about new platform features in Microsoft Office Outlook 2007. Randy Byrne and Ryan Gregg give an overview of the unification, security, performance, and forms improvements in this release.`webfeeds`2291`2291`
9`INSTANCE`url`http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060511OutlookRB/manifest.xml`0`-1`3`5315`2291`2291`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/lesbianlife/b/rss2.xml`item_url`http://lesbianlife.about.com/b/a/257351.htm`title`The Gay/Lesbian Week in Review: Some Victories, Some Losses`timestamp`2006-06-08T13:41:23Z`summary`Yesterday the United States Senate voted not to pass an amendment to the Constitution to ban gay marriage.  Also, anti-gay activists in Washington State failed to get enough signatures...`webfeeds`2292`2292`
9`INSTANCE`url`http://lesbianlife.about.com/b/a/257351.htm`0`-1`3`5316`2292`2292`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/lesbianlife/b/rss2.xml`item_url`http://lesbianlife.about.com/b/a/257353.htm`title`Lesbian Life Polls`timestamp`2006-06-10T01:04:15Z`summary`There's something about polls.  Whenever I see one on a website, I just have to vote and see how my answer stacks up against every one else's.  So,...`webfeeds`2293`2293`
9`INSTANCE`url`http://lesbianlife.about.com/b/a/257353.htm`0`-1`3`5317`2293`2293`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/lesbianlife/b/rss2.xml`item_url`http://lesbianlife.about.com/b/a/257360.htm`title`History of the Dyke March`timestamp`2006-06-17T00:04:26Z`summary`Yippee!  It's gay pride weekend.  Tonight I'm going to a drag show, but there's so many other things happening, it's hard to choose what to attend.  Gay...`webfeeds`2294`2294`
9`INSTANCE`url`http://lesbianlife.about.com/b/a/257360.htm`0`-1`3`5318`2294`2294`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/lesbianlife/b/rss2.xml`item_url`http://lesbianlife.about.com/b/a/257352.htm`title`Famous Lesbians and Bisexual Celebrities`timestamp`2006-06-09T00:53:17Z`summary`You might be surprised to learn which famous people identify as lesbian or bisexual.  Did you know that Drew Barrymore admitted that she's bisexual? Sara Gilbert who played Darlene on...`webfeeds`2295`2295`
9`INSTANCE`url`http://lesbianlife.about.com/b/a/257352.htm`0`-1`3`5319`2295`2295`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/lesbianlife/b/rss2.xml`item_url`http://lesbianlife.about.com/b/a/257356.htm`title`Pics of Boise Gay Pride`timestamp`2006-06-13T23:14:32Z`summary`I just returned from Boise Gay Pride.  For a small city, Boise sure puts on a fantastic event.  The citizens of Idaho have a reputation as being some...`webfeeds`2296`2296`
9`INSTANCE`url`http://lesbianlife.about.com/b/a/257356.htm`0`-1`3`5320`2296`2296`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/lesbianlife/b/rss2.xml`item_url`http://lesbianlife.about.com/b/a/257355.htm`title`The Struggle for Gay Rights in Wisconsin`timestamp`2006-06-13T00:04:57Z`summary`Last week I told you about the battle in Idaho for gay rights.  Wisconsin is facing a similar constitutional amendment.  On the surface the proposed amendment bans gay...`webfeeds`2297`2297`
9`INSTANCE`url`http://lesbianlife.about.com/b/a/257355.htm`0`-1`3`5321`2297`2297`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/lesbianlife/b/rss2.xml`item_url`http://lesbianlife.about.com/b/a/257357.htm`title`Gay Books Burned`timestamp`2006-06-15T16:11:37Z`summary`Was it a hate crime?  A Chicago library is reporting gay, lesbian and African American literature books were burned at the library yesterday.  Police are looking for a...`webfeeds`2298`2298`
9`INSTANCE`url`http://lesbianlife.about.com/b/a/257357.htm`0`-1`3`5329`2298`2298`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/lesbianlife/b/rss2.xml`item_url`http://lesbianlife.about.com/b/a/257354.htm`title`Lesbian Domestic Violence: Are you an Abuser?`timestamp`2006-06-11T01:19:09Z`summary`Domestic violence is something that we don't like to talk about a lot in our community.  Sometimes it's easy to believe that only heterosexual couples experience domestic violence or...`webfeeds`2299`2299`
9`INSTANCE`url`http://lesbianlife.about.com/b/a/257354.htm`0`-1`3`5330`2299`2299`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/lesbianlife/b/rss2.xml`item_url`http://lesbianlife.about.com/b/a/257359.htm`title`Lesbian Life Forum Discussions`timestamp`2006-06-16T20:14:18Z`summary`The Lesbian Life Forum is a place where you can get support for issues you're dealing with, share stories or just meet other lesbians from around the world. Is there...`webfeeds`2300`2300`
9`INSTANCE`url`http://lesbianlife.about.com/b/a/257359.htm`0`-1`3`5331`2300`2300`
1`EOE`
14`EVENT`feed_url`http://z.about.com/6/g/lesbianlife/b/rss2.xml`item_url`http://lesbianlife.about.com/b/a/257358.htm`title`Strap-On Safely`timestamp`2006-06-15T16:35:32Z`summary`I think Showtime's The L Word has done a lot for lesbian sex lives.  I heard from more and more people who are interested in trying sex toys after...`webfeeds`2301`2301`
9`INSTANCE`url`http://lesbianlife.about.com/b/a/257358.htm`0`-1`3`5332`2301`2301`
1`EOE`
14`EVENT`feed_url`http://macslow.thepimp.net/?feed=rss2`item_url`http://macslow.thepimp.net/?p=58`title`stress-testing glitz, cairo and librsvg`timestamp`Wed, 07 Jun 2006 01:06:04 +0000`summary`I wanted to see how brutal I can be to glitz, cairo and librsvg by not using any buffering via image-surfaces rendering everything straight as svg. This is the example and its sysprof-log. I make this available for the sake of putting out a small but heavy test-case for the cairo-hackers (or the developers behind [...]`webfeeds`2302`2302`
9`INSTANCE`url`http://macslow.thepimp.net/?p=58`0`-1`3`5333`2302`2302`
1`EOE`
14`EVENT`feed_url`http://macslow.thepimp.net/?feed=rss2`item_url`http://macslow.thepimp.net/?p=54`title`Video-textures figured out`timestamp`Wed, 10 May 2006 16:01:46 +0000`summary`Yipiee! After some hard work and bugging the experts in #gstreamer on irc.freenode.net now and then, I&#8217;ve managed to implement video-textures mixing OpenGL and gstreamer. I know that togra already achieves something like this, but it is python-based and a whole scripting-framework. Thus it is of no use to me, because I will need video-textures [...]`webfeeds`2303`2303`
9`INSTANCE`url`http://macslow.thepimp.net/?p=54`0`-1`3`5334`2303`2303`
1`EOE`
14`EVENT`feed_url`http://macslow.thepimp.net/?feed=rss2`item_url`http://macslow.thepimp.net/?p=55`title`this time a H.264-clip video-texture`timestamp`Sat, 13 May 2006 13:22:45 +0000`summary`First of all a bunch of greetings from my side go to the readers of planet-gstreamer. By chance I figured out that probably Christian &#8220;Uraeus&#8221; Schaller added my blog to the sink (is this pun?) that is planet-gstreamer. Thanks for that! With being visible at planet-gnome and planet-gstreamer, does this mean I&#8217;ve to behave like [...]`webfeeds`2304`2304`
9`INSTANCE`url`http://macslow.thepimp.net/?p=55`0`-1`3`5335`2304`2304`
1`EOE`
14`EVENT`feed_url`http://macslow.thepimp.net/?feed=rss2`item_url`http://macslow.thepimp.net/?p=56`title`*sigh?*`timestamp`Sun, 21 May 2006 14:25:32 +0000`summary`Over the last couple of weeks I received some flak regarding my way with going about lowfat. Some bits I cover in the added FAQ-section of it. Thank god I also got encouraging notes from people, but the negative parts always weight heavier than the positive parts. This takes the motivation to spend your spare-time [...]`webfeeds`2305`2305`
9`INSTANCE`url`http://macslow.thepimp.net/?p=56`0`-1`3`5343`2305`2305`
1`EOE`
14`EVENT`feed_url`http://macslow.thepimp.net/?feed=rss2`item_url`http://macslow.thepimp.net/?p=57`title`bling again`timestamp`Sun, 21 May 2006 16:48:46 +0000`summary`On a more friendly side of things (trying to fight a bad mood) I wanted some more bling. This is the result:    Video with style (click for high-res) Video with more style (click for high-res)    I only wish those kind of things were a bit easier to achieve.`webfeeds`2306`2306`
9`INSTANCE`url`http://macslow.thepimp.net/?p=57`0`-1`3`5344`2306`2306`
1`EOE`
14`EVENT`feed_url`http://macslow.thepimp.net/?feed=rss2`item_url`http://macslow.thepimp.net/?p=51`title`Go-go gadgetto rant-cannon!`timestamp`Wed, 26 Apr 2006 04:39:00 +0000`summary`There is a strange dude - going by the name of Adam Williamson - who thinks some of us are wasting their time with doing superfluous work. Would he had taken a few moments to read the comments on my blog-entry or just thought a little more thoroughly about bit, it would have been apparent [...]`webfeeds`2307`2307`
9`INSTANCE`url`http://macslow.thepimp.net/?p=51`0`-1`3`5345`2307`2307`
1`EOE`
14`EVENT`feed_url`http://macslow.thepimp.net/?feed=rss2`item_url`http://macslow.thepimp.net/?p=52`title`And now for something completely different`timestamp`Mon, 01 May 2006 10:11:18 +0000`summary`Not everything in my world revolves about IT, OpenSource, Linux and listening to podcasts made by strange animals like this&#8230;  named Jono Bacon among others *g* Martial-arts (more specifically capoeira) and tricking (note: capoeira != tricking and tricking != capoeira) is a way to rock my world outside of Linux and OpenSource. It is always cool to [...]`webfeeds`2308`2308`
9`INSTANCE`url`http://macslow.thepimp.net/?p=52`0`-1`3`5346`2308`2308`
1`EOE`
14`EVENT`feed_url`http://macslow.thepimp.net/?feed=rss2`item_url`http://macslow.thepimp.net/?p=61`title`cairo-dock, quick update`timestamp`Sat, 17 Jun 2006 13:04:36 +0000`summary`Karl sent me an improved version, which further streamlines the placement-code. I added an animated background and shaped-input also. But it turned out that shaped-input is to costly to be updated with every redraw using the same rendering code. Doing an approximation with bounding-boxes is better suited. Furthermore Karl reported, that he experiences some major [...]`webfeeds`2309`2309`
9`INSTANCE`url`http://macslow.thepimp.net/?p=61`0`-1`3`5347`2309`2309`
1`EOE`
14`EVENT`feed_url`http://macslow.thepimp.net/?feed=rss2`item_url`http://macslow.thepimp.net/?p=60`title`60 fps and then some`timestamp`Tue, 13 Jun 2006 02:09:09 +0000`summary`Phew, what a ride the last 5 days have been! While working on the cairo-dock code some more, I got an eMail from Karl Lattimer asking if he can take over my code, once I&#8217;ve done my experimenting, to make a full dock-like application out of it. I surely welcome this! Furthermore he suggested to [...]`webfeeds`2310`2310`
9`INSTANCE`url`http://macslow.thepimp.net/?p=60`0`-1`3`5348`2310`2310`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/309`title`Skanky Milf Spreads`timestamp`2005-12-28T00:00:00-08:00`summary`Skanky Milf Spreads`webfeeds`2311`2311`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/309`0`-1`3`5349`2311`2311`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/308`title`Amazing, Margaret`timestamp`2005-12-26T00:00:00-08:00`summary`Amazing, Margaret`webfeeds`2312`2312`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/308`0`-1`3`5357`2312`2312`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/314`title`The eggplant toward an anomaly If the tornado defined by the customer assimilates a chain saw, then the frozen crane hibernates.`timestamp`2006-03-06T00:00:00-08:00`summary`The eggplant toward an anomaly If the tornado defined by the customer assimilates a chain saw, then the frozen crane hibernates.`webfeeds`2313`2313`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/314`0`-1`3`5358`2313`2313`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/315`title`get rid of premature ejactulation and last longer`timestamp`2006-03-08T00:00:00-08:00`summary`get rid of premature ejactulation and last longer`webfeeds`2314`2314`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/315`0`-1`3`5359`2314`2314`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/316`title`HELLO ME NOT DEAD`timestamp`2006-03-10T00:00:00-08:00`summary`HELLO ME NOT DEAD`webfeeds`2315`2315`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/316`0`-1`3`5360`2315`2315`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/304`title`Shake The Extra Fat, You Will Be Surprised`timestamp`2005-11-11T00:00:00-08:00`summary`Shake The Extra Fat, You Will Be Surprised`webfeeds`2316`2316`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/304`0`-1`3`5361`2316`2316`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/310`title`Bad Bunny. Bad, Bad, Bad Bunny`timestamp`2005-12-30T00:00:00-08:00`summary`Bad Bunny. Bad, Bad, Bad Bunny`webfeeds`2317`2317`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/310`0`-1`3`5362`2317`2317`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/311`title`You always wanted to use your penis as a billiards cue.`timestamp`2006-01-18T00:00:00-08:00`summary`You always wanted to use your penis as a billiards cue.`webfeeds`2318`2318`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/311`0`-1`3`5363`2318`2318`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/312`title`It's time to Refill armadillo`timestamp`2006-01-20T00:00:00-08:00`summary`It's time to Refill armadillo`webfeeds`2319`2319`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/312`0`-1`3`5371`2319`2319`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/313`title`Your Dog Will Love It!`timestamp`2006-01-23T00:00:00-08:00`summary`Your Dog Will Love It!`webfeeds`2320`2320`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/313`0`-1`3`5372`2320`2320`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/307`title`Guess Who Is Coming to Town`timestamp`2005-12-24T00:00:00-08:00`summary`Guess Who Is Coming to Town`webfeeds`2321`2321`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/307`0`-1`3`5373`2321`2321`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/306`title`Three Legged Babes Show off Their Tools!`timestamp`2005-11-18T00:00:00-08:00`summary`Three Legged Babes Show off Their Tools!`webfeeds`2322`2322`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/306`0`-1`3`5374`2322`2322`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/302`title`Prince got one`timestamp`2005-10-31T00:00:00-08:00`summary`Prince got one`webfeeds`2323`2323`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/302`0`-1`3`5375`2323`2323`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/305`title`on fly of professor billiards`timestamp`2005-11-14T00:00:00-08:00`summary`on fly of professor billiards`webfeeds`2324`2324`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/305`0`-1`3`5376`2324`2324`
1`EOE`
14`EVENT`feed_url`http://spamusement.com/rss/`item_url`http://spamusement.com/index.php/comics/view/303`title`Pyrex is the obvious choice for adult pleasure.`timestamp`2005-11-07T00:00:00-08:00`summary`Pyrex is the obvious choice for adult pleasure.`webfeeds`2325`2325`
9`INSTANCE`url`http://spamusement.com/index.php/comics/view/303`0`-1`3`5377`2325`2325`
1`EOE`
14`EVENT`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`webfeeds`2326`2326`
9`INSTANCE`url`http://gentoo-portage.com/News/14`0`-1`3`5385`2326`2326`
29`INSTANCE`feed_url_1`http://gentoo-portage.com/RSSfeed`item_url_1`http://gentoo-portage.com/News/14`title_1`Contest Entries`timestamp_1`Sun, 19 Mar 2006 05:08:19 +0000`summary_1`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`cnt_n`1`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/14`title_n`Contest Entries`timestamp_n`Sun, 19 Mar 2006 05:08:19 +0000`summary_n`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`0`-1`6`5386`2326`2326`
29`INSTANCE`feed_url_1`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_1`http://blog.wired.com/cultofmac/#1505630`title_1`What iPod Sweatshop?`timestamp_1`Mon, 19 Jun 2006 11:40:00 EDT`summary_1`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`cnt_n`2`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/14`title_n`Contest Entries`timestamp_n`Sun, 19 Mar 2006 05:08:19 +0000`summary_n`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5091`6`5387`2195`2326`
29`INSTANCE`feed_url_1`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_1`http://blog.wired.com/cultofmac/#1505630`title_1`What iPod Sweatshop?`timestamp_1`Mon, 19 Jun 2006 11:40:00 EDT`summary_1`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`cnt`2`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5091`7`5388`2195`2326`
26`WITNESS`feed_url_1`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_1`http://blog.wired.com/cultofmac/#1505630`title_1`What iPod Sweatshop?`timestamp_1`Mon, 19 Jun 2006 11:40:00 EDT`summary_1`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`cnt`2`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`2195`2326`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt_n`9`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/14`title_n`Contest Entries`timestamp_n`Sun, 19 Mar 2006 05:08:19 +0000`summary_n`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5095`6`5390`1564`2326`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`9`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5095`7`5391`1564`2326`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`9`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1564`2326`
29`INSTANCE`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt_n`5`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/14`title_n`Contest Entries`timestamp_n`Sun, 19 Mar 2006 05:08:19 +0000`summary_n`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5107`6`5393`1698`2326`
29`INSTANCE`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`5`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5107`7`5394`1698`2326`
26`WITNESS`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`5`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1698`2326`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt_n`10`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/14`title_n`Contest Entries`timestamp_n`Sun, 19 Mar 2006 05:08:19 +0000`summary_n`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5092`6`5396`1563`2326`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`10`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5092`7`5397`1563`2326`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`10`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1563`2326`
29`INSTANCE`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt_n`3`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/14`title_n`Contest Entries`timestamp_n`Sun, 19 Mar 2006 05:08:19 +0000`summary_n`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5098`6`5399`2040`2326`
29`INSTANCE`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt`3`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5098`7`5400`2040`2326`
26`WITNESS`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt`3`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`2040`2326`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt_n`8`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/14`title_n`Contest Entries`timestamp_n`Sun, 19 Mar 2006 05:08:19 +0000`summary_n`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5104`6`5402`1565`2326`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`8`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5104`7`5403`1565`2326`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`8`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1565`2326`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt_n`6`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/14`title_n`Contest Entries`timestamp_n`Sun, 19 Mar 2006 05:08:19 +0000`summary_n`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5110`6`5405`1682`2326`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`6`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5110`7`5406`1682`2326`
26`WITNESS`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`6`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1682`2326`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt_n`7`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/14`title_n`Contest Entries`timestamp_n`Sun, 19 Mar 2006 05:08:19 +0000`summary_n`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5116`6`5408`1681`2326`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`7`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5116`7`5409`1681`2326`
26`WITNESS`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`7`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1681`2326`
29`INSTANCE`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt_n`4`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/14`title_n`Contest Entries`timestamp_n`Sun, 19 Mar 2006 05:08:19 +0000`summary_n`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5101`6`5411`2022`2326`
29`INSTANCE`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`4`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`6`5101`7`5412`2022`2326`
26`WITNESS`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`4`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`2022`2326`
26`EVENT`feed_url_1`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_1`http://blog.wired.com/cultofmac/#1505630`title_1`What iPod Sweatshop?`timestamp_1`Mon, 19 Jun 2006 11:40:00 EDT`summary_1`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`cnt`2`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`2195`2326`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`9`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1564`2326`
26`EVENT`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`5`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1698`2326`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`10`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1563`2326`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`10`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`8`-1`9`5414`1563`2326`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12226&goto=newpost`title_1`Neccesary Images for 5g`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: SantaMayCry Post Time: 06-19-2006 at 05:46 PM`cnt`10`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`ipod_popularity`1563`2326`
26`EVENT`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt`3`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`2040`2326`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`8`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1565`2326`
26`EVENT`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`6`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1682`2326`
26`EVENT`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`7`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`1681`2326`
26`EVENT`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`4`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/14`title`Contest Entries`timestamp`Sun, 19 Mar 2006 05:08:19 +0000`summary`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`12`2022`2326`
1`EOE`
14`EVENT`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/19`title`Lightbox update`timestamp`Sun, 09 Apr 2006 01:16:21 +0000`summary`<p>Small update for today, been busy on the wiki.</p> <p>The lightbox code has been updated to use <a href="http://www.huddletogether.com/projects/lightbox2/">lightbox 2.02</a> and each packages images have been put into a "slideshow" to make viewing all the images even easier.</p> <p>And as an update to the image count.. we how have almost 1100 images and about 8.5% of the packages in the database now have an image. Thanks everyone and keep on uploading :).</p> <p><b>Update:</b> I have also now added a list of <a href="http://gentoo-portage.com/USE_Undocumented">undocumented USE Flags</a>, please submit some bugs to <a href="http://bugs.gentoo.org">bugs.gentoo.org</a> to help descibe these.</p>`webfeeds`2327`2327`
9`INSTANCE`url`http://gentoo-portage.com/News/19`0`-1`3`5415`2327`2327`
1`EOE`
14`EVENT`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/18`title`Favicon Update`timestamp`Wed, 29 Mar 2006 03:41:04 +0000`summary`<p>By popular demand the favicon has been changed to a slightly darker version. It may not update instantly.. browsers dont check that file often.</p> <p>Also I'd like to encourage everyone to upload more screenshots, we've almost doubled the image count since the move to the new site. But I would like to see about... 2000 more images :). so everyone hop on their machine and take a screenshot of every program they have on their machine and upload an image of it.</p> <p>Why all the fuss about the image? well I'm planning on a 3rd view for "Browsing" the portage tree which will be Images of all the packages, but as it stands less then 6% of the packages on the site have a screenshot, now I realize that many apps cant have a screenshot because of what they are... but I'm betting at least 20% could use a screenshot. I also have some other plans for the images, but they are all hush hush until I have a larger sample of images to work with.</p>`webfeeds`2328`2328`
9`INSTANCE`url`http://gentoo-portage.com/News/18`0`-1`3`5416`2328`2328`
1`EOE`
14`EVENT`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/22`title`Search Suggested... It's Back`timestamp`Wed, 03 May 2006 23:40:00 +0000`summary`<p>Well last night after some hard work (not by me) the search suggest feature has been brought back. Its not complete, currently it only searches packages but I plan on adding categories and more later. For the current version you can thank <a href="http://scriptkitchen.com/">Jeremy Kitchen</a> and all his hard work.</p> <p>Also today I am bringing back the Firefox search plugin. you can thank Francesco Aggazio for that one. You can download the files <a href="http://svn.gentoo-portage.com:8080/gentoo-portage/trunk/other/firefoxsearchplugin/">Here</a>; a page will be made soon to include the javascript needed to add it automagically to your search bar.</p>`webfeeds`2329`2329`
9`INSTANCE`url`http://gentoo-portage.com/News/22`0`-1`3`5418`2329`2329`
1`EOE`
14`EVENT`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/23`title`Quicker "Newest" pages`timestamp`Mon, 19 Jun 2006 23:38:43 +0000`summary`<p>A user emailed me today to point out that the "Newest" pages we're taking upwards of 3 seconds to render; I had previously not noticed this. So I spent some time decreasing the render time and putting it below 0.5 seconds (and often lower). So you can thank Colin Kiegel for that.</p> <p>Also pointed out to me was that packages such as <a href="http://gentoo-portage.com/app-editors/ne/Bugs">app-editors/ne</a> had extremely long bug lists due to their sot package name.  I have fixed this by limiting the bug list to 30 and providing a link to bugs.gentoo.org if there are more then 30 listed.</p> <p>If anyone else sees anything they feel should be fixed, email me. I'm always looking for things to do on the site.</p>`webfeeds`2330`2330`
9`INSTANCE`url`http://gentoo-portage.com/News/23`0`-1`3`5419`2330`2330`
1`EOE`
14`EVENT`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/20`title`Subversion Repository`timestamp`Fri, 14 Apr 2006 18:28:54 +0000`summary`<p>I finally got around to seting up an <a href="http://gentoo-portage.com/Source">SVN repository</a> for the website's code. Feel free to check it out and submit any code patches for the site you want  (if your so inclined) to my email <a href="mailto:mikevalstar@thrashcorp.com">mikevalstar@thrashcorp.com</a>. I'll be looking into adding a browser such as <a href="http://www.viewvc.org/">ViewVC</a> later in the week.</p> <p>also I'm looking for some more ideas for things to add to the site; comment on this post and help give me some ideas.</p>`webfeeds`2331`2331`
9`INSTANCE`url`http://gentoo-portage.com/News/20`0`-1`3`5420`2331`2331`
1`EOE`
14`EVENT`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/21`title`My New Site`timestamp`Tue, 25 Apr 2006 03:27:19 +0000`summary`<p>I don't know how many of you have been to my previous site (thrasher7.net), I never used it and it was just a WordPress install. But I've now started a new site: <a href="http://mikevalstar.com/" title="http://mikevalstar.com/">mikevalstar.com</a>.</p> <p>Some people I chat with on IRC have asked me to teach them how to use PHP in a "proper" way; templates, database abstraction, and reusable code. I had tried just some IRC "classes" but timing wasn't good for everyone. I've been working on this idea for a few months and have come up with a plan on how the site will work and grow. The site is a tutorial in and of itself; the tutorials written on the site will be the site itself. Right now the site is extremely bare, mostly because at this point it's just a "hello world" script.</p> <p>I think this will be a great way for people who wish to learn PHP to learn it using proper techniques in a real world enviroment. Because this code is live, I won't be able to half-ass anything, so everyone should get a proper`webfeeds`2332`2332`
9`INSTANCE`url`http://gentoo-portage.com/News/21`0`-1`3`5421`2332`2332`
1`EOE`
14`EVENT`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`webfeeds`2333`2333`
9`INSTANCE`url`http://gentoo-portage.com/News/17`0`-1`3`5422`2333`2333`
29`INSTANCE`feed_url_1`http://gentoo-portage.com/RSSfeed`item_url_1`http://gentoo-portage.com/News/17`title_1`A Winner is Choosen.`timestamp_1`Mon, 27 Mar 2006 05:07:27 +0000`summary_1`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`cnt_n`1`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/17`title_n`A Winner is Choosen.`timestamp_n`Mon, 27 Mar 2006 05:07:27 +0000`summary_n`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`0`-1`6`5423`2333`2333`
29`INSTANCE`feed_url_1`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_1`http://blog.wired.com/cultofmac/#1505630`title_1`What iPod Sweatshop?`timestamp_1`Mon, 19 Jun 2006 11:40:00 EDT`summary_1`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`cnt_n`3`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/17`title_n`A Winner is Choosen.`timestamp_n`Mon, 27 Mar 2006 05:07:27 +0000`summary_n`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5387`6`5424`2195`2333`
29`INSTANCE`feed_url_1`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_1`http://blog.wired.com/cultofmac/#1505630`title_1`What iPod Sweatshop?`timestamp_1`Mon, 19 Jun 2006 11:40:00 EDT`summary_1`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`cnt`3`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5387`7`5425`2195`2333`
26`WITNESS`feed_url_1`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_1`http://blog.wired.com/cultofmac/#1505630`title_1`What iPod Sweatshop?`timestamp_1`Mon, 19 Jun 2006 11:40:00 EDT`summary_1`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`cnt`3`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`2195`2333`
29`INSTANCE`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt_n`4`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/17`title_n`A Winner is Choosen.`timestamp_n`Mon, 27 Mar 2006 05:07:27 +0000`summary_n`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5399`6`5427`2040`2333`
29`INSTANCE`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt`4`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5399`7`5428`2040`2333`
26`WITNESS`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt`4`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`2040`2333`
29`INSTANCE`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt_n`5`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/17`title_n`A Winner is Choosen.`timestamp_n`Mon, 27 Mar 2006 05:07:27 +0000`summary_n`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5411`6`5430`2022`2333`
29`INSTANCE`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`5`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5411`7`5431`2022`2333`
26`WITNESS`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`5`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`2022`2333`
29`INSTANCE`feed_url_1`http://gentoo-portage.com/RSSfeed`item_url_1`http://gentoo-portage.com/News/14`title_1`Contest Entries`timestamp_1`Sun, 19 Mar 2006 05:08:19 +0000`summary_1`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`cnt_n`2`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/17`title_n`A Winner is Choosen.`timestamp_n`Mon, 27 Mar 2006 05:07:27 +0000`summary_n`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5386`6`5433`2326`2333`
29`INSTANCE`feed_url_1`http://gentoo-portage.com/RSSfeed`item_url_1`http://gentoo-portage.com/News/14`title_1`Contest Entries`timestamp_1`Sun, 19 Mar 2006 05:08:19 +0000`summary_1`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`cnt`2`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5386`7`5434`2326`2333`
26`WITNESS`feed_url_1`http://gentoo-portage.com/RSSfeed`item_url_1`http://gentoo-portage.com/News/14`title_1`Contest Entries`timestamp_1`Sun, 19 Mar 2006 05:08:19 +0000`summary_1`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`cnt`2`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`2326`2333`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt_n`10`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/17`title_n`A Winner is Choosen.`timestamp_n`Mon, 27 Mar 2006 05:07:27 +0000`summary_n`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5390`6`5436`1564`2333`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`10`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5390`7`5437`1564`2333`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`10`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`1564`2333`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt_n`9`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/17`title_n`A Winner is Choosen.`timestamp_n`Mon, 27 Mar 2006 05:07:27 +0000`summary_n`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5402`6`5439`1565`2333`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`9`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5402`7`5440`1565`2333`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`9`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`1565`2333`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt_n`8`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/17`title_n`A Winner is Choosen.`timestamp_n`Mon, 27 Mar 2006 05:07:27 +0000`summary_n`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5408`6`5442`1681`2333`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`8`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5408`7`5443`1681`2333`
26`WITNESS`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`8`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`1681`2333`
29`INSTANCE`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt_n`6`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/17`title_n`A Winner is Choosen.`timestamp_n`Mon, 27 Mar 2006 05:07:27 +0000`summary_n`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5393`6`5445`1698`2333`
29`INSTANCE`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`6`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5393`7`5446`1698`2333`
26`WITNESS`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`6`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`1698`2333`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt_n`7`feed_url_n`http://gentoo-portage.com/RSSfeed`item_url_n`http://gentoo-portage.com/News/17`title_n`A Winner is Choosen.`timestamp_n`Mon, 27 Mar 2006 05:07:27 +0000`summary_n`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5405`6`5448`1682`2333`
29`INSTANCE`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`7`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`6`5405`7`5449`1682`2333`
26`WITNESS`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`7`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`1682`2333`
26`EVENT`feed_url_1`http://www.wired.com/news/feeds/rss2/0,2610,,00.xml`item_url_1`http://blog.wired.com/cultofmac/#1505630`title_1`What iPod Sweatshop?`timestamp_1`Mon, 19 Jun 2006 11:40:00 EDT`summary_1`Chinese manufacturer Foxconn rejects reports that its iPod factories have employees working in slave conditons. From the Cult of Mac blog.`cnt`3`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`2195`2333`
26`EVENT`feed_url_1`http://www.ipodgarage.com/phpBB2/rss.php`item_url_1`http://www.iprong.com/phpBB2/viewtopic.php?p=52260#52260`title_1`iPod Forum :: Step by step tutorial for converting DVD Video to iPod`timestamp_1``summary_1`Author: <a href="http://www.iprong.com/phpBB2/profile.php?mode=viewprofile&u=9435" target="_blank">tim_hortons</a><br /> Subject: Step by step tutorial for converting DVD Video to iPod<br /> Posted: Tue Jun 20, 2006 2:11 pm (GMT 9)<br /> Topic Replies: 0<br /><br /> <span class="postbody"><span><span>Features:</span></span> <br /> * DVD to iPod video converter component can rip DVD to iPod video directly ( do not need convert DVD to AVI or VOB first) <br /> * iPod video converter component can Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DIVX, XVID, MPG to iPod MP4 or H264 format. It is easy-to-use and the converting speed is fast! Based on my experience, all formats to iPod conversion works well! I found the program can also rip DVD to AVI, DivX, VCD, SVCD and MPEG recently. Let's view the steps. <br /> How to rip DVD to iPod (Windows) <br /> 1. Download 'iPod Video Converter + DVD to iPod Converter suite' from  <br /> <a href="http://www.nunufashion.com/software/trialVersion/iPodSuit_r41197.exe" target="_bla`cnt`4`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`2040`2333`
26`EVENT`feed_url_1`http://rssnewsapps.ziffdavis.com/publish.xml`item_url_1`http://www.publish.com/article2/0,1759,1977682,00.asp?kc=PBRSS05039TX1K0000781`title_1`Microsoft Readying Apple iPod Rival, Sources Say`timestamp_1``summary_1`Software giant Microsoft is laying the groundwork to compete against Apple Computer's iPod digital entertainment device and iTunes service, sources familiar with the discussions and plans said.`cnt`5`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`2022`2333`
26`EVENT`feed_url_1`http://gentoo-portage.com/RSSfeed`item_url_1`http://gentoo-portage.com/News/14`title_1`Contest Entries`timestamp_1`Sun, 19 Mar 2006 05:08:19 +0000`summary_1`<p>Ok, the dealine for the contest is over and it looks like we have 54 entries by various people.  I have compiled a <a href="http://gentoo-portage.com/img/logos/page_all.html">list of entries</a>, check it out.</p> <p>In a couple days I will narrow the list to between 5 and 10 entries and have an informal vote, then later selete the winner.</p> <p>Oddly enough not one person entered in for the iPod shuffle, so I'll save that for another contest, another time.</p> <p>For now feel free to waste my excess bandwidth and check out all the entries: <a href="http://gentoo-portage.com/img/logos/page_all.html">1 - 54</a></p>`cnt`2`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`2326`2333`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`10`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`1564`2333`
29`INSTANCE`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`10`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`8`-1`9`5451`1564`2333`
26`WITNESS`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12227&goto=newpost`title_1`Average Battery Life`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: Dale42 Post Time: 06-19-2006 at 07:15 PM`cnt`10`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`ipod_popularity`1564`2333`
26`EVENT`feed_url_1`http://www.ipodwizard.net/external.php?type=RSS`item_url_1`http://www.ipodwizard.net/showthread.php?t=12231&goto=newpost`title_1`Help Wanted`timestamp_1``summary_1`Forum: iPodWizard Help Posted By: element1122 Post Time: 06-19-2006 at 11:07 PM`cnt`9`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`1565`2333`
26`EVENT`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43969`title_1`New Portable Music Player Sports Wi-Fi`timestamp_1`Mon, 19 Jun 2006 11:15:22 -0500`summary_1`There is a new music player on the scene, called the MusicGremlin, that promises to go where the iPod and other portable media players have yet to tread: your local wireless hotspot.`cnt`8`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`1681`2333`
26`EVENT`feed_url_1`http://www.g4tv.com/rss.aspx`item_url_1`http://www.g4tv.com/rss_traffic.aspx?u=http%3a%2f%2fwww.g4tv.com%2ffeatures%2f53961%2fMoving_Units.html`title_1`Moving Units`timestamp_1`Thu, 15 Jun 2006 00:00:00 GMT`summary_1`In New York, it's been convenient and popular to tap into the recycled angst fueling the early '80s revival that's on every iPod and every dance floor.&nbsp; Moving Units' Blake Miller, Johan Boegli (bass) and Chris Hathwell (drums) make music that is solely about the here and...`cnt`6`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`1698`2333`
26`EVENT`feed_url_1`http://www.newsfactor.com/xml/rss/syndication.xml`item_url_1`http://www.newsfactor.com/story.xhtml?story_id=43978`title_1`Rumor: Microsoft Developing iPod Killer`timestamp_1`Mon, 19 Jun 2006 09:36:20 -0500`summary_1`Reports began circulating on Friday that Microsoft has started laying the foundation for new products that will challenge both the iPod and the iTunes online music store.`cnt`7`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/17`title`A Winner is Choosen.`timestamp`Mon, 27 Mar 2006 05:07:27 +0000`summary`<p>Well the contest is over and the results are final:</p> <p> #1 - 76<br /> #2 - 119<br /> #3 - 23<br /> #4 - 33<br /> #5 - 5<br /> #6 - 233<br /> #7 - 16<br /> #8 - 8<br /> #9 - 6<br /> #10 - 54 </p> <p>#6 has won by a pretty decent margin and is now implemented, a bunch of changes have been made to the stylesheet submitted with this entry but the idea behind it has stayed.</p> <p>Also to go along with the changes I have added a few bug fixes and changed the favicon. I hope everyone likes the new design.</p> <p>Congratulations Michael on winning. Your iPod should be in the mail soon.</p>`12`1682`2333`
1`EOE`
14`EVENT`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/16`title`Contest Finalists. Vote on your Favorite.`timestamp`Fri, 24 Mar 2006 06:50:08 +0000`summary`Contest Finalists <p>OK, the finalists are in.  I have selected 10 finalists and they have been given a couple days to tweak the CSS of the site so that their logo I positioned just how they want it. A few went above and beyond and re-styled this news page for you. Although I may not use the entire redesign I will likely use elements from the re-design if selected.</p> <p>The winner of this contest will be chosen by you, the users. I will handle any possible tie in the voting. But other then that assuming the contest entrant is willing to hand over all their source files you are picking the winner. </p> <p class="center"> <b>The Entries</b><br /> <a href="http://gentoo-portage.com/{WEBSITE_PATH}/News/16?logo=1">Finalist #1</a> -   <a href="http://gentoo-portage.com/{WEBSITE_PATH}/News/16?logo=2">Finalist #2</a> -   <a href="http://gentoo-portage.com/{WEBSITE_PATH}/News/16?logo=3">Finalist #3</a> -    <a href="http://gentoo-portage.com/{WEBSITE_PATH}/News/16?logo=4">Finalist #4</a> -   <a href="http://gentoo-p`webfeeds`2334`2334`
9`INSTANCE`url`http://gentoo-portage.com/News/16`0`-1`3`5453`2334`2334`
1`EOE`
14`EVENT`feed_url`http://gentoo-portage.com/RSSfeed`item_url`http://gentoo-portage.com/News/15`title`Improved Search, Contest Entries`timestamp`Thu, 23 Mar 2006 18:28:20 +0000`summary`<p>The search has been slightly improved today, it was not doing the best job at finding search terms in the ebuild descriptions.  I have improved the search to better rank those results.</p> <p>Ok a few days back I picked top 10 entries and informed the authors that they were in the top 10.  I have given them a few days to write some CSS to make their designs look better on the page.  about half of the top 10 went way overboard on the CSS and practically redesigned the site. The deadline I setup for the authors is midnight tonight. (I'll give a couple hours leeway)</p> <p>So at about 2AM EST I will post the finalists and a link for everyone to vote on them. You will be required to be a logged in user to vote, so if you haven't already <a href="http://gentoo-portage.com/Login">registered</a> please do so.</p>`webfeeds`2335`2335`
9`INSTANCE`url`http://gentoo-portage.com/News/15`0`-1`3`5461`2335`2335`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/application/rss/1632.php`title`Application Firewalls: Don't Forget About Layer 7`timestamp``summary`<p><strong>Category:</strong> Application/Database Sec</p><p><strong>Paper Added:</strong> May 17, 2005</p>`webfeeds`2336`2336`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/application/rss/1632.php`0`-1`3`5462`2336`2336`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/policyissues/rss/1638.php`title`Risks and Rewards of Instant Messaging in the Banking Sector`timestamp``summary`<p><strong>Category:</strong> Security Policy Issues</p><p><strong>Paper Added:</strong> June 13, 2005</p>`webfeeds`2337`2337`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/policyissues/rss/1638.php`0`-1`3`5463`2337`2337`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/securecode/rss/1646.php`title`Threat Modeling: A Process To Ensure Application Security`timestamp``summary`<p><strong>Category:</strong> Securing Code</p><p><strong>Paper Added:</strong> October 5, 2005</p>`webfeeds`2338`2338`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/securecode/rss/1646.php`0`-1`3`5464`2338`2338`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/hsoffice/rss/1647.php`title`Case Study: Home Network Redesign`timestamp``summary`<p><strong>Category:</strong> Home & Small Office</p><p><strong>Paper Added:</strong> October 5, 2005</p>`webfeeds`2339`2339`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/hsoffice/rss/1647.php`0`-1`3`5465`2339`2339`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/firewalls/rss/1643.php`title`Exploiting BlackICE When a Security Product has a Security Flaw`timestamp``summary`<p><strong>Categories:</strong> Firewalls & Perimeter Protection,Threats/Vulnerabilities</p><p><strong>Paper Added:</strong> July 9, 2005</p>`webfeeds`2340`2340`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/firewalls/rss/1643.php`0`-1`3`5466`2340`2340`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/engineering/rss/1650.php`title`Corporate Identity Fraud: Life-Cycle Management of Corporate Identity Assets`timestamp``summary`<p><strong>Category:</strong> Social Engineering</p><p><strong>Paper Added:</strong> April 3, 2006</p>`webfeeds`2341`2341`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/engineering/rss/1650.php`0`-1`3`5467`2341`2341`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/authentication/rss/1636.php`title`Simple Formula for Strong Passwords (SFSP) Tutorial`timestamp``summary`<p><strong>Category:</strong> Authentication</p><p><strong>Paper Added:</strong> May 17, 2005</p>`webfeeds`2342`2342`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/authentication/rss/1636.php`0`-1`3`5475`2342`2342`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/privacy/rss/1635.php`title`Identity Theft: Imitation Is Not The Sincerest Form Of Flattery`timestamp``summary`<p><strong>Category:</strong> Digital Privacy</p><p><strong>Paper Added:</strong> May 17, 2005</p>`webfeeds`2343`2343`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/privacy/rss/1635.php`0`-1`3`5476`2343`2343`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/firewalls/rss/1639.php`title`Regaining Control over your Mobile Users`timestamp``summary`<p><strong>Category:</strong> Firewalls & Perimeter Protection</p><p><strong>Paper Added:</strong> June 23, 2005</p>`webfeeds`2344`2344`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/firewalls/rss/1639.php`0`-1`3`5477`2344`2344`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/detection/rss/1633.php`title`Understanding Wireless Attacks and Detection`timestamp``summary`<p><strong>Category:</strong> Intrusion Detection</p><p><strong>Paper Added:</strong> May 17, 2005</p>`webfeeds`2345`2345`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/detection/rss/1633.php`0`-1`3`5478`2345`2345`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/forensics/rss/1652.php`title`Forensic Analysis of a Compromised Intranet Server`timestamp``summary`<p><strong>Category:</strong> Forensics</p><p><strong>Paper Added:</strong> June 8, 2006</p>`webfeeds`2346`2346`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/forensics/rss/1652.php`0`-1`3`5479`2346`2346`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/services/rss/1640.php`title`Identity and Access Management Solution`timestamp``summary`<p><strong>Category:</strong> Managed Services</p><p><strong>Paper Added:</strong> June 29, 2005</p>`webfeeds`2347`2347`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/services/rss/1640.php`0`-1`3`5480`2347`2347`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/application/rss/1637.php`title`Web Browser Insecurity`timestamp``summary`<p><strong>Categories:</strong> Application/Database Sec,Home & Small Office</p><p><strong>Paper Added:</strong> June 2, 2005</p>`webfeeds`2348`2348`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/application/rss/1637.php`0`-1`3`5481`2348`2348`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/warfare/rss/1644.php`title`Security for Critical Infrastructure SCADA Systems`timestamp``summary`<p><strong>Categories:</strong> Information Warfare,Standards</p><p><strong>Paper Added:</strong> August 24, 2005</p>`webfeeds`2349`2349`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/warfare/rss/1644.php`0`-1`3`5489`2349`2349`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/sysadmin/rss/1634.php`title`Port Knocking: Beyond the Basics`timestamp``summary`<p><strong>Category:</strong> System Administration</p><p><strong>Paper Added:</strong> May 17, 2005</p>`webfeeds`2350`2350`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/sysadmin/rss/1634.php`0`-1`3`5490`2350`2350`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/mainframes/rss/1642.php`title`An Introduction to Implementing Object-Level Security in IBM OS/400 with Comparisons to Windows and Unix Permissions`timestamp``summary`<p><strong>Category:</strong> Mainframes</p><p><strong>Paper Added:</strong> June 30, 2005</p>`webfeeds`2351`2351`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/mainframes/rss/1642.php`0`-1`3`5491`2351`2351`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/casestudies/rss/1631.php`title`Simple Traffic Analysis With Ethereal`timestamp``summary`<p><strong>Category:</strong> Case Studies</p><p><strong>Paper Added:</strong> May 17, 2005</p>`webfeeds`2352`2352`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/casestudies/rss/1631.php`0`-1`3`5492`2352`2352`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/hsoffice/rss/1645.php`title`Design Secure Network Segmentation Approach`timestamp``summary`<p><strong>Category:</strong> Home & Small Office</p><p><strong>Paper Added:</strong> October 5, 2005</p>`webfeeds`2353`2353`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/hsoffice/rss/1645.php`0`-1`3`5493`2353`2353`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/physcial/rss/1648.php`title`Fiber Optics and its Security Vulnerabilities`timestamp``summary`<p><strong>Category:</strong> Physical Security</p><p><strong>Paper Added:</strong> October 5, 2005</p>`webfeeds`2354`2354`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/physcial/rss/1648.php`0`-1`3`5494`2354`2354`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/detection/rss/1651.php`title`A Framework to Collect Security Events for Intrusion Analysis`timestamp``summary`<p><strong>Category:</strong> Intrusion Detection</p><p><strong>Paper Added:</strong> April 3, 2006</p>`webfeeds`2355`2355`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/detection/rss/1651.php`0`-1`3`5495`2355`2355`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/malicious/rss/1649.php`title`A Thesis Of The Nature Of Adware In Practice`timestamp``summary`<p><strong>Category:</strong> Malicious Code</p><p><strong>Paper Added:</strong> April 3, 2006</p>`webfeeds`2356`2356`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/malicious/rss/1649.php`0`-1`3`5503`2356`2356`
1`EOE`
14`EVENT`feed_url`http://www.sans.org/rr/rss/`item_url`http://www.sans.org/rr/whitepapers/application/rss/1641.php`title`Security in Sun Java System Application Server Platform Edition 8.0`timestamp``summary`<p><strong>Category:</strong> Application/Database Sec</p><p><strong>Paper Added:</strong> June 29, 2005</p>`webfeeds`2357`2357`
9`INSTANCE`url`http://www.sans.org/rr/whitepapers/application/rss/1641.php`0`-1`3`5504`2357`2357`
1`EOE`
14`EVENT`feed_url`http://www.rahoi.com/atom.xml`item_url`http://www.rahoi.com/2006/06/manglish-around-town.php`title`manglish around town`timestamp`2006-06-13T06:32:09Z`summary``webfeeds`2358`2358`
9`INSTANCE`url`http://www.rahoi.com/2006/06/manglish-around-town.php`0`-1`3`5505`2358`2358`
1`EOE`
14`EVENT`feed_url`http://www.rahoi.com/atom.xml`item_url`http://www.rahoi.com/2006/06/tale-of-three-ids.php`title`a tale of three IDs`timestamp`2006-06-12T01:13:38Z`summary``webfeeds`2359`2359`
9`INSTANCE`url`http://www.rahoi.com/2006/06/tale-of-three-ids.php`0`-1`3`5506`2359`2359`
1`EOE`
14`EVENT`feed_url`http://www.rahoi.com/atom.xml`item_url`http://www.rahoi.com/2006/06/theyre-grrrrre-well-theyre-pretty-good.php`title`They're Grrrrre-- well, they're pretty good.`timestamp`2006-06-12T20:46:58Z`summary``webfeeds`2360`2360`
9`INSTANCE`url`http://www.rahoi.com/2006/06/theyre-grrrrre-well-theyre-pretty-good.php`0`-1`3`5507`2360`2360`
1`EOE`
14`EVENT`feed_url`http://mattgemmell.com/feed/rss2/`item_url`http://mattgemmell.com/2006/05/07/creative`title`Creative`timestamp`Sun, 07 May 2006 14:17:01 +0000`summary`Developers can&#8217;t be creative, right? At work, we pretty much have three main types of people: business folk (managers of various kinds, account handlers and the like - people who use their phones and email clients heavily, and spend a lot of time in MS Office applications), and the two types who actually create the stuff [...]`webfeeds`2361`2361`
9`INSTANCE`url`http://mattgemmell.com/2006/05/07/creative`0`-1`3`5508`2361`2361`
1`EOE`
14`EVENT`feed_url`http://mattgemmell.com/feed/rss2/`item_url`http://mattgemmell.com/2006/06/18/losing-direction`title`Losing Direction`timestamp`Sun, 18 Jun 2006 15:20:25 +0000`summary`Almost 2 weeks ago now, I turned 27. I had a pretty good day, as you might imagine given that Lauren got me New Super Mario Bros for the DS and Metroid: Zero Mission for the GBA, and she also made me a very cool birthday card (it&#8217;s Wolfgang, my favourite Animal Crossing: Wild World [...]`webfeeds`2362`2362`
9`INSTANCE`url`http://mattgemmell.com/2006/06/18/losing-direction`0`-1`3`5509`2362`2362`
1`EOE`
14`EVENT`feed_url`http://mattgemmell.com/feed/rss2/`item_url`http://mattgemmell.com/2006/05/01/keeping-work-at-work`title`Keeping work at work`timestamp`Mon, 01 May 2006 13:15:32 +0000`summary`Much-belated New Year&#8217;s resolution: set aside time for personal projects, and keep work at work. Like everyone, I&#8217;ve been very guilty of bringing work home in recent months (and thankfully I mean that literally, since I&#8217;ve been able to either work via SSH, or to locally mirror sites on my PowerBook). That&#8217;s better than actually being [...]`webfeeds`2363`2363`
9`INSTANCE`url`http://mattgemmell.com/2006/05/01/keeping-work-at-work`0`-1`3`5517`2363`2363`
1`EOE`
14`EVENT`feed_url`http://mattgemmell.com/feed/rss2/`item_url`http://mattgemmell.com/2006/05/14/hudwindow-updated`title`HUDWindow updated`timestamp`Sun, 14 May 2006 17:37:34 +0000`summary`Quick note: I&#8217;ve updated my HUDWindow source so that the close widget is added even if the panel is created via a nib rather than programmatically. Get the updated version (includes demo app) from the Cocoa source code page, or take a look at a screenshot.`webfeeds`2364`2364`
9`INSTANCE`url`http://mattgemmell.com/2006/05/14/hudwindow-updated`0`-1`3`5518`2364`2364`
1`EOE`
14`EVENT`feed_url`http://mattgemmell.com/feed/rss2/`item_url`http://mattgemmell.com/2006/04/29/metroid-prime-hunters-rsi`title`Metroid Prime Hunters RSI`timestamp`Sat, 29 Apr 2006 19:34:35 +0000`summary`First up, my Metroid Prime Hunters Friend Code: 107 444 069 536. Get in touch (details here) to arrange a time. Oh and thanks, Nintendo. Like being a software developer doesn&#8217;t endanger my carpal tunnel enough. Next, just a brief note that I can very highly recommend the DS Lite Airform carry case. Fits the Lite [...]`webfeeds`2365`2365`
9`INSTANCE`url`http://mattgemmell.com/2006/04/29/metroid-prime-hunters-rsi`0`-1`3`5519`2365`2365`
1`EOE`
14`EVENT`feed_url`http://mattgemmell.com/feed/rss2/`item_url`http://mattgemmell.com/2006/05/14/boot-stuff`title`Boot stuff`timestamp`Sun, 14 May 2006 13:12:18 +0000`summary`I had to reboot recently (software update), so I took the opportunity to note down the things I always do upon rebooting and logging back into my account on OS X. These are all housekeeping-style tasks, mostly to ready the machine for regular use. I&#8217;m not including launching my usual apps and login items.  Delete any recovered [...]`webfeeds`2366`2366`
9`INSTANCE`url`http://mattgemmell.com/2006/05/14/boot-stuff`0`-1`3`5520`2366`2366`
1`EOE`
14`EVENT`feed_url`http://mattgemmell.com/feed/rss2/`item_url`http://mattgemmell.com/2006/06/17/holiday-photos`title`Holiday Photos`timestamp`Sat, 17 Jun 2006 12:37:37 +0000`summary`Some photos of our recent holiday in Cyprus - take a look.`webfeeds`2367`2367`
9`INSTANCE`url`http://mattgemmell.com/2006/06/17/holiday-photos`0`-1`3`5521`2367`2367`
1`EOE`
14`EVENT`feed_url`http://mattgemmell.com/feed/rss2/`item_url`http://mattgemmell.com/2006/05/17/famem`title`Fame.m`timestamp`Wed, 17 May 2006 20:47:04 +0000`summary`Shockingly, my Cocoa source code is used in stuff. First off, I&#8217;d like to apologise for that title. &#8220;Fame.m&#8221;? I don&#8217;t know what the hell I was thinking. It&#8217;s been a long day. Anyway, whilst I don&#8217;t keep a list of all the apps my source code has been used in (like some glory hounds do), I [...]`webfeeds`2368`2368`
9`INSTANCE`url`http://mattgemmell.com/2006/05/17/famem`0`-1`3`5522`2368`2368`
1`EOE`
14`EVENT`feed_url`http://mattgemmell.com/feed/rss2/`item_url`http://mattgemmell.com/2006/05/01/lord-of-the-trees`title`Lord of the Trees`timestamp`Mon, 01 May 2006 10:37:08 +0000`summary`Number 3,681 in a continuing series of Things Your Girlfriend Shouldn&#8217;t Have To Say To You. So last night Lauren and I were discussing Animal Crossing, as you do, and in particular were talking about tree-planting. We&#8217;d got onto the topic from Lauren mentioning that she&#8217;d bought a spare shovel today and  buried it, which [...]`webfeeds`2369`2369`
9`INSTANCE`url`http://mattgemmell.com/2006/05/01/lord-of-the-trees`0`-1`3`5523`2369`2369`
1`EOE`
14`EVENT`feed_url`http://mattgemmell.com/feed/rss2/`item_url`http://mattgemmell.com/2006/04/25/nintendo-ds-lite`title`Nintendo DS Lite`timestamp`Tue, 25 Apr 2006 20:28:24 +0000`summary`So i got my new Nintendo DS Lite (in Crystal White, naturally). Read on for a few initial thoughts (and a couple of pics). First up, go take a look at the pics I took a little while ago; you can see them all here. Sorry there are only 7; I wanted to write this post [...]`webfeeds`2370`2370`
9`INSTANCE`url`http://mattgemmell.com/2006/04/25/nintendo-ds-lite`0`-1`3`5531`2370`2370`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148106`title`Re: [thelist] counting frequency of distinct values in MSSQL`timestamp`Sat Sep 13th 22:43`summary`From: "Joel D Canfield"  Sent: Saturday, September 13, 2003 3:31 PM   > > How about COUNT(DISTINCT...`webfeeds`2371`2371`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148106`0`-1`3`5532`2371`2371`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148103`title`RE: [thelist] counting frequency of distinct values in MSSQL`timestamp`Sat Sep 13th 20:33`summary`> Joel D Canfield wrote: >=20 > > I need to count the=20 > > frequency of each unique numerical value in a table. >=2...`webfeeds`2372`2372`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148103`0`-1`3`5533`2372`2372`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148107`title`Re: [thelist] xhtml + custom tags`timestamp`Sat Sep 13th 22:46`summary`----- Original Message ----- From: "Nemesis"  Sent: Saturday, September 13, 2003 4:21 PM   ...`webfeeds`2373`2373`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148107`0`-1`3`5534`2373`2373`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148105`title`Re: [thelist] Getting back 3d input borders?`timestamp`Sat Sep 13th 21:49`summary`Joel Konkle-Parker wrote:  > The first stylesheet sets the input borders to 1px-wide white lines, giving them > a "fl...`webfeeds`2374`2374`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148105`0`-1`3`5535`2374`2374`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148109`title`Re: [thelist] xhtml + custom tags`timestamp`Sun Sep 14th 00:49`summary`----- Original Message ----- From: "Nemesis"  Sent: Saturday, September 13, 2003 7:38 PM  >...`webfeeds`2375`2375`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148109`0`-1`3`5536`2375`2375`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148108`title`Re: [thelist] xhtml + custom tags`timestamp`Sun Sep 14th 00:40`summary`Joshua Olson wrote:  > ----- Original Message ----- > From: "Nemesis"  > Sent: Saturday, Se...`webfeeds`2376`2376`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148108`0`-1`3`5537`2376`2376`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148104`title`Re: [thelist] xhtml + custom tags`timestamp`Sat Sep 13th 21:24`summary`Joshua Olson wrote: > ----- Original Message ----- > From: "Nemesis"  > Sent: Friday, Septe...`webfeeds`2377`2377`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148104`0`-1`3`5545`2377`2377`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148116`title`RE: [thelist] Getting back 3d input borders?`timestamp`Sun Sep 14th 05:37`summary`nemesis,  >< > From: Nemesis > > > The first stylesheet sets ...`webfeeds`2378`2378`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148116`0`-1`3`5546`2378`2378`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148117`title`Re: [thelist] Getting back 3d input borders?`timestamp`Sun Sep 14th 05:45`summary`On Sat, 13 Sep 2003 14:54:23 -0500 (CDT), Joel Konkle-Parker wrote: > The first stylesheet sets the input borders to ...`webfeeds`2379`2379`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148117`0`-1`3`5547`2379`2379`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148114`title`RE: [thelist] counting frequency of distinct values in MSSQL`timestamp`Sun Sep 14th 05:21`summary`Howdy,  I would add MS Office files to that list, DOC, XLS, PPT, etc.  These files can contain macros that fire when ...`webfeeds`2380`2380`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148114`0`-1`3`5548`2380`2380`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148115`title`RE: [thelist] CFMX: Need Java for CFX tags?`timestamp`Sun Sep 14th 05:23`summary`frank,  >< > From: Frank > > > [...] (Hi Jeff!) [...] >...`webfeeds`2381`2381`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148115`0`-1`3`5549`2381`2381`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148112`title`Re: [thelist] xhtml + custom tags`timestamp`Sun Sep 14th 02:31`summary`Joshua Olson wrote:  > > IE chokes on the following link because of the xhtml file extension: > > http://home1.gte.ne...`webfeeds`2382`2382`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148112`0`-1`3`5550`2382`2382`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148113`title`RE: [thelist] xhtml + custom tags`timestamp`Sun Sep 14th 05:12`summary`nemesis,  >< > From: Nemesis > > > IE chokes on the following...`webfeeds`2383`2383`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148113`0`-1`3`5551`2383`2383`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148110`title`Re: [thelist] xhtml + custom tags`timestamp`Sun Sep 14th 01:21`summary`Joshua Olson wrote: > ----- Original Message ----- > From: "Nemesis"  > Sent: Saturday, Sep...`webfeeds`2384`2384`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148110`0`-1`3`5559`2384`2384`
1`EOE`
14`EVENT`feed_url`http://pgl.yoyo.org/thelist/rss-1.0.php`item_url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148111`title`Re: [thelist] xhtml + custom tags`timestamp`Sun Sep 14th 01:40`summary`----- Original Message ----- From: "Nemesis"  Sent: Saturday, September 13, 2003 8:20 PM   ...`webfeeds`2385`2385`
9`INSTANCE`url`http://pgl.yoyo.org/thelist/redir-to-msg.php?id=148111`0`-1`3`5560`2385`2385`
1`EOE`
14`EVENT`feed_url`http://www.cvrti.utah.edu/rss/feed.xml`item_url`http://www.cvrti.utah.edu/research/featured/featured.html`title`CVRTI Featured Research`timestamp`Fri, 04 Nov 2005 23:00:00 GMT`summary`We invite you to read our most recent featured research article,  	"Severe arrhythmia disorder caused by cardiac L-type calcium 	channel mutations" by Splawski, Sachse, Sanguinetti, et. al.`webfeeds`2386`2386`
9`INSTANCE`url`http://www.cvrti.utah.edu/research/featured/featured.html`0`-1`3`5561`2386`2386`
1`EOE`
14`EVENT`feed_url`http://www.cvrti.utah.edu/rss/feed.xml`item_url`http://www.cvrti.utah.edu/seminars/seminars.html#nerbonne`title`CVRTI Distinguished Lecture Series`timestamp`Fri, 04 Nov 2005 23:00:00 GMT`summary`On December 1, 2005 at 5:00 PM in the CVRTI conference room, 	Jeanne M. Nerbonne PhD will present "Understanding 	Repolarization and Remodeling in the Myocardium---One K+ 	Channel at a Time".`webfeeds`2387`2387`
9`INSTANCE`url`http://www.cvrti.utah.edu/seminars/seminars.html#nerbonne`0`-1`3`5562`2387`2387`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/guestsettings!default.jspa`title``timestamp``summary``webfeeds`2388`2388`
9`INSTANCE`url`http://www.vmware.com/community/guestsettings!default.jspa`0`-1`3`5563`2388`2388`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/techsupportguide.pdf`title``timestamp``summary``webfeeds`2389`2389`
9`INSTANCE`url`http://www.vmware.com/pdf/techsupportguide.pdf`0`-1`3`5564`2389`2389`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forum.jspa?forumID=276`title``timestamp``summary``webfeeds`2390`2390`
9`INSTANCE`url`http://www.vmware.com/forum.jspa?forumID=276`0`-1`3`5565`2390`2390`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=VC-131`title``timestamp``summary``webfeeds`2391`2391`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=VC-131`0`-1`3`5573`2391`2391`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=2076`title``timestamp``summary``webfeeds`2392`2392`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=2076`0`-1`3`5574`2392`2392`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=2075`title``timestamp``summary``webfeeds`2393`2393`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=2075`0`-1`3`5575`2393`2393`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/v2v15_manual.pdf`title``timestamp``summary``webfeeds`2394`2394`
9`INSTANCE`url`http://www.vmware.com/pdf/v2v15_manual.pdf`0`-1`3`5576`2394`2394`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/2006/04/`title``timestamp``summary``webfeeds`2395`2395`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/2006/04/`0`-1`3`5577`2395`2395`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/seb.html`title``timestamp``summary``webfeeds`2396`2396`
9`INSTANCE`url`http://www.vmware.com/customers/stories/seb.html`0`-1`3`5578`2396`2396`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=397908&tstart=0`title``timestamp``summary``webfeeds`2397`2397`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=397908&tstart=0`0`-1`3`5579`2397`2397`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/developer/cim-sdk/`title``timestamp``summary``webfeeds`2398`2398`
9`INSTANCE`url`http://www.vmware.com/support/developer/cim-sdk/`0`-1`3`5587`2398`2398`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/desktop_comp.html`title``timestamp``summary``webfeeds`2399`2399`
9`INSTANCE`url`http://www.vmware.com/products/desktop_comp.html`0`-1`3`5588`2399`2399`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1365&p_created=1092262348&p_sp=cF9zcmNoPSZwX2`title``timestamp``summary``webfeeds`2400`2400`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1365&p_created=1092262348&p_sp=cF9zcmNoPSZwX2`0`-1`3`5589`2400`2400`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1749&p_created=1120841581&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`title``timestamp``summary``webfeeds`2401`2401`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1749&p_created=1120841581&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`0`-1`3`5590`2401`2401`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1749&p_created=1120841581&p_sp=cF9zcmNoPSZwX2`title``timestamp``summary``webfeeds`2402`2402`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1749&p_created=1120841581&p_sp=cF9zcmNoPSZwX2`0`-1`3`5591`2402`2402`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/help.jspa`title``timestamp``summary``webfeeds`2403`2403`
9`INSTANCE`url`http://www.vmware.com/community/help.jspa`0`-1`3`5592`2403`2403`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/product_register_login.jsp;jsessionid=EixvnIGM2wbV3zf2T0PDX3NY9uI2a5ZLWqPro9z1nFMEyG1`title``timestamp``summary``webfeeds`2404`2404`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/product_register_login.jsp;jsessionid=EixvnIGM2wbV3zf2T0PDX3NY9uI2a5ZLWqPro9z1nFMEyG1`0`-1`3`5593`2404`2404`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/VMware_CIM_SDK_Programming_Guide.pdf`title``timestamp``summary``webfeeds`2405`2405`
9`INSTANCE`url`http://www.vmware.com/pdf/VMware_CIM_SDK_Programming_Guide.pdf`0`-1`3`5601`2405`2405`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/category.jspa?categoryID=9`title``timestamp``summary``webfeeds`2406`2406`
9`INSTANCE`url`http://www.vmware.com/community/category.jspa?categoryID=9`0`-1`3`5602`2406`2406`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/console/`title``timestamp``summary``webfeeds`2407`2407`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/console/`0`-1`3`5603`2407`2407`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/company/`title``timestamp``summary``webfeeds`2408`2408`
9`INSTANCE`url`http://www.vmware.com/company/`0`-1`3`5604`2408`2408`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/register.jsp`title``timestamp``summary``webfeeds`2409`2409`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/register.jsp`0`-1`3`5605`2409`2409`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/vi_security.pdf`title``timestamp``summary``webfeeds`2410`2410`
9`INSTANCE`url`http://www.vmware.com/pdf/vi_security.pdf`0`-1`3`5606`2410`2410`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/browserapp.html`title``timestamp``summary``webfeeds`2411`2411`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/browserapp.html`0`-1`3`5607`2411`2411`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/ibm.html`title``timestamp``summary``webfeeds`2412`2412`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/ibm.html`0`-1`3`5615`2412`2412`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/best_practices.html`title``timestamp``summary``webfeeds`2413`2413`
9`INSTANCE`url`http://www.vmware.com/support/policies/best_practices.html`0`-1`3`5616`2413`2413`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/VMwarePlayerManual10.pdf`title``timestamp``summary``webfeeds`2414`2414`
9`INSTANCE`url`http://www.vmware.com/pdf/VMwarePlayerManual10.pdf`0`-1`3`5617`2414`2414`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_alp.php?p_gridsort=faqs.faq_id%3AD`title``timestamp``summary``webfeeds`2415`2415`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_alp.php?p_gridsort=faqs.faq_id%3AD`0`-1`3`5618`2415`2415`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/rss.jspa?feed=rss/rssannounce.jspa`title``timestamp``summary``webfeeds`2416`2416`
9`INSTANCE`url`http://www.vmware.com/community/rss.jspa?feed=rss/rssannounce.jspa`0`-1`3`5619`2416`2416`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/vc/screens.html`title``timestamp``summary``webfeeds`2417`2417`
9`INSTANCE`url`http://www.vmware.com/products/vc/screens.html`0`-1`3`5620`2417`2417`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/siemens_esx.html`title``timestamp``summary``webfeeds`2418`2418`
9`INSTANCE`url`http://www.vmware.com/customers/stories/siemens_esx.html`0`-1`3`5621`2418`2418`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1187&p_created=1068831416&p_sp=cF9zcmNoPSZwX2`title``timestamp``summary``webfeeds`2419`2419`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1187&p_created=1068831416&p_sp=cF9zcmNoPSZwX2`0`-1`3`5629`2419`2419`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/services/Silver.html`title``timestamp``summary``webfeeds`2420`2420`
9`INSTANCE`url`http://www.vmware.com/support/services/Silver.html`0`-1`3`5630`2420`2420`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/profile.jspa?userID=9381`title``timestamp``summary``webfeeds`2421`2421`
9`INSTANCE`url`http://www.vmware.com/profile.jspa?userID=9381`0`-1`3`5631`2421`2421`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/ws55/doc/releasenotes_ws55.html`title``timestamp``summary``webfeeds`2422`2422`
9`INSTANCE`url`http://www.vmware.com/support/ws55/doc/releasenotes_ws55.html`0`-1`3`5632`2422`2422`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/sap.html`title``timestamp``summary``webfeeds`2423`2423`
9`INSTANCE`url`http://www.vmware.com/customers/stories/sap.html`0`-1`3`5633`2423`2423`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/order_login.jsp`title``timestamp``summary``webfeeds`2424`2424`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/order_login.jsp`0`-1`3`5634`2424`2424`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/feature.html`title``timestamp``summary``webfeeds`2425`2425`
9`INSTANCE`url`http://www.vmware.com/support/policies/feature.html`0`-1`3`5635`2425`2425`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/severity.html`title``timestamp``summary``webfeeds`2426`2426`
9`INSTANCE`url`http://www.vmware.com/support/policies/severity.html`0`-1`3`5643`2426`2426`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/index_esx.html`title``timestamp``summary``webfeeds`2427`2427`
9`INSTANCE`url`http://www.vmware.com/customers/stories/index_esx.html`0`-1`3`5644`2427`2427`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx-201-200512-patch.html`title``timestamp``summary``webfeeds`2428`2428`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx-201-200512-patch.html`0`-1`3`5645`2428`2428`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/PageRenderer.action?actionName=plViewBasicPartnerSearch&vmwareExternalPLRequest=y`title``timestamp``summary``webfeeds`2429`2429`
9`INSTANCE`url`http://www.vmware.com/PageRenderer.action?actionName=plViewBasicPartnerSearch&vmwareExternalPLRequest=y`0`-1`3`5646`2429`2429`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=394074&tstart=0`title``timestamp``summary``webfeeds`2430`2430`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=394074&tstart=0`0`-1`3`5647`2430`2430`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=334719`title``timestamp``summary``webfeeds`2431`2431`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=334719`0`-1`3`5648`2431`2431`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/index.jspa?categoryID=1`title``timestamp``summary``webfeeds`2432`2432`
9`INSTANCE`url`http://www.vmware.com/index.jspa?categoryID=1`0`-1`3`5649`2432`2432`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=49&p_created=1020971547&p_sp=cF9zcmNoPSZwX2dy`title``timestamp``summary``webfeeds`2433`2433`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=49&p_created=1020971547&p_sp=cF9zcmNoPSZwX2dy`0`-1`3`5657`2433`2433`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx201-11429update.html`title``timestamp``summary``webfeeds`2434`2434`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx201-11429update.html`0`-1`3`5658`2434`2434`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/esat.html`title``timestamp``summary``webfeeds`2435`2435`
9`INSTANCE`url`http://www.vmware.com/customers/stories/esat.html`0`-1`3`5659`2435`2435`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/vc/faqs.html`title``timestamp``summary``webfeeds`2436`2436`
9`INSTANCE`url`http://www.vmware.com/products/vc/faqs.html`0`-1`3`5660`2436`2436`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/neverfail.html`title``timestamp``summary``webfeeds`2437`2437`
9`INSTANCE`url`http://www.vmware.com/customers/stories/neverfail.html`0`-1`3`5661`2437`2437`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/vc/`title``timestamp``summary``webfeeds`2438`2438`
9`INSTANCE`url`http://www.vmware.com/download/vc/`0`-1`3`5662`2438`2438`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=56`title``timestamp``summary``webfeeds`2439`2439`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=56`0`-1`3`5663`2439`2439`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/`title``timestamp``summary``webfeeds`2440`2440`
9`INSTANCE`url`http://www.vmware.com/vmtn/`0`-1`3`5671`2440`2440`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=162&p_created=1023467566&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`title``timestamp``summary``webfeeds`2441`2441`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=162&p_created=1023467566&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`0`-1`3`5672`2441`2441`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/esx_p2v_jumpstart.pdf`title``timestamp``summary``webfeeds`2442`2442`
9`INSTANCE`url`http://www.vmware.com/pdf/esx_p2v_jumpstart.pdf`0`-1`3`5673`2442`2442`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/vc13/doc/releasenotes_vc.html`title``timestamp``summary``webfeeds`2443`2443`
9`INSTANCE`url`http://www.vmware.com/support/vc13/doc/releasenotes_vc.html`0`-1`3`5674`2443`2443`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=WKST-55-LX-ARCH`title``timestamp``summary``webfeeds`2444`2444`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=WKST-55-LX-ARCH`0`-1`3`5675`2444`2444`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx152-patch2.html`title``timestamp``summary``webfeeds`2445`2445`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx152-patch2.html`0`-1`3`5676`2445`2445`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/governmentwebinars`title``timestamp``summary``webfeeds`2446`2446`
9`INSTANCE`url`http://www.vmware.com/governmentwebinars`0`-1`3`5677`2446`2446`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/videotron.html`title``timestamp``summary``webfeeds`2447`2447`
9`INSTANCE`url`http://www.vmware.com/customers/stories/videotron.html`0`-1`3`5685`2447`2447`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/zimbra.html`title``timestamp``summary``webfeeds`2448`2448`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/zimbra.html`0`-1`3`5686`2448`2448`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=789`title``timestamp``summary``webfeeds`2449`2449`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=789`0`-1`3`5687`2449`2449`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=42&p_created=1020963167&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd19`title``timestamp``summary``webfeeds`2450`2450`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=42&p_created=1020963167&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd19`0`-1`3`5688`2450`2450`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/category.jspa?categoryID=11`title``timestamp``summary``webfeeds`2451`2451`
9`INSTANCE`url`http://www.vmware.com/community/category.jspa?categoryID=11`0`-1`3`5689`2451`2451`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/ace.html`title``timestamp``summary``webfeeds`2452`2452`
9`INSTANCE`url`http://www.vmware.com/download/eula/ace.html`0`-1`3`5690`2452`2452`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/help.jspa`title``timestamp``summary``webfeeds`2453`2453`
9`INSTANCE`url`http://www.vmware.com/help.jspa`0`-1`3`5691`2453`2453`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/category.jspa?categoryID=15`title``timestamp``summary``webfeeds`2454`2454`
9`INSTANCE`url`http://www.vmware.com/community/category.jspa?categoryID=15`0`-1`3`5699`2454`2454`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx152-ipsdriver.html`title``timestamp``summary``webfeeds`2455`2455`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx152-ipsdriver.html`0`-1`3`5700`2455`2455`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/category.jspa?categoryID=18`title``timestamp``summary``webfeeds`2456`2456`
9`INSTANCE`url`http://www.vmware.com/community/category.jspa?categoryID=18`0`-1`3`5701`2456`2456`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=397896&tstart=0`title``timestamp``summary``webfeeds`2457`2457`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=397896&tstart=0`0`-1`3`5702`2457`2457`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/vmtn/`title``timestamp``summary``webfeeds`2458`2458`
9`INSTANCE`url`http://www.vmware.com/support/vmtn/`0`-1`3`5703`2458`2458`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/rss.jspa?feed=rss/rssannounce.jspa`title``timestamp``summary``webfeeds`2459`2459`
9`INSTANCE`url`http://www.vmware.com/rss.jspa?feed=rss/rssannounce.jspa`0`-1`3`5704`2459`2459`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/profile.jspa?userID=18`title``timestamp``summary``webfeeds`2460`2460`
9`INSTANCE`url`http://www.vmware.com/community/profile.jspa?userID=18`0`-1`3`5705`2460`2460`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forum.jspa?forumID=125`title``timestamp``summary``webfeeds`2461`2461`
9`INSTANCE`url`http://www.vmware.com/forum.jspa?forumID=125`0`-1`3`5713`2461`2461`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=397890&tstart=0`title``timestamp``summary``webfeeds`2462`2462`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=397890&tstart=0`0`-1`3`5714`2462`2462`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/mysql.html`title``timestamp``summary``webfeeds`2463`2463`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/mysql.html`0`-1`3`5715`2463`2463`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/technology_one.html`title``timestamp``summary``webfeeds`2464`2464`
9`INSTANCE`url`http://www.vmware.com/customers/stories/technology_one.html`0`-1`3`5716`2464`2464`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/events/tradeshows.html`title``timestamp``summary``webfeeds`2465`2465`
9`INSTANCE`url`http://www.vmware.com/events/tradeshows.html`0`-1`3`5717`2465`2465`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/development/`title``timestamp``summary``webfeeds`2466`2466`
9`INSTANCE`url`http://www.vmware.com/solutions/development/`0`-1`3`5718`2466`2466`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=ESX253-WIN`title``timestamp``summary``webfeeds`2467`2467`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=ESX253-WIN`0`-1`3`5719`2467`2467`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb`title``timestamp``summary``webfeeds`2468`2468`
9`INSTANCE`url`http://www.vmware.com/support/kb`0`-1`3`5727`2468`2468`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/welch.html`title``timestamp``summary``webfeeds`2469`2469`
9`INSTANCE`url`http://www.vmware.com/customers/stories/welch.html`0`-1`3`5728`2469`2469`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forum.jspa?forumID=73`title``timestamp``summary``webfeeds`2470`2470`
9`INSTANCE`url`http://www.vmware.com/forum.jspa?forumID=73`0`-1`3`5729`2470`2470`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/Forsakringskassan.html`title``timestamp``summary``webfeeds`2471`2471`
9`INSTANCE`url`http://www.vmware.com/customers/stories/Forsakringskassan.html`0`-1`3`5730`2471`2471`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/esx_jumpstart.pdf`title``timestamp``summary``webfeeds`2472`2472`
9`INSTANCE`url`http://www.vmware.com/pdf/esx_jumpstart.pdf`0`-1`3`5731`2472`2472`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/bhs.html`title``timestamp``summary``webfeeds`2473`2473`
9`INSTANCE`url`http://www.vmware.com/customers/stories/bhs.html`0`-1`3`5732`2473`2473`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/fjord_seafood.html`title``timestamp``summary``webfeeds`2474`2474`
9`INSTANCE`url`http://www.vmware.com/customers/stories/fjord_seafood.html`0`-1`3`5733`2474`2474`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/releases/`title``timestamp``summary``webfeeds`2475`2475`
9`INSTANCE`url`http://www.vmware.com/news/releases/`0`-1`3`5741`2475`2475`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/jump8.myjumpbox8.options%5bselectedIndex%5d.value`title``timestamp``summary``webfeeds`2476`2476`
9`INSTANCE`url`http://www.vmware.com/jump8.myjumpbox8.options%5bselectedIndex%5d.value`0`-1`3`5742`2476`2476`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/request_processor;jsessionid=Eixr34TTaxx5NM9xMIM2X9TkdIXLWAYr211eXGe12RgmMdYnB7ns!1113666057?nextPage=/vmw`title``timestamp``summary``webfeeds`2477`2477`
9`INSTANCE`url`http://www.vmware.com/request_processor;jsessionid=Eixr34TTaxx5NM9xMIM2X9TkdIXLWAYr211eXGe12RgmMdYnB7ns!1113666057?nextPage=/vmw`0`-1`3`5743`2477`2477`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/index.html`title``timestamp``summary``webfeeds`2478`2478`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/index.html`0`-1`3`5744`2478`2478`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/login.jsp`title``timestamp``summary``webfeeds`2479`2479`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/login.jsp`0`-1`3`5745`2479`2479`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/Server_C_API_Preview_Programming.pdf`title``timestamp``summary``webfeeds`2480`2480`
9`INSTANCE`url`http://www.vmware.com/pdf/Server_C_API_Preview_Programming.pdf`0`-1`3`5746`2480`2480`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/processor_check.pdf`title``timestamp``summary``webfeeds`2481`2481`
9`INSTANCE`url`http://www.vmware.com/pdf/processor_check.pdf`0`-1`3`5747`2481`2481`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_alp.php?p_prod_lvl1=52&p_search_type=7&p_sort_by=faqs.faq_id%3AD`title``timestamp``summary``webfeeds`2482`2482`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_alp.php?p_prod_lvl1=52&p_search_type=7&p_sort_by=faqs.faq_id%3AD`0`-1`3`5755`2482`2482`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=WKST-453-LX`title``timestamp``summary``webfeeds`2483`2483`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=WKST-453-LX`0`-1`3`5756`2483`2483`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/player.html`title``timestamp``summary``webfeeds`2484`2484`
9`INSTANCE`url`http://www.vmware.com/download/eula/player.html`0`-1`3`5757`2484`2484`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=MDT-M-WIN-ARCH`title``timestamp``summary``webfeeds`2485`2485`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=MDT-M-WIN-ARCH`0`-1`3`5758`2485`2485`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/profile.jspa?userID=8677`title``timestamp``summary``webfeeds`2486`2486`
9`INSTANCE`url`http://www.vmware.com/profile.jspa?userID=8677`0`-1`3`5759`2486`2486`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/esx25_install.pdf`title``timestamp``summary``webfeeds`2487`2487`
9`INSTANCE`url`http://www.vmware.com/pdf/esx25_install.pdf`0`-1`3`5760`2487`2487`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/services/server.html`title``timestamp``summary``webfeeds`2488`2488`
9`INSTANCE`url`http://www.vmware.com/support/services/server.html`0`-1`3`5761`2488`2488`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/dsfcu.html`title``timestamp``summary``webfeeds`2489`2489`
9`INSTANCE`url`http://www.vmware.com/customers/stories/dsfcu.html`0`-1`3`5769`2489`2489`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=ESX_250_ARCH`title``timestamp``summary``webfeeds`2490`2490`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=ESX_250_ARCH`0`-1`3`5770`2490`2490`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/server_vm_manual.pdf`title``timestamp``summary``webfeeds`2491`2491`
9`INSTANCE`url`http://www.vmware.com/pdf/server_vm_manual.pdf`0`-1`3`5771`2491`2491`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/releases/player_award.html`title``timestamp``summary``webfeeds`2492`2492`
9`INSTANCE`url`http://www.vmware.com/news/releases/player_award.html`0`-1`3`5772`2492`2492`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx-201-200506-patch.html`title``timestamp``summary``webfeeds`2493`2493`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx-201-200506-patch.html`0`-1`3`5773`2493`2493`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx21-broadcom.html`title``timestamp``summary``webfeeds`2494`2494`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx21-broadcom.html`0`-1`3`5774`2494`2494`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/industry/government/`title``timestamp``summary``webfeeds`2495`2495`
9`INSTANCE`url`http://www.vmware.com/industry/government/`0`-1`3`5775`2495`2495`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/jfs.html`title``timestamp``summary``webfeeds`2496`2496`
9`INSTANCE`url`http://www.vmware.com/customers/stories/jfs.html`0`-1`3`5783`2496`2496`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=397846&tstart=0`title``timestamp``summary``webfeeds`2497`2497`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=397846&tstart=0`0`-1`3`5784`2497`2497`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/serversurvey`title``timestamp``summary``webfeeds`2498`2498`
9`INSTANCE`url`http://www.vmware.com/serversurvey`0`-1`3`5785`2498`2498`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/security.html`title``timestamp``summary``webfeeds`2499`2499`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/security.html`0`-1`3`5786`2499`2499`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/virtualcenter.html`title``timestamp``summary``webfeeds`2500`2500`
9`INSTANCE`url`http://www.vmware.com/download/eula/virtualcenter.html`0`-1`3`5787`2500`2500`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/closure.html`title``timestamp``summary``webfeeds`2501`2501`
9`INSTANCE`url`http://www.vmware.com/support/policies/closure.html`0`-1`3`5788`2501`2501`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/qualcomm.html`title``timestamp``summary``webfeeds`2502`2502`
9`INSTANCE`url`http://www.vmware.com/customers/stories/qualcomm.html`0`-1`3`5789`2502`2502`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/profile.jspa?userID=44360`title``timestamp``summary``webfeeds`2503`2503`
9`INSTANCE`url`http://www.vmware.com/community/profile.jspa?userID=44360`0`-1`3`5797`2503`2503`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx152-patch5.html`title``timestamp``summary``webfeeds`2504`2504`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx152-patch5.html`0`-1`3`5798`2504`2504`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx-212-200512-patch.html`title``timestamp``summary``webfeeds`2505`2505`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx-212-200512-patch.html`0`-1`3`5799`2505`2505`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/resolution.html`title``timestamp``summary``webfeeds`2506`2506`
9`INSTANCE`url`http://www.vmware.com/support/policies/resolution.html`0`-1`3`5800`2506`2506`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/purdue_pharma.pdf`title``timestamp``summary``webfeeds`2507`2507`
9`INSTANCE`url`http://www.vmware.com/pdf/purdue_pharma.pdf`0`-1`3`5801`2507`2507`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/umr.pdf`title``timestamp``summary``webfeeds`2508`2508`
9`INSTANCE`url`http://www.vmware.com/pdf/umr.pdf`0`-1`3`5802`2508`2508`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/2005_GSDM.pdf`title``timestamp``summary``webfeeds`2509`2509`
9`INSTANCE`url`http://www.vmware.com/pdf/2005_GSDM.pdf`0`-1`3`5803`2509`2509`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/version.html`title``timestamp``summary``webfeeds`2510`2510`
9`INSTANCE`url`http://www.vmware.com/support/policies/version.html`0`-1`3`5811`2510`2510`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/baytex.html`title``timestamp``summary``webfeeds`2511`2511`
9`INSTANCE`url`http://www.vmware.com/customers/stories/baytex.html`0`-1`3`5812`2511`2511`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/jp/pdf/gsx32vm_manual.pdf`title``timestamp``summary``webfeeds`2512`2512`
9`INSTANCE`url`http://www.vmware.com/jp/pdf/gsx32vm_manual.pdf`0`-1`3`5813`2512`2512`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/open_sources.html/`title``timestamp``summary``webfeeds`2513`2513`
9`INSTANCE`url`http://www.vmware.com/download/open_sources.html/`0`-1`3`5814`2513`2513`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/resources/esx_resources.html`title``timestamp``summary``webfeeds`2514`2514`
9`INSTANCE`url`http://www.vmware.com/vmtn/resources/esx_resources.html`0`-1`3`5815`2514`2514`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=652&p_created=1025034274&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`title``timestamp``summary``webfeeds`2515`2515`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=652&p_created=1025034274&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`0`-1`3`5816`2515`2515`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/gruppo_ima.html`title``timestamp``summary``webfeeds`2516`2516`
9`INSTANCE`url`http://www.vmware.com/customers/stories/gruppo_ima.html`0`-1`3`5817`2516`2516`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/p2v21/doc/p2v21_releasenotes.html`title``timestamp``summary``webfeeds`2517`2517`
9`INSTANCE`url`http://www.vmware.com/support/p2v21/doc/p2v21_releasenotes.html`0`-1`3`5825`2517`2517`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/developer/scripting_download.html`title``timestamp``summary``webfeeds`2518`2518`
9`INSTANCE`url`http://www.vmware.com/support/developer/scripting_download.html`0`-1`3`5826`2518`2518`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/communitysource/`title``timestamp``summary``webfeeds`2519`2519`
9`INSTANCE`url`http://www.vmware.com/communitysource/`0`-1`3`5827`2519`2519`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1703&p_created=1117067368&p_sp=cF9zcmNoPSZwX2`title``timestamp``summary``webfeeds`2520`2520`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1703&p_created=1117067368&p_sp=cF9zcmNoPSZwX2`0`-1`3`5828`2520`2520`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/pathology.pdf`title``timestamp``summary``webfeeds`2521`2521`
9`INSTANCE`url`http://www.vmware.com/pdf/pathology.pdf`0`-1`3`5829`2521`2521`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=VC-131-ARCH`title``timestamp``summary``webfeeds`2522`2522`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=VC-131-ARCH`0`-1`3`5830`2522`2522`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=653&p_created=1025196374&p_sp=cF9zcmNoPSZwX2d`title``timestamp``summary``webfeeds`2523`2523`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=653&p_created=1025196374&p_sp=cF9zcmNoPSZwX2d`0`-1`3`5831`2523`2523`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=42&p_created=1020963167&p_sp=cF9zcmNoPSZwX2dy`title``timestamp``summary``webfeeds`2524`2524`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=42&p_created=1020963167&p_sp=cF9zcmNoPSZwX2dy`0`-1`3`5839`2524`2524`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/request_processor;jsessionid=Eixq29xFZY2dPoXcfxSxlEyXsOu9quXiw6CVsw3wKIi8HfWjI5Ry!1113666057?nextPage=/vmw`title``timestamp``summary``webfeeds`2525`2525`
9`INSTANCE`url`http://www.vmware.com/request_processor;jsessionid=Eixq29xFZY2dPoXcfxSxlEyXsOu9quXiw6CVsw3wKIi8HfWjI5Ry!1113666057?nextPage=/vmw`0`-1`3`5840`2525`2525`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/buy_wkst_upgrade.jsp;jsessionid=Eixr34TTaxx5NM9xMIM2X9TkdIXLWAYr211eXGe12RgmMdYnB7ns!`title``timestamp``summary``webfeeds`2526`2526`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/buy_wkst_upgrade.jsp;jsessionid=Eixr34TTaxx5NM9xMIM2X9TkdIXLWAYr211eXGe12RgmMdYnB7ns!`0`-1`3`5841`2526`2526`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/consolidation/`title``timestamp``summary``webfeeds`2527`2527`
9`INSTANCE`url`http://www.vmware.com/solutions/consolidation/`0`-1`3`5842`2527`2527`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=GSX25-LIN-ARCH`title``timestamp``summary``webfeeds`2528`2528`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=GSX25-LIN-ARCH`0`-1`3`5843`2528`2528`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=123`title``timestamp``summary``webfeeds`2529`2529`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=123`0`-1`3`5844`2529`2529`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/sgi.html`title``timestamp``summary``webfeeds`2530`2530`
9`INSTANCE`url`http://www.vmware.com/customers/stories/sgi.html`0`-1`3`5845`2530`2530`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=125`title``timestamp``summary``webfeeds`2531`2531`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=125`0`-1`3`5853`2531`2531`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=124`title``timestamp``summary``webfeeds`2532`2532`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=124`0`-1`3`5854`2532`2532`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/vmimporter_v15.html`title``timestamp``summary``webfeeds`2533`2533`
9`INSTANCE`url`http://www.vmware.com/download/eula/vmimporter_v15.html`0`-1`3`5855`2533`2533`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_alp.php?p_prod_lvl1=36&p_search_type=7&p_sort_by=faqs.faq_id%3AD`title``timestamp``summary``webfeeds`2534`2534`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_alp.php?p_prod_lvl1=36&p_search_type=7&p_sort_by=faqs.faq_id%3AD`0`-1`3`5856`2534`2534`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/server/esx_features.html`title``timestamp``summary``webfeeds`2535`2535`
9`INSTANCE`url`http://www.vmware.com/products/server/esx_features.html`0`-1`3`5857`2535`2535`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliance_access/fsc/`title``timestamp``summary``webfeeds`2536`2536`
9`INSTANCE`url`http://www.vmware.com/partners/alliance_access/fsc/`0`-1`3`5858`2536`2536`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/player/faqs.html`title``timestamp``summary``webfeeds`2537`2537`
9`INSTANCE`url`http://www.vmware.com/products/player/faqs.html`0`-1`3`5859`2537`2537`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=340&p_created=1023736452&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`title``timestamp``summary``webfeeds`2538`2538`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=340&p_created=1023736452&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`0`-1`3`5867`2538`2538`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/hp.pdf`title``timestamp``summary``webfeeds`2539`2539`
9`INSTANCE`url`http://www.vmware.com/pdf/hp.pdf`0`-1`3`5868`2539`2539`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/services/Evaluation.html`title``timestamp``summary``webfeeds`2540`2540`
9`INSTANCE`url`http://www.vmware.com/support/services/Evaluation.html`0`-1`3`5869`2540`2540`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/ws55/doc/index.html`title``timestamp``summary``webfeeds`2541`2541`
9`INSTANCE`url`http://www.vmware.com/support/ws55/doc/index.html`0`-1`3`5870`2541`2541`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/oracle.html`title``timestamp``summary``webfeeds`2542`2542`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/oracle.html`0`-1`3`5871`2542`2542`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/subaru.html`title``timestamp``summary``webfeeds`2543`2543`
9`INSTANCE`url`http://www.vmware.com/customers/stories/subaru.html`0`-1`3`5872`2543`2543`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/help/`title``timestamp``summary``webfeeds`2544`2544`
9`INSTANCE`url`http://www.vmware.com/help/`0`-1`3`5873`2544`2544`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx152-8081update.html`title``timestamp``summary``webfeeds`2545`2545`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx152-8081update.html`0`-1`3`5881`2545`2545`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forum.jspa?forumID=249`title``timestamp``summary``webfeeds`2546`2546`
9`INSTANCE`url`http://www.vmware.com/forum.jspa?forumID=249`0`-1`3`5882`2546`2546`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forum.jspa?forumID=123`title``timestamp``summary``webfeeds`2547`2547`
9`INSTANCE`url`http://www.vmware.com/forum.jspa?forumID=123`0`-1`3`5883`2547`2547`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/resources/p2v_resources.html`title``timestamp``summary``webfeeds`2548`2548`
9`INSTANCE`url`http://www.vmware.com/vmtn/resources/p2v_resources.html`0`-1`3`5884`2548`2548`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/`title``timestamp``summary``webfeeds`2549`2549`
9`INSTANCE`url`http://www.vmware.com/download/`0`-1`3`5885`2549`2549`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/portwise.html`title``timestamp``summary``webfeeds`2550`2550`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/portwise.html`0`-1`3`5886`2550`2550`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/index_ace.html`title``timestamp``summary``webfeeds`2551`2551`
9`INSTANCE`url`http://www.vmware.com/customers/stories/index_ace.html`0`-1`3`5887`2551`2551`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/2006/04/index.html`title``timestamp``summary``webfeeds`2552`2552`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/2006/04/index.html`0`-1`3`5895`2552`2552`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/republic_polytechnic.html`title``timestamp``summary``webfeeds`2553`2553`
9`INSTANCE`url`http://www.vmware.com/customers/stories/republic_polytechnic.html`0`-1`3`5896`2553`2553`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/vm/community.html`title``timestamp``summary``webfeeds`2554`2554`
9`INSTANCE`url`http://www.vmware.com/vmtn/vm/community.html`0`-1`3`5897`2554`2554`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/rss.jspa?feed=rss/rssmessages.jspa?categoryID=1`title``timestamp``summary``webfeeds`2555`2555`
9`INSTANCE`url`http://www.vmware.com/community/rss.jspa?feed=rss/rssmessages.jspa?categoryID=1`0`-1`3`5898`2555`2555`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1346&p_created=1090015157&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`title``timestamp``summary``webfeeds`2556`2556`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1346&p_created=1090015157&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`0`-1`3`5899`2556`2556`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/guestsettings!default.jspa`title``timestamp``summary``webfeeds`2557`2557`
9`INSTANCE`url`http://www.vmware.com/guestsettings!default.jspa`0`-1`3`5900`2557`2557`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=306296`title``timestamp``summary``webfeeds`2558`2558`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=306296`0`-1`3`5901`2558`2558`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/ace/`title``timestamp``summary``webfeeds`2559`2559`
9`INSTANCE`url`http://www.vmware.com/products/ace/`0`-1`3`5909`2559`2559`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn`title``timestamp``summary``webfeeds`2560`2560`
9`INSTANCE`url`http://www.vmware.com/vmtn`0`-1`3`5910`2560`2560`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/development_testing.pdf`title``timestamp``summary``webfeeds`2561`2561`
9`INSTANCE`url`http://www.vmware.com/pdf/development_testing.pdf`0`-1`3`5911`2561`2561`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/inc/liquid.css`title``timestamp``summary``webfeeds`2562`2562`
9`INSTANCE`url`http://www.vmware.com/inc/liquid.css`0`-1`3`5912`2562`2562`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliances/solutions/`title``timestamp``summary``webfeeds`2563`2563`
9`INSTANCE`url`http://www.vmware.com/partners/alliances/solutions/`0`-1`3`5913`2563`2563`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/request.html`title``timestamp``summary``webfeeds`2564`2564`
9`INSTANCE`url`http://www.vmware.com/solutions/request.html`0`-1`3`5914`2564`2564`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/guestnotes/doc/`title``timestamp``summary``webfeeds`2565`2565`
9`INSTANCE`url`http://www.vmware.com/support/guestnotes/doc/`0`-1`3`5915`2565`2565`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/manor_bakeries.html`title``timestamp``summary``webfeeds`2566`2566`
9`INSTANCE`url`http://www.vmware.com/customers/stories/manor_bakeries.html`0`-1`3`5923`2566`2566`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/player/`title``timestamp``summary``webfeeds`2567`2567`
9`INSTANCE`url`http://www.vmware.com/download/player/`0`-1`3`5924`2567`2567`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx201-6432update.html`title``timestamp``summary``webfeeds`2568`2568`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx201-6432update.html`0`-1`3`5925`2568`2568`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=19`title``timestamp``summary``webfeeds`2569`2569`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=19`0`-1`3`5926`2569`2569`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=ESX-SERVER`title``timestamp``summary``webfeeds`2570`2570`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=ESX-SERVER`0`-1`3`5927`2570`2570`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/articles/sjmn.html`title``timestamp``summary``webfeeds`2571`2571`
9`INSTANCE`url`http://www.vmware.com/news/articles/sjmn.html`0`-1`3`5928`2571`2571`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/technology/performance/`title``timestamp``summary``webfeeds`2572`2572`
9`INSTANCE`url`http://www.vmware.com/vmtn/technology/performance/`0`-1`3`5929`2572`2572`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partnercentral`title``timestamp``summary``webfeeds`2573`2573`
9`INSTANCE`url`http://www.vmware.com/partnercentral`0`-1`3`5937`2573`2573`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/petrobras.html`title``timestamp``summary``webfeeds`2574`2574`
9`INSTANCE`url`http://www.vmware.com/customers/stories/petrobras.html`0`-1`3`5938`2574`2574`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/development/libraries.html`title``timestamp``summary``webfeeds`2575`2575`
9`INSTANCE`url`http://www.vmware.com/solutions/development/libraries.html`0`-1`3`5939`2575`2575`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/vmtn_specs.pdf`title``timestamp``summary``webfeeds`2576`2576`
9`INSTANCE`url`http://www.vmware.com/pdf/vmtn_specs.pdf`0`-1`3`5940`2576`2576`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx152-patch1.html`title``timestamp``summary``webfeeds`2577`2577`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx152-patch1.html`0`-1`3`5941`2577`2577`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/covenant_health.html`title``timestamp``summary``webfeeds`2578`2578`
9`INSTANCE`url`http://www.vmware.com/customers/stories/covenant_health.html`0`-1`3`5942`2578`2578`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/desktop/endpoint.html`title``timestamp``summary``webfeeds`2579`2579`
9`INSTANCE`url`http://www.vmware.com/solutions/desktop/endpoint.html`0`-1`3`5943`2579`2579`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/rpath.html`title``timestamp``summary``webfeeds`2580`2580`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/rpath.html`0`-1`3`5951`2580`2580`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/profile.jspa?userID=3131`title``timestamp``summary``webfeeds`2581`2581`
9`INSTANCE`url`http://www.vmware.com/profile.jspa?userID=3131`0`-1`3`5952`2581`2581`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=397422&tstart=0`title``timestamp``summary``webfeeds`2582`2582`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=397422&tstart=0`0`-1`3`5953`2582`2582`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/2006/05/index.html`title``timestamp``summary``webfeeds`2583`2583`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/2006/05/index.html`0`-1`3`5954`2583`2583`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/desktop/vdi.html`title``timestamp``summary``webfeeds`2584`2584`
9`INSTANCE`url`http://www.vmware.com/solutions/desktop/vdi.html`0`-1`3`5955`2584`2584`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1345&p_created=1090014806&p_sp=cF9zcmNoPSZwX2`title``timestamp``summary``webfeeds`2585`2585`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1345&p_created=1090014806&p_sp=cF9zcmNoPSZwX2`0`-1`3`5956`2585`2585`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/dept_trans.html`title``timestamp``summary``webfeeds`2586`2586`
9`INSTANCE`url`http://www.vmware.com/customers/stories/dept_trans.html`0`-1`3`5957`2586`2586`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/appliances/`title``timestamp``summary``webfeeds`2587`2587`
9`INSTANCE`url`http://www.vmware.com/appliances/`0`-1`3`5965`2587`2587`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/esx25/doc/admin/index.html`title``timestamp``summary``webfeeds`2588`2588`
9`INSTANCE`url`http://www.vmware.com/support/esx25/doc/admin/index.html`0`-1`3`5966`2588`2588`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/VMwareACEManualEN.pdf`title``timestamp``summary``webfeeds`2589`2589`
9`INSTANCE`url`http://www.vmware.com/pdf/VMwareACEManualEN.pdf`0`-1`3`5967`2589`2589`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/ccbc.html`title``timestamp``summary``webfeeds`2590`2590`
9`INSTANCE`url`http://www.vmware.com/customers/stories/ccbc.html`0`-1`3`5968`2590`2590`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/jump2.myjumpbox2.options%5bselectedIndex%5d.value`title``timestamp``summary``webfeeds`2591`2591`
9`INSTANCE`url`http://www.vmware.com/jump2.myjumpbox2.options%5bselectedIndex%5d.value`0`-1`3`5969`2591`2591`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/pubs/player_pubs.html`title``timestamp``summary``webfeeds`2592`2592`
9`INSTANCE`url`http://www.vmware.com/support/pubs/player_pubs.html`0`-1`3`5970`2592`2592`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/p2v21/doc/index.html`title``timestamp``summary``webfeeds`2593`2593`
9`INSTANCE`url`http://www.vmware.com/support/p2v21/doc/index.html`0`-1`3`5971`2593`2593`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/p2v21_manual.pdf`title``timestamp``summary``webfeeds`2594`2594`
9`INSTANCE`url`http://www.vmware.com/pdf/p2v21_manual.pdf`0`-1`3`5978`2594`2594`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/response.html`title``timestamp``summary``webfeeds`2595`2595`
9`INSTANCE`url`http://www.vmware.com/support/policies/response.html`0`-1`3`5980`2595`2595`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/2006/03/`title``timestamp``summary``webfeeds`2596`2596`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/2006/03/`0`-1`3`5981`2596`2596`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx-252-200512-patch.html`title``timestamp``summary``webfeeds`2597`2597`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx-252-200512-patch.html`0`-1`3`5982`2597`2597`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx25-lsi1064-sunfire-x4100-x4200.html`title``timestamp``summary``webfeeds`2598`2598`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx25-lsi1064-sunfire-x4100-x4200.html`0`-1`3`5983`2598`2598`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=397832&tstart=0`title``timestamp``summary``webfeeds`2599`2599`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=397832&tstart=0`0`-1`3`5984`2599`2599`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/ThirdParty.html`title``timestamp``summary``webfeeds`2600`2600`
9`INSTANCE`url`http://www.vmware.com/support/policies/ThirdParty.html`0`-1`3`5985`2600`2600`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/mechanics_bank.html`title``timestamp``summary``webfeeds`2601`2601`
9`INSTANCE`url`http://www.vmware.com/customers/stories/mechanics_bank.html`0`-1`3`5993`2601`2601`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vcommunity/`title``timestamp``summary``webfeeds`2602`2602`
9`INSTANCE`url`http://www.vmware.com/vcommunity/`0`-1`3`5994`2602`2602`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/ceskytelecom_cz.html`title``timestamp``summary``webfeeds`2603`2603`
9`INSTANCE`url`http://www.vmware.com/customers/stories/ceskytelecom_cz.html`0`-1`3`5995`2603`2603`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/profile.jspa?userID=25581`title``timestamp``summary``webfeeds`2604`2604`
9`INSTANCE`url`http://www.vmware.com/community/profile.jspa?userID=25581`0`-1`3`5996`2604`2604`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/124`title``timestamp``summary``webfeeds`2605`2605`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/124`0`-1`3`5997`2605`2605`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/125`title``timestamp``summary``webfeeds`2606`2606`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/125`0`-1`3`5998`2606`2606`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/SDKProgrammingGuide.pdf`title``timestamp``summary``webfeeds`2607`2607`
9`INSTANCE`url`http://www.vmware.com/pdf/SDKProgrammingGuide.pdf`0`-1`3`5999`2607`2607`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/123`title``timestamp``summary``webfeeds`2608`2608`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/123`0`-1`3`6007`2608`2608`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/vedior.html`title``timestamp``summary``webfeeds`2609`2609`
9`INSTANCE`url`http://www.vmware.com/customers/stories/vedior.html`0`-1`3`6008`2609`2609`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/profile.jspa?userID=3166`title``timestamp``summary``webfeeds`2610`2610`
9`INSTANCE`url`http://www.vmware.com/profile.jspa?userID=3166`0`-1`3`6009`2610`2610`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=397846&tstart=0`title``timestamp``summary``webfeeds`2611`2611`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=397846&tstart=0`0`-1`3`6010`2611`2611`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/addleshaw.html`title``timestamp``summary``webfeeds`2612`2612`
9`INSTANCE`url`http://www.vmware.com/customers/stories/addleshaw.html`0`-1`3`6011`2612`2612`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/mobility_guide.pdf`title``timestamp``summary``webfeeds`2613`2613`
9`INSTANCE`url`http://www.vmware.com/pdf/mobility_guide.pdf`0`-1`3`6012`2613`2613`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/ace_jumpstart.pdf`title``timestamp``summary``webfeeds`2614`2614`
9`INSTANCE`url`http://www.vmware.com/pdf/ace_jumpstart.pdf`0`-1`3`6013`2614`2614`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/goteborgs_hamn.html`title``timestamp``summary``webfeeds`2615`2615`
9`INSTANCE`url`http://www.vmware.com/customers/stories/goteborgs_hamn.html`0`-1`3`6021`2615`2615`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/prof_services_firm.html`title``timestamp``summary``webfeeds`2616`2616`
9`INSTANCE`url`http://www.vmware.com/customers/stories/prof_services_firm.html`0`-1`3`6022`2616`2616`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/itron.html`title``timestamp``summary``webfeeds`2617`2617`
9`INSTANCE`url`http://www.vmware.com/customers/stories/itron.html`0`-1`3`6023`2617`2617`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=WKST-5-LX`title``timestamp``summary``webfeeds`2618`2618`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=WKST-5-LX`0`-1`3`6024`2618`2618`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/`title``timestamp``summary``webfeeds`2619`2619`
9`INSTANCE`url`http://www.vmware.com/customers/stories/`0`-1`3`6025`2619`2619`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/company/jobs/`title``timestamp``summary``webfeeds`2620`2620`
9`INSTANCE`url`http://www.vmware.com/company/jobs/`0`-1`3`6026`2620`2620`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/faq.html`title``timestamp``summary``webfeeds`2621`2621`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/faq.html`0`-1`3`6027`2621`2621`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/index.jsp;jsessionid=EixrV5f8SZjjFyR9PKUTk4EqDpHnbjmOzk63i5bJDiqzyJZ3VQ9C!1113666057`title``timestamp``summary``webfeeds`2622`2622`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/index.jsp;jsessionid=EixrV5f8SZjjFyR9PKUTk4EqDpHnbjmOzk63i5bJDiqzyJZ3VQ9C!1113666057`0`-1`3`6035`2622`2622`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/vmanage/vc_features.html`title``timestamp``summary``webfeeds`2623`2623`
9`INSTANCE`url`http://www.vmware.com/products/vmanage/vc_features.html`0`-1`3`6036`2623`2623`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/server/`title``timestamp``summary``webfeeds`2624`2624`
9`INSTANCE`url`http://www.vmware.com/download/server/`0`-1`3`6037`2624`2624`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/services/`title``timestamp``summary``webfeeds`2625`2625`
9`INSTANCE`url`http://www.vmware.com/services/`0`-1`3`6038`2625`2625`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/scharr.html`title``timestamp``summary``webfeeds`2626`2626`
9`INSTANCE`url`http://www.vmware.com/customers/stories/scharr.html`0`-1`3`6039`2626`2626`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/sherrod/2006-03/`title``timestamp``summary``webfeeds`2627`2627`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/sherrod/2006-03/`0`-1`3`6040`2627`2627`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/ann.jspa?annID=84`title``timestamp``summary``webfeeds`2628`2628`
9`INSTANCE`url`http://www.vmware.com/ann.jspa?annID=84`0`-1`3`6041`2628`2628`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/category.jspa?categoryID=11`title``timestamp``summary``webfeeds`2629`2629`
9`INSTANCE`url`http://www.vmware.com/category.jspa?categoryID=11`0`-1`3`6049`2629`2629`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/events/seminars/alliances/`title``timestamp``summary``webfeeds`2630`2630`
9`INSTANCE`url`http://www.vmware.com/events/seminars/alliances/`0`-1`3`6050`2630`2630`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/usergroups/usergroups_local.html`title``timestamp``summary``webfeeds`2631`2631`
9`INSTANCE`url`http://www.vmware.com/vmtn/usergroups/usergroups_local.html`0`-1`3`6051`2631`2631`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/index.jsp;jsessionid=EixvnIGM2wbV3zf2T0PDX3NY9uI2a5ZLWqPro9z1nFMEyG16uw0K!1113666057`title``timestamp``summary``webfeeds`2632`2632`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/index.jsp;jsessionid=EixvnIGM2wbV3zf2T0PDX3NY9uI2a5ZLWqPro9z1nFMEyG16uw0K!1113666057`0`-1`3`6052`2632`2632`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/profile.jspa?userID=25581`title``timestamp``summary``webfeeds`2633`2633`
9`INSTANCE`url`http://www.vmware.com/profile.jspa?userID=25581`0`-1`3`6053`2633`2633`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/services/`title``timestamp``summary``webfeeds`2634`2634`
9`INSTANCE`url`http://www.vmware.com/support/services/`0`-1`3`6054`2634`2634`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/esx25_rawdevicemapping.pdf`title``timestamp``summary``webfeeds`2635`2635`
9`INSTANCE`url`http://www.vmware.com/pdf/esx25_rawdevicemapping.pdf`0`-1`3`6055`2635`2635`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/requestsupport`title``timestamp``summary``webfeeds`2636`2636`
9`INSTANCE`url`http://www.vmware.com/requestsupport`0`-1`3`6063`2636`2636`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/delaware_north.html`title``timestamp``summary``webfeeds`2637`2637`
9`INSTANCE`url`http://www.vmware.com/customers/stories/delaware_north.html`0`-1`3`6064`2637`2637`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/UMB.html`title``timestamp``summary``webfeeds`2638`2638`
9`INSTANCE`url`http://www.vmware.com/customers/stories/UMB.html`0`-1`3`6065`2638`2638`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=397909&tstart=0`title``timestamp``summary``webfeeds`2639`2639`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=397909&tstart=0`0`-1`3`6066`2639`2639`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/development/network_box.html`title``timestamp``summary``webfeeds`2640`2640`
9`INSTANCE`url`http://www.vmware.com/solutions/development/network_box.html`0`-1`3`6067`2640`2640`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/business_continuity.pdf`title``timestamp``summary``webfeeds`2641`2641`
9`INSTANCE`url`http://www.vmware.com/pdf/business_continuity.pdf`0`-1`3`6068`2641`2641`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_alp.php?p_gridsort=faqs.faq_id%3AD&p_search_text=2081+2077+2076+2075+2073+2065+2064`title``timestamp``summary``webfeeds`2642`2642`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_alp.php?p_gridsort=faqs.faq_id%3AD&p_search_text=2081+2077+2076+2075+2073+2065+2064`0`-1`3`6069`2642`2642`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/dcri.html`title``timestamp``summary``webfeeds`2643`2643`
9`INSTANCE`url`http://www.vmware.com/customers/stories/dcri.html`0`-1`3`6077`2643`2643`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/russell.html`title``timestamp``summary``webfeeds`2644`2644`
9`INSTANCE`url`http://www.vmware.com/customers/stories/russell.html`0`-1`3`6078`2644`2644`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/ws/index.html`title``timestamp``summary``webfeeds`2645`2645`
9`INSTANCE`url`http://www.vmware.com/download/ws/index.html`0`-1`3`6079`2645`2645`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/pricing.html`title``timestamp``summary``webfeeds`2646`2646`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/pricing.html`0`-1`3`6080`2646`2646`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx-212-200502-patch.html`title``timestamp``summary``webfeeds`2647`2647`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx-212-200502-patch.html`0`-1`3`6081`2647`2647`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/guardian.html`title``timestamp``summary``webfeeds`2648`2648`
9`INSTANCE`url`http://www.vmware.com/customers/stories/guardian.html`0`-1`3`6082`2648`2648`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/index_continuity.html`title``timestamp``summary``webfeeds`2649`2649`
9`INSTANCE`url`http://www.vmware.com/customers/stories/index_continuity.html`0`-1`3`6083`2649`2649`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/releases/vdi.html`title``timestamp``summary``webfeeds`2650`2650`
9`INSTANCE`url`http://www.vmware.com/news/releases/vdi.html`0`-1`3`6091`2650`2650`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/ws/`title``timestamp``summary``webfeeds`2651`2651`
9`INSTANCE`url`http://www.vmware.com/products/ws/`0`-1`3`6092`2651`2651`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/support_terms_conditions.pdf`title``timestamp``summary``webfeeds`2652`2652`
9`INSTANCE`url`http://www.vmware.com/pdf/support_terms_conditions.pdf`0`-1`3`6093`2652`2652`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/vmware/vip_overview.pdf`title``timestamp``summary``webfeeds`2653`2653`
9`INSTANCE`url`http://www.vmware.com/partners/vmware/vip_overview.pdf`0`-1`3`6094`2653`2653`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=128&p_created=1023463130&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`title``timestamp``summary``webfeeds`2654`2654`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=128&p_created=1023463130&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`0`-1`3`6095`2654`2654`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/`title``timestamp``summary``webfeeds`2655`2655`
9`INSTANCE`url`http://www.vmware.com/`0`-1`3`6096`2655`2655`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=VC-12N`title``timestamp``summary``webfeeds`2656`2656`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=VC-12N`0`-1`3`6097`2656`2656`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/player_distribution.html`title``timestamp``summary``webfeeds`2657`2657`
9`INSTANCE`url`http://www.vmware.com/download/eula/player_distribution.html`0`-1`3`6105`2657`2657`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/esx/faqs.html`title``timestamp``summary``webfeeds`2658`2658`
9`INSTANCE`url`http://www.vmware.com/products/esx/faqs.html`0`-1`3`6106`2658`2658`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliances/programs/outreach`title``timestamp``summary``webfeeds`2659`2659`
9`INSTANCE`url`http://www.vmware.com/partners/alliances/programs/outreach`0`-1`3`6107`2659`2659`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/monster.html`title``timestamp``summary``webfeeds`2660`2660`
9`INSTANCE`url`http://www.vmware.com/customers/stories/monster.html`0`-1`3`6108`2660`2660`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx201-6433update.html`title``timestamp``summary``webfeeds`2661`2661`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx201-6433update.html`0`-1`3`6109`2661`2661`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliances/oem/`title``timestamp``summary``webfeeds`2662`2662`
9`INSTANCE`url`http://www.vmware.com/partners/alliances/oem/`0`-1`3`6110`2662`2662`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx152-license.html`title``timestamp``summary``webfeeds`2663`2663`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx152-license.html`0`-1`3`6111`2663`2663`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/PageRenderer.action?actionName=plNewAdvancedPartnerSearch`title``timestamp``summary``webfeeds`2664`2664`
9`INSTANCE`url`http://www.vmware.com/PageRenderer.action?actionName=plNewAdvancedPartnerSearch`0`-1`3`6119`2664`2664`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/category.jspa?categoryID=77`title``timestamp``summary``webfeeds`2665`2665`
9`INSTANCE`url`http://www.vmware.com/category.jspa?categoryID=77`0`-1`3`6120`2665`2665`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/vc13/doc/index.html`title``timestamp``summary``webfeeds`2666`2666`
9`INSTANCE`url`http://www.vmware.com/support/vc13/doc/index.html`0`-1`3`6121`2666`2666`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=395229&tstart=0`title``timestamp``summary``webfeeds`2667`2667`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=395229&tstart=0`0`-1`3`6122`2667`2667`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_alp.php?p_prod_lvl1=37&p_search_type=7&p_sort_by=faqs.faq_id%3AD`title``timestamp``summary``webfeeds`2668`2668`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_alp.php?p_prod_lvl1=37&p_search_type=7&p_sort_by=faqs.faq_id%3AD`0`-1`3`6123`2668`2668`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/Server_C_API_Preview_Reference.pdf`title``timestamp``summary``webfeeds`2669`2669`
9`INSTANCE`url`http://www.vmware.com/pdf/Server_C_API_Preview_Reference.pdf`0`-1`3`6124`2669`2669`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/ror.xml`title``timestamp``summary``webfeeds`2670`2670`
9`INSTANCE`url`http://www.vmware.com/ror.xml`0`-1`3`6125`2670`2670`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/using/premium.html`title``timestamp``summary``webfeeds`2671`2671`
9`INSTANCE`url`http://www.vmware.com/support/using/premium.html`0`-1`3`6133`2671`2671`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/account.jsp`title``timestamp``summary``webfeeds`2672`2672`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/account.jsp`0`-1`3`6134`2672`2672`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/bruns.html`title``timestamp``summary``webfeeds`2673`2673`
9`INSTANCE`url`http://www.vmware.com/customers/stories/bruns.html`0`-1`3`6135`2673`2673`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/gsx/eval.html`title``timestamp``summary``webfeeds`2674`2674`
9`INSTANCE`url`http://www.vmware.com/download/gsx/eval.html`0`-1`3`6136`2674`2674`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/vip/enterprise.html`title``timestamp``summary``webfeeds`2675`2675`
9`INSTANCE`url`http://www.vmware.com/partners/vip/enterprise.html`0`-1`3`6137`2675`2675`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/console/2006/04/`title``timestamp``summary``webfeeds`2676`2676`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/console/2006/04/`0`-1`3`6138`2676`2676`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/wp_security.pdf`title``timestamp``summary``webfeeds`2677`2677`
9`INSTANCE`url`http://www.vmware.com/pdf/wp_security.pdf`0`-1`3`6139`2677`2677`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/wtc.html`title``timestamp``summary``webfeeds`2678`2678`
9`INSTANCE`url`http://www.vmware.com/customers/stories/wtc.html`0`-1`3`6147`2678`2678`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/howto.html`title``timestamp``summary``webfeeds`2679`2679`
9`INSTANCE`url`http://www.vmware.com/support/policies/howto.html`0`-1`3`6148`2679`2679`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx20-7483update.html`title``timestamp``summary``webfeeds`2680`2680`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx20-7483update.html`0`-1`3`6149`2680`2680`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx-251-200506-patch.html`title``timestamp``summary``webfeeds`2681`2681`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx-251-200506-patch.html`0`-1`3`6150`2681`2681`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/developer/`title``timestamp``summary``webfeeds`2682`2682`
9`INSTANCE`url`http://www.vmware.com/support/developer/`0`-1`3`6151`2682`2682`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/articles/`title``timestamp``summary``webfeeds`2683`2683`
9`INSTANCE`url`http://www.vmware.com/news/articles/`0`-1`3`6152`2683`2683`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/markel.html`title``timestamp``summary``webfeeds`2684`2684`
9`INSTANCE`url`http://www.vmware.com/customers/stories/markel.html`0`-1`3`6153`2684`2684`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/lukaskrankenhaus.html`title``timestamp``summary``webfeeds`2685`2685`
9`INSTANCE`url`http://www.vmware.com/customers/stories/lukaskrankenhaus.html`0`-1`3`6161`2685`2685`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/sheffield_hallam.html`title``timestamp``summary``webfeeds`2686`2686`
9`INSTANCE`url`http://www.vmware.com/customers/stories/sheffield_hallam.html`0`-1`3`6162`2686`2686`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/desktop/remoteaccess.html`title``timestamp``summary``webfeeds`2687`2687`
9`INSTANCE`url`http://www.vmware.com/solutions/desktop/remoteaccess.html`0`-1`3`6163`2687`2687`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/releases/2003.html`title``timestamp``summary``webfeeds`2688`2688`
9`INSTANCE`url`http://www.vmware.com/news/releases/2003.html`0`-1`3`6164`2688`2688`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/commerceone.html`title``timestamp``summary``webfeeds`2689`2689`
9`INSTANCE`url`http://www.vmware.com/customers/stories/commerceone.html`0`-1`3`6165`2689`2689`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/technology/security/`title``timestamp``summary``webfeeds`2690`2690`
9`INSTANCE`url`http://www.vmware.com/vmtn/technology/security/`0`-1`3`6166`2690`2690`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliances/programs/index.html`title``timestamp``summary``webfeeds`2691`2691`
9`INSTANCE`url`http://www.vmware.com/partners/alliances/programs/index.html`0`-1`3`6167`2691`2691`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/yearone.pdf`title``timestamp``summary``webfeeds`2692`2692`
9`INSTANCE`url`http://www.vmware.com/pdf/yearone.pdf`0`-1`3`6175`2692`2692`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/ws/faqs.html`title``timestamp``summary``webfeeds`2693`2693`
9`INSTANCE`url`http://www.vmware.com/products/ws/faqs.html`0`-1`3`6176`2693`2693`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1107&p_created=1061420179&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`title``timestamp``summary``webfeeds`2694`2694`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1107&p_created=1061420179&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`0`-1`3`6177`2694`2694`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/2006/02/`title``timestamp``summary``webfeeds`2695`2695`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/2006/02/`0`-1`3`6178`2695`2695`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/ms_support_statement.pdf`title``timestamp``summary``webfeeds`2696`2696`
9`INSTANCE`url`http://www.vmware.com/pdf/ms_support_statement.pdf`0`-1`3`6179`2696`2696`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/sr/paid_sr_view.jsp`title``timestamp``summary``webfeeds`2697`2697`
9`INSTANCE`url`http://www.vmware.com/support/sr/paid_sr_view.jsp`0`-1`3`6180`2697`2697`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/worldwide.html`title``timestamp``summary``webfeeds`2698`2698`
9`INSTANCE`url`http://www.vmware.com/worldwide.html`0`-1`3`6181`2698`2698`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1365&p_created=1092262348&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`title``timestamp``summary``webfeeds`2699`2699`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1365&p_created=1092262348&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`0`-1`3`6189`2699`2699`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/articles/bostonglobe.html`title``timestamp``summary``webfeeds`2700`2700`
9`INSTANCE`url`http://www.vmware.com/news/articles/bostonglobe.html`0`-1`3`6190`2700`2700`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=397890&tstart=0`title``timestamp``summary``webfeeds`2701`2701`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=397890&tstart=0`0`-1`3`6191`2701`2701`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/rss.jspa?feed=rss/rsspopularthreads.jspa`title``timestamp``summary``webfeeds`2702`2702`
9`INSTANCE`url`http://www.vmware.com/community/rss.jspa?feed=rss/rsspopularthreads.jspa`0`-1`3`6192`2702`2702`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forum.jspa?forumID=212`title``timestamp``summary``webfeeds`2703`2703`
9`INSTANCE`url`http://www.vmware.com/forum.jspa?forumID=212`0`-1`3`6193`2703`2703`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forum.jspa?forumID=211`title``timestamp``summary``webfeeds`2704`2704`
9`INSTANCE`url`http://www.vmware.com/forum.jspa?forumID=211`0`-1`3`6194`2704`2704`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/challenge_instructions`title``timestamp``summary``webfeeds`2705`2705`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/challenge_instructions`0`-1`3`6195`2705`2705`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/VMwareDiskMount.pdf`title``timestamp``summary``webfeeds`2706`2706`
9`INSTANCE`url`http://www.vmware.com/pdf/VMwareDiskMount.pdf`0`-1`3`6203`2706`2706`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/services/Complimentary.html`title``timestamp``summary``webfeeds`2707`2707`
9`INSTANCE`url`http://www.vmware.com/support/services/Complimentary.html`0`-1`3`6204`2707`2707`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forum.jspa?forumID=219`title``timestamp``summary``webfeeds`2708`2708`
9`INSTANCE`url`http://www.vmware.com/forum.jspa?forumID=219`0`-1`3`6205`2708`2708`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliance_access/enterprise/`title``timestamp``summary``webfeeds`2709`2709`
9`INSTANCE`url`http://www.vmware.com/partners/alliance_access/enterprise/`0`-1`3`6206`2709`2709`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=397909&tstart=0`title``timestamp``summary``webfeeds`2710`2710`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=397909&tstart=0`0`-1`3`6207`2710`2710`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/eos.html`title``timestamp``summary``webfeeds`2711`2711`
9`INSTANCE`url`http://www.vmware.com/support/policies/eos.html`0`-1`3`6208`2711`2711`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx-252-200510-patch.html`title``timestamp``summary``webfeeds`2712`2712`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx-252-200510-patch.html`0`-1`3`6209`2712`2712`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/jp/pdf/ace_admin_guide_JA.pdf`title``timestamp``summary``webfeeds`2713`2713`
9`INSTANCE`url`http://www.vmware.com/jp/pdf/ace_admin_guide_JA.pdf`0`-1`3`6217`2713`2713`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/questions.html`title``timestamp``summary``webfeeds`2714`2714`
9`INSTANCE`url`http://www.vmware.com/support/questions.html`0`-1`3`6218`2714`2714`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/events/seminars/corporate/`title``timestamp``summary``webfeeds`2715`2715`
9`INSTANCE`url`http://www.vmware.com/events/seminars/corporate/`0`-1`3`6219`2715`2715`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/ws/screens.html`title``timestamp``summary``webfeeds`2716`2716`
9`INSTANCE`url`http://www.vmware.com/products/ws/screens.html`0`-1`3`6220`2716`2716`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/vm/`title``timestamp``summary``webfeeds`2717`2717`
9`INSTANCE`url`http://www.vmware.com/vmtn/vm/`0`-1`3`6221`2717`2717`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/vac/vac_application.html`title``timestamp``summary``webfeeds`2718`2718`
9`INSTANCE`url`http://www.vmware.com/partners/vac/vac_application.html`0`-1`3`6222`2718`2718`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=61`title``timestamp``summary``webfeeds`2719`2719`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=61`0`-1`3`6223`2719`2719`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partnerlocator`title``timestamp``summary``webfeeds`2720`2720`
9`INSTANCE`url`http://www.vmware.com/partnerlocator`0`-1`3`6231`2720`2720`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/events/seminars/emea/`title``timestamp``summary``webfeeds`2721`2721`
9`INSTANCE`url`http://www.vmware.com/events/seminars/emea/`0`-1`3`6232`2721`2721`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/developer/vc-sdk/WS_FAQs.html`title``timestamp``summary``webfeeds`2722`2722`
9`INSTANCE`url`http://www.vmware.com/support/developer/vc-sdk/WS_FAQs.html`0`-1`3`6233`2722`2722`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/diskmount_ace_v100.html`title``timestamp``summary``webfeeds`2723`2723`
9`INSTANCE`url`http://www.vmware.com/download/eula/diskmount_ace_v100.html`0`-1`3`6234`2723`2723`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forum.jspa?forumID=35`title``timestamp``summary``webfeeds`2724`2724`
9`INSTANCE`url`http://www.vmware.com/forum.jspa?forumID=35`0`-1`3`6235`2724`2724`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/category.jspa?categoryID=25`title``timestamp``summary``webfeeds`2725`2725`
9`INSTANCE`url`http://www.vmware.com/community/category.jspa?categoryID=25`0`-1`3`6236`2725`2725`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/releases/infoworld_award.html`title``timestamp``summary``webfeeds`2726`2726`
9`INSTANCE`url`http://www.vmware.com/news/releases/infoworld_award.html`0`-1`3`6237`2726`2726`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/category.jspa?categoryID=21`title``timestamp``summary``webfeeds`2727`2727`
9`INSTANCE`url`http://www.vmware.com/community/category.jspa?categoryID=21`0`-1`3`6245`2727`2727`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forum.jspa?forumID=36`title``timestamp``summary``webfeeds`2728`2728`
9`INSTANCE`url`http://www.vmware.com/forum.jspa?forumID=36`0`-1`3`6246`2728`2728`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/usergroups/`title``timestamp``summary``webfeeds`2729`2729`
9`INSTANCE`url`http://www.vmware.com/vmtn/usergroups/`0`-1`3`6247`2729`2729`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1195&p_created=1073945329&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`title``timestamp``summary``webfeeds`2730`2730`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1195&p_created=1073945329&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`0`-1`3`6248`2730`2730`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/program.html`title``timestamp``summary``webfeeds`2731`2731`
9`INSTANCE`url`http://www.vmware.com/customers/program.html`0`-1`3`6249`2731`2731`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/jp/pdf/ws55_manual_JA.pdf`title``timestamp``summary``webfeeds`2732`2732`
9`INSTANCE`url`http://www.vmware.com/jp/pdf/ws55_manual_JA.pdf`0`-1`3`6250`2732`2732`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/events/`title``timestamp``summary``webfeeds`2733`2733`
9`INSTANCE`url`http://www.vmware.com/events/`0`-1`3`6251`2733`2733`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/reseller`title``timestamp``summary``webfeeds`2734`2734`
9`INSTANCE`url`http://www.vmware.com/reseller`0`-1`3`6259`2734`2734`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliances/index.html/`title``timestamp``summary``webfeeds`2735`2735`
9`INSTANCE`url`http://www.vmware.com/partners/alliances/index.html/`0`-1`3`6260`2735`2735`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/vmimporter_v1.html`title``timestamp``summary``webfeeds`2736`2736`
9`INSTANCE`url`http://www.vmware.com/download/eula/vmimporter_v1.html`0`-1`3`6261`2736`2736`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/pbs.html`title``timestamp``summary``webfeeds`2737`2737`
9`INSTANCE`url`http://www.vmware.com/customers/stories/pbs.html`0`-1`3`6262`2737`2737`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=P2V_V20`title``timestamp``summary``webfeeds`2738`2738`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=P2V_V20`0`-1`3`6263`2738`2738`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/2006/03/index.html`title``timestamp``summary``webfeeds`2739`2739`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/2006/03/index.html`0`-1`3`6264`2739`2739`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/index.jsp;jsessionid=EixwBaRV60crD65h1wzcovAH0adNKmYHoflFzUvhsIEdQefrgXoq!1113666057`title``timestamp``summary``webfeeds`2740`2740`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/index.jsp;jsessionid=EixwBaRV60crD65h1wzcovAH0adNKmYHoflFzUvhsIEdQefrgXoq!1113666057`0`-1`3`6265`2740`2740`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/esx25/doc/install/index.html`title``timestamp``summary``webfeeds`2741`2741`
9`INSTANCE`url`http://www.vmware.com/support/esx25/doc/install/index.html`0`-1`3`6273`2741`2741`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/ace/faqs.html`title``timestamp``summary``webfeeds`2742`2742`
9`INSTANCE`url`http://www.vmware.com/products/ace/faqs.html`0`-1`3`6274`2742`2742`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx152-dellperc.html`title``timestamp``summary``webfeeds`2743`2743`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx152-dellperc.html`0`-1`3`6275`2743`2743`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/google.html`title``timestamp``summary``webfeeds`2744`2744`
9`INSTANCE`url`http://www.vmware.com/customers/stories/google.html`0`-1`3`6276`2744`2744`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?threadID=33012`title``timestamp``summary``webfeeds`2745`2745`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?threadID=33012`0`-1`3`6277`2745`2745`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/epartners.html`title``timestamp``summary``webfeeds`2746`2746`
9`INSTANCE`url`http://www.vmware.com/customers/stories/epartners.html`0`-1`3`6278`2746`2746`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=312657`title``timestamp``summary``webfeeds`2747`2747`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=312657`0`-1`3`6279`2747`2747`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/vsmp_specs.pdf`title``timestamp``summary``webfeeds`2748`2748`
9`INSTANCE`url`http://www.vmware.com/pdf/vsmp_specs.pdf`0`-1`3`6287`2748`2748`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/releases/vmdk.html`title``timestamp``summary``webfeeds`2749`2749`
9`INSTANCE`url`http://www.vmware.com/news/releases/vmdk.html`0`-1`3`6288`2749`2749`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/resources/vc_resources.html`title``timestamp``summary``webfeeds`2750`2750`
9`INSTANCE`url`http://www.vmware.com/vmtn/resources/vc_resources.html`0`-1`3`6289`2750`2750`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/inc/print.css`title``timestamp``summary``webfeeds`2751`2751`
9`INSTANCE`url`http://www.vmware.com/inc/print.css`0`-1`3`6290`2751`2751`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=753&p_created=1026485305&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`title``timestamp``summary``webfeeds`2752`2752`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=753&p_created=1026485305&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`0`-1`3`6291`2752`2752`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/category.jspa?categoryID=21`title``timestamp``summary``webfeeds`2753`2753`
9`INSTANCE`url`http://www.vmware.com/category.jspa?categoryID=21`0`-1`3`6292`2753`2753`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx-212-200510-patch.html`title``timestamp``summary``webfeeds`2754`2754`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx-212-200510-patch.html`0`-1`3`6293`2754`2754`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/security_response.html`title``timestamp``summary``webfeeds`2755`2755`
9`INSTANCE`url`http://www.vmware.com/support/policies/security_response.html`0`-1`3`6301`2755`2755`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/nationalsemiconductor.pdf`title``timestamp``summary``webfeeds`2756`2756`
9`INSTANCE`url`http://www.vmware.com/pdf/nationalsemiconductor.pdf`0`-1`3`6302`2756`2756`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/legal.html`title``timestamp``summary``webfeeds`2757`2757`
9`INSTANCE`url`http://www.vmware.com/legal.html`0`-1`3`6303`2757`2757`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/vc_jumpstart.pdf`title``timestamp``summary``webfeeds`2758`2758`
9`INSTANCE`url`http://www.vmware.com/pdf/vc_jumpstart.pdf`0`-1`3`6304`2758`2758`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliances/programs/validation.html/`title``timestamp``summary``webfeeds`2759`2759`
9`INSTANCE`url`http://www.vmware.com/partners/alliances/programs/validation.html/`0`-1`3`6305`2759`2759`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/ibmworkplace.html`title``timestamp``summary``webfeeds`2760`2760`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/ibmworkplace.html`0`-1`3`6306`2760`2760`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=112&p_created=1023459766&p_sp=cF9zcmNoPSZwX2d`title``timestamp``summary``webfeeds`2761`2761`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=112&p_created=1023459766&p_sp=cF9zcmNoPSZwX2d`0`-1`3`6307`2761`2761`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/continuity/clustering.html`title``timestamp``summary``webfeeds`2762`2762`
9`INSTANCE`url`http://www.vmware.com/solutions/continuity/clustering.html`0`-1`3`6315`2762`2762`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmug`title``timestamp``summary``webfeeds`2763`2763`
9`INSTANCE`url`http://www.vmware.com/vmug`0`-1`3`6316`2763`2763`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/vignette.html`title``timestamp``summary``webfeeds`2764`2764`
9`INSTANCE`url`http://www.vmware.com/customers/stories/vignette.html`0`-1`3`6317`2764`2764`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forum.jspa?forumID=61`title``timestamp``summary``webfeeds`2765`2765`
9`INSTANCE`url`http://www.vmware.com/forum.jspa?forumID=61`0`-1`3`6318`2765`2765`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/vc/`title``timestamp``summary``webfeeds`2766`2766`
9`INSTANCE`url`http://www.vmware.com/products/vc/`0`-1`3`6319`2766`2766`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx212-10921update.html`title``timestamp``summary``webfeeds`2767`2767`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx212-10921update.html`0`-1`3`6320`2767`2767`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=276`title``timestamp``summary``webfeeds`2768`2768`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=276`0`-1`3`6321`2768`2768`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/resources/gsx_resources.html`title``timestamp``summary``webfeeds`2769`2769`
9`INSTANCE`url`http://www.vmware.com/vmtn/resources/gsx_resources.html`0`-1`3`6329`2769`2769`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=112&p_created=1023459766&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`title``timestamp``summary``webfeeds`2770`2770`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=112&p_created=1023459766&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`0`-1`3`6330`2770`2770`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=397908&tstart=0`title``timestamp``summary``webfeeds`2771`2771`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=397908&tstart=0`0`-1`3`6331`2771`2771`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=341&p_created=1023736513&p_sp=cF9zcmNoPSZwX2d`title``timestamp``summary``webfeeds`2772`2772`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=341&p_created=1023736513&p_sp=cF9zcmNoPSZwX2d`0`-1`3`6332`2772`2772`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx152-10816update.html`title``timestamp``summary``webfeeds`2773`2773`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx152-10816update.html`0`-1`3`6333`2773`2773`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx-201-200510-patch.html`title``timestamp``summary``webfeeds`2774`2774`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx-201-200510-patch.html`0`-1`3`6334`2774`2774`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/index.html`title``timestamp``summary``webfeeds`2775`2775`
9`INSTANCE`url`http://www.vmware.com/download/esx/index.html`0`-1`3`6335`2775`2775`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/server_specs.pdf`title``timestamp``summary``webfeeds`2776`2776`
9`INSTANCE`url`http://www.vmware.com/pdf/server_specs.pdf`0`-1`3`6343`2776`2776`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vcommunity`title``timestamp``summary``webfeeds`2777`2777`
9`INSTANCE`url`http://www.vmware.com/vcommunity`0`-1`3`6344`2777`2777`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/`title``timestamp``summary``webfeeds`2778`2778`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/`0`-1`3`6345`2778`2778`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1193&p_created=1073943870&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`title``timestamp``summary``webfeeds`2779`2779`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1193&p_created=1073943870&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`0`-1`3`6346`2779`2779`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/health_first.html`title``timestamp``summary``webfeeds`2780`2780`
9`INSTANCE`url`http://www.vmware.com/customers/stories/health_first.html`0`-1`3`6347`2780`2780`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/events/seminars/`title``timestamp``summary``webfeeds`2781`2781`
9`INSTANCE`url`http://www.vmware.com/events/seminars/`0`-1`3`6348`2781`2781`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/newsletters/`title``timestamp``summary``webfeeds`2782`2782`
9`INSTANCE`url`http://www.vmware.com/vmtn/newsletters/`0`-1`3`6349`2782`2782`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/gsx3/doc/index_admin.html`title``timestamp``summary``webfeeds`2783`2783`
9`INSTANCE`url`http://www.vmware.com/support/gsx3/doc/index_admin.html`0`-1`3`6357`2783`2783`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/releases/2005.html`title``timestamp``summary``webfeeds`2784`2784`
9`INSTANCE`url`http://www.vmware.com/news/releases/2005.html`0`-1`3`6358`2784`2784`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/profile.jspa?userID=6222`title``timestamp``summary``webfeeds`2785`2785`
9`INSTANCE`url`http://www.vmware.com/community/profile.jspa?userID=6222`0`-1`3`6359`2785`2785`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/jump5.myjumpbox5.options%5bselectedIndex%5d.value`title``timestamp``summary``webfeeds`2786`2786`
9`INSTANCE`url`http://www.vmware.com/jump5.myjumpbox5.options%5bselectedIndex%5d.value`0`-1`3`6360`2786`2786`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/rhodia.html`title``timestamp``summary``webfeeds`2787`2787`
9`INSTANCE`url`http://www.vmware.com/customers/stories/rhodia.html`0`-1`3`6361`2787`2787`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/whitepapers.html`title``timestamp``summary``webfeeds`2788`2788`
9`INSTANCE`url`http://www.vmware.com/solutions/whitepapers.html`0`-1`3`6362`2788`2788`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=35`title``timestamp``summary``webfeeds`2789`2789`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=35`0`-1`3`6363`2789`2789`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1888&p_created=1129139315&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`title``timestamp``summary``webfeeds`2790`2790`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1888&p_created=1129139315&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`0`-1`3`6371`2790`2790`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/profile.jspa?userID=18`title``timestamp``summary``webfeeds`2791`2791`
9`INSTANCE`url`http://www.vmware.com/profile.jspa?userID=18`0`-1`3`6372`2791`2791`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/renewal.html`title``timestamp``summary``webfeeds`2792`2792`
9`INSTANCE`url`http://www.vmware.com/support/policies/renewal.html`0`-1`3`6373`2792`2792`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx2-rhel4-update.html`title``timestamp``summary``webfeeds`2793`2793`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx2-rhel4-update.html`0`-1`3`6374`2793`2793`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/p2v/`title``timestamp``summary``webfeeds`2794`2794`
9`INSTANCE`url`http://www.vmware.com/products/p2v/`0`-1`3`6375`2794`2794`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/help/faqs.html`title``timestamp``summary``webfeeds`2795`2795`
9`INSTANCE`url`http://www.vmware.com/help/faqs.html`0`-1`3`6376`2795`2795`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/2006/01/index.html`title``timestamp``summary``webfeeds`2796`2796`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/2006/01/index.html`0`-1`3`6377`2796`2796`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/releases/2001.html`title``timestamp``summary``webfeeds`2797`2797`
9`INSTANCE`url`http://www.vmware.com/news/releases/2001.html`0`-1`3`6385`2797`2797`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/fr/pdf/ws55_manual_fr.pdf`title``timestamp``summary``webfeeds`2798`2798`
9`INSTANCE`url`http://www.vmware.com/fr/pdf/ws55_manual_fr.pdf`0`-1`3`6386`2798`2798`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1346&p_created=1090015157&p_sp=cF9zcmNoPSZwX2`title``timestamp``summary``webfeeds`2799`2799`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1346&p_created=1090015157&p_sp=cF9zcmNoPSZwX2`0`-1`3`6387`2799`2799`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/index.jsp`title``timestamp``summary``webfeeds`2800`2800`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/index.jsp`0`-1`3`6388`2800`2800`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliance_access/sun/`title``timestamp``summary``webfeeds`2801`2801`
9`INSTANCE`url`http://www.vmware.com/partners/alliance_access/sun/`0`-1`3`6389`2801`2801`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/articles/1999.html`title``timestamp``summary``webfeeds`2802`2802`
9`INSTANCE`url`http://www.vmware.com/news/articles/1999.html`0`-1`3`6390`2802`2802`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=WKST-453-WIN`title``timestamp``summary``webfeeds`2803`2803`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=WKST-453-WIN`0`-1`3`6391`2803`2803`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/`title``timestamp``summary``webfeeds`2804`2804`
9`INSTANCE`url`http://www.vmware.com/support/policies/`0`-1`3`6399`2804`2804`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/profile.jspa?userID=13783`title``timestamp``summary``webfeeds`2805`2805`
9`INSTANCE`url`http://www.vmware.com/community/profile.jspa?userID=13783`0`-1`3`6400`2805`2805`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/diskmount_ace_v101.html`title``timestamp``summary``webfeeds`2806`2806`
9`INSTANCE`url`http://www.vmware.com/download/eula/diskmount_ace_v101.html`0`-1`3`6401`2806`2806`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/api.html`title``timestamp``summary``webfeeds`2807`2807`
9`INSTANCE`url`http://www.vmware.com/support/policies/api.html`0`-1`3`6402`2807`2807`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/pubs/gsx_pubs.html`title``timestamp``summary``webfeeds`2808`2808`
9`INSTANCE`url`http://www.vmware.com/support/pubs/gsx_pubs.html`0`-1`3`6403`2808`2808`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/jp/pdf/GuestOS_guide_jp.pdf`title``timestamp``summary``webfeeds`2809`2809`
9`INSTANCE`url`http://www.vmware.com/jp/pdf/GuestOS_guide_jp.pdf`0`-1`3`6404`2809`2809`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/cellcom.html`title``timestamp``summary``webfeeds`2810`2810`
9`INSTANCE`url`http://www.vmware.com/customers/stories/cellcom.html`0`-1`3`6405`2810`2810`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx152-patch4.html`title``timestamp``summary``webfeeds`2811`2811`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx152-patch4.html`0`-1`3`6413`2811`2811`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/eci.html`title``timestamp``summary``webfeeds`2812`2812`
9`INSTANCE`url`http://www.vmware.com/customers/stories/eci.html`0`-1`3`6414`2812`2812`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/console`title``timestamp``summary``webfeeds`2813`2813`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/console`0`-1`3`6415`2813`2813`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community`title``timestamp``summary``webfeeds`2814`2814`
9`INSTANCE`url`http://www.vmware.com/community`0`-1`3`6416`2814`2814`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/index.rss`title``timestamp``summary``webfeeds`2815`2815`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/index.rss`0`-1`3`6417`2815`2815`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/press/banktech_1.html`title``timestamp``summary``webfeeds`2816`2816`
9`INSTANCE`url`http://www.vmware.com/news/press/banktech_1.html`0`-1`3`6418`2816`2816`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/services/Beta.html`title``timestamp``summary``webfeeds`2817`2817`
9`INSTANCE`url`http://www.vmware.com/support/services/Beta.html`0`-1`3`6419`2817`2817`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx2-16515update.html`title``timestamp``summary``webfeeds`2818`2818`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx2-16515update.html`0`-1`3`6427`2818`2818`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/search`title``timestamp``summary``webfeeds`2819`2819`
9`INSTANCE`url`http://www.vmware.com/search`0`-1`3`6428`2819`2819`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliances/programs/technology.html`title``timestamp``summary``webfeeds`2820`2820`
9`INSTANCE`url`http://www.vmware.com/partners/alliances/programs/technology.html`0`-1`3`6429`2820`2820`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/vm/browserapp.html`title``timestamp``summary``webfeeds`2821`2821`
9`INSTANCE`url`http://www.vmware.com/vmtn/vm/browserapp.html`0`-1`3`6430`2821`2821`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/serena.html`title``timestamp``summary``webfeeds`2822`2822`
9`INSTANCE`url`http://www.vmware.com/customers/stories/serena.html`0`-1`3`6431`2822`2822`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/lockheed.html`title``timestamp``summary``webfeeds`2823`2823`
9`INSTANCE`url`http://www.vmware.com/customers/stories/lockheed.html`0`-1`3`6432`2823`2823`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/vmtn/`title``timestamp``summary``webfeeds`2824`2824`
9`INSTANCE`url`http://www.vmware.com/download/vmtn/`0`-1`3`6433`2824`2824`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/category.jspa?categoryID=15`title``timestamp``summary``webfeeds`2825`2825`
9`INSTANCE`url`http://www.vmware.com/category.jspa?categoryID=15`0`-1`3`6441`2825`2825`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/releases/2004.html`title``timestamp``summary``webfeeds`2826`2826`
9`INSTANCE`url`http://www.vmware.com/news/releases/2004.html`0`-1`3`6442`2826`2826`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/ace_specs.pdf`title``timestamp``summary``webfeeds`2827`2827`
9`INSTANCE`url`http://www.vmware.com/pdf/ace_specs.pdf`0`-1`3`6443`2827`2827`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/challenge`title``timestamp``summary``webfeeds`2828`2828`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/challenge`0`-1`3`6444`2828`2828`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/rosier.html`title``timestamp``summary``webfeeds`2829`2829`
9`INSTANCE`url`http://www.vmware.com/customers/stories/rosier.html`0`-1`3`6445`2829`2829`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/ws/eval.html`title``timestamp``summary``webfeeds`2830`2830`
9`INSTANCE`url`http://www.vmware.com/download/ws/eval.html`0`-1`3`6446`2830`2830`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/merrill_lynch.html`title``timestamp``summary``webfeeds`2831`2831`
9`INSTANCE`url`http://www.vmware.com/customers/stories/merrill_lynch.html`0`-1`3`6447`2831`2831`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/gsx/index.html`title``timestamp``summary``webfeeds`2832`2832`
9`INSTANCE`url`http://www.vmware.com/download/gsx/index.html`0`-1`3`6455`2832`2832`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/pubs/p2v_pubs.html`title``timestamp``summary``webfeeds`2833`2833`
9`INSTANCE`url`http://www.vmware.com/support/pubs/p2v_pubs.html`0`-1`3`6456`2833`2833`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/stoll.pdf`title``timestamp``summary``webfeeds`2834`2834`
9`INSTANCE`url`http://www.vmware.com/pdf/stoll.pdf`0`-1`3`6457`2834`2834`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/sitemap.xml`title``timestamp``summary``webfeeds`2835`2835`
9`INSTANCE`url`http://www.vmware.com/sitemap.xml`0`-1`3`6458`2835`2835`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/console/2006/03/`title``timestamp``summary``webfeeds`2836`2836`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/console/2006/03/`0`-1`3`6459`2836`2836`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/community_login.jsp?followingPage=%2Fcommunity%2Findex.jspa`title``timestamp``summary``webfeeds`2837`2837`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/community_login.jsp?followingPage=%2Fcommunity%2Findex.jspa`0`-1`3`6460`2837`2837`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/ptc.html`title``timestamp``summary``webfeeds`2838`2838`
9`INSTANCE`url`http://www.vmware.com/customers/stories/ptc.html`0`-1`3`6461`2838`2838`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/gsx/`title``timestamp``summary``webfeeds`2839`2839`
9`INSTANCE`url`http://www.vmware.com/download/gsx/`0`-1`3`6469`2839`2839`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=WKST-50-LX`title``timestamp``summary``webfeeds`2840`2840`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=WKST-50-LX`0`-1`3`6470`2840`2840`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/help_search.php?p_sid=5Kx8Oa7i&p_lva=&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MTI4`title``timestamp``summary``webfeeds`2841`2841`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/help_search.php?p_sid=5Kx8Oa7i&p_lva=&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MTI4`0`-1`3`6471`2841`2841`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/experimental.html`title``timestamp``summary``webfeeds`2842`2842`
9`INSTANCE`url`http://www.vmware.com/support/policies/experimental.html`0`-1`3`6472`2842`2842`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=GSX31-LIN-ARCH`title``timestamp``summary``webfeeds`2843`2843`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=GSX31-LIN-ARCH`0`-1`3`6473`2843`2843`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/articles/2005.html`title``timestamp``summary``webfeeds`2844`2844`
9`INSTANCE`url`http://www.vmware.com/news/articles/2005.html`0`-1`3`6474`2844`2844`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/open_sources.html`title``timestamp``summary``webfeeds`2845`2845`
9`INSTANCE`url`http://www.vmware.com/download/open_sources.html`0`-1`3`6475`2845`2845`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/industry/government/contacts.html`title``timestamp``summary``webfeeds`2846`2846`
9`INSTANCE`url`http://www.vmware.com/industry/government/contacts.html`0`-1`3`6483`2846`2846`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/diskmount_ws_v45.html`title``timestamp``summary``webfeeds`2847`2847`
9`INSTANCE`url`http://www.vmware.com/download/eula/diskmount_ws_v45.html`0`-1`3`6484`2847`2847`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/networkassoc.html`title``timestamp``summary``webfeeds`2848`2848`
9`INSTANCE`url`http://www.vmware.com/customers/stories/networkassoc.html`0`-1`3`6485`2848`2848`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=26`title``timestamp``summary``webfeeds`2849`2849`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=26`0`-1`3`6486`2849`2849`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=25`title``timestamp``summary``webfeeds`2850`2850`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=25`0`-1`3`6487`2850`2850`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/2005/10/index.html`title``timestamp``summary``webfeeds`2851`2851`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/2005/10/index.html`0`-1`3`6488`2851`2851`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=23`title``timestamp``summary``webfeeds`2852`2852`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=23`0`-1`3`6489`2852`2852`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1345&p_created=1090014806&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`title``timestamp``summary``webfeeds`2853`2853`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1345&p_created=1090014806&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`0`-1`3`6497`2853`2853`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=21`title``timestamp``summary``webfeeds`2854`2854`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=21`0`-1`3`6498`2854`2854`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=20`title``timestamp``summary``webfeeds`2855`2855`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=20`0`-1`3`6499`2855`2855`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/esx21/doc/releasenotes_esx213.html`title``timestamp``summary``webfeeds`2856`2856`
9`INSTANCE`url`http://www.vmware.com/support/esx21/doc/releasenotes_esx213.html`0`-1`3`6500`2856`2856`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=397885&tstart=0`title``timestamp``summary``webfeeds`2857`2857`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=397885&tstart=0`0`-1`3`6501`2857`2857`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/articles/2003.html`title``timestamp``summary``webfeeds`2858`2858`
9`INSTANCE`url`http://www.vmware.com/news/articles/2003.html`0`-1`3`6502`2858`2858`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=28`title``timestamp``summary``webfeeds`2859`2859`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=28`0`-1`3`6503`2859`2859`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/esx3_vc2_faq.html`title``timestamp``summary``webfeeds`2860`2860`
9`INSTANCE`url`http://www.vmware.com/vmtn/esx3_vc2_faq.html`0`-1`3`6511`2860`2860`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/vserverbeta_download.jsp`title``timestamp``summary``webfeeds`2861`2861`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/vserverbeta_download.jsp`0`-1`3`6512`2861`2861`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/company/leadership.html`title``timestamp``summary``webfeeds`2862`2862`
9`INSTANCE`url`http://www.vmware.com/company/leadership.html`0`-1`3`6513`2862`2862`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx152-patch3.html`title``timestamp``summary``webfeeds`2863`2863`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx152-patch3.html`0`-1`3`6514`2863`2863`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1888&p_created=1129139315&p_sp=cF9zcmNoPSZwX2`title``timestamp``summary``webfeeds`2864`2864`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1888&p_created=1129139315&p_sp=cF9zcmNoPSZwX2`0`-1`3`6515`2864`2864`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/index_desktop.html`title``timestamp``summary``webfeeds`2865`2865`
9`INSTANCE`url`http://www.vmware.com/customers/stories/index_desktop.html`0`-1`3`6516`2865`2865`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/`title``timestamp``summary``webfeeds`2866`2866`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/`0`-1`3`6517`2866`2866`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/diskmount_ws_v50.html`title``timestamp``summary``webfeeds`2867`2867`
9`INSTANCE`url`http://www.vmware.com/download/eula/diskmount_ws_v50.html`0`-1`3`6525`2867`2867`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/nexans.html`title``timestamp``summary``webfeeds`2868`2868`
9`INSTANCE`url`http://www.vmware.com/customers/stories/nexans.html`0`-1`3`6526`2868`2868`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/soka-bau.html`title``timestamp``summary``webfeeds`2869`2869`
9`INSTANCE`url`http://www.vmware.com/customers/stories/soka-bau.html`0`-1`3`6527`2869`2869`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/jump7.myjumpbox7.options%5bselectedIndex%5d.value`title``timestamp``summary``webfeeds`2870`2870`
9`INSTANCE`url`http://www.vmware.com/jump7.myjumpbox7.options%5bselectedIndex%5d.value`0`-1`3`6528`2870`2870`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/login!withRedirect.jspa`title``timestamp``summary``webfeeds`2871`2871`
9`INSTANCE`url`http://www.vmware.com/community/login!withRedirect.jspa`0`-1`3`6529`2871`2871`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx201-8045update.html`title``timestamp``summary``webfeeds`2872`2872`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx201-8045update.html`0`-1`3`6530`2872`2872`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1257`title``timestamp``summary``webfeeds`2873`2873`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1257`0`-1`3`6531`2873`2873`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/gallaher.html`title``timestamp``summary``webfeeds`2874`2874`
9`INSTANCE`url`http://www.vmware.com/customers/stories/gallaher.html`0`-1`3`6539`2874`2874`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/releases/2000.html`title``timestamp``summary``webfeeds`2875`2875`
9`INSTANCE`url`http://www.vmware.com/news/releases/2000.html`0`-1`3`6540`2875`2875`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/search!default.jspa`title``timestamp``summary``webfeeds`2876`2876`
9`INSTANCE`url`http://www.vmware.com/community/search!default.jspa`0`-1`3`6541`2876`2876`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/vip/professional.html`title``timestamp``summary``webfeeds`2877`2877`
9`INSTANCE`url`http://www.vmware.com/partners/vip/professional.html`0`-1`3`6542`2877`2877`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=341&p_created=1023736513&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`title``timestamp``summary``webfeeds`2878`2878`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=341&p_created=1023736513&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`0`-1`3`6543`2878`2878`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/serial_number_login.jsp;jsessionid=EixvnIGM2wbV3zf2T0PDX3NY9uI2a5ZLWqPro9z1nFMEyG16uw`title``timestamp``summary``webfeeds`2879`2879`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/serial_number_login.jsp;jsessionid=EixvnIGM2wbV3zf2T0PDX3NY9uI2a5ZLWqPro9z1nFMEyG16uw`0`-1`3`6544`2879`2879`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/`title``timestamp``summary``webfeeds`2880`2880`
9`INSTANCE`url`http://www.vmware.com/support/`0`-1`3`6545`2880`2880`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx25-11548update.html`title``timestamp``summary``webfeeds`2881`2881`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx25-11548update.html`0`-1`3`6553`2881`2881`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliance_access/`title``timestamp``summary``webfeeds`2882`2882`
9`INSTANCE`url`http://www.vmware.com/partners/alliance_access/`0`-1`3`6554`2882`2882`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=154&p_created=1023466530&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`title``timestamp``summary``webfeeds`2883`2883`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=154&p_created=1023466530&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`0`-1`3`6555`2883`2883`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/directory/110`title``timestamp``summary``webfeeds`2884`2884`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/directory/110`0`-1`3`6556`2884`2884`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliance_access/hp/`title``timestamp``summary``webfeeds`2885`2885`
9`INSTANCE`url`http://www.vmware.com/partners/alliance_access/hp/`0`-1`3`6557`2885`2885`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/ace/screens.html`title``timestamp``summary``webfeeds`2886`2886`
9`INSTANCE`url`http://www.vmware.com/products/ace/screens.html`0`-1`3`6558`2886`2886`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/help/privacy.html`title``timestamp``summary``webfeeds`2887`2887`
9`INSTANCE`url`http://www.vmware.com/help/privacy.html`0`-1`3`6559`2887`2887`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/usergroups/usergroups_benefits.html`title``timestamp``summary``webfeeds`2888`2888`
9`INSTANCE`url`http://www.vmware.com/vmtn/usergroups/usergroups_benefits.html`0`-1`3`6567`2888`2888`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/publieke.html`title``timestamp``summary``webfeeds`2889`2889`
9`INSTANCE`url`http://www.vmware.com/customers/stories/publieke.html`0`-1`3`6568`2889`2889`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/gsx32admin_manual.pdf`title``timestamp``summary``webfeeds`2890`2890`
9`INSTANCE`url`http://www.vmware.com/pdf/gsx32admin_manual.pdf`0`-1`3`6569`2890`2890`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/ws/upgrade_faqs.html`title``timestamp``summary``webfeeds`2891`2891`
9`INSTANCE`url`http://www.vmware.com/products/ws/upgrade_faqs.html`0`-1`3`6570`2891`2891`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliances/directory/`title``timestamp``summary``webfeeds`2892`2892`
9`INSTANCE`url`http://www.vmware.com/partners/alliances/directory/`0`-1`3`6571`2892`2892`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx152-9359update.html`title``timestamp``summary``webfeeds`2893`2893`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx152-9359update.html`0`-1`3`6572`2893`2893`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/images/vmware_style.css`title``timestamp``summary``webfeeds`2894`2894`
9`INSTANCE`url`http://www.vmware.com/community/images/vmware_style.css`0`-1`3`6573`2894`2894`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/policies/single_incident.html`title``timestamp``summary``webfeeds`2895`2895`
9`INSTANCE`url`http://www.vmware.com/support/policies/single_incident.html`0`-1`3`6581`2895`2895`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/news/`title``timestamp``summary``webfeeds`2896`2896`
9`INSTANCE`url`http://www.vmware.com/support/news/`0`-1`3`6582`2896`2896`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/rss/rssmessages.jspa?categoryID=1`title``timestamp``summary``webfeeds`2897`2897`
9`INSTANCE`url`http://www.vmware.com/community/rss/rssmessages.jspa?categoryID=1`0`-1`3`6583`2897`2897`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/help/accessibility.html`title``timestamp``summary``webfeeds`2898`2898`
9`INSTANCE`url`http://www.vmware.com/help/accessibility.html`0`-1`3`6584`2898`2898`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/forum.jspa?forumID=36`title``timestamp``summary``webfeeds`2899`2899`
9`INSTANCE`url`http://www.vmware.com/community/forum.jspa?forumID=36`0`-1`3`6585`2899`2899`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/csg.html`title``timestamp``summary``webfeeds`2900`2900`
9`INSTANCE`url`http://www.vmware.com/customers/stories/csg.html`0`-1`3`6586`2900`2900`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/services/VMTN_PerIncident.html`title``timestamp``summary``webfeeds`2901`2901`
9`INSTANCE`url`http://www.vmware.com/support/services/VMTN_PerIncident.html`0`-1`3`6587`2901`2901`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/janpak.html`title``timestamp``summary``webfeeds`2902`2902`
9`INSTANCE`url`http://www.vmware.com/customers/stories/janpak.html`0`-1`3`6595`2902`2902`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=397832&tstart=0`title``timestamp``summary``webfeeds`2903`2903`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=397832&tstart=0`0`-1`3`6596`2903`2903`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/forms/Register.cfm`title``timestamp``summary``webfeeds`2904`2904`
9`INSTANCE`url`http://www.vmware.com/forms/Register.cfm`0`-1`3`6597`2904`2904`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=396637&tstart=0`title``timestamp``summary``webfeeds`2905`2905`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=396637&tstart=0`0`-1`3`6598`2905`2905`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliances/programs/`title``timestamp``summary``webfeeds`2906`2906`
9`INSTANCE`url`http://www.vmware.com/partners/alliances/programs/`0`-1`3`6599`2906`2906`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/Intel+demonstrates+quad-core+PC%2C+server/2100-1006_3-6046880.html?tag=nl`title``timestamp``summary``webfeeds`2907`2907`
9`INSTANCE`url`http://www.vmware.com/Intel+demonstrates+quad-core+PC%2C+server/2100-1006_3-6046880.html?tag=nl`0`-1`3`6600`2907`2907`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/profile.jspa?userID=8677`title``timestamp``summary``webfeeds`2908`2908`
9`INSTANCE`url`http://www.vmware.com/community/profile.jspa?userID=8677`0`-1`3`6601`2908`2908`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/alliances/programs/validation.html`title``timestamp``summary``webfeeds`2909`2909`
9`INSTANCE`url`http://www.vmware.com/partners/alliances/programs/validation.html`0`-1`3`6609`2909`2909`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/kb`title``timestamp``summary``webfeeds`2910`2910`
9`INSTANCE`url`http://www.vmware.com/kb`0`-1`3`6610`2910`2910`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/gsx/faqs.html`title``timestamp``summary``webfeeds`2911`2911`
9`INSTANCE`url`http://www.vmware.com/products/gsx/faqs.html`0`-1`3`6611`2911`2911`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/search!default.jspa`title``timestamp``summary``webfeeds`2912`2912`
9`INSTANCE`url`http://www.vmware.com/search!default.jspa`0`-1`3`6612`2912`2912`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/gemplus.html`title``timestamp``summary``webfeeds`2913`2913`
9`INSTANCE`url`http://www.vmware.com/customers/stories/gemplus.html`0`-1`3`6613`2913`2913`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=252&p_created=1023726727&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`title``timestamp``summary``webfeeds`2914`2914`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=252&p_created=1023726727&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`0`-1`3`6614`2914`2914`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=397893&tstart=0`title``timestamp``summary``webfeeds`2915`2915`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=397893&tstart=0`0`-1`3`6615`2915`2915`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/profile.jspa?userID=79622`title``timestamp``summary``webfeeds`2916`2916`
9`INSTANCE`url`http://www.vmware.com/profile.jspa?userID=79622`0`-1`3`6623`2916`2916`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/player/doc/releasenotes_player.html`title``timestamp``summary``webfeeds`2917`2917`
9`INSTANCE`url`http://www.vmware.com/support/player/doc/releasenotes_player.html`0`-1`3`6624`2917`2917`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/resources/`title``timestamp``summary``webfeeds`2918`2918`
9`INSTANCE`url`http://www.vmware.com/vmtn/resources/`0`-1`3`6625`2918`2918`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/ws/new.html`title``timestamp``summary``webfeeds`2919`2919`
9`INSTANCE`url`http://www.vmware.com/products/ws/new.html`0`-1`3`6626`2919`2919`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/`title``timestamp``summary``webfeeds`2920`2920`
9`INSTANCE`url`http://www.vmware.com/products/`0`-1`3`6627`2920`2920`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/returns.html`title``timestamp``summary``webfeeds`2921`2921`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/returns.html`0`-1`3`6628`2921`2921`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/vac/`title``timestamp``summary``webfeeds`2922`2922`
9`INSTANCE`url`http://www.vmware.com/partners/vac/`0`-1`3`6629`2922`2922`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/agilera.pdf`title``timestamp``summary``webfeeds`2923`2923`
9`INSTANCE`url`http://www.vmware.com/pdf/agilera.pdf`0`-1`3`6637`2923`2923`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/newsletters/`title``timestamp``summary``webfeeds`2924`2924`
9`INSTANCE`url`http://www.vmware.com/news/newsletters/`0`-1`3`6638`2924`2924`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/clark_memorial.html`title``timestamp``summary``webfeeds`2925`2925`
9`INSTANCE`url`http://www.vmware.com/customers/stories/clark_memorial.html`0`-1`3`6639`2925`2925`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/profile.jspa?userID=3166`title``timestamp``summary``webfeeds`2926`2926`
9`INSTANCE`url`http://www.vmware.com/community/profile.jspa?userID=3166`0`-1`3`6640`2926`2926`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/national_gypsum.html`title``timestamp``summary``webfeeds`2927`2927`
9`INSTANCE`url`http://www.vmware.com/customers/stories/national_gypsum.html`0`-1`3`6641`2927`2927`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx2-openssh.html`title``timestamp``summary``webfeeds`2928`2928`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx2-openssh.html`0`-1`3`6642`2928`2928`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=MDT-M-WIN`title``timestamp``summary``webfeeds`2929`2929`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=MDT-M-WIN`0`-1`3`6643`2929`2929`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/baker_hill_2.html`title``timestamp``summary``webfeeds`2930`2930`
9`INSTANCE`url`http://www.vmware.com/customers/stories/baker_hill_2.html`0`-1`3`6651`2930`2930`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/product_register_login.jsp`title``timestamp``summary``webfeeds`2931`2931`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/product_register_login.jsp`0`-1`3`6652`2931`2931`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/wl/track/2022/0`title``timestamp``summary``webfeeds`2932`2932`
9`INSTANCE`url`http://www.vmware.com/wl/track/2022/0`0`-1`3`6653`2932`2932`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/products/vmtn/`title``timestamp``summary``webfeeds`2933`2933`
9`INSTANCE`url`http://www.vmware.com/products/vmtn/`0`-1`3`6654`2933`2933`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/appliances/stillsecure.html`title``timestamp``summary``webfeeds`2934`2934`
9`INSTANCE`url`http://www.vmware.com/vmtn/appliances/stillsecure.html`0`-1`3`6655`2934`2934`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/technology/performance/index.html`title``timestamp``summary``webfeeds`2935`2935`
9`INSTANCE`url`http://www.vmware.com/vmtn/technology/performance/index.html`0`-1`3`6656`2935`2935`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=397683&tstart=0`title``timestamp``summary``webfeeds`2936`2936`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=397683&tstart=0`0`-1`3`6657`2936`2936`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/desktop/desktopconsolidation.html`title``timestamp``summary``webfeeds`2937`2937`
9`INSTANCE`url`http://www.vmware.com/solutions/desktop/desktopconsolidation.html`0`-1`3`6665`2937`2937`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/industry/government/contracts.html`title``timestamp``summary``webfeeds`2938`2938`
9`INSTANCE`url`http://www.vmware.com/industry/government/contracts.html`0`-1`3`6666`2938`2938`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/programs/8/serverbeta.do`title``timestamp``summary``webfeeds`2939`2939`
9`INSTANCE`url`http://www.vmware.com/programs/8/serverbeta.do`0`-1`3`6667`2939`2939`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/continuity/recovery.html`title``timestamp``summary``webfeeds`2940`2940`
9`INSTANCE`url`http://www.vmware.com/solutions/continuity/recovery.html`0`-1`3`6668`2940`2940`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/scan-laser.pdf`title``timestamp``summary``webfeeds`2941`2941`
9`INSTANCE`url`http://www.vmware.com/pdf/scan-laser.pdf`0`-1`3`6669`2941`2941`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/news/releases/ws_eweek_award.html`title``timestamp``summary``webfeeds`2942`2942`
9`INSTANCE`url`http://www.vmware.com/news/releases/ws_eweek_award.html`0`-1`3`6670`2942`2942`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/WS55_Benchmarking_Guidelines.pdf`title``timestamp``summary``webfeeds`2943`2943`
9`INSTANCE`url`http://www.vmware.com/pdf/WS55_Benchmarking_Guidelines.pdf`0`-1`3`6671`2943`2943`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/vi_performance.pdf`title``timestamp``summary``webfeeds`2944`2944`
9`INSTANCE`url`http://www.vmware.com/pdf/vi_performance.pdf`0`-1`3`6679`2944`2944`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/esx25_san_cfg.pdf`title``timestamp``summary``webfeeds`2945`2945`
9`INSTANCE`url`http://www.vmware.com/pdf/esx25_san_cfg.pdf`0`-1`3`6680`2945`2945`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=WKST-50-WIN`title``timestamp``summary``webfeeds`2946`2946`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=WKST-50-WIN`0`-1`3`6681`2946`2946`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=397615&tstart=0`title``timestamp``summary``webfeeds`2947`2947`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=397615&tstart=0`0`-1`3`6682`2947`2947`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=878&p_created=1036006684&p_sp=cF9zcmNoPSZwX2d`title``timestamp``summary``webfeeds`2948`2948`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=878&p_created=1036006684&p_sp=cF9zcmNoPSZwX2d`0`-1`3`6683`2948`2948`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/jp/pdf/gsx32admin_manual.pdf`title``timestamp``summary``webfeeds`2949`2949`
9`INSTANCE`url`http://www.vmware.com/jp/pdf/gsx32admin_manual.pdf`0`-1`3`6684`2949`2949`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/p2v.html`title``timestamp``summary``webfeeds`2950`2950`
9`INSTANCE`url`http://www.vmware.com/download/eula/p2v.html`0`-1`3`6685`2950`2950`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partner_certify/validate.jsp?ID=8901&Value=`title``timestamp``summary``webfeeds`2951`2951`
9`INSTANCE`url`http://www.vmware.com/partner_certify/validate.jsp?ID=8901&Value=`0`-1`3`6693`2951`2951`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/calor_gas.html`title``timestamp``summary``webfeeds`2952`2952`
9`INSTANCE`url`http://www.vmware.com/customers/stories/calor_gas.html`0`-1`3`6694`2952`2952`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=653&p_created=1025196374&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`title``timestamp``summary``webfeeds`2953`2953`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=653&p_created=1025196374&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`0`-1`3`6695`2953`2953`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1378&p_created=1093387155&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`title``timestamp``summary``webfeeds`2954`2954`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=1378&p_created=1093387155&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd`0`-1`3`6696`2954`2954`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/shipping.html`title``timestamp``summary``webfeeds`2955`2955`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/shipping.html`0`-1`3`6697`2955`2955`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/category.jspa?categoryID=18`title``timestamp``summary``webfeeds`2956`2956`
9`INSTANCE`url`http://www.vmware.com/category.jspa?categoryID=18`0`-1`3`6698`2956`2956`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx25-sym53c8xx-1.7.html`title``timestamp``summary``webfeeds`2957`2957`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx25-sym53c8xx-1.7.html`0`-1`3`6699`2957`2957`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/inc/main.css`title``timestamp``summary``webfeeds`2958`2958`
9`INSTANCE`url`http://www.vmware.com/vmtn/inc/main.css`0`-1`3`6707`2958`2958`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?threadID=34604`title``timestamp``summary``webfeeds`2959`2959`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?threadID=34604`0`-1`3`6708`2959`2959`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/esx_specs.pdf`title``timestamp``summary``webfeeds`2960`2960`
9`INSTANCE`url`http://www.vmware.com/pdf/esx_specs.pdf`0`-1`3`6709`2960`2960`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/gsx32vm_manual.pdf`title``timestamp``summary``webfeeds`2961`2961`
9`INSTANCE`url`http://www.vmware.com/pdf/gsx32vm_manual.pdf`0`-1`3`6710`2961`2961`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/favicon.ico`title``timestamp``summary``webfeeds`2962`2962`
9`INSTANCE`url`http://www.vmware.com/favicon.ico`0`-1`3`6711`2962`2962`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/serverinfo.html`title``timestamp``summary``webfeeds`2963`2963`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/serverinfo.html`0`-1`3`6712`2963`2963`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/thread.jspa?messageID=395229&tstart=0`title``timestamp``summary``webfeeds`2964`2964`
9`INSTANCE`url`http://www.vmware.com/thread.jspa?messageID=395229&tstart=0`0`-1`3`6713`2964`2964`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/marines.html`title``timestamp``summary``webfeeds`2965`2965`
9`INSTANCE`url`http://www.vmware.com/customers/stories/marines.html`0`-1`3`6721`2965`2965`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=GSX-WIN`title``timestamp``summary``webfeeds`2966`2966`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=GSX-WIN`0`-1`3`6722`2966`2966`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/appliances/browserapp.html`title``timestamp``summary``webfeeds`2967`2967`
9`INSTANCE`url`http://www.vmware.com/appliances/browserapp.html`0`-1`3`6723`2967`2967`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/help_general.php?p_sid=5Kx8Oa7i&p_lva=&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MTI`title``timestamp``summary``webfeeds`2968`2968`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/help_general.php?p_sid=5Kx8Oa7i&p_lva=&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MTI`0`-1`3`6724`2968`2968`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/purdue.html`title``timestamp``summary``webfeeds`2969`2969`
9`INSTANCE`url`http://www.vmware.com/customers/stories/purdue.html`0`-1`3`6725`2969`2969`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=394074&tstart=0`title``timestamp``summary``webfeeds`2970`2970`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=394074&tstart=0`0`-1`3`6726`2970`2970`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=728&p_created=1026428233&p_sp=cF9zcmNoPSZwX2d`title``timestamp``summary``webfeeds`2971`2971`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=728&p_created=1026428233&p_sp=cF9zcmNoPSZwX2d`0`-1`3`6727`2971`2971`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/vc13/doc/quicktips.html`title``timestamp``summary``webfeeds`2972`2972`
9`INSTANCE`url`http://www.vmware.com/support/vc13/doc/quicktips.html`0`-1`3`6735`2972`2972`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/inc/default_kb.css`title``timestamp``summary``webfeeds`2973`2973`
9`INSTANCE`url`http://www.vmware.com/inc/default_kb.css`0`-1`3`6736`2973`2973`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/denso.html`title``timestamp``summary``webfeeds`2974`2974`
9`INSTANCE`url`http://www.vmware.com/customers/stories/denso.html`0`-1`3`6737`2974`2974`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=841&p_created=1032371906&p_sp=cF9zcmNoPSZwX2d`title``timestamp``summary``webfeeds`2975`2975`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=841&p_created=1032371906&p_sp=cF9zcmNoPSZwX2d`0`-1`3`6738`2975`2975`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/2006/01/`title``timestamp``summary``webfeeds`2976`2976`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/2006/01/`0`-1`3`6739`2976`2976`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?threadID=34771`title``timestamp``summary``webfeeds`2977`2977`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?threadID=34771`0`-1`3`6740`2977`2977`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/thread.jspa?messageID=397896&tstart=0`title``timestamp``summary``webfeeds`2978`2978`
9`INSTANCE`url`http://www.vmware.com/community/thread.jspa?messageID=397896&tstart=0`0`-1`3`6741`2978`2978`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/solutions/continuity/`title``timestamp``summary``webfeeds`2979`2979`
9`INSTANCE`url`http://www.vmware.com/solutions/continuity/`0`-1`3`6749`2979`2979`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/community/index.jspa?categoryID=1`title``timestamp``summary``webfeeds`2980`2980`
9`INSTANCE`url`http://www.vmware.com/community/index.jspa?categoryID=1`0`-1`3`6750`2980`2980`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=841&p_created=1032371906&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`title``timestamp``summary``webfeeds`2981`2981`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=841&p_created=1032371906&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd1`0`-1`3`6751`2981`2981`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1378&p_created=1093387155&p_sp=cF9zcmNoPSZwX2`title``timestamp``summary``webfeeds`2982`2982`
9`INSTANCE`url`http://www.vmware.com/support/kb/enduser/std_adp.php?p_sid=5Kx8Oa7i&p_lva=&p_faqid=1378&p_created=1093387155&p_sp=cF9zcmNoPSZwX2`0`-1`3`6752`2982`2982`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/plan.html`title``timestamp``summary``webfeeds`2983`2983`
9`INSTANCE`url`http://www.vmware.com/customers/stories/plan.html`0`-1`3`6753`2983`2983`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/cdw.html`title``timestamp``summary``webfeeds`2984`2984`
9`INSTANCE`url`http://www.vmware.com/customers/stories/cdw.html`0`-1`3`6754`2984`2984`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/esx/esx-252-200602-patch.html`title``timestamp``summary``webfeeds`2985`2985`
9`INSTANCE`url`http://www.vmware.com/download/esx/esx-252-200602-patch.html`0`-1`3`6755`2985`2985`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/download.do?downloadGroup=GSX-LX`title``timestamp``summary``webfeeds`2986`2986`
9`INSTANCE`url`http://www.vmware.com/download/download.do?downloadGroup=GSX-LX`0`-1`3`6763`2986`2986`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmtn/blog/2005/12/index.html`title``timestamp``summary``webfeeds`2987`2987`
9`INSTANCE`url`http://www.vmware.com/vmtn/blog/2005/12/index.html`0`-1`3`6764`2987`2987`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/vmwarestore/newstore/community_login.jsp?followingPage=%2Fcommunity%2F`title``timestamp``summary``webfeeds`2988`2988`
9`INSTANCE`url`http://www.vmware.com/vmwarestore/newstore/community_login.jsp?followingPage=%2Fcommunity%2F`0`-1`3`6765`2988`2988`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/conseco.html`title``timestamp``summary``webfeeds`2989`2989`
9`INSTANCE`url`http://www.vmware.com/customers/stories/conseco.html`0`-1`3`6766`2989`2989`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/`title``timestamp``summary``webfeeds`2990`2990`
9`INSTANCE`url`http://www.vmware.com/customers/`0`-1`3`6767`2990`2990`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/download/eula/moviedecoder_v5.html`title``timestamp``summary``webfeeds`2991`2991`
9`INSTANCE`url`http://www.vmware.com/download/eula/moviedecoder_v5.html`0`-1`3`6768`2991`2991`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/vc_specs.pdf`title``timestamp``summary``webfeeds`2992`2992`
9`INSTANCE`url`http://www.vmware.com/pdf/vc_specs.pdf`0`-1`3`6769`2992`2992`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/pdf/p2v_specs.pdf`title``timestamp``summary``webfeeds`2993`2993`
9`INSTANCE`url`http://www.vmware.com/pdf/p2v_specs.pdf`0`-1`3`6777`2993`2993`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/partners/`title``timestamp``summary``webfeeds`2994`2994`
9`INSTANCE`url`http://www.vmware.com/partners/`0`-1`3`6778`2994`2994`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/request_processor?nextPage=/vmwarestore/newstore/category.jsp&action=CATALOG.GETGROUPS&application=store&P`title``timestamp``summary``webfeeds`2995`2995`
9`INSTANCE`url`http://www.vmware.com/request_processor?nextPage=/vmwarestore/newstore/category.jsp&action=CATALOG.GETGROUPS&application=store&P`0`-1`3`6779`2995`2995`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/support/ace/doc/releasenotes_ace.html`title``timestamp``summary``webfeeds`2996`2996`
9`INSTANCE`url`http://www.vmware.com/support/ace/doc/releasenotes_ace.html`0`-1`3`6780`2996`2996`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=49&p_created=1020971547&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd19`title``timestamp``summary``webfeeds`2997`2997`
9`INSTANCE`url`http://www.vmware.com/std_adp.php?p_sid=RKhhOa7i&p_lva=&p_faqid=49&p_created=1020971547&p_sp=cF9zcmNoPSZwX2dyaWRzb3J0PSZwX3Jvd19`0`-1`3`6781`2997`2997`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/broward.html`title``timestamp``summary``webfeeds`2998`2998`
9`INSTANCE`url`http://www.vmware.com/customers/stories/broward.html`0`-1`3`6782`2998`2998`
1`EOE`
14`EVENT`feed_url`http://vmware.com/ror.xml`item_url`http://www.vmware.com/customers/stories/netiq.html`title``timestamp``summary``webfeeds`2999`2999`
9`INSTANCE`url`http://www.vmware.com/customers/stories/netiq.html`0`-1`3`6783`2999`2999`
1`EOE`
