<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CenterNetworks &#187; Web 2.0</title>
	<atom:link href="http://www.centernetworks.com/tag/web-2-0/feed" rel="self" type="application/rss+xml" />
	<link>http://www.centernetworks.com</link>
	<description>Web 2 and Social Media News and Reviews</description>
	<lastBuildDate>Fri, 19 Mar 2010 21:26:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10 Useful Tools to Develop, Monitor, Evaluate or Debug Web Pages</title>
		<link>http://www.centernetworks.com/useful-tools-develop-debug-webpages</link>
		<comments>http://www.centernetworks.com/useful-tools-develop-debug-webpages#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:35:52 +0000</pubDate>
		<dc:creator>Brigitte Simard</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Brigitte Simard]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.centernetworks.com/?p=17336</guid>
		<description><![CDATA[When it comes to developing websites and pages we could all use a little help now and then when it comes down to the real detail. Fortunately there&#8217;s a wide variety of tools on offer to developers that can be of use when it comes to developing, monitoring, evaluating and debugging web pages. Here are [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to developing websites and pages we could all use a little help now and then when it comes down to the real detail. Fortunately there&#8217;s a wide variety of tools on offer to developers that can be of use when it comes to developing, monitoring, evaluating and debugging web pages. Here are 10 which I&#8217;ve found useful over the years.</p>
<h2>Web developer toolbar</h2>
<p>The Web Developer Extension adds a menu and a toolbar to the browser.</p>
<p>For anyone who uses Firefox that&#8217;s interested in accessibility and <acronym title="Cascading Stylesheets">CSS</acronym> web development, this is an essential must-have for testing web pages!</p>
<p><img src="http://static.centernetworks.com/dev-tool-1.jpg" alt="" /></p>
<p>Click here to <a href="http://chrispederick.com/work/web-developer/">download the web developer toolbar</a>.</p>
<h2>Web accessibility toolbar</h2>
<p>The web accessibility toolbar is available for Internet Explorer.</p>
<p>It can perform virtually any accessibility test on a web page, such as <acronym title="Hypertext Markup Language">HTML</acronym> and <acronym title="Cascading Stylesheets">CSS</acronym> validation, colour checking, <acronym title="Hypertext Markup Language">HTML</acronym> structure analysis, and much, much more!</p>
<p><img src="http://static.centernetworks.com/dev-tool-2.jpg" alt="" /></p>
<p>Click here to <a href="http://www.visionaustralia.org.au/ais/toolbar">download the web accessibility toolbar</a>.</p>
<h2>Firebug</h2>
<p>Firebug is an extension to the Firefox web browser and is an indispensable tool to any web developer.</p>
<p>It allows to view, inspect and edit <acronym title="Hypertext Markup Language">HTML</acronym>, <acronym title="Cascading Stylesheets">CSS</acronym> and JavaScript live on any web page as well helping to debug a large number of potential problems.</p>
<p><img src="http://static.centernetworks.com/dev-tool-3.jpg" alt="" /></p>
<p>Click here to <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">download the Firebug extension</a>.<br />
<span id="more-17336"></span></p>
<h2>Yslow</h2>
<p>Yslow is a plug-in which is integrated with the Firebug web extension for Firefox.</p>
<p>It&#8217;s a great tool to help reduce the number of <acronym title="Hypertext Transfer Protocol">HTTP</acronym> requests needed to render a page.</p>
<p>It analyses the web page and summarises the page&#8217;s components, displays statistics and suggests ways to improve its performance.</p>
<p><img src="http://static.centernetworks.com/dev-tool-4.jpg" alt="" /></p>
<p>Click here to <a href="http://developer.yahoo.com/yslow/">download the Yslow extension</a>.</p>
<h2>Fangs</h2>
<p>Fangs is an extension to the Firefox web browser.</p>
<p>It renders a text version of a web page similar to how a screen reader would read it. It also provides a list of headings and links that are on the page. It helps to quickly find out if there are any accessibility issues on a web page for screen reader users.</p>
<p><img src="http://static.centernetworks.com/dev-tool-5.jpg" alt="" /></p>
<p>Click here to <a href="http://sourceforge.net/project/showfiles.php?group_id=124764">download the Fangs extension</a>.</p>
<h2>Aardvark</h2>
<p>Aardvark is an add-on for Firefox browser.</p>
<p>It outlines any elements over which you hover your cursor and displays the <acronym title="Hypertext Markup Language">HTML</acronym> tags and the <acronym title="Cascading Stylesheets">CSS</acronym> styles of the elements selected.</p>
<p>It also has one fantastic feature that makes it worth installing &#8211; a page clean-up prior to printing. Simply select the area of the page you want to print (usually the main content area) and it&#8217;ll ensure that only this gets printed, resizing it perfectly on to the paper.</p>
<p><img src="http://static.centernetworks.com/dev-tool-6.jpg" alt="" /></p>
<p>Click here to <a href="https://addons.mozilla.org/firefox/4111/">download the Aardvark extension</a>.</p>
<h2>IE tester</h2>
<p>IETester is a free web browser that contains different versions of Internet Explorer, from 5.5 through to 8.</p>
<p>Now you can test websites in multiple versions of Internet Explorer all through just one browser!</p>
<p><img src="http://static.centernetworks.com/dev-tool-7.jpg" alt="" /></p>
<p>Click here to <a href="http://www.my-debugbar.com/wiki/IETester/HomePage">download the IE tester program</a>.</p>
<h2>Windows magnifier</h2>
<p>It&#8217;s essentially just a very basic screen magnifier bundled in with Windows XP.</p>
<p>It is great if you want to quickly check how your site looks through a screen magnifier.</p>
<p>Check out this program on your PC at Start &gt; Programs &gt; Accessories &gt; Accessibility &gt; Magnifier.</p>
<h2>Xenu&#8217;s Link Sleuth</h2>
<p>Xenu is a handy freeware tool that checks for any broken links on a site.</p>
<p>Simply type in a <acronym title="Uniform Resource Locator">URL</acronym> and it will check the links on every single page of the website.</p>
<p>Dead links can come about due to links on external websites going down, a file being moved or someone typing in the wrong <acronym title="Uniform Resource Locator">URL</acronym>. Whatever the reason, Xenu will find those dead links for you and tell you on which pages they are on. Isn&#8217;t that great!?</p>
<p><img src="http://static.centernetworks.com/dev-tool-9.jpg" alt="" /></p>
<p>Click here to <a href="http://home.snafu.de/tilman/xenulink.html">download Xenu&#8217;s Link checker</a>.</p>
<h2>Dust-Me selectors</h2>
<p>The Dust-Me Selectors is an extension for Firefox web browser.</p>
<p>It lists all the used/unused <acronym title="Cascading Stylesheets">CSS</acronym> selectors from all the stylesheets on a web site. It&#8217;s a handy tool when times come to tidy up and reduce files size.</p>
<p><img src="http://static.centernetworks.com/dev-tool-10.jpg" alt="" /></p>
<p>Click here to <a href="http://www.sitepoint.com/dustmeselectors/">download the Dust-Me extension</a>.</p>
<h2>Conclusion</h2>
<p>It can be difficult to decide on which plug-ins and extensions to use as a developer, but this list should point you in the direction of some really helpful tools. Having these programs in your arsenal could help you out no end when it comes to developing, monitoring, evaluating and debugging web pages.</p>
<p><em>This article was written by Brigitte Simard a web developer at the </em><a href="http://www.webcredible.co.uk/"><em>user experience consultancy</em></a><em>, Webcredible. Brigitte&#8217;s passionate about improving the accessibility of websites and is responsible for a variety of </em><a href="http://www.webcredible.co.uk/services/accessible-web-design.shtml"><em><acronym title="Cascading Stylesheets">CSS</acronym> design</em></a><em> projects and </em><a href="http://www.webcredible.co.uk/services/accessible-cms.shtml"><em>accessible <acronym title="Content management system">CMS</acronym></em></a><em> implementations.</em></p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/useful-tools-develop-debug-webpages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Adds Site Performance Speed Testing Tool</title>
		<link>http://www.centernetworks.com/google-site-performance-tool</link>
		<comments>http://www.centernetworks.com/google-site-performance-tool#comments</comments>
		<pubDate>Wed, 02 Dec 2009 22:43:01 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Webmasters]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.centernetworks.com/?p=16989</guid>
		<description><![CDATA[There&#8217;s been a lot of discussion lately about how important a role load times and website speed play in search results.
Found via Mr. K, Google has announced the launch of a new tool to track how Google views your website, ecommerce site or blog from a loading perspective. The tool is available within the Google [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.centernetworks.com/images/sites/googlelogo1.png" alt="" width="160" height="60" align="left" />There&#8217;s been a lot of discussion lately about how important a role load times and website speed play in search results.</p>
<p>Found via <a href="http://twitter.com/oo00_Mr_K_00oo">Mr. K</a>, Google has <a href="http://googlewebmastercentral.blogspot.com/2009/12/how-fast-is-your-site.html">announced the launch</a> of a new tool to track how Google views your website, ecommerce site or blog from a loading perspective. The tool is available within the Google Labs section of the Google Webmaster Tools service. The tool is called &#8220;Site Performance&#8221; and actually displays some interesting information.</p>
<p>Google notes, &#8220;Studies have repeatedly shown that speeding up your site leads to increased user retention and activity, higher revenue and lower costs. Towards the goal of making every webpage load as fast as flipping the pages of a magazine, we have provided articles on best practices, active discussion forums and many tools to diagnose and fix speed issues.&#8221;</p>
<p>The tool shows you how long it takes Google to load your pages and includes the details on total size, number of requests and domain lookups.</p>
<p>As the announcement post notes, the tool also shows you example pages and edits you could make to have the page load faster. In my tests, it says I should:</p>
<ul>
<li>combine CSS</li>
<li>reduce domain lookups</li>
<li>Enable gzip compression</li>
<li>serve resources from a consistent URL</li>
</ul>
<p>Give the tool a try and leave a comment with the suggestions the Site Performance tool suggests for your website.</p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/google-site-performance-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweetMeme Down; No One Can Retweet Paid Twits</title>
		<link>http://www.centernetworks.com/tweetmeme-down</link>
		<comments>http://www.centernetworks.com/tweetmeme-down#comments</comments>
		<pubDate>Wed, 25 Nov 2009 12:54:03 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[TweetMeme]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.centernetworks.com/?p=16945</guid>
		<description><![CDATA[TweetMeme, the service built completely on top of Twitter, has been down for over half a day as of the time of this posting. I first noticed that the service was having issues midday Tuesday when the little &#8220;retweet&#8221; button wasn&#8217;t being displayed on our stories. I noticed the button was also missing on Mashable. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://TweetMeme.com"><img src="http://static.centernetworks.com/tweetmeme.jpg" alt="" width="205" height="65" align="left" />TweetMeme</a>, the service built completely on top of Twitter, has been down for over half a day as of the time of this posting. I first noticed that the service was having issues midday Tuesday when the little &#8220;retweet&#8221; button wasn&#8217;t being displayed on our stories. I noticed the button was also missing on Mashable. Luckily the button degrades very nicely so except for a bunch of beeps that it can&#8217;t find the server, the pages still loads just fine.</p>
<p>TweetMeme creator <a href="http://twitter.com/nickhalstead">Nick Halstead</a> posted several messages on Twitter &#8211; the last one coming 12 hours ago. He has three posts related to the outage:</p>
<ul>
<li>we are having a problem with our DNS for TweetMeme &#8211; we are trying to get it fixed ASAP</li>
<li>.@Fasthosts your going to have some SERIOUS bad press soon unless you sort out problems out</li>
<li>anyone know people at internic? we need help with a DNS issue ASAP</li>
</ul>
<p>Twitter users <a href="http://twitter.com/#search?q=tweetmeme">are also posting</a> about the TweetMeme outage. Apparently there is a full TweetMeme site that shows off the most popular stories based on who clicks the button the most. While the API didn&#8217;t load yesterday, for most of the day the main site did load as I noticed a couple of tech blogs up on the home page. As of the time of this posting, the main site was unaccessible as well. It appears that the main TweetMeme twitter account is working although the stream seems slow.</p>
<p>TweetMeme was in the news last week <a href="http://venturebeat.com/2009/11/20/tweetmeme-launches-buttons-for-re-tweetable-advertising/">with the launch</a> of &#8220;retweetable ads&#8221;.</p>
<p>You might use this down time to start to plan your Black Friday shopping. I wonder if this is affecting traffic to the Twitter-heavy blogs.</p>
<p><strong>Update 10AM Eastern</strong>: The TweetMeme site is back &#8211; it appears you can now find all of the techcrunch and mashable stories on their home page once again.</p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/tweetmeme-down/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Yahoo Open Hack Comes to NYC</title>
		<link>http://www.centernetworks.com/yahoo-open-hack-nyc</link>
		<comments>http://www.centernetworks.com/yahoo-open-hack-nyc#comments</comments>
		<pubDate>Sun, 04 Oct 2009 02:19:05 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[NYC]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.centernetworks.com/?p=16634</guid>
		<description><![CDATA[Yahoo is bringing their &#8220;Open Hack&#8221; developer conference to NYC next weekend. The Open Hack will be held on October 9th and 10th. Yahoo says they are still accepting registrations although they manually approve each person. There&#8217;s a wiki with more information about agenda, location and speakers.
Here&#8217;s Yahoo&#8217;s description of Hack Days: &#8220;Yahoo! Hack Days [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.centernetworks.com/images/sites/yahooleft.png" alt="" width="170" height="70" align="left" />Yahoo is bringing their &#8220;Open Hack&#8221; developer conference to NYC next weekend. The Open Hack will be held on October 9th and 10th. Yahoo says they are still <a href="http://guest.cvent.com/Events/Info/Summary.aspx?e=085d1b5c-ba31-4bf0-85de-592ee3b61694">accepting registrations</a> although they manually approve each person. There&#8217;s a <a href="http://openhacknyc.pbworks.com/Event-Info">wiki with more information</a> about agenda, location and speakers.</p>
<p>Here&#8217;s Yahoo&#8217;s description of Hack Days: &#8220;Yahoo! Hack Days started back in 2005, when a team of engineers designed an event to see what sort of interesting and innovative applications people would build using Yahoo! tools and technologies over a 24-hour period. At the end of the day, they presented working hacks to roomful of colleagues and peers. Since then, &#8220;hack&#8221; has become an integral part of culture at Yahoo!. &#8221;</p>
<p>The sessions run through the night and you can nap at the conference center. They say there will be lots of &#8220;geek food&#8221; &#8211; let&#8217;s just hope they don&#8217;t bring any Twitter cupcakes &#8211; we all know how those ended up for me :)</p>
<p>I am hoping we will learn why we should use Yahoo tools and developer platforms over their Google counterparts.</p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/yahoo-open-hack-nyc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MTA Appears Willing to Work With Web Developers&#8230;Finally</title>
		<link>http://www.centernetworks.com/mta-web-developers-schedule-data</link>
		<comments>http://www.centernetworks.com/mta-web-developers-schedule-data#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:01:38 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[InsideTransit]]></category>
		<category><![CDATA[NYC]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.centernetworks.com/?p=16594</guid>
		<description><![CDATA[Over the past year the NYC MTA (Metropolitan Transit Authority) has been going after Web developers who use schedule data to create applications to help public transportation passengers make better use of the system. As a railfan, I&#8217;ve always found this policy absurd. Google has been able to get access to this same data set [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://static.centernetworks.com/oldmta.jpg" alt="" width="180" height="180" align="right" />Over the past year the NYC MTA (Metropolitan Transit Authority) has been going after Web developers who use schedule data to create applications to help public transportation passengers make better use of the system. As a railfan, I&#8217;ve always found this policy absurd. Google has been able to get access to this same data set since the <a href="http://www.centernetworks.com/google-maps-nyc-public-transit-subway">launch of their Google Maps</a> with subway directions last year and HopStop has the data as well.</p>
<p><a href="http://www.nytimes.com/2009/09/28/nyregion/28mta.html?_r=2&amp;ref=nyregion">Michael Grynbaum from the NY Times</a> has a great story today about the progress that&#8217;s been made with the MTA in opening up the schedule data. Complaints against two web developers have been dropped. Grynbaum discusses how a variety of cities across the U.S. share their schedule and transit data with the public. Up north, Toronto held a &#8220;transit camp&#8221; in 2007 to help create a <a href="http://www.transitcamp.org/">better TTC website</a>.</p>
<p>At the end of the column, there&#8217;s a comment from Internet law expert Jonathan Zittrain who noted, &#8220;I love that the subversive act of the 21st century in the subway is not graffiti, but mapping out the stations so you can know where to exit the car. Twenty years ago they would have been tagging the cars. In both cases, the city is upset.&#8221;</p>
<p><span id="more-16594"></span>NYC Mayor Michael Bloomberg, has talked about his ideas for Media2020, a program that is supposed to make NYC more competitive in media and to create more entrepreneurial growth. Bloomberg&#8217;s ads for his supposed transit plan appear all over the Web and on TV &#8212; embracing the developer and entrepreneurial communities would make for a much stronger transit system.</p>
<p>Let&#8217;s hope that all transit systems across the world embrace technology to make travel easier. Maybe then we will see more cool <a href="http://www.insidetransit.com/visualization-of-nyc-subway-usage">visualizations of transit usage</a>,  more apps like <a href="http://www.insidetransit.com/exit-strategy-nyc">Exit Strategy</a>,  and more <a href="http://www.centernetworks.com/swiss-trains-google-maps-mashup">mashups that track trains</a> and their travels. I&#8217;d also love to see a transit camp here in NYC as long as the MTA participates as well. In my travels as a rail fan, it&#8217;s amazing to learn how much knowledge rail fans hold that could make the system better for passengers &#8211; <strong>imagine bringing together those who know  the system best, the best developers and entrepreneurs and the government to create the next generation of transit here in NYC.</strong></p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/mta-web-developers-schedule-data/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Iterasi Launches Positive Press for Archiving and Tracking Web Content</title>
		<link>http://www.centernetworks.com/iterasi-positive-press-archiving-web-content</link>
		<comments>http://www.centernetworks.com/iterasi-positive-press-archiving-web-content#comments</comments>
		<pubDate>Wed, 19 Aug 2009 21:49:12 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Iterasi]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.centernetworks.com/?p=16360</guid>
		<description><![CDATA[In my past life I was responsible for creating archives of content after our consumer products went live. This was pre-Web 2.0 and was typically a painful process trying to make sure that I grabbed every product mention.
Today there are a variety of services that make it easier to archive content around a term or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iterasi.com/"><img src="http://www.centernetworks.com/images/sites/iterasileft.png" alt="iterasi" width="170" height="85" align="left" /></a>In my past life I was responsible for creating archives of content after our consumer products went live. This was pre-Web 2.0 and was typically a painful process trying to make sure that I grabbed every product mention.</p>
<p>Today there are a variety of services that make it easier to archive content around a term or product. A new offering from Portland-based Iterasi launching today is hoping to do the job even better. The service is named <a href="http://www.iterasi.com/">Positive Press</a> and is setup to capture, archive and report on any content across the Web. The core of the product is Iterasi&#8217;s archiving service which saves actual web pages from the time of the save including all contents. I spoke with CEO Pete Grillo who showed me that you can even archive full RSS feeds and the archive is of the webpages that the stories are from not just the plain RSS content.</p>
<p>Positive Press can also archive Twitter messages in the full Twitter style and the messages are retained for all time. It&#8217;s very simple to use &#8211; just enter a search term and any time that term is used on twitter, Positive Press will archive it. Apparently Twitter only saves 30-days of messages.<br />
<span id="more-16360"></span><br />
The service is perfect for brands and agencies that need to monitor remarks across the web. The service also offers a reports feature which can send on-demand and scheduled reports via email that include the content generated by the archive feature over a specific time period.</p>
<p>As a side note, no matter what tool you use for monitoring, if you have a product or service you must monitor all press so you can respond if needed. If you are working with an agency they better be providing you with reports &#8211; if not, find a new agency.</p>
<p>The Positive Press service starts at $99/month. Iterasi&#8217;s free service will remain and will be rebranded as Iterasi Personal. Check out additional views on Positive Press from <a href="http://news.cnet.com/8301-27076_3-10313227-248.html">Josh Lowensohn of CNET</a> and <a href="http://webworkerdaily.com/2009/08/19/positivepress-archive-and-share-the-web/">Charles Hamilton of WWD</a>.</p>
<p>Here&#8217;s an overview of how the service works:</p>
<p align="center"><object id="viddler_e1a31fba" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="437" height="282" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.viddler.com/player/e1a31fba/" /><param name="name" value="viddler_e1a31fba" /><param name="allowfullscreen" value="true" /><embed id="viddler_e1a31fba" type="application/x-shockwave-flash" width="437" height="282" src="http://www.viddler.com/player/e1a31fba/" allowscriptaccess="always" allowfullscreen="true" name="viddler_e1a31fba"></embed></object></p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/iterasi-positive-press-archiving-web-content/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cash for Clunkers Website Concept</title>
		<link>http://www.centernetworks.com/cash-for-clunkers-website</link>
		<comments>http://www.centernetworks.com/cash-for-clunkers-website#comments</comments>
		<pubDate>Sun, 16 Aug 2009 17:15:02 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[cash for clunkers]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.centernetworks.com/?p=16338</guid>
		<description><![CDATA[By now I am sure everyone has heard of the cash for clunkers (official name CARS - car allowance rebate system) program run by the U.S. government. It&#8217;s a $3 billion dollar bailout program for the auto industry paid for by tax dollars. If you are new to the program, here&#8217;s how it works. If [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://static.centernetworks.com/cashforclunkers.jpg" alt="cash for clunkers" width="270" height="190" align="right" />By now I am sure everyone has heard of the cash for clunkers (official name <a href="http://www.cars.gov/">CARS </a>- car allowance rebate system) program run by the U.S. government. It&#8217;s a $3 billion dollar bailout program for the auto industry paid for by tax dollars. If you are new to the program, here&#8217;s how it works. If you have a car that&#8217;s considered a clunker, you can get up to a $4,500 bottom line discount on any new car.</p>
<p>In my new role I see a lot of websites that are clunkers. Many of the sites haven&#8217;t been touched in a decade, are broken, are out-of-date, missing any current functionality or aren&#8217;t indexed in Google. How many dollars of revenue are these businesses losing out on because their website is a clunker?</p>
<p>I am not even talking about any sort of social networking or social media optimization. Just simple updates so that the sites are usable and, more importantly, findable. By investing in creating better small business websites, the local economy will benefit which in turn will provide more jobs and strengthen local businesses for the long term. Some of the concept overlaps with Robert Scoble&#8217;s <a href="http://scobleizer.com/2009/05/16/exploring-the-2010-web/">2010 web concept</a>.</p>
<p>With that I&#8217;d like to introduce the concept of the &#8220;Cash for Clunkers Website Edition&#8221;. I&#8217;ve posted my initial thoughts on the concept and program in my <a href="http://www.informationweek.com/blog/main/archives/2009/08/introducing_cas.html">Information Week column</a>. Have a look at the concept and let me know your thoughts!</p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/cash-for-clunkers-website/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Doodle Launches Premium Paid Option</title>
		<link>http://www.centernetworks.com/doodle-premium</link>
		<comments>http://www.centernetworks.com/doodle-premium#comments</comments>
		<pubDate>Tue, 11 Aug 2009 15:09:56 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Doodle]]></category>
		<category><![CDATA[Switzerland]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.centernetworks.com/?p=16309</guid>
		<description><![CDATA[Swiss-based online scheduling tool Doodle has announced the launch of Doodle Premium today. I would have preferred if they called it Super Doodle but I guess Doodle Premium will have to do. The last time we covered Doodle they were launching an online scheduling tool inside of Facebook.
Doodle and MyDoodle will remain free while the [...]]]></description>
			<content:encoded><![CDATA[<p><img title="doodle" src="http://www.centernetworks.com/images/2/doodleleft.png" alt="doodle" width="175" height="70" align="left" />Swiss-based online scheduling tool <a href="http://www.doodle.com/">Doodle</a> has announced the launch of Doodle Premium today. I would have preferred if they called it Super Doodle but I guess Doodle Premium will have to do. The last time we covered <a href="http://www.centernetworks.com/tag/doodle">Doodle</a> they were launching an online scheduling tool inside of Facebook.</p>
<p>Doodle and MyDoodle will remain free while the Doodle Premium will cost $28/year. Basically Doodle Premium allows the user to customize the look and feel of the site. It&#8217;s a way to personalize the events that Doodle users create and send to their participants. The price seems a bit on the high side as $9 or $14 feels about right but I am sure the Doodle team researched the right price. Pricing is always the hardest part of any business, whether web-based or brick-and-mortar.</p>
<p>The company also notes that <span style="COLOR: black">Premium Doodle is ad-free and customers can also request personal information from their event participants, such as postal address, e-mail address, and phone number.</span></p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/doodle-premium/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jimdo Offers To Help Displaced Geocities Users</title>
		<link>http://www.centernetworks.com/jimdo-offers-to-help-displaced-geocities-users</link>
		<comments>http://www.centernetworks.com/jimdo-offers-to-help-displaced-geocities-users#comments</comments>
		<pubDate>Fri, 24 Apr 2009 13:29:37 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Germany 2.0]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.centernetworks.com/?p=15435</guid>
		<description><![CDATA[German-based Jimdo has put out a call to all Geocities users&#8230;a lifeboat if you will. Jimdo launched in 2007 and currently has a staff of 30.  The service offers an easy way to create a website and the company says that no technical skills are required.
Their &#8220;lifeboat&#8221; is a new offering they are near completion [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jimdo.com"><img title="jimdo" src="http://static.centernetworks.com/jimdoleft.png" alt="" width="200" height="80" align="left" /></a>German-based <a href="http://www.jimdo.com">Jimdo</a> has put out a call to all Geocities users&#8230;<a href="http://www.jimdo.com/geocities">a lifeboat</a> if you will. Jimdo launched in 2007 and currently has a staff of 30.  The service offers an easy way to create a website and the company says that no technical skills are required.</p>
<p>Their &#8220;lifeboat&#8221; is a new offering they are near completion on which will allow Geocities users to transfer their sites into Jimdo. The basic Jimdo service is free and you can upgrade to JimdoPro for $5/month. JimdoPro offers more detailed statistics, larger storage space, personalized domain name, and no ads.</p>
<p>They are offering Geocities&#8217; (and Google Pages) users 10% off the JimdoPro fee. This is a smart move for Jimdo as it makes them look like heros for helping users of a system that is closing.</p>
<p style="text-align: center;"><img class="aligncenter" title="jimdo" src="http://static.centernetworks.com/jimdo1.png" alt="" width="350" height="268" /></p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/jimdo-offers-to-help-displaced-geocities-users/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Online Audiences and the Paradox of Web Traffic (video)</title>
		<link>http://www.centernetworks.com/online-audience-traffic-analytics</link>
		<comments>http://www.centernetworks.com/online-audience-traffic-analytics#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[Quick News]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>
If you are as much of an analytics nut as I am, then the video below is for you. It features Dr Matthew Hindman, Assistant Professor of Political Science at Arizona State University discussing online analytics. Dr. Hindman uses a variety of data from Hitwise to go very deep into the true analytics and much further than a basic web report.
</p>
<p>
From the overview, &#34;Using three years of daily Web traffic data, and new models adapted from financial mathematics, this talk examines large-scale variation in Web traffic. These data show that Web traffic is highly heteroskedastic, with smaller sites having orders of magnitude more variation in the relative number of visitors they receive. These consistent patterns allow us to provide reasonable estimates of how likely it is Google will still be the most visited US site a year from now&#34;.
</p>
<p>
Dr. Hindman talks about rank volatility, items that are missing from traffic, the audience distribution curves for newspapers and news/media websites, and how big media plays musical chairs and how those chairs might affect staffing levels in the future. He also looks at whether the Web and online media can help save newspapers.
</p>
<p>
It's 45 minutes long and while Hitwise data is not perfect, the analysis is worth the time.
</p>
<p align="center">
<object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/p9kV8QLpYC8&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/p9kV8QLpYC8&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object>
</p>
]]></description>
			<content:encoded><![CDATA[<p>
If you are as much of an analytics nut as I am, then the video below is for you. It features Dr Matthew Hindman, Assistant Professor of Political Science at Arizona State University discussing online analytics. Dr. Hindman uses a variety of data from Hitwise to go very deep into the true analytics and much further than a basic web report.
</p>
<p>
From the overview, &quot;Using three years of daily Web traffic data, and new models adapted from financial mathematics, this talk examines large-scale variation in Web traffic. These data show that Web traffic is highly heteroskedastic, with smaller sites having orders of magnitude more variation in the relative number of visitors they receive. These consistent patterns allow us to provide reasonable estimates of how likely it is Google will still be the most visited US site a year from now&quot;.
</p>
<p>
Dr. Hindman talks about rank volatility, items that are missing from traffic, the audience distribution curves for newspapers and news/media websites, and how big media plays musical chairs and how those chairs might affect staffing levels in the future. He also looks at whether the Web and online media can help save newspapers.
</p>
<p>
It&#8217;s 45 minutes long and while Hitwise data is not perfect, the analysis is worth the time.
</p>
<p align="center">
<object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/p9kV8QLpYC8&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/p9kV8QLpYC8&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object></p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/online-audience-traffic-analytics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0, Revenue Models and Profitability: A Web 1.0 Comparison</title>
		<link>http://www.centernetworks.com/web-2-revenue-models</link>
		<comments>http://www.centernetworks.com/web-2-revenue-models#comments</comments>
		<pubDate>Fri, 09 Jan 2009 14:42:37 +0000</pubDate>
		<dc:creator>Drama 2.0</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Drama 2.0]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Quick News]]></category>
		<category><![CDATA[revenue sources]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[web sites]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[
Not only are most of the hottest Web 2.0 startups unprofitable, quite a few lack viable revenue models altogether. This has led cynics like me to criticize these startups quite harshly over the past several years.


Twitter, for instance, is the perfect example of the prototypical Web 2.0 startup that has captured the hearts and minds [...]]]></description>
			<content:encoded><![CDATA[<p>
Not only are most of the hottest Web 2.0 startups unprofitable, quite a few lack viable revenue models altogether. This has led cynics like me to criticize these startups quite harshly over the past several years.
</p>
<p>
Twitter, for instance, is the perfect example of the prototypical Web 2.0 startup that has captured the hearts and minds of the Web 2.0 &quot;community&quot; but hasn&#8217;t captured any real money (outside of venture capital).
</p>
<p>
When confronted with questions about the financial viability of their hottest startups, Web 2.0 proponents usually have a similar response: Rome wasn&#8217;t built in a day. When Google launched, we&#8217;re reminded, it didn&#8217;t know how exactly how it was going to make money. For young Web 2.0 startups that are growing rapidly, we&#8217;re often told that growth and &quot;critical mass&quot; are more important than revenue models and profitability.
</p>
<p>
As we recently learned that <a href="http://www.drama20show.com/2008/12/21/digg-no-money-noproblems/">Digg was still losing money</a> on revenue numbers that look quite paltry, it occurred to me that Digg and some of Web 2.0&#8217;s other hot young startups really aren&#8217;t hot <em>young</em> startups anymore.
</p>
<p><span id="more-14164"></span></p>
<p>
Facebook was launched in February 2004. Digg was launched in November 2004. Twitter was launched in July 2006. Facebook is almost five years old, Digg is just over four years old and Twitter is two and a half years old.
</p>
<p>
<strong>They all share a common trait: none has developed into a self-sustaining business whose financial future seems assured.</strong>
</p>
<p>
But Rome wasn&#8217;t built in a day, right?
</p>
<p>
When Google launched to the public in 1998, AdWords wasn&#8217;t a part of the &quot;business plan.&quot; Yet in 2001 &#8211; the third year of its existence &#8211; Google <a href="http://www.mutualofamerica.com/articles/Fortune/2002_05_23/fortune1.asp">was already</a> turning a profit. In an August 2001 BBC article, it was reported Google <a href="http://news.bbc.co.uk/2/hi/business/1476805.stm">had been in the black</a> for the past two quarters and that the company wasn&#8217;t making a little bit of cash &#8211; it was making a lot of it.
</p>
<p>
Eric Schmidt&#8217;s words: &quot;We are quite profitable. We are not talking about 1%.&quot;
</p>
<p>
And what of other brands created during Bubble 1.0 that went on to grow into large enterprises? eBay <a href="http://www.businessweek.com/1998/25/b3583023.htm">was profitable</a> almost right from the start.
</p>
<p>
According to <a href="http://yhoo.client.shareholder.com/press/releasedetail.cfm?ReleaseID=173428">an old press release</a>, Yahoo reported a negligible profit in Q4 of 2005 &#8211; before it went public. Yahoo was officially incorporated as a business on March 1, 1995.
</p>
<p>
In short, three of the most prominent creations of the first .com boom were able to generate revenue and profits much faster than their Web 2.0 counterparts.
</p>
<p>
This is quite curious for two primary reasons.
</p>
<p class="subhead">
The Myth of the Lean, Mean Startup
</p>
<p>
One of <a href="http://www.drama20show.com/2007/06/23/the-5-myths-of-web20/">Web 2.0&#8217;s biggest myths</a>: it&#8217;s far easier and far cheaper to get a startup off the ground today than it was a decade ago.
</p>
<p>
Citing the wide range of mature, open-source technologies and the abundance of talent available today, Web 2.0 proponents have told us that taking an idea from concept to reality, getting it launched and growing it can be a cheap affair.
</p>
<p>
If that&#8217;s the case, one would logically assume that today&#8217;s Web 2.0 startups would have developed into lean, mean revenue-generating machines. Instead, we see the exact opposite.
</p>
<p>
Facebook has over 600 employees and has raised over $400 million in capital (and is reportedly <a href="http://www.drama20show.com/2008/11/02/facebook-looking-for-a-bailout-from-sovereignwealth-funds/">still looking for another big capital infusion</a>). Digg has over 70 employees and has raised $40 million in capital. Twitter has somewhere around 25 employees and has raised $20 million in capital.
</p>
<p>
In other words, Facebook is a bloated company that spends money like it&#8217;s going out of style. Digg is a bloated company that is losing money on a marginal amount of revenue. Twitter is, relatively-speaking, the leanest of the bunch and ironically, the only company in this trio that could realistically implement a successful paid subscription model. Yet founder Biz Stone <a href="http://www.portfolio.com/executives/features/2008/08/03/Twitter-Exec-Biz-Stone">believes</a> a business model could be a &quot;distraction&quot; at this stage of the game. Given Twitter&#8217;s recent <a href="http://www.informationweek.com/news/internet/security/showArticle.jhtml?articleID=212700652">security mishap</a>, perhaps he&#8217;s right.
</p>
<p>
The reality is that while it&#8217;s true that open-source technologies and a large pool of development talent make building certain kinds of Internet &quot;products&quot; cheaper today, building a product and building a business around a product are two very different things.
</p>
<p>
Instead of following the lean-and-mean philosophy that Web 2.0 proponents promote, Web 2.0&#8217;s biggest stars have opted to put revenue models on the back burner. Instead, they&#8217;ve raised large amounts of capital at exorbitant valuations under the guise of supporting &quot;growth&quot; and achieving &quot;critical mass.&quot; They figured that the revenue and profits would come eventually but clearly that was putting the cart before the horse.
</p>
<p>
This approach was fueled not only by the overabundance of easy venture capital money that needed to be invested and the promise of YouTube-sized acquisitions but by a stark truth: scaling services like Facebook and Twitter is not cheap.
</p>
<p>
Facebook&#8217;s $100 million debt financing for the sole purpose of leasing servers highlights very well the fact that offering free, advertising-supported services to millions upon millions of people is not a lean and- mean undertaking. The popularity of &quot;open platforms&quot;, in which services need to allocate even greater resources to support applications that third-party developers have created, only exacerbates the situation.
</p>
<p>
In short, the model exhibited by the poster children of Web 2.0 does not reflect reality. Not only have the people who run Web 2.0&#8217;s most popular services largely bought into the model of VC bloat, the very nature of their services does not permit them to follow a lean-and-mean approach as traction is obtained.
</p>
<p class="subhead">
The AdSense Economy
</p>
<p>
If you started an advertising-supported online content destination in the late 1990s, life was a lot tougher than it is today in many ways.
</p>
<p>
Back then, the nascent Internet advertising market was starting to grow rapidly and while there were huge opportunities for those entrepreneurs who were able to navigate it successfully, the market&#8217;s immaturity posed a lot of challenges.
</p>
<p>
That market is much easier to navigate today and Web 2.0 has been the beneficiary of what I like to call &quot;The AdSense Economy.&quot; Thanks to AdSense, you can build an Internet product, launch it and &quot;monetize&quot; immediately by slapping up some ads courtesy of the friendly folks at Google.
</p>
<p>
In his article, &quot;What is Web 2.0?&quot;, Tim O&#8217;Reilly <a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html">lists AdSense as</a> Web 2.0&#8217;s equivalent to Doubleclick.
</p>
<p>
And for good reason. AdSense (and programs like it) have been the initial primary source of revenue for many of the Web 2.0 &quot;startups&quot; that have launched (many of which you&#8217;ve never heard of, many of which you&#8217;ve already forgotten and many which have already disappeared into obscurity).
</p>
<p>
In theory, programs like AdSense give Web 2.0 upstarts a key advantage over their Web 1.0 counterparts: they permit low-effort monetization. If you launch a new service and manage to attract 10,000 visitors in the first month, you can monetize that traffic with almost no effort beyond adding a few lines of code to your website. Google, ad networks and other online ad companies do all the heavy lifting finding and dealing with advertisers.
</p>
<p>
Yet being able to monetize doesn&#8217;t mean being able to monetize effectively and profitably. The truth is that programs like AdSense are quite underwhelming and any service with real scale is not going to achieve anywhere near the same kinds of results with AdSense that it would with a dedicated ad sales staff (either internal or outsourced).
</p>
<p>
Sure, you&#8217;ve seen photos of AdSense webmasters holding up a $100,000+ check from Google and there are individuals and companies who make lots of money with AdSense. But they&#8217;re the exception, not the rule, and most of them are running services that are conducive to success (read: not &quot;social media&quot; services that tend to suffer from severe ad blindness).
</p>
<p>
But taking a step back, this isn&#8217;t about AdSense specifically. It&#8217;s about the mature online advertising market.
</p>
<p>
Many seemed to have believed the fact that this market was more mature than it was back in the late 1990s would be beneficial to Web 2.0 companies. After all, the online advertising market today is much more efficient and consists of a much bigger pie. Young Web 2.0 startups looking to tap into this should have an easier time, right?
</p>
<p>
Wrong. Market maturity is a double-edged sword because today&#8217;s mature online advertising market is:
</p>
<p>
<strong>More sophisticated.</strong> Ad buyers know a lot more about what they&#8217;re doing today than they did 10 years ago. This can make it more difficult for young startups to sell directly to brands and ad agencies because, even though a lot of money still gets thrown around and wasted, by in large, brands and ad agencies have a much better grasp of the digital space.
</p>
<p>
<strong>More competitive.</strong> Brands and ad agencies have <em>a lot</em> of options. In growing markets with lots of competition and few barriers to entry, a common characteristic is that the strong get stronger. Even though the online advertising pie is growing, major companies like Google and top properties and networks that register with comScore and Nielsen inevitably take a larger chunk of that pie because they represent the best avenue for efficient allocation of online ad spend in a cluttered online world.
</p>
<p>
<strong>Growing slower.</strong> Inevitably, nascent markets eventually mature and as they mature, growth slows. While the growth of online advertising (and the potential for future growth) is still quite significant, this market isn&#8217;t a plane that&#8217;s still sitting on the runway. What does this mean? It means that even if online advertising spend holds up relatively well during a deep recession, naturally slowing growth that&#8217;s inevitable in a maturing market could make the situation feel worse than the numbers might otherwise indicate.
</p>
<p>
Today&#8217;s economic downturn is far different (and far more severe) than the downturn in 2001 and that previous downturn, while painful for many, was actually not as problematic for the online advertising market as it should have been. The reason: the market was still so young and growing so much that the natural momentum it had for growth offset the macroeconomic climate. Today, a more mature online advertising market coupled with a more severe downturn will not be beneficial for Web 2.0 companies that are under the illusion that online advertising is recession-resistant.
</p>
<p>
All told, The AdSense Economy is not been as beneficial to the bottom line of Web 2.0 startups as many had argued it would be.
</p>
<p class="subhead">
Conclusion
</p>
<p>
As we head into 2009 facing one of the toughest economic environments in decades knowing that the fun and games are over, it&#8217;s time to face the reality: the Web 2.0 we have today is not the Web 2.0 we envisioned a few short years ago.
</p>
<p>
<strong>The most popular Web 2.0 creations have not been cheap to grow and operate. They&#8217;re still struggling to find revenue models that will serve as the foundations of self-sustaining businesses and even those startups that generate significant revenue in absolute terms (namely Facebook) cannot justify the valuations they&#8217;ve been given. And profitability is still largely a pipe dream.</strong>
</p>
<p>
While it&#8217;s possible that Web 2.0 stars like Facebook, Digg and Twitter will turn things around, it&#8217;s quite clear that these companies are not like many of their hot Web 1.0 counterparts, which, despite having to battle challenges of their own, were able to develop viable revenue models and turn a profit relatively early on.
</p>
<p>
Given all this, for Web 2.0 proponents who continue to make the same asinine argument, &quot;Don&#8217;t treat Web 2.0 like Web 1.0!&quot;, it&#8217;s 2009 and I concede defeat. Web 2.0 is not like Web 1.0. It&#8217;s in a special (ed) class of its own.</p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/web-2-revenue-models/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Fox Expert: Anyone Can Be a Web Designer (video)</title>
		<link>http://www.centernetworks.com/web-designer-brochure-sites</link>
		<comments>http://www.centernetworks.com/web-designer-brochure-sites#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Fox Business]]></category>
		<category><![CDATA[Quick News]]></category>
		<category><![CDATA[SnapPages]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[women]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>
Back in 1997, I was approached by a recruiting firm in NYC to create a &#34;test&#34; for HTML. They were placing tons of HTML coders but many times the clients would call the recruiter because the coder was using a WYSIWYG tool when the coder said they were a hand-coding expert.
</p>
<p>
Yesterday on the Fox show, &#34;The Morning Show with Mike and Juliet&#34;, expert Lesley Spencer Pyle explained how people at home could make money using the Internet. One of the ways Pyle noted was that you could become a Web designer and create brochure sites for businesses for at least $500 a piece. Pyle noted, &#34;you would think you need some great skills to do that (web design), but there are tools to do it for you&#34;.
</p>
<p>
She named <a href="http://snappages.com/">SnapPages</a> as her tool of choice. We covered <a href="http://www.centernetworks.com/company/snappages">SnapPages</a> (including a video interview with the founder) back in September. SnapPages seems like a well developed tool that might be good for creating your own website. The real issue here is that design is just one portion of creating an effective online presence. I hear stories from small businesses all the time who have left the online space because they felt that it wasn't worth the investment. It's these type of &#34;fly by night&#34; designers (or developers, marketers, etc.) that will slowly erode the industry as a whole and make it harder for talented professionals to get work.
</p>
<p>
Here's the clip of Pyle explaining how to become a Web designer in 2 minutes or less:
</p>
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="545" height="451" id="viddler_8f918d50"><param name="movie" value="http://www.viddler.com/player/8f918d50/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/8f918d50/" width="545" height="451" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_8f918d50" ></embed></object>
</p>
<p>(no comments about the video quality!)</p>]]></description>
			<content:encoded><![CDATA[<p>
Back in 1997, I was approached by a recruiting firm in NYC to create a &quot;test&quot; for HTML. They were placing tons of HTML coders but many times the clients would call the recruiter because the coder was using a WYSIWYG tool when the coder said they were a hand-coding expert.
</p>
<p>
Yesterday on the Fox show, &quot;The Morning Show with Mike and Juliet&quot;, expert Lesley Spencer Pyle explained how people at home could make money using the Internet. One of the ways Pyle noted was that you could become a Web designer and create brochure sites for businesses for at least $500 a piece. Pyle noted, &quot;you would think you need some great skills to do that (web design), but there are tools to do it for you&quot;.
</p>
<p>
She named <a href="http://snappages.com/">SnapPages</a> as her tool of choice. We covered <a href="http://www.centernetworks.com/company/snappages">SnapPages</a> (including a video interview with the founder) back in September. SnapPages seems like a well developed tool that might be good for creating your own website. The real issue here is that design is just one portion of creating an effective online presence. I hear stories from small businesses all the time who have left the online space because they felt that it wasn&#8217;t worth the investment. It&#8217;s these type of &quot;fly by night&quot; designers (or developers, marketers, etc.) that will slowly erode the industry as a whole and make it harder for talented professionals to get work.
</p>
<p>
Here&#8217;s the clip of Pyle explaining how to become a Web designer in 2 minutes or less:
</p>
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="545" height="451" id="viddler_8f918d50"><param name="movie" value="http://www.viddler.com/player/8f918d50/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/8f918d50/" width="545" height="451" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_8f918d50" ></embed></object>
</p>
<p>(no comments about the video quality!)</p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/web-designer-brochure-sites/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Do You Know The Brands of Web 2.0?</title>
		<link>http://www.centernetworks.com/web-2-quiz</link>
		<comments>http://www.centernetworks.com/web-2-quiz#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Quick News]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>
<img border="0" align="left" width="200" src="http://static.centernetworks.com/quizibleleft.png" height="80" />Do you think you know all of the brands of the Web 2.0 movement? Quizible has <a href="http://quizible.com/quiz/how-web-2-are-you/22">created a quiz</a> where you have to match the company names to the logos of a variety of Web 2.0 services. I was able to get almost all of them -- can you score 100%? What about after you have enjoyed a few glasses of egg nog? 
</p>
<p align="center">
<a href="http://quizible.com/quiz/how-web-2-are-you/22"><img border="0" width="400" src="http://static.centernetworks.com/quizible1.png" height="241" /></a> 
</p>
<p><strong>Someone asked on Twitter: How many will be around at the end of 2009?</strong></p>
]]></description>
			<content:encoded><![CDATA[<p>
<img border="0" align="left" width="200" src="http://static.centernetworks.com/quizibleleft.png" height="80" />Do you think you know all of the brands of the Web 2.0 movement? Quizible has <a href="http://quizible.com/quiz/how-web-2-are-you/22">created a quiz</a> where you have to match the company names to the logos of a variety of Web 2.0 services. I was able to get almost all of them &#8212; can you score 100%? What about after you have enjoyed a few glasses of egg nog?
</p>
<p align="center">
<a href="http://quizible.com/quiz/how-web-2-are-you/22"><img border="0" width="400" src="http://static.centernetworks.com/quizible1.png" height="241" /></a>
</p>
<p><strong>Someone asked on Twitter: How many will be around at the end of 2009?</strong></p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/web-2-quiz/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Expo: Sightix Demo &#8211; Visual Social Search (video)</title>
		<link>http://www.centernetworks.com/sightix-visual-social-search</link>
		<comments>http://www.centernetworks.com/sightix-visual-social-search#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Quick News]]></category>
		<category><![CDATA[Sightix]]></category>
		<category><![CDATA[social search]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web 2.0 Expo]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>
<a href="http://sightix.com"><img border="0" align="left" width="135" src="http://www.centernetworks.com/images/2/sightixleft.png" alt="sightix" height="85" /></a>At the Web 2.0 Expo, I met with <a href="http://sightix.com">Sightix</a> VP Ari Gottesmann. Ari took me through a demo of their social search application which integrates into blogs and social networks. Currently Sightix finds connections within a network but they are working towards exposing connections across multiple networks.
</p>
<p>
Check out other Sightix reviews on <a href="http://altsearchengines.com/2008/09/17/sightix-launches-at-web-20-expo-nyc/">Alt Search Engines</a> and <a href="http://www.webware.com/8301-1_109-9933112-2.html">Webware</a>. Here's Ari explaining how Sightix works when trying to find models like Bar Rafaeli:
</p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="545" height="451" id="viddler_9215422e"><param name="movie" value="http://www.viddler.com/player/9215422e/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/9215422e/" width="545" height="451" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_9215422e" ></embed></object>
</p>
]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://sightix.com"><img border="0" align="left" width="135" src="http://www.centernetworks.com/images/2/sightixleft.png" alt="sightix" height="85" /></a>At the Web 2.0 Expo, I met with <a href="http://sightix.com">Sightix</a> VP Ari Gottesmann. Ari took me through a demo of their social search application which integrates into blogs and social networks. Currently Sightix finds connections within a network but they are working towards exposing connections across multiple networks.
</p>
<p>
Check out other Sightix reviews on <a href="http://altsearchengines.com/2008/09/17/sightix-launches-at-web-20-expo-nyc/">Alt Search Engines</a> and <a href="http://www.webware.com/8301-1_109-9933112-2.html">Webware</a>. Here&#8217;s Ari explaining how Sightix works when trying to find models like Bar Rafaeli:
</p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="545" height="451" id="viddler_9215422e"><param name="movie" value="http://www.viddler.com/player/9215422e/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/9215422e/" width="545" height="451" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_9215422e" ></embed></object></p>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/sightix-visual-social-search/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Expo: Where Are The Web 2.0 Companies?</title>
		<link>http://www.centernetworks.com/web20-expo-companies-nyc</link>
		<comments>http://www.centernetworks.com/web20-expo-companies-nyc#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Allen Stern</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[NYC]]></category>
		<category><![CDATA[Quick News]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web 2.0 Expo]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>
<img border="0" align="left" width="200" src="http://www.centernetworks.com/images/1/web2expo.png" alt="web 2.0 expo" height="110" />The expo hall opened today at the Web 2.0 Expo at the Javits Center in NYC. I was very much looking forward to meeting and conducting video interviews of tons of Web 2.0 startups and big companies for ya'all. Sadly, after walking up and down every aisle, I came back to the office with <a href="http://www.flickr.com/photos/allen074/sets/72157607347035145/">75 photos</a> and 2 videos. 
</p>
<p>
There's no Google, no Yahoo, Flickr, YouTube, Facebook, MySpace. Friendster is there, but it's Friendster Asia. There are a good number of hosting companies. As much as I love TripAdvisor, nothing they do is Web 2.0. Microsoft, Salesforce and IBM have large booths, Amazon has a tiny booth for AWS. There are several companies which seem to be looking for developers. I saw Present.ly, Mzing, Twing in the main expo hall which could be some of the only companies that could even be remotely considered Web 2.0.
</p>
<p>
There is a &#34;long tail pavillion&#34; which means $3k for a tiny, no space to move table. A variety of startups are in that area - if you make it over to the event, those tables are on the far right of the expo hall. Let's not even talk about the lack of NY-based companies in the main expo hall.
</p>
<p>
I've attended over 100 events at the Javits Center over the last decade and the companies in the expo could have been from 1998, 2001 or now. As I spoke with over 50 people, most echoed my comments. Most of us assume that the cost for a booth much have been too high for startups to afford. But this is the first tech expo I've seen in a long time that had no Yahoo or Google presence.
</p>
<p>
Here are some of the photos and check out the full set on Flickr - the videos will be posted later today.
</p>
<p>
 <a href="http://www.flickr.com/photos/allen074/2866147118/" title="IMG_5662 by allen074, on Flickr"><img src="http://farm4.static.flickr.com/3023/2866147118_506ab7a713_m.jpg" width="240" height="180" alt="IMG_5662" /></a>&#160;<a href="http://www.flickr.com/photos/allen074/2866149914/" title="IMG_5666 by allen074, on Flickr"><img src="http://farm4.static.flickr.com/3070/2866149914_79e4f5482a_m.jpg" width="240" height="180" alt="IMG_5666" /></a>
</p>]]></description>
			<content:encoded><![CDATA[<p>
<img border="0" align="left" width="200" src="http://www.centernetworks.com/images/1/web2expo.png" alt="web 2.0 expo" height="110" />The expo hall opened today at the Web 2.0 Expo at the Javits Center in NYC. I was very much looking forward to meeting and conducting video interviews of tons of Web 2.0 startups and big companies for ya&#8217;all. Sadly, after walking up and down every aisle, I came back to the office with <a href="http://www.flickr.com/photos/allen074/sets/72157607347035145/">75 photos</a> and 2 videos.
</p>
<p>
There&#8217;s no Google, no Yahoo, Flickr, YouTube, Facebook, MySpace. Friendster is there, but it&#8217;s Friendster Asia. There are a good number of hosting companies. As much as I love TripAdvisor, nothing they do is Web 2.0. Microsoft, Salesforce and IBM have large booths, Amazon has a tiny booth for AWS. There are several companies which seem to be looking for developers. I saw Present.ly, Mzing, Twing in the main expo hall which could be some of the only companies that could even be remotely considered Web 2.0.
</p>
<p>
There is a &quot;long tail pavillion&quot; which means $3k for a tiny, no space to move table. A variety of startups are in that area &#8211; if you make it over to the event, those tables are on the far right of the expo hall. Let&#8217;s not even talk about the lack of NY-based companies in the main expo hall.
</p>
<p>
I&#8217;ve attended over 100 events at the Javits Center over the last decade and the companies in the expo could have been from 1998, 2001 or now. As I spoke with over 50 people, most echoed my comments. Most of us assume that the cost for a booth much have been too high for startups to afford. But this is the first tech expo I&#8217;ve seen in a long time that had no Yahoo or Google presence.
</p>
<p>
Here are some of the photos and check out the full set on Flickr &#8211; the videos will be posted later today.
</p>
<table cellpadding="3" cellspacing="0" border="0">
<tr>
<td valign="top" align="left"><a href="http://www.flickr.com/photos/allen074/2866147118/" title="IMG_5662 by allen074, on Flickr"><img width="240" src="http://farm4.static.flickr.com/3023/2866147118_506ab7a713_m.jpg" alt="IMG_5662" height="180" /></a></td>
<td valign="top" align="left"><a href="http://www.flickr.com/photos/allen074/2866149914/" title="IMG_5666 by allen074, on Flickr"><img width="240" src="http://farm4.static.flickr.com/3070/2866149914_79e4f5482a_m.jpg" alt="IMG_5666" height="180" /></a> </td>
</tr>
<tr>
<td valign="top" align="left"><a href="http://www.flickr.com/photos/allen074/2865362345/" title="IMG_5729 by allen074, on Flickr"><img width="240" src="http://farm4.static.flickr.com/3294/2865362345_7bdd709c4d_m.jpg" alt="IMG_5729" height="180" /></a></td>
<td valign="top" align="left"><a href="http://www.flickr.com/photos/allen074/2866193244/" title="IMG_5733 by allen074, on Flickr"><img width="240" src="http://farm4.static.flickr.com/3050/2866193244_2ba89dd93a_m.jpg" alt="IMG_5733" height="180" /></a> </td>
</tr>
<tr>
<td valign="top" align="left"> <a href="http://www.flickr.com/photos/allen074/2865356217/" title="IMG_5717 by allen074, on Flickr"><img width="240" src="http://farm4.static.flickr.com/3282/2865356217_51732b4589_m.jpg" alt="IMG_5717" height="180" /></a></td>
<td valign="top" align="left"><a href="http://www.flickr.com/photos/allen074/2865352659/" title="IMG_5711 by allen074, on Flickr"><img width="240" src="http://farm4.static.flickr.com/3069/2865352659_eebb96d9e3_m.jpg" alt="IMG_5711" height="180" /></a> </td>
</tr>
<tr>
<td valign="top" align="left"> <a href="http://www.flickr.com/photos/allen074/2865358941/" title="IMG_5723 by allen074, on Flickr"><img width="240" src="http://farm4.static.flickr.com/3084/2865358941_08dd621e37_m.jpg" alt="IMG_5723" height="180" /></a></td>
<td valign="top" align="left"><a href="http://www.flickr.com/photos/allen074/2866178680/" title="IMG_5706 by allen074, on Flickr"><img width="240" src="http://farm4.static.flickr.com/3030/2866178680_0ae6d0d1f2_m.jpg" alt="IMG_5706" height="180" /></a> </td>
</tr>
</table>
<br /><strong>CenterNetworks Partner:</strong> Get your <a href="http://www.cloudcontacts.com/">business cards</a> scanned and transcribed with <a href="http://www.cloudcontacts.com">CloudContacts</a>.]]></content:encoded>
			<wfw:commentRss>http://www.centernetworks.com/web20-expo-companies-nyc/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
