<?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>TNL.net &#187; Implementation</title>
	<atom:link href="http://www.tnl.net/blog/tag/implementation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tnl.net/blog</link>
	<description>Turning Data into Knowledge</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:15:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='www.tnl.net' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Much Ado About XHTML 2</title>
		<link>http://www.tnl.net/blog/2003/04/15/much-ado-about-xhtml-2/</link>
		<comments>http://www.tnl.net/blog/2003/04/15/much-ado-about-xhtml-2/#comments</comments>
		<pubDate>Tue, 15 Apr 2003 19:09:33 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Implementation]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Standard]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2003/04/15/much-ado-about-xhtml-2/</guid>
		<description><![CDATA[There has recently been much grumbling about XHTML 2 in general and its deprecation of the IMG tag in favor of the OBJECT one. While XHTML 2 is indeed a departure from the existing standards instead of being an evolution, it is important to realize that some of the things the workgroup is trying to [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2003/04/15/much-ado-about-xhtml-2/">Much Ado About XHTML 2</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>There has recently been <a title="OBJECT of desire" href="http://www.zeldman.com/daily/0303a.shtml#ap1503">much grumbling</a> about <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> 2 in general and its deprecation of the <code>IMG</code> tag in favor of the <code>OBJECT</code> one.</p>
<p>While XHTML 2 is indeed a departure from the existing standards instead of being an evolution, it is important to realize that some of the things the workgroup is trying to do is fix old issues and help improve the overall development of the web. While I agree with Zeldman’s assertion that <code>IMG</code> should be deprecated in this version instead of being completely tossed out, I believe that the tag should never have been in <acronym title="HyperText Markup Language">HTML</acronym> in the first place. The argument for an <code>OBJECT</code> tag date back to the early days of the web (circa 1993) when things broke down into two camps: one that wanted a quick and dirty way to show images on the web (the <code>IMG</code> crowd) and the other that looked forward and wanted any type of media to be embedded in a page (the <code>OBJECT</code> crowd). We are now paying for the decisions that were made back then and, much like tables are still in use for layout on most sites instead of being replaced by <acronym title="Cascading Style Sheets">CSS</acronym>, we will continue to see <code>IMG</code> tags in code for a very long time.</p>
<p>The next assumption by the anti-XHTML 2 crowd is that XHTML 2 won’t be supported by browsers for a long time to come. However, because browsers have now evolved to the point where properly formatted text can be presented, most modern browsers can already display XHTML 2 without any problems (for an example, just check <a title="Sjoerd Visscher's weblog in XHTML 2" href="http://w3future.com/weblog/index.xml?notransform">Sjoerd Visscher’s weblog</a>), as long as a proper <acronym title="Document Type Definition">DTD</acronym> is pointed to. This means that once XHTML 2 makes it to recommendation level, then all modern browsers will be able to exploit it. However, I suspect there will be a slow uptake (as there has already been a slow one on the existing XHTML implementation) largely because a lot of developers do not want to have to deal with the rigorousness of XHTML (making sure all tags are closed, making sure not improper characters are inputted, etc…)</p>
<p>The first step in making sure that XHTML 2 will move forward is in ensuring that the browser vendors fix their implementations to conform to the standard. Microsoft’s implementation of the <code>OBJECT</code> is broken and needs to be fixed. It does not meet the standard so it is their responsibility to fix it. The same is true of other browsers that do not render it properly. In the long run, the success or failure of XHTML 2.0 will be based more on whether those things are fixed than on what people feel is right and, much like the fights over improper CSS nowadays, this kind of thing will only happen once the development community pressures browser vendors into fixing their code.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2003/04/15/much-ado-about-xhtml-2/">Much Ado About XHTML 2</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2003/04/15/much-ado-about-xhtml-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trust, truth and networks</title>
		<link>http://www.tnl.net/blog/2003/03/05/trust-truth-and-networks/</link>
		<comments>http://www.tnl.net/blog/2003/03/05/trust-truth-and-networks/#comments</comments>
		<pubDate>Wed, 05 Mar 2003 21:13:55 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Implementation]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Standard]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2003/03/05/trust-truth-and-networks/</guid>
		<description><![CDATA[The raging cow incident shows that there’s a need to establish trust in the blogging (and maybe the web) world. Tim Bray demonstrates that most bloggers have relationships to products, concepts, companies, and other bloggers. His declaration of truth is a good start but there are a number of things that still need to be [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2003/03/05/trust-truth-and-networks/">Trust, truth and networks</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>The raging cow incident shows that there’s a need to establish trust in the blogging (and maybe the web) world. <a title="The Online Salesvoice" href="http://www.tbray.org/ongoing/When/200x/2003/03/04/Selling">Tim Bray demonstrates that most bloggers have relationships to products, concepts, companies, and other bloggers</a>. His declaration of truth is a good start but there are a number of things that still need to be done. Meanwhile, Scott Johnson asks the important question: How will we establish the current level of trust we have for blogs?. It is an important question that requires much thought.</p>
<p>In the discussions surrounding my suggestion of how we can level the playing field, I’ve learned a couple of things:</p>
<p>First, whatever solution we come up with must be easy to implement. It is easy for those of us who are more technical to come up with <acronym title="eXtensible Markup Language">XML</acronym> rules and complex structure to represent the world. However, most people neither have interest nor experience in experimenting with such thing. Hence the first rule of any answer is that whatever solution is implemented, it needs to be simple.</p>
<p>Second, trust is a very large issue and some portions of it are being addressed. For example, <a title="Friend of a Friend XML structure" href="http://xmlns.com/foaf/0.1/">FOAF</a> allows you to establish trust between friends. But what about concepts (can I trust this person’s opinion on a movie review? can I trust their opinion on an Internet standard?), things (do they own the product? did they buy it or was it given to them for free? If it was given to them for free, who gave it?), people (I think that’s somewhat covered by <acronym title="Friend Of A Friend">FOAF</acronym> but there’s more that needs to be built into it). This is a wide space and needs to be properly categorized for a model to work.</p>
<p>The next question is one of granularity. Should a trust statement apply to a whole site or to a particular entry on that site. As Scott points out <em>“implementing this on a per post level would definitely increase the amount of work to blog content which isn’t good at all.”</em> So what’s the option here? Is there a way to modify editing tools so they have a caveat emptor option?</p>
<p>Another question is how that information is displayed. Should there be a browser plug-in? an <acronym title="Really Simple Syndication">RSS</acronym> reader plug-in? Should it be embedded in a feed or a page? How would the user know when the level of trust on an entry or a site is lower than expected? And, more importantly, how would one be able to check that a “trust statement” can in itself be trusted.</p>
<p>Lots of questions to which I do not have an answer yet but I think that they are worth pondering and I will post further on this soon. (but can you really trust that last statement? <img src='http://www.tnl.net/editor/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2003/03/05/trust-truth-and-networks/">Trust, truth and networks</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2003/03/05/trust-truth-and-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It’s About the Customer</title>
		<link>http://www.tnl.net/blog/2000/06/20/its-about-the-customer/</link>
		<comments>http://www.tnl.net/blog/2000/06/20/its-about-the-customer/#comments</comments>
		<pubDate>Tue, 20 Jun 2000 08:00:00 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Customer]]></category>
		<category><![CDATA[Implementation]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2000/06/20/its-about-the-customer/</guid>
		<description><![CDATA[Recently, I tried a new application called MediaBridge from Digimarc. The basic concept is that if you have a quickcam or scanner attached to your PC, you can access extra content through a URL embedded within a newspaper or magazine page. Interesting concept as one could see this being used in Internet directories or for [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2000/06/20/its-about-the-customer/">It’s About the Customer</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Recently, I tried a new application called MediaBridge from Digimarc. The basic concept is that if you have a quickcam or scanner attached to your PC, you can access extra content through a URL embedded within a newspaper or magazine page. Interesting concept as one could see this being used in Internet directories or for more information on a particular article. However, the focus here has been on advertising and advertising alone.</p>
<p>Wired is the first publication to test it out and there are ample benefits to the advertisers. First of all, they can track what publication has prompted someone to go to their site and second they can target readers of those pubs with different messages. Interesting concept but what’s the advantage to the customer?</p>
<p>Unfortunately, Digimarc’s approach is not that uncommon in our industry. Designers build sites that are beautiful eye candy requiring tons of plug-ins and then wonder why more people are not using them. The answer is quite simple: customers do not like to download plug-ins and a recent study showed that customers do not even care that much for graphics on a page.</p>
<p>In a reversal of what is happening in the print world, Internet consumers want text. So why do more and more sites insist on having such things as slow flash movies at their entrance? Quite simply because they do not pay attention to what their customer want. In a recent editorial on his Flash weblog Flazoom, Chris McGregor is calling on all Flash developers to focus on the customers.</p>
<p>At the same time, Jakob Nielsen, “the guru of web page usability”, is <a title="AlertBox, from Jakob Nielsen" href="http://www.useit.com/alertbox/20000611.html">talking about using Customers as Designers</a>. The message here is simple: Focus on your customers and they will focus on you.</p>
<p>This may sound like a rant on my part but it’s something that’s been brewing over time. Too many companies have taken their customers for granted (the “if you build it, they will come” phenomenon) and have then wondered why their projected growth was not happening. In a word: Not enough work on usability and too much focus on design.</p>
<h3>The genesis</h3>
<p>But in a way, this is not an unusual phenomenon. Back in the mid eighties, when desktop publishing tools became available, people at the forefront of that revolution felt the need to use most of the tools. As a result, many publications would come out with different fonts for headlines, story, sub-heads, etc… often making the newsletter or magazine almost unreadable. To a large extent, the apotheosis of this phenomenon was the rise of Wired as a publication, and their almost unreadable Mind Grenades. Yes, they were pretty to look at but they were low on content and high on graphical treatments.</p>
<p>Over the years, Wired has become more conservative in its layout but the damage didn’t stop in print. Taking what they had learned about badly communicating in print, Wired pushed the envelope further on the web by using a number of icons and less than obvious names for their sections. It was fine in the name of experimentation and the folks at hotwired eventually pulled back from their to create more understandable sections but many took it as the reason for creating over-bloated pages with bad navigation.</p>
<p>However, I have to admit that most of us back in those days were checking out Hotwired to see how far the medium could be pushed. It was exciting and since few of us had had many years of experience, we spent countless hours dissecting what was working and what wasn’t.</p>
<h3>One step forward and one step back</h3>
<p>Hotwired went back to a more traditional look (at least by their standards) in 1995–1996 and started organizing its content around sections that made a little more sense. In the meantime, plug-ins came out, Java came out and we all felt a need to implement the latest technologies on our sites. What we didn’t realize at the time was that while we were putting Java Tickers and 2.0 features on the sites, we were closing the door for a few more people who did not have the technology to look at our sites. With each iteration of a new browser, there was a mad race as to who would implement the latest and greatest extensions and we ended up with sites that were, for the most part, unusable by a lot of people.</p>
<p>This is when the split started between two schools of web page creation: the interface designers, who were arguing that the web was more like a software application and that the role of a web page was similar to that of software and should have a clean design that was transparent to the user (I remember arguing that we should never be happy when a user talked about our design because it meant he or she had noticed it) and the graphic designer group, who believed that the beauty of design was more important than its functionality.</p>
<p>On the interface side, people started looking at whether a site scaled back gracefully, all the way to the lynx text browser. As a result, somewhat more boring-looking pages were born but users were coming in, getting the information they wanted, and getting out.</p>
<p>On the designer side, people continued to look at ways to <q>enhance the experience</q>, adding all kinds of sounds and plug-ins to create more interactive sites. Those sites looked great but needed users to keep up with the latest technologies in order to use those features.</p>
<p>A middle group started looking at templatization and automatic browser identification (the smart way to do things but I didn’t realize it back then) and serving different pages based on what platform the consumer was using. Ultimately, that last group was right in that it can now go on and implement new presentation schemes offering the same content in different format.</p>
<h3>Why this diatribe?</h3>
<p>Ultimately, this issue is one of customer focus. Back in those days, we didn’t have many customers to cater to (the web was not as mainstream as it is now) so we were afforded the chance to make mistakes. However, now, there is little room for those mistakes and there is an established body or work (and a few corpses) to look at when making decision. Ultimately, however, it’s about the customers.</p>
<h3>Another example</h3>
<p>I used to love Kozmo for their quick delivery and their clean interface. Then they decided to redesign the site to create more space for them to sell other product. From the inside, I’m sure it made sense: try to sell more products to each customer coming in the door. The problem, though, is that this redesign slowed down their system to a crawl. When I was happy with Kozmo, I didn’t care much about <a title="Urban Fetch" href="http://www.urbanfetch.com">UrbanFetch</a>, Kozmo’s biggest competitor in New York. However, the long time it took to load a single page on Kozmo’s site convinced me to take a look at UrbanFetch. I did, their site reacted faster and I started ordering more from UrbanFetch than I do from Kozmo. Why is this relevant? Quite simply because I am now putting my dollars somewhere else because a redesign pushed Kozmo one step back. As a result, their attempt to sell me more resulted in my buying less from them. Not a good trend and I hope for them that I am more of the exception rather than the rule. But somehow, I doubt it.</p>
<h3>Back to the end-user</h3>
<p>I’d like to propose a somewhat radical idea: take everything your company is doing and explain, for each of those components, the benefits to your customers. For example, why is a cookie for your ad important? Answer: it allows us to better target customers, hence providing them with ads that may appeal to them and be related to what they are interested in. It’s a bit of a stretch but the customer derives value from being presented with something that is more along the lines of their interest.</p>
<h3>So what about Digimarc?</h3>
<p>In the case of Digimarc, who’s the end user? It’s the reader of a magazine. Why should that reader use such a technology? Because it enhances the magazine. Just keeping the technology as a way to bridge paper ads to web promotions doesn’t really enhance the customer experience but how about using it as a web to link to more info. For example, if you were a subscriber, you would get a version that allows you to delve deeper in a story. I would scan the page, it would send me to the publication’s web site, where I would find such things as links to the companies mentioned, links to other articles about the subject in this magazine’s archives, etc (furthermore, the publication can sell advertising on these online pages to advertisers that are already using the technology in the print edition)… This would add real value to the experience, truly creating a bridge between the print content and the online one. The concept is good but the implementation right now needs that kind of tweak. If you’re an advertiser using that technology, try to push the magazines to follow that concept through, hence unlocking extra value for you.</p>
<h3>Conclusion</h3>
<p>Of course, focusing on the customer is no guarantee of complete success but it goes a long way in taking you there. Technology is always intrusive, the question is how do we make it less so and therefore increase usage of that technology. Of course, there will always been a few people out there trying out everything new (I am one of those people) but those of us who do are already favorably predisposed toward technology. In other words, we are not the right kind of focus group. If you are a technologist or a techophiliac, you are not the right person to judge whether this will work with the mass public. Ask someone around you who doesn’t use technology as much as you do (parents, friends, people at the corner store) about how they feel about a particular concept and start aligning your thoughts with theirs. Look at what you’re doing critically (does this make sense to someone with average or low computer skills?) and focus on your customer. It’s a tough practice and it’s often a frustrating one, as you will find that what may have seemed obvious to you isn’t to other people. But the end result will be that your customers will love you for it and will keep coming back.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2000/06/20/its-about-the-customer/">It’s About the Customer</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2000/06/20/its-about-the-customer/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/

Page Caching using disk: enhanced
Database Caching 11/26 queries in 4.180 seconds using disk: basic

Served from: www.tnl.net @ 2012-02-09 23:10:55 -->
