<?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>W3 EDGE &#187; Web Development</title> <atom:link href="http://www.w3-edge.com/weblog/category/web-development/feed/" rel="self" type="application/rss+xml" /><link>http://www.w3-edge.com</link> <description>Innovation Redefined</description> <lastBuildDate>Wed, 10 Mar 2010 07:09:33 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>The Quest for Speed</title><link>http://www.w3-edge.com/weblog/2009/12/the-quest-for-speed/</link> <comments>http://www.w3-edge.com/weblog/2009/12/the-quest-for-speed/#comments</comments> <pubDate>Thu, 03 Dec 2009 10:52:40 +0000</pubDate> <dc:creator>Frederick Townes</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[User Interface / Experience]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[caching]]></category> <category><![CDATA[google ranking]]></category> <category><![CDATA[http transactions]]></category> <category><![CDATA[progressive render]]></category> <category><![CDATA[sprites]]></category> <category><![CDATA[steve souders]]></category> <category><![CDATA[web site optimization]]></category> <category><![CDATA[wordpress performance]]></category><guid isPermaLink="false">http://www.w3-edge.com/weblog/2009/12/622/</guid> <description><![CDATA[More than a trend, web application performance, user experience and performance optimization are finally being recognized as the building blocks of successful sites. Google is taking a leading role today in increasing awareness about the role of speed in improving user experience and driving revenue.]]></description> <content:encoded><![CDATA[<p><img src="http://cdn.w3-edge.com/wp-content/uploads/2009/12/iStock_000003253552Large.jpg" alt="iStock_000003253552Large" title="iStock_000003253552Large" width="400" height="266" class="alignright size-full wp-image-629" />For web applications today speed is not just about bragging rights, instead speed is a deciding factor in: reducing the learning curve of applications for end users, increasing the adoption rate, improving conversion rates, growing time on site and numerous other metrics for web sites.</p><p>Historically, search engine companies (Google, Yahoo!, Bing etc) are among the original innovating web application developers and their success has afforded them with the resources to learn how to scale applications. In particular, Google has been <a href="http://code.google.com/speed/articles/" rel="external">working diligently</a> (as does <a href="http://developer.yahoo.com/performance/rules.html" rel="external">Yahoo</a>) to contribute to the web developer community, increasing awareness and providing research about creating good experiences with web content. Today they&#8217;ve even released their solution to the performance issues surround Domain Name Service (DNS) and with their <a href="http://googleblog.blogspot.com/2009/12/introducing-google-public-dns.html" rel="external">Google Public DNS</a> project. DNS is the process by which your browser determines which server to query for the pages you request.</p><p>It has probably always played a role in the background in some way, but is now a talking point &mdash; the speed of a web site is instrumental in how Google determines the rank of your site in search engine result pages. While there may be <a href="http://mashable.com/2009/11/15/google-ranking-speed/" rel="external">numerous opinions</a> on the topic, the fact remains that speed is vital to a positive user experience and a healthy eco-system, so those facts make any opinions quite moot. You can now find Google&#8217;s opinion on the speed of your web site in Webmaster Tools, in <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=158541" rel="external">the site performance</a> section (currently still a labs feature). Take a look and see how your site compares to the rest of the web.</p><p>WordPress is an extremely popular open source content management system and publishing tool. I contribute to the performance of WordPress via <a href="http://wordpress.org/extend/plugins/w3-total-cache/" rel="external">W3 Total Cache</a>, which (from a bird&#8217;s eye view) accomplishes a number of goals:</p><ul><li>Make servers more green by reducing the resource demands in delivering dynamic content</li><li>Reduce load time of sites, thereby providing the benefits stated above</li><li>Allow bloggers and other WordPress plugin developers to continue to focus on producing content and easy-to-deploy functionality for WordPress without having to worry about performance penalties / implementation issues or keep an eye on their WordPress installation.</li></ul><p>The action items to implement the largest performance wins for web applications traditionally include the following:</p><ul><li><strong>Progressive render: </strong>It&#8217;s imperative that CSS and JavaScript are properly embedded into web pages to ensure that the user begins to see content displaying as quickly as possible. The term progressive render literally implies that the web site loads instantly with a water fall effect rather than showing users a white page for several seconds and drawing the entire page at once. Proper use of this technique is realized through careful placement and embedding of CSS and JavaScript in the head of the page. As well as loading JavaScript near the end of the page in addition to using pipelining techniques to overcome download limitations in some browsers.</li><li><strong>Reduce HTTP Transactions:</strong> This technique takes shape in 3 ways:<p> HTTP Compression: the smaller the file, the faster it can be generated, sent and rendered or executed. Gzip or deflate compression is supported by modern browsers and is one of the most fundamental performance wins in web development.</p><p> Minification: the staple technique of Yahoo.com, Google.com and Bing.com for years and instrumental in the &#8220;1 second page loads&#8221; they appear to have. Combining CSS and JavaScripts respectively, removing white space, comments, line breaks and even inserting CSS and JavaScript inline in the document, (if also compressed) ensures that the least amount of data is sent to the browser.</p><p> <a href="http://spriteme.org/" rel="external">Image Sprites</a>: combining multiple images into a single file and using CSS to manipulate them on the page. Since your browser will download a larger image faster (in practice) than numerous <a href="http://www.gracepointafterfive.com/punypng" rel="external">smaller images</a>, this is a real performance win when coupled with browser-side caching.</p><p> These methods make sure that there are fewer &#8220;calls&#8221; to a web server to deliver a page. When it comes to performance, less is more.</li><li><strong>Caching:</strong> Cache everything and cache often! Words to that effect are the mantra of hard core web developers. This technique includes setting expiration time for CSS, JavaScript, and images etc that are downloaded from your site. It also includes, caching pages, database queries, RSS feeds and so forth so that your web server spends time sending content instead of generating it. Don&#8217;t forget that Content Delivery Networks are also a very important type of cache that significantly reduce the latency of content intended for a global audience.</li></ul><p>Will it ever be enough? Doubtful. And there&#8217;s much more to it than the few items I listed. Google is already more than kicking tires on their new take on <a href="http://blog.chromium.org/2009/11/2x-faster-web.html" rel="external">how web enabled devices should communicate</a>. A very ambitious endeavor, but for Google who is bold enough to deploy HTML5 on their main property (Google.com), I&#8217;d have to say that they&#8217;ve got the resources to see it through. And as always it&#8217;s easy to see the wake of <a href="http://stevesouders.com/" rel="external">Steve Souders&#8217;</a> contributions to web application performance – no doubt a vital contributor at Google (the <a href="http://code.google.com/speed/page-speed/download.html" rel="external">page speed Firefox plugin</a>?), formerly of Yahoo fame.</p><p>The takeaway is this, on the horizon, there will be more talk about the performance of your site and that in turn will raise the bar and awareness in the open source community about how to make high performance applications, the reasons to do it and with which tools to measure those results.</p> ]]></content:encoded> <wfw:commentRss>http://www.w3-edge.com/weblog/2009/12/the-quest-for-speed/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>K.I.S.S. Your Way to an Optimized Site</title><link>http://www.w3-edge.com/weblog/2007/06/web-site-optimization/</link> <comments>http://www.w3-edge.com/weblog/2007/06/web-site-optimization/#comments</comments> <pubDate>Wed, 20 Jun 2007 23:45:30 +0000</pubDate> <dc:creator>Frederick Townes</dc:creator> <category><![CDATA[Accessibility]]></category> <category><![CDATA[CSS / Markup / Code]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[conversion rate optimization]]></category> <category><![CDATA[web site optimization]]></category><guid isPermaLink="false">http://www.w3-edge.com/weblog/web-site-optimization/</guid> <description><![CDATA[A &#8220;valid&#8221; site is not always the best site for users that visit it. Even amongst the savviest of coders and developers there has always been a common misconception about the value of web standards themselves. The idea of &#8220;keeping it super simple&#8221; (or other popular variations), when it came to the world of markup [...]]]></description> <content:encoded><![CDATA[<p>A &#8220;valid&#8221; site is not always the best site for users that visit it. Even amongst the savviest of coders and developers there has always been a common misconception about the value of web standards themselves. The idea of &#8220;keeping it super simple&#8221; (or other popular variations), when it came to the world of markup once revolved around spacer images and table-based presentation oriented markup. It seems that either as a beginner or a seasoned web professional the role of standards themselves became overrated, since even the less markup of yesteryear still validated. The balance of the confusion over the value of standards begins with the fact that web standards are not consistently supported amongst popular user agents, why should we bother working with them &mdash; why all the fuss? Regardless, the true value of web standards is as a stepping stone and the leverage it contributes to a well-conceived web site inside and out.</p><p><strong>Think Outside the Design</strong><br /> The value of web standards really amounts to recommended use of markup to semantically describe content. Once mastered, the web developer is able to make intelligent and <a href="http://www.mikeindustries.com/blog/archive/2004/06/march-to-your-own-standard" rel="external">conscious decisions</a> on the &#8220;right&#8221; compromises to be made for a given project. We are constantly working towards <a href="http://microformats.org/" rel="external">standardization</a> and have had dialogs about the <a href="http://www.simplebits.com/bits/simplequiz/" rel="external">best practices for markup</a> in various situations, it&#8217;s the World Wide Web Consortium&#8217;s role to define the purpose of markup; the platform for web site optimization. Web site optimization has little to do with search engine optimization or any of the W3C&#8217;s <a href="http://www.w3.org/QA/Tools/" rel="external">validation tools</a>. Instead web site optimization deals with steps taken to improve user experience by:</p><ul><li>reducing page weight</li><li>re-factoring of markup, CSS and/or Client Side Scripting</li><li>making content accessible</li><li>making content semantic</li><li>reusing imagery</li><li>optimizing the weight of imagery</li><li>caching and deferred loading</li><li>reducing latency to reduce download or render time</li></ul><p>In short, the goal is to use the minimum code to achieve the desired result. Unfortunately, clients may not always afford us the proper time or resources required to give the most polished result possible.</p><p><strong>Think it Through</strong><br /> Web standards in and of itself does not necessarily contribute to reduced file sizes, however what it does do is endorse healthy use of semantic markup that does give way to reduced page weight through table-less markup and a focus on cascading styles sheets for presentational material. By using document object model scripting, procedural code no longer needs to live inline in the html document itself. Take advantage of your page&#8217;s semantic structure to use the DOM to the fullest.</p><p>Code becomes art when we take our code to the next level by re-factoring it to maximize it accessibility, by reducing our dependency on the markup for presentation and procedural user interface components. What remains to be done when all of the content in a document is rendered as the design calls for, content properly described with your tags, images optimized for reuse and weight? Now,  we consider scale, what happens when this site we&#8217;ve worked so hard to optimize becomes highly trafficked (think: <a href="http://en.wikipedia.org/wiki/Digg_effect" rel="external">Digg Effect</a>) &mdash; or if the site already is, let&#8217;s make sure to optimize the server&#8217;s role in the user experience.</p><p>Caching is one of the chief techniques to be leveraged to improve user experience both on the client-side and the server-side. Making objects like cascading style sheets and JavaScript files external can also benefit from the technique of combining files to reduce latency. It&#8217;s much less &#8220;work&#8221; to download a larger file once than it is to download (or check for freshness of) several files. Unfortunately, many of the most visited sites could benefit greatly from even a dash of web site optimization. Issues like multiple CSS file or JavaScript files demonstrate little regard for the benefit they could provide their visitors as well as their own bottom line.</p><p>Move on to compression; consider pre-compressing your CSS and combined JavaScript files to reduce server load for high traffic sites. Go a step further and create a proxy that makes sure to return the &#8220;not modified&#8221; codes to user-agents checking for freshness of objects in your site after first download.</p><p>Without getting into code for each portion, let&#8217;s consider the typical components of a &#8220;well-designed&#8221; HTML document:</p><ol><li>masthead</li><li>navigation</li><li>breadcrumbs</li><li>body</li><li>sidebar</li><li>footer</li></ol><p>Within each there are a myriad of possible methods to semantically describe the content of the components. Let&#8217;s have a look at a few basic cases:</p><ul><li>Unordered Lists for navigation, breadcrumbs and copy in list items.</li><li>Non-tabular layout for forms and use of labels and access keys for accessibility</li><li>Use of &lt;p&gt;, &lt;em&gt;, &lt;strong&gt;,  &lt;dl&gt;, &lt;h*&gt;, &lt;table&gt; tags for content</li></ul><p>Diving into a single common challenge can show how understanding of web standards cascades into an optimized user experience, let&#8217;s look at a technique that combines several techniques by several authors, each of which contributing to many fundamental factors of web site optimization; specifically: image reuse, semantics,  presentational separation, caching, latency reduction, image optimization, and accessibility/platform independence. Anyway, on to the challenge &mdash; image based main navigation with hover effects. Without being distracted with pseudo-code let&#8217;s have a look at how using what we know about web standards leads naturally to web site optimization and a very desirable result for the user:</p><ol><li>Start with an unordered list, in the case of drop down menus, let&#8217;s make that a nested unordered list</li><li>The unordered list is styled as required using CSS such that any copy is moved out of view by hiding overflow and indenting the copy out of view of user agents that support CSS, but still leaving it accessible to screen readers etc</li><li>Now imagery is added for each of the tabs for the various states (hover, visited, active etc) as necessary</li></ol><p>Normally this is where things would end. At this point we have the desired result, but it&#8217;s not an optimal experience for the user. Again to the credit of numerous designers and developers turned authors out there additional techniques can be applied to optimize the menu quite a bit:</p><ol><li>Combine all of the images for each button in the navigation into a single file</li><li>Combine all of the image states the navigation into a single file and use CSS to shift the desired portion of the image into view when required</li><li>Put any JavaScript required for desired effects; e.g. transparency, sliding effects support for browsers that don&#8217;t support standards as we would like etc an external file</li></ol><p>In the previous three steps, we&#8217;ve:</p><ol><li>Reduced the latency required to load the main navigation imagery and the overall render time for a given page</li><li>&#8220;Pre-Loaded&#8221; and cached the other anchor states for the navigation without using any client side scripting</li><li>Cached the JavaScript for the navigation by making it external (the same is obviously true for the CSS), improving the render time for subsequent page views</li></ol><p>Now apply a few more techniques to the site as a whole:</p><ol><li>Take advantage of the compression support of popular browsers and compress JavaScript and CSS so that it can be sent instead of the larger uncompressed versions</li><li>Combine our CSS files and JavaScript files respectively, similar to the combining technique for the navigation imagery to reduce latency<br /> Cache these compressed versions of the combined files on the server so that</li><li>Cache these compressed versions of the combined files on the server so that every page view requested doesn&#8217;t require the web server to have to prepare the same files over-and-over on-the-fly. Instead the server can send static files immediately (which it can do with tremendous ease).</li></ol><p>With the various techniques we all apply to our projects just adding a few more steps of optimization greatly improves the user experience.</p><p><strong>Make it Your Own</strong><br /> Standards simply help us agree on what markup is intended to do and how it&#8217;s elements work together for describing content, web site optimization picks up where web standards leaves off. The W3C encourages us to use markup to describe the content and separate the presentation and functionality from markup as much as possible. Once we get used to the idea our time is best spent optimizing our code to work in the real world. I&#8217;ve intentionally left out the &#8220;how&#8221; because that&#8217;s an ongoing debate whose conclusions are at best situational. There are quite a few frameworks out there that help developers apply many of these principles to their projects right out-of-the-box, but it&#8217;s not too difficult to build your own framework for your own style of work.</p><p>So what&#8217;s the final word? Well, similar to the stance that Ethan Marcotte put forward I suggest that web standards be the baseline that we use to optimize sites to perform for the targeted user agents. One day it may be easier to leverage standards to achieve a predictable user-experience across all user-agents, but for now it&#8217;s best to have more skills and mastery than are required to render a job well done.</p> ]]></content:encoded> <wfw:commentRss>http://www.w3-edge.com/weblog/2007/06/web-site-optimization/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Link Baiting with Tools</title><link>http://www.w3-edge.com/weblog/2007/05/link-baiting-with-tools/</link> <comments>http://www.w3-edge.com/weblog/2007/05/link-baiting-with-tools/#comments</comments> <pubDate>Fri, 25 May 2007 03:49:38 +0000</pubDate> <dc:creator>Frederick Townes</dc:creator> <category><![CDATA[Interviews]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[search marketing]]></category> <category><![CDATA[link building]]></category><guid isPermaLink="false">http://www.w3-edge.com/weblog/link-baiting-with-tools/</guid> <description><![CDATA[I was fortunate enough to be a guest for the first time on The Alternative hosted by Jim Hedger and Dave Davies and we explored the who, what, why, where and when of building tools and the purposes of link bait. We also let the cat out of the bag about a few tools we&#8217;ll [...]]]></description> <content:encoded><![CDATA[<p>I was fortunate enough to be a guest for the first time on <a href="http://www.webmasterradio.fm/episodes/index.php?showId=47" rel="external">The Alternative</a> hosted by Jim Hedger and Dave Davies and we explored the who, what, why, where and when of building tools and the purposes of link bait. We also let the cat out of the bag about a few tools we&#8217;ll be releasing shortly. Feel free to <a href="http://media.webmasterradio.fm/episodes/audio/2007/ALT052407.mp3" rel="external">check it out</a> and enjoy. Also in on the session was Jeff Quipp from Search Engine People who&#8217;s also running a very exciting <a href="http://www.searchenginepeople.com/contest/" rel="external">contest</a> (with a $1,000 prize) that I&#8217;m encourage everyone to participate in!</p> ]]></content:encoded> <wfw:commentRss>http://www.w3-edge.com/weblog/2007/05/link-baiting-with-tools/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <enclosure url="http://media.webmasterradio.fm/episodes/audio/2007/ALT052407.mp3" length="53891197" type="audio/mpeg" /> </item> <item><title>Interweb Evolution</title><link>http://www.w3-edge.com/weblog/2007/04/interweb-evolution/</link> <comments>http://www.w3-edge.com/weblog/2007/04/interweb-evolution/#comments</comments> <pubDate>Mon, 23 Apr 2007 13:18:28 +0000</pubDate> <dc:creator>Frederick Townes</dc:creator> <category><![CDATA[CSS / Markup / Code]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[User Interface / Experience]]></category> <category><![CDATA[Web Development]]></category><guid isPermaLink="false">http://www.w3-edge.com/weblog/interweb-evolution/</guid> <description><![CDATA[Many of you out there have seen this already, but I had to point to something at good old you tube that&#8217;s simply well done and insightful. With all of the confusing content out there and controversial definitions, it&#8217;s great to be able to sit back and watch the story of the interweb evolution  [...]]]></description> <content:encoded><![CDATA[<p>Many of you out there have seen this already, but I had to point to something at good old you tube that&#8217;s simply well done and insightful. With all of the confusing content out there and <a href="http://web2.0validator.com/" rel="external">controversial definitions</a>, it&#8217;s great to be able to sit back and watch the story of the interweb evolution  unfold in such a meaningful presentation (it reminds me quite fondly of the evolutions web designers themselves made as we embraced web standards and <a href="http://mboffin.com/stuff/designline-openair.gif" rel="external">CSS based web design</a>). Check it out below or at <a href="http://www.youtube.com/watch?v=6gmP4nk0EOE" rel="external">YouTube</a>.</p><p align="center"><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/6gmP4nk0EOE"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/6gmP4nk0EOE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p> ]]></content:encoded> <wfw:commentRss>http://www.w3-edge.com/weblog/2007/04/interweb-evolution/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Web Design Sensibilities Have Changed</title><link>http://www.w3-edge.com/weblog/2006/11/web-design-sensibilities-have-changed/</link> <comments>http://www.w3-edge.com/weblog/2006/11/web-design-sensibilities-have-changed/#comments</comments> <pubDate>Wed, 01 Nov 2006 12:56:54 +0000</pubDate> <dc:creator>Frederick Townes</dc:creator> <category><![CDATA[Graphic Design]]></category> <category><![CDATA[Social Media Marketing]]></category> <category><![CDATA[Usability]]></category> <category><![CDATA[User Interface / Experience]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[web design trends]]></category><guid isPermaLink="false">http://www.w3-edge.com/weblog/web-design-sensibilities-have-changed/</guid> <description><![CDATA[Web design sensibilities have changed. The motifs found in sites like the following go far beyond their community driven content:craigslist by Craig Newmark &#38; Jim Buckmaster friendster by Jonathan Abrams meetup by Scott Heiferman, Peter Kamali &#38; Matt Meeker Linkedin by Reid Hoffman Last.fm by Martin Stiksel Feed Burner by Dick Costolo digg by Kevin Rose technoratti by David Sifry del.icio.us by Joshua Schachter flikr [...]]]></description> <content:encoded><![CDATA[<p>Web design sensibilities have changed.</p><p>The motifs found in sites like the following go far beyond their community driven content:</p><ul><li><a rel="external" href="http://www.craigslist.org/">craigslist</a> by Craig Newmark &amp; Jim Buckmaster</li><li><a rel="external" href="http://www.friendster.com/">friendster</a> by Jonathan Abrams</li><li><a rel="external" href="http://www.meetup.com/">meetup</a> by Scott Heiferman, Peter Kamali &amp; Matt Meeker</li><li><a rel="external" href="http://www.linkedin.com/">Linkedin</a> by Reid Hoffman</li><li><a rel="external" href="http://www.last.fm/">Last.fm</a> by Martin Stiksel</li><li><a rel="external" href="http://www.feedburner.com/">Feed Burner</a> by Dick Costolo</li><li><a rel="external" href="http://www.digg.com/">digg</a> by Kevin Rose</li><li><a rel="external" href="http://www.technorati.com/">technoratti</a> by David Sifry</li><li><a rel="external" href="http://del.icio.us/">del.icio.us</a> by Joshua Schachter</li><li><a rel="external" href="http://www.flickr.com/">flikr</a> by Caterina Fake &amp; Stewart Butterfield</li><li><a rel="external" href="http://www.youtube.com/">YouTube</a> by Chad Hurley, Steve Chen &amp; Jawed Karim</li><li>the list goes on and on&#8230;</li></ul><p>Many of these sites have been around for more than a decade and ultimately changed the paradigm of how we use the web, (Tim O&#8217;Reilly <a rel="external" href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html">discussed</a> after the fact in 2005). However it wasn&#8217;t until recently that the trends in design that began with these sites finally gave birth to new design sensibilities as well.</p><p>Not too long ago, building a community online just meant that people bookmark your site and visited it frequently. Perhaps a site owner pumped out some newsletters to drive subscribers back to the site or partner sites had links to your properties to remind various visitors that you exist. When RSS appeared, it helped people stay abreast of the latest content pushed out from content owners. More recently we work and play in a world where the community owns the content, and if they are so bold, the site owners are only moderators (and the guys that pay the web hosting bills). Great examples are the <a rel="external" href="http://www.guardian.co.uk/weekend/story/0,,1939018,00.html">Wikis</a> (well done Jimmy Wales) we all know and love — good old &#8220;<a href="http://en.wikipedia.org/wiki/Folksonomy">folksonomy</a>&#8220;. Having said that, we&#8217;re also in a world where anyone&#8217;s voice can be heavily syndicated and tagged as worthy of note, which is a beautiful thing&#8230;</p><p>Let me get back to the point before I get lost in the history of forums as the original online communities. Now that a community can control the content and determine what is relevant and important, the visual language that we as web designers are now using has changed significantly as well. Today we <a rel="external" href="http://www.webdesignfromscratch.com/dont_decorate_communicate.cfm">communicate instead of decorate</a> (as Phil Brisk put it so succinctly) with design aesthetics — with the focus on content, that&#8217;s exactly how things should be. A nice post at <a rel="external" href="http://www.webdesignfromscratch.com/current-style.cfm">webdesignfromscratch.com</a> discusses this trend pretty well imho. These design trends have finally even cascaded into corporate design sensibilities which once accounted for the majority of the design work we designers are asked to perform.</p><p>Characteristics like:</p><ul><li>a focus on <a rel="external" href="http://www.mikeindustries.com/sifr/">typography</a>,</li><li>larger font sizes in navigation and copy,</li><li>use of white space and centered page positioning,</li><li>graphically rich layered layouts often using some 3D design elements or icons,</li><li>layouts that compliment the copy in a page and showcase it with sharp color accents where appropriate,</li><li>diligent use of CSS and table-less markup with a demonstrated understanding of semantics, accessibility, usability and open standards</li></ul><p>It seems to me that also the <a rel="external" href="http://www.direct.gov.uk/DisabledPeople/fs/en"><acronym title="Disability Discrimination Act">DDA</acronym></a> legislation in the UK contributed to the &#8220;Web 1.5&#8243; as markup that used standards, semantics and exhaustive CSS designs began to take hold and foster a renaissance in the approach to usable and accessible site design. We still don&#8217;t see the abundance of layouts that are designed for a resolution higher than 800&#215;600, but this trend is mostly a function of the audience for many of the clients out there looking for our services. In custom business web design, there are of course a number of restrictions that deter us from employing a wider fixed-layout, perhaps that will change as well soon enough.</p><p>Thanks to all of  those folks highlighted in this post for enabling me to support my thoughts on <a href="/">custom business web design</a> with supporting opinions. I hope this blog will be a destination in the community soon enough.</p> ]]></content:encoded> <wfw:commentRss>http://www.w3-edge.com/weblog/2006/11/web-design-sensibilities-have-changed/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Search Engine Optimization &amp; Semantics</title><link>http://www.w3-edge.com/weblog/2006/05/search-engine-optimization-and-semantics/</link> <comments>http://www.w3-edge.com/weblog/2006/05/search-engine-optimization-and-semantics/#comments</comments> <pubDate>Mon, 15 May 2006 08:16:29 +0000</pubDate> <dc:creator>Frederick Townes</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[CSS / Markup / Code]]></category> <category><![CDATA[Usability]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[search marketing]]></category><guid isPermaLink="false">http://www.w3-edge.com/weblog/search-engine-optimization-and-semantics/</guid> <description><![CDATA[As SEs become more sophisticated in their abilities to index site content, site semantics become increasingly important. The next generations of SE algorithms will index content, not keywords. And that content better be right on target.]]></description> <content:encoded><![CDATA[<h3 class="first">&raquo; Index Content Not Keywords</h3><p>Despite the awesome drawing power of the www and its ability to sell products and broadcast messages, as site designers and owners, we&#8217;ve only begun to harness the true power of a fully-compliant <u>semantic web</u>.</p><p>Semantics aren&#8217;t new. They&#8217;ve been around since scribes wrote on mud tablets. We use semantics everyday in the way we write and speak. Semantics are nothing more than a set of communications conventions to which we all agree.</p><p>We rely on punctuation, grammar, spelling and sentence structure to effectively communicate with others. However, throughout the world, a different set of semantics has been developed for each language. In English, the umlaut isn&#8217;t used except by Motley Crüe. And you won&#8217;t see Õ, g or ¿ used in English writing because they aren&#8217;t English semantics. The differences between distinct linguistic conventions correlate closely to the problems of accurate and effective communication via an asemantic web.</p><p><b>HTML: The Universal WWW Language</b><br />It stands for HyperText Markup Language and it&#8217;s the accepted programming code used for the design and development of web sites. HTML is easy-to-learn, very flexible, it handles text, graphics and other multimedia efficiently and it&#8217;s totally scalable, providing the same results for mega- and mom-and-pop sites alike.</p><p>However, HTML has one striking drawback. HTML defines <u>where</u> to place <u>what</u> content on a site page, but it can&#8217;t discern relationships between the content, or how it could be used to provide more valuable results to user queries. That&#8217;s why SEs exist in the first place &mdash; to try to develop100% relevancy in a world with &#8220;too much&#8221; information.</p><p>A page of product listings. HTML defines that this is &lt;catalog page 06&gt;. However, it doesn&#8217;t identify item #4432 as a hair brush costing $4.95. HTML is limited to identifying a block of text describing the hair brush that should appear next to the product image. However, it isn&#8217;t able to determine whether the content is about a hair brush or a manure spreader. HTML places content, makes it interactive with web users and provides site navigation via coded links. What it can&#8217;t do is read and index content to make that information more accessible (read useful) to visitors.</p><p>Using proper semantics, SEs are able to identify relationships between various chunks of site text, and from a site skin POV, semantics better equip visitors to more easily identify these relationships, whether via browser or as human eyeballs reading the screen.</p><p>The use of compliant semantic standards accomplishes two more important objectives for site owners. One, standards enable site designers to more accurately describe site content to SEs and two, semantics facilitate clearer communication between site and SE spiders. These two key benefits deliver more targeted, motivated site traffic.</p><p>The bottom line is this. With today&#8217;s HTML technology, search engines are able to spider and index web sites. However, they can not index, assess (weigh), correlate and deliver specific content based on the <u>context</u> of a user&#8217;s keyword search.</p><p><b>RDF, OWL, XML, et al</b><br />To address the limitations of HTML, compatible programming languages and machine-readability apps are available in the site designer&#8217;s resource mix. RDF, Resource Description Framework, is one such tool. So is Ontology Web Language (OWL). And the data-driven XML, eXtensible Markup Language, has vastly expanded the ability of web designers to catch the attention of search engines through the development of indexable content.</p><p>The implications are enormous, increasing the usefulness of the web exponentially. Here&#8217;s an example. Using HTML alone, a search engine won&#8217;t be able to produce useful links to the keywords &#8216;website designers in Boston&#8217;. Instead, the SERPs show lots of designer sites all over the world, some of which <u>might</u> be located in the Boston area.  Though the sought-after information is available, it&#8217;s contained within the pages of many sites &mdash; all indecipherable to spiders.</p><p>Further, site content is useful within a variety of contexts. What if we substituted the keywords &#8216;website designers in Massachusetts&#8217; referencing the example above? This SE user has changed the context of the search (and therefore relevant content) from links to Boston-based design firms to links for the same across the entire state. A semantic web would not only deliver specific data, it would do so within a wide variety of contexts.</p><p>Instead of simply indexing an entire site, semantically-enabled SEs index content for use in a wide variety of contexts, compile this information based on a user&#8217;s query and deliver SERPs with links that take users to the specific information for which they&#8217;re looking.</p><p><b>W3C and Semantic Code</b><br />The World Wide Web Consortium, or W3C, has embarked on an important mission &mdash; the standardization, improvement and extension of the www. Not a simple task. It entails the standardization of programming languages, development tools, browser specs and now a semantic web &mdash; a more powerful, useful and dynamic interface.</p><p>However, W3C has many challenges to overcome. First, semantic web technology is still under construction.</p><p>Second, there&#8217;s rarely agreement within the web community on which apps are best, which languages best serve global needs and so on.</p><p>Third, universal semantics are impossible. Semantics for one language won&#8217;t sync up with another. Even writing styles &mdash; academic with lots of footnotes vs. a blog entry &mdash; employ different, accepted semantics. Thus, a <u>universal</u> set of semantics would involve cataloging <u>types</u> of content &mdash; a virtually impossible task.</p><p>Instead, semantics should be viewed as a set of guidelines to help programmers, designers, software developers and others to use the W3C-compliant tools and protocols properly. Indeed, because the task of connecting web users to specific information is shifting from search engines to site developers, all that remains is for semantics tools to be used properly.</p><p><b>SEO and Semantics</b><br />The whole point in developing semantics standards is to make websites machine readable. This will allow search engines to spider and index content with vastly improved specificity. Good SEOs do this while optimizing sites, usually without realizing just what they&#8217;re doing. Imagine the results of semantics optimization when developer and SE marketer <u>collaborate</u> to make best use of this emerging technology.</p><p>Search engine users will be able to access local news and sports, local sales, locate and compile similar content from widely-disparate sources and in general, access more data within any user-defined context.</p><p>With a semantics-compliant web, SEs will be able to better identify relevancy of and relationships within the copy itself and thus save search time and deliver more traffic to that website. The more semantic-compliant a site, the more relevant traffic it will generate.</p><p><b>Site Semantics and Design</b><br />If your site designer isn&#8217;t up to speed on w3 semantics, find another designer. Yes, new and improved semantics tools are in development but the big SEs are constantly improving their ability to match context and relationships instead of simply identifying literal matches of character strings. And, if your site isn&#8217;t semantically optimized, it&#8217;s also not optimized for conversions, so you&#8217;re missing the best SEOpportunity to come along since the advent of search engines.</p><p>Can you afford to ignore site semantics? Not if you intend to be around tomorrow.</p> ]]></content:encoded> <wfw:commentRss>http://www.w3-edge.com/weblog/2006/05/search-engine-optimization-and-semantics/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Flash &amp; Search Engine Marketing</title><link>http://www.w3-edge.com/weblog/2006/01/flash-search-engine-marketing/</link> <comments>http://www.w3-edge.com/weblog/2006/01/flash-search-engine-marketing/#comments</comments> <pubDate>Sun, 15 Jan 2006 06:38:54 +0000</pubDate> <dc:creator>Frederick Townes</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[Web Development]]></category><guid isPermaLink="false">http://www.w3-edge.com/weblog/flash-search-engine-marketing/</guid> <description><![CDATA[If your site is search engine optimized to the max, it's not optimized for human eyeballs. Is it worth the expense to add some Flash? Only if you want to save some money and be here tomorrow.]]></description> <content:encoded><![CDATA[<h3 class="first">&raquo; Is It Worth It?</h3><p>The era of Web 2.0 has arrived and we&#8217;re all scrambling to become a part of the &#8220;web as a platform&#8221; movement. The result? Net users now have higher expectations than just a few short years ago.</p><p>They&#8217;re looking for site blogs to share information, forums where answers are found and the ability to do more than scroll through pages of static text &mdash; as exciting as watching b&#038;w television when HD (with surround sound) is today&#8217;s standard.</p><p>If your site does no more than just sit there, visitors won&#8217;t sit there to read through it. If it doesn&#8217;t have a bit of sizzle, or perform a useful function for visitors, most site traffic won&#8217;t stick around for your latest weekly specials, no matter how low the price.</p><p><b>Search Engine Optimization vs. Smoke and Mirrors</b><br />Today, as a successful site owner, you must adopt a two-pronged program to <i><b>remain</b></i> successful. First, you have to drive people to the site. Second, you have to get them to stick around long enough to accomplish your MDA &mdash; Most Desired Action.</p><p>While getting visitors to your site isn&#8217;t an exact science, like genetics or mechanics, there are guiding principles and best practices with regard to search engine optimization (SEO). As the major search engine (Google and Yahoo) chip-geeks tweak their search-results-weighting algorithms, SEM strategies adjust accordingly, but still adhere to the myths and facts on how SEs really rank sites. (Is it true that meta tags overstuffed with keywords lower a site&#8217;s page rank?)</p><p>With some general principles of search engine marketing in mind, and an understanding of the real purpose of a search engine (to deliver the most accurate, relevant SERPs to its users), the latest SEM pros can perform an all-out analysis on everything from keyword density to the HTML title tags on every page of your site (assuming you have title tags on every page). In other words, there is more than smoke and mirrors behind SEO. It works. You can improve your page rank, but what about your conversion rate? Can you get visitors to stick around to perform that MDA you had in mind?</p><p><b>EyeBall Optimization</b><br />Sure, you can drive more traffic to your site, but what will visitors find when they get to your pixels? A heap of hard hype? Static clip art? A maze of pages that don&#8217;t deliver answers? Today, your site not only needs SEO, it needs EBO &mdash; EyeBall Optimization.</p><p>The colorful art that festoons the local tattoo parlor walls is called flash in the parlance of the skin and ink biz. It&#8217;s the flash that draws in the customers, shows them the goods, and demonstrates the quality of the tattoo artist. It&#8217;s called flash for good reason.</p><p>So, where&#8217;s the flash on your site? Slick Flash animations are becoming more prevalent as more and more web users hook themselves up to the Big Pipe &mdash; broadband DSL. Back in the days of dial-up, a 30-second loop of your animated banner took about an hour-and-a-half to download and most of us just couldn&#8217;t take the long, slow crawl of the long, blue line. So, we left, and that slick, pricey animation was only enjoyed by the in-laws who thought it was cute.</p><p>Flash, in the age of high-speed web access, is no longer just an online dream. In fact, as you bounce around the web, you&#8217;ll see these little animations everywhere.</p><p>Flash movies and animations are on sites big and small. They&#8217;re used for catching the eye of the visitor (Hey, there&#8217;s a movie on here!) but they can do much more than dazzle the eye, though let&#8217;s not underestimate that benefit.</p><p>Flash animations and flicks are eye-catching, but more importantly, they show products in use. This is strong marketing &mdash; show the product in use. (Visit any industry trade show for proof of this point.) These mini-cines can also be used to explain and demonstrate key concepts associated with your products or services. In other words, Flash is, indeed, flash, but it&#8217;s also educational, instructional and motivational &mdash; motivating more of your visitors to become customers.</p><p><b>Gasp! &mdash; It Talks!</b><br />One of the best features of Flash is its ability to bring sound to your site. Now, instead of putting up some text and hoping visitors understand what they read, Flash enables you to speak directly to the visitor. Filling in the blanks, connecting the dots and closing the sale.</p><p>It&#8217;s always easier to understand new concepts (new products and services) when you hear about them rather than read about them. It&#8217;s just they way most of us learn. So, the audio in your Flash productions is another, powerful selling tool. However, use it wisely.</p><p>Some sites run a 30-second sound loop of the same piece of cheesy, rights-free music over and over and over…and over. Nothing &mdash; nothing &mdash; will send visitors scrambling for their mouses faster and with more desperation than a loop of noxious and obnoxious music. Less is more when it comes to sound &mdash; especially in loop form. Avoid like hemorrhagic fever.</p><p><b>Cash for Flash?</b><br />You bet. Move it or lose it, as in make it move or lose your customer base. If you only optimize your site for search engines, you just won&#8217;t have as many people stick around to get to know you, your products and those wonderful, &#8220;low, low, lowest prices on the Net.&#8221;</p><p>The downside? Sure, Flash is great for EBO, but does virtually nothing for your SEO. In other words, Flash is for human eyes only. The text and other important information contained in your Flash flick are unrecognized by search engines, even if you did spend $500 for that 30-second loop! SEs don&#8217;t care. They can&#8217;t read text in Flash productions or any other graphics, so you won&#8217;t score points with Google, but you will score points with your visitors.</p><p><b>Flash Can Save You Cash!</b><br />Let&#8217;s say you sell a widget with &#8220;some assembly required.&#8221; And you find that you&#8217;re spending a ton of money on customer service calls from those of us who are &#8216;assembly-required&#8217; challenged.</p><p>It costs a lot more to have a human explain how to insert Tab A into Slot B than it does to develop a Flash animation showing how to put the widget together.</p><p>Showing the product in use will also cut down on the costs of processing returns because you&#8217;ll have fewer of them. Using Flash animation, buyers can see the widget in operation <u>before the purchase</u> to determine if it&#8217;s the right widget for them.</p><p>Think of these micro-movies as on-line instructors, demonstrators and money savers. The more you can rely on your site to deliver complete information, the less you&#8217;ll spend on customer service and order processing. And, you&#8217;ll move a ton more widgets.</p><p><b>Behind the Flash</b><br />The key, then, is to develop both an SEO and EBO site, right? Well, thankfully, the two aren&#8217;t mutually exclusive. In fact, any top-notch site design firm will be able to add lots of SEO text behind the flash, so SEs get the whole picture. Now, some of you are thinking ‘black hat&#8217; site design, right? No, it&#8217;s all legit.</p><p>Black hat site design includes elements like invisible text &mdash; white on white. The visitor can&#8217;t see it, but it&#8217;s spider food, nonetheless. SEs hate anything that smacks of deceit and rightfully so. These tactics are intended to subvert the mission of the SE &mdash; to deliver the highest quality search results. When discovered, these unethical practices drop you like a stone in PR and may get your site banned &mdash; the death knell for any online business.</p><p>There are licit methods to provide SEs with optimized text that won&#8217;t be seen by the visitor. The information presented is useful, not subversive, and so SEs are able to more effectively analyze your site&#8217;s purpose and assign an accurate page rank.</p><p>Talk to your site designer or webmaster about adding some descriptive, qualifying text behind the flash. Your PR is likely to increase and your conversion rate will go up because more of the ‘right&#8217; people are finding you.</p><p><b>Ahead of the Curve</b><br />Within the highly competitive world of e-commerce, would you rather be six months ahead of the curve or six months behind the curve? (Those who answered &#8217;six months behind&#8217; please leave the room.) Of course. You have to be the first with the latest and the most to keep your PR where you want it to be.</p><p>That&#8217;s why you and your site designer need to talk about adding more to that static text and those uninspired pix. Depending on the purpose of your site, consider adding some movement and sound to stay ahead of the curve.</p> ]]></content:encoded> <wfw:commentRss>http://www.w3-edge.com/weblog/2006/01/flash-search-engine-marketing/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Web 2.0</title><link>http://www.w3-edge.com/weblog/2006/01/web-2-0/</link> <comments>http://www.w3-edge.com/weblog/2006/01/web-2-0/#comments</comments> <pubDate>Sun, 15 Jan 2006 06:35:32 +0000</pubDate> <dc:creator>Frederick Townes</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[Social Media Marketing]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Web Development]]></category><guid isPermaLink="false">http://www.w3-edge.com/weblog/web-20/</guid> <description><![CDATA[Is it a movement? A revolution? Perhaps a new paradigm? Or, is it a bunch of hype designed to sell a bunch of new software? Just what is Web 2.0?]]></description> <content:encoded><![CDATA[<h3 class="first">&raquo; The Next Big Thing or the Evolution of a Technology?</h3><p>Is it a movement? A revolution? Perhaps a new paradigm? Or, is it a bunch of hype designed to sell a bunch of new software? Just what is Web 2.0?</p><p>Well, the term has been around since 2003. It was coined by I-Net pioneer Dale Dougherty and  introduced at a conference by Tim O&#8217;Reilly of O&#8217;Reilly Media, Inc., who has subsequently made attempts at defining just what Web 2.0 means. In his seminal document entitled <a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html" rel="external">What Is Web 2.0: Design Patterns and Business Models for the Next Generation of Software</a>, O&#8217;Reilly describes Web 2.0 as follows:</p><blockquote><p>&#8220;Like many important concepts, Web 2.0 doesn&#8217;t have a hard boundary, but rather, a gravitational core. You can visualize Web 2.0 as a set of principles and practices that tie together a veritable solar system of sites that demonstrate some or all of those principles, at a varying distance from that core.&#8221;<cite>Tim O&#8217;Reilly</cite></p></blockquote><p>Okay, that&#8217;s a starting point of sorts &mdash; gravitational core, set of principles and practices, veritable solar system. The fact is, O&#8217;Reilly, the champion of Web 2.0, has written eloquently on the subject, but after reading his detailed explanation, you still walk away scratching your head. Additional research clearly demonstrates that there&#8217;s a lack of consensus.</p><p>Tim Bray, writing at <a href="http://radar.oreilly.com" rel="external">http://radar.oreilly.com/</a>, strongly contests the use of the term Web 2.0, calling it nothing more than a meme. Okay, so what&#8217;s a meme? Well, we have to go back to 1976 to find the origin of the term created by Richard Dawkins in his text, <i>The Selfish Gene</i>. In it, Dawkins describes memes broadly:</p><p>&#8220;Examples of memes are tunes, ideas, catch-phrases, clothes fashions, ways of making pots or of building arches. Just as genes propagate themselves in the gene pool by leaping from body to body via sperms or eggs, so memes propagate themselves in the meme pool by leaping from brain to brain via a process which, in the broad sense, can be called imitation.&#8221;</p><p>Okay, now we&#8217;re getting somewhere. Web 2.0 is a catch phrase and one that&#8217;s getting a lot of attention within the e-commerce community. In fact, since making its way into the collective I-conscious, there have been more than 9 million Google searches for Web 2.0 information. Somebody&#8217;s interested.</p><p>Yes, there&#8217;s something there, and when you cut through the hype, delete the meme and study the underlying concepts, Web 2.0 does offer some thinking points for every site designer, host and owner. Let&#8217;s look at some of the parameters of this new way of thinking about the www.</p><p><b>Extreme Trust</b><br />A great catch phrase in its own right. Extreme trust is a new vision for using the collective knowledge of Internet users, demonstrated by the ascendancy of Wikipedia. In the world of Web 1.0 (the model for the past decade), the Internet was a source of information. However, the information was static. You could access World Book or The Encyclopedia Britannica on-line, but all you could do is read it, print it out and use it for your child&#8217;s homework.</p><p>Sites, such as Wikipedia and the Open Directory Project are changing this dynamic based on the concept of extreme trust.</p><p>Wikipedia is a growing collection of information (over 100,000 unique entries) submitted and edited by volunteers. It changes daily, hourly, providing the latest information from a variety of writers of varying degrees of expertise. Information can be edited by anyone who knows more about the topic than the original poster. In fact, if you access certain topics on Wikipedia, you&#8217;ll see warnings that certain encyclopedia entries have not been reviewed, and therefore, the content can&#8217;t be deemed as accurate &mdash; yet. However, as more experts, operating under the doctrine of extreme trust, review each Wikipedia entry, the reliability and veracity of the content increases.</p><p>Thus, in the Web 1.0 world, people could access information, but not participate in its evolution. In the new age of Web 2.0, the collective intelligence of the world community becomes accessible and utile.</p><p><b>Personal Participation</b><br />Another, much-touted aspect of Web 2.0 is personal participation. Personal web sites have been around for years. You could post family pix and tell the world what you did over summer vacation. But, these personal web sites never really caught on because of the expense and time required to launch and maintain them.</p><p>Enter the web log, aka blog. These personal journals encourage greater, individual participation by enabling anyone with an opinion, idea or random thought to post these personal musings for all the world to see. Bloggers have changed the way information is disseminated. Many have garnered credibility as legitimate news sources. In fact, bloggers have received press credentials for newsworthy events. They&#8217;re used by the mainstream media as reference and several of these bloggers have broken major news stories before their larger print and on-line competitors, e.g., Robert Novak&#8217;s outing of Valerie Plame as a CIA operative.</p><p>The concept of personal participation has also spilled over into the realm of e-commerce, with many on-line businesses offering a blog and/or forum where customers, clients and other interested parties can post their thoughts. Amazon.com is a leader in this area, encouraging its customers to submit reviews of purchased products. In fact, some Amazon reviewers have made names for themselves &mdash; and customers seek out their recommendations! As the old, anti-war chant once demanded, Power to the People has been finally realized.</p><p>In fact, if you tour the Amazon site, you&#8217;ll discover opportunities for customer participation on virtually every page. Amazon&#8217;s subsidiary, Booksurge.com has also simplified the entire publishing process. Authors no longer have to approach traditional publishers, hat in hand, begging to be published. Booksurge and Amazon have made it possible for anyone to write, publish and sell texts through Amazon, B&amp;N, Borders and other on-line outlets. Yes, this is part of the Web 2.0 model.</p><p><b>Static versus Dynamic</b><br />Netscape was the browser of choice in the Web 1.0 era. It was published, then updated regularly in various versions identified as Netscape 1.0, 2.0, etc. This was a static business model in which users had to wait for improvements to be made, then download the updates.</p><p>Fast forward to the dynamic age of Web 2.0 where Google reigns supreme. Google is a true child of the Internet. It was made to fit with I-net dynamics. Improvements are made and implemented daily &mdash; seamlessly. No downloads, no patches required. The result? Google has enabled all of us to access the most obscure factoid in a nanosecond. Its index contains well over 1 billion pages of spidered text and that figure is growing at a phenomenal rate.</p><p>Google has demonstrated how to do it right. It&#8217;s highly interactive, it&#8217;s never static and it has created many new avenues for the e-commerce community and for users in search of the name of the pharaoh who was in power when the rotary mill was introduced in Egypt. This has increased productivity exponentially.</p><p><b>The Evolution of Technology</b><br />Technology evolves. It builds on what came before. It learns from past mistakes and takes advantage of unrealized opportunities.  This is as true of America&#8217;s Industrial Revolution as it is for the Internet. There were lots of false starts, missteps and abject failures during the rise of technology in the early and mid-1800s. The same is true of the current technological revolution underway on your computer screen daily.</p><p>Remember the original Priceline model? You could spend two hours saving 9¢ on a can of peas. Nice try, but no cigar, despite William Shatner&#8217;s campy commercials. Or, how about buying pet foods on-line? That went down in flames, too. In fact, all you have to do is look at the I-net bubble that burst in 2000 to see the shake-out of what was working and what wasn&#8217;t. A lot of investors lost a ton of cash, but the Net didn&#8217;t shrivel up and die. In fact, it&#8217;s more powerful than ever.</p><p>Technology doesn&#8217;t move forward in straight line. It never has. There are offshoots, improvements and lots of really, really bad ideas along the way. (Anybody remember the Ford Edsel?) Internet technology is no different, except that the shakeouts occur much faster, the improvements take off much quicker and the really, really bad ideas are really, really expensive. Just ask Shatner. Such is the nature of technological evolution.</p><p><b>So, Is Web 2.0 A Revolution?</b><br />Tim O&#8217;Reilly and the other promoters of Web 2.0 have done us a service by focusing attention on new uses for the Net. RSS is a radical step forward. Podcasting, though in its infancy, is coming on strong having caught the attention of advertisers as a new means to reach the cutting edge public. In fact, just as anyone can set up and maintain a blog, today the technology exists to set up your own broadcast network complete with specialized shows for niche markets like pregnant parents or home schoolers.</p><p>However, Web 2.0 also has aspects of a meme. Many on-line businesses have picked up the term and now proudly display a Web 2.0 logo on their home pages, though the site has virtually no new features.</p><p>No, Web 2.0 isn&#8217;t a new paradigm or a revolution. It&#8217;s the natural evolution of a technology that&#8217;s growing at truly heart-stopping speed. What was yesterday won&#8217;t be tomorrow.</p><p>In the weeks and months ahead, we&#8217;ll take a much closer look at this evolutionary track to sort hype from help, and to assist you in finding new, better ways to increase site traffic, improve your conversion rate and expand your repeat-customer base.</p><p>For now, Google Web 2.0 and start doing your homework. Changes are coming. Will you be ready? If not, you won&#8217;t be here tomorrow.</p> ]]></content:encoded> <wfw:commentRss>http://www.w3-edge.com/weblog/2006/01/web-2-0/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Why RSS Feeds Now</title><link>http://www.w3-edge.com/weblog/2005/11/why-rss-feeds-now-2/</link> <comments>http://www.w3-edge.com/weblog/2005/11/why-rss-feeds-now-2/#comments</comments> <pubDate>Wed, 16 Nov 2005 03:03:58 +0000</pubDate> <dc:creator>Frederick Townes</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[Social Media Marketing]]></category> <category><![CDATA[Web Development]]></category><guid isPermaLink="false">http://www.w3-edge.com/weblog/why-rss-feeds-now-2/</guid> <description><![CDATA[RSS has already changed the way web designers are constructing new sites. Is this state-of-the-art feature a part of your cyber-turf? If it isn't, it should be.]]></description> <content:encoded><![CDATA[<h3 class="first">&raquo; Hook Visitors with an RSS Hook-Up</h3><p>Are you getting the number of return visits to your site that you&#8217;d expected? Is your conversion rate increasing as more visitors return daily to read the latest updates you&#8217;ve added overnight? If you&#8217;re asking yourself &#8220;What updates?&#8221; you are &#8217;sooo yesterday&#8217;s news&#8217; and your site may just wither on the cyber-vine if you don&#8217;t take steps to get caught up with what&#8217;s happening in on-line content distribution.</p><p><b>Introducing RSS Technology</b><br /> Web users want something new &ndash; all of the time. If it isn&#8217;t fresh, it&#8217;s not worth the time to visit. In fact, the web is a giant maw that constantly gobbles up content, and what was fresh last week is DOA today. But who&#8217;s got the time or talent to write new features, to update the FAQ section and to keep product descriptions current? That takes a lot of time &ndash; or at least it used to before the days of RSS technology.</p><p> Really Simple Syndication (RSS) is the latest technology to hit the I-net and it&#8217;s been a real boon to small site owners eager to keep up appearances with new, relevant content. In fact, RSS is spreading so quickly, it&#8217;s tough to keep track of who owns what intellectual property &ndash; more a problem for the creators of that IP than site owners taking advantage of RSS technology.</p><p> RSS started as a means of disseminating current information quickly and easily across the Net. It was immediately embraced by the blogger community as a way to swap news, headlines, content summaries and other &lsquo;hot off the press&#8217; information. However, the mainstream media quickly picked up on the idea and RSS feeds are now available from CNN.com, MSN.com, a wide variety of weekly and monthly periodicals and a ton of blogs seeking broader exposure. And the list of those sites providing FREE RSS feeds is growing exponentially. Oh, and did we mention &ndash; <b>it&#8217;s FREE</b>!</p><p><b> The Benefits of RSS to Visitors </b><br /> You can provide visitors to your site with the latest news headlines, local weather reports, the latest from the worlds of arts and crafts, fitness and nutrition, family issues, finances &ndash; you name it, and somebody&#8217;s got a free RSS feed just waiting for you. What&#8217;s more, <i>you</i> can develop content related to your site and syndicate it to others through your own RSS feed, providing increased exposure for your site and for subjects and topics of interest to your site&#8217;s regular visitors.</p><p> The benefits to I-net users are significant, even in the infancy of RSS. In the past, web surfers would bookmark their favorite sites and visit them occasionally to see if there were new articles or other useful content. Now, with RSS technology, users no longer have to visit each bookmarked site &ndash; the latest information is delivered to them via RSS. It saves users time, it saves site owners time and money and the technology is becoming increasingly advanced.</p><p><b> How Does RSS Work?</b><br />To utilize RSS feeds on their computers, web users must install an RSS reader. There are lots to choose from: Feed Demon ($29.95), Awasu ($25), Active Refresh ($29.95), Newz Crawler ($24.95) and Active Web Reader (free) which is our favorite because you can&#8217;t beat that price. Active Web Reader is available as a free download from DeskShare.com. and contains all of the features commonly found on RSS readers.</p><p>With an RSS reader installed, users simply browse their favorite sites and when they find a site that has a feed worth adding, all it takes is a few screen-driven clicks to hook up and get hooked. No more wasted time browsing for the latest from the quilting sector or the numismatic community. It&#8217;s all there waiting to be accessed by the avid quilter or coin collector.</p><p><b>RSS and You</b><br />RSS feeds help you (the site owner seeking more traffic and an improved conversion rate) in two critical areas. First, it keeps your site and your content fresh. Search engines view new content quite favorably, improving a site&#8217;s PR accordingly. You can develop a long list of RSS feeds into your site from syndicators of content of interest to your target market. Let&#8217;s say you&#8217;re selling small appliances on line, working out of your garage. You can collect feeds from food manufacturers, nutrition sites, recipe sites, consumer tips sites &mdash; all useful to your potential buyers. And the list of on-line businesses offering free, relevant content via RSS is growing rapidly.</p><p>The second way RSS feeds help you is by keeping your site&#8217;s name in front of potential buyers &ndash; daily! You&#8217;re providing a valuable, time-saving service while simultaneously building good will and brand recognition within your target demographic. Not bad for something that costs you absolutely nothing.</p><p>Even better, you can offer your visitors a FREE RSS reader download if you choose Active Web Reader. There&#8217;s no licensing fees, no lengthy, fine-print contracts &mdash; you don&#8217;t even have to ask the owners for permission. They want you to distribute their software with your feeds (and theirs) included in the RSS reader visitors download from your site.</p><p>Unlike in- and outbound links that appear passively on your home page, RSS feeds take a proactive approach to getting your site noticed. They&#8217;re better than opt-ins because the user isn&#8217;t required to take any action other than to download your free RSS reader. After that, you can actively communicate with your potential buyers, providing price updates, descriptions of new product offerings and the latest happenings in your particular area of commerce.</p><p>You can customize the feeds you provide, personalize the information you deliver and increase its usefulness to your target audience and its relevance to your site &mdash; and you don&#8217;t need a web master to do the heavy lifting. You can update feeds &ndash; adding and deleting them &ndash; with a couple of mouse clicks, saving you money and putting you in control of your marketing campaigns.</p><p><b>Why RSS Now?</b><br />Still not convinced? Google &#8216;RSS&#8217; and see what pops up. Hundreds of SERPs with articles, software downloads, how-to&#8217;s and whys concerning this aggressively proactive, simple XML technology. If you don&#8217;t have RSS feeds available on your site, stop what you&#8217;re doing, call your site designer and find out why not. And if you&#8217;re one of the growing army of site owners who recognize the intrinsic value of RSS, you&#8217;re delivering useful, new content, you&#8217;re promoting good will, you&#8217;re keeping your site at eyeball level and you are seeing increased traffic and a higher conversion rate.</p><p>Get current, stay current, be profitable, remain profitable &mdash; that&#8217;s the promise of RSS feeds to the Internet community. The time to add RSS is now.</p> ]]></content:encoded> <wfw:commentRss>http://www.w3-edge.com/weblog/2005/11/why-rss-feeds-now-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Find and Broadcast RSS Feeds</title><link>http://www.w3-edge.com/weblog/2005/11/why-rss-feeds-now/</link> <comments>http://www.w3-edge.com/weblog/2005/11/why-rss-feeds-now/#comments</comments> <pubDate>Wed, 16 Nov 2005 03:02:51 +0000</pubDate> <dc:creator>Frederick Townes</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[Web Development]]></category><guid isPermaLink="false">http://www.w3-edge.com/weblog/why-rss-feeds-now/</guid> <description><![CDATA[You've decided to add RSS feeds to your site. Excellent choice. Now all you have to do is find the right feeds for your customized reader, hook them up and broadcast them. No problem, right? Well, not exactly.]]></description> <content:encoded><![CDATA[<h3 class="first">&raquo; Fresh Content Free</h3><p>You&#8217;ve seen the light and the benefits of providing RSS (Really Simply Syndication) feeds through your site. This new technology provides numerous, easy-to-implement solutions for small and mid-sized site owners looking for new ways to connect with customers. RSS feeds deliver fresh content (hourly if you want), providing visitors a reason to come back to see what&#8217;s new. These feeds build good will and, unlike passive opt-ins, RSS provides a direct, proactive pipeline between you and potential customers. And it costs you nothing.</p><p><b>Which RSS Reader?</b><br />To access RSS content, users need an RSS reader that you can offer to them for free. (Visit deskshare.com for details on their free Active Web Reader.). But you don&#8217;t want to offer <i>just</i> a free reader, some feeds from which to choose and <i>hope</i> that visitors will select at least some of your feeds. Instead, wouldn&#8217;t it be better to provide a reader with your feeds already installed? That&#8217;s proactive and that&#8217;s very good.</p><p>In addition to its <i>Active Web Reader</i>, DeskShare also offers web masters and site owners an Active Web Reader Customizer that enables you to select and incorporate the feeds you want delivered to your visitors. The Customizer is currently a free download, though company insiders suggest that they may start charging for this software as more features are added. However, because it&#8217;s free, it&#8217;s the best option for those on a limited budget, which includes all of us.</p><p><b>Which RSS Feeds?</b><br />Sites offering feeds usually show an RSS icon somewhere on their home pages. But there are already RSS feed directories to help you on your search for the right feeds to meet and exceed your market&#8217;s expectations. Two feed directories worth a look are <a href="http://www.syndic8.com/" rel="external">http://www.syndic8.com/</a> and <a href="http://www.NewsIsFree.com/" rel="external">http://www.NewsIsFree.com/</a>. Not only will you use these sites to locate feeds, once you have your RSS reader up and running, you&#8217;ll also want to register your site with these directories, as well.</p><p>Using Active Web Reader Customizer, or any number of other aggregators coming to market, you simply visit interesting sounding sites, click on <b>Add Feed</b> and you&#8217;re hooked up. It really is that easy. However, selecting which feeds to add to your RSS reader is another issue to consider.</p><p>Virtually any kind of content can be transmitted via RSS. The things that will attract more traffic include:</p><ul><li>the latest news and announcements.</li><li>product updates including new products, price changes and special savings opportunities.</li><li>product reviews.</li><li>informational content.</li></ul><p>What <i>doesn&#8217;t</i> work is sales copy and hype. RSS feeds are designed for reader convenience, not to provide another outlet to bombard computer users with RSS delivered spam. Use your reader for good, not evil and your site visitors will thank you.</p><p>As with links, consider the usefulness of a particular feed to your typical visitor &mdash; your target demographic. If you&#8217;re selling athletic equipment or event tickets, sure a feed from a pro wrestling organization would work. It&#8217;s something at least some of your visitors would read. However, if your target demographic is teen girls looking for low-cost alternatives to cosmetics, that wrestling feed isn&#8217;t going to fly. But a feed from a cosmetics site sure would.</p><p>Remember, when visitors (soon to be customers) download your customized reader, with all of your feeds listed in an interface window, those feeds should be relevant to the reason the visitor came to your site in the first place.</p><p><b>Marketing RSS Feeds</b><br />With your customized reader loaded with dozens of useful links, how do you let visitors know it&#8217;s there? There are a few things you can do to push your reader and your on-line sales.</p><p>Show the RSS logo.<br />RDF, XML or RSS logos are recognizable to the growing RSS community and they&#8217;re available for download on any feed site. Show your RSS logo on your home page and on interior pages, as well. Let that new visitor know that your site was a good stop.</p><p>Create a separate feed page.<br />Sell the service. It&#8217;s a wonderful convenience for users who no longer have to surf to find substance. You&#8217;re delivering it to them in a neat little package. Be sure to list your feeds and provide a brief description of what each feed delivers, i.e., news, product updates, reviews, helpful hints and so on.</p><p>Get Listed with RSS Directories.<br />The number of RSS feed directories (see above) is growing. You can submit your site and feed information manually or using automated submission software, especially useful if your feeds and content change frequently.</p><p>Offer a free RSS reader.<br />Nothing sells better than FREE!</p><p><b>Stay Current</b><br />Your downloadable, customized reader should be maintained and current, just as links to and from your site. RSS feeds aren&#8217;t necessarily permanent and content can change every hour.</p><p>Regularly validate RSS feeds to make sure they&#8217;re still active and still providing good, substantive content. Delete feeds (Click on <b>Delete Feed</b>.) to remove inactive feeds or feeds that have changed their editorial content or slant. The last thing you want to do is send your visitors to a bunch of dead-ends or, worse, ghost sites, so keep your reader up to date by adding new feeds and deleting the ones that are no longer delivering.</p><p><b>Finally, a word of caution&#8230;</b></p><p>RSS feeds employ a simple extensible markup language (XML) to distribute the latest to the most interested, and to personalize and customize the reader downloaded from your site requires a basic understanding of HTML coding protocols. So, if this isn&#8217;t your strong suit, hire a web designer to hook you up. It shouldn&#8217;t cost too much since the software is low-cost (under $30) or downright free.</p><p>RSS works when you get it right, so make sure you do get it right by selecting the right feeds, marketing your feeds and keeping your reader up to date. After that, you&#8217;re going to love this technology.</p> ]]></content:encoded> <wfw:commentRss>http://www.w3-edge.com/weblog/2005/11/why-rss-feeds-now/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/20 queries in 0.011 seconds using apc
Content Delivery Network via cdn.w3-edge.com

Served from: www.w3-edge.com @ 2010-03-16 11:25:34 -->