<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Device Adaptation Makes Sites Less Transparent</title>
	<atom:link href="http://www.thisismobility.com/blog/2006/05/26/device-adaptation-makes-sites-less-transparent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thisismobility.com/blog/2006/05/26/device-adaptation-makes-sites-less-transparent/</link>
	<description>Ripping mobility from the clutches of telecom</description>
	<lastBuildDate>Thu, 29 Dec 2011 20:46:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Prashant</title>
		<link>http://www.thisismobility.com/blog/2006/05/26/device-adaptation-makes-sites-less-transparent/comment-page-1/#comment-7149</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Thu, 08 Jun 2006 13:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=125#comment-7149</guid>
		<description>Hi Mike 

you have touched my pain point here . i agree to you on the point that it will be good for the mobile dev community if we shift the action to Device Side and avoid using the Server Side Logic . but i am not sure if that is a good idea for End user . as a mobile we b developr i would like to do what you have suggested but not at the cost of End User . 

with the rampant fragmentation in mobile  device  market  its unlikely that we will reach a common platform soon and AppLayer based devlpoment which is oblivious to device undernith is a far cry .

crux of the problem is that Mobile OEM are unwilling to learn from History  PC Market  and lesson in &quot;benifits of Standarization &quot; it offers . on a second thought they might know the advantage of a uniform standards but No body wants to end up being the next IBM in this process .</description>
		<content:encoded><![CDATA[<p>Hi Mike </p>
<p>you have touched my pain point here . i agree to you on the point that it will be good for the mobile dev community if we shift the action to Device Side and avoid using the Server Side Logic . but i am not sure if that is a good idea for End user . as a mobile we b developr i would like to do what you have suggested but not at the cost of End User . </p>
<p>with the rampant fragmentation in mobile  device  market  its unlikely that we will reach a common platform soon and AppLayer based devlpoment which is oblivious to device undernith is a far cry .</p>
<p>crux of the problem is that Mobile OEM are unwilling to learn from History  PC Market  and lesson in &#8220;benifits of Standarization &#8221; it offers . on a second thought they might know the advantage of a uniform standards but No body wants to end up being the next IBM in this process .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miker</title>
		<link>http://www.thisismobility.com/blog/2006/05/26/device-adaptation-makes-sites-less-transparent/comment-page-1/#comment-5879</link>
		<dc:creator>miker</dc:creator>
		<pubDate>Sun, 28 May 2006 07:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=125#comment-5879</guid>
		<description>I agree that it&#039;s not a problem for the user directly, but I do think that it causes undesired side-effects in terms of the overall community of potential producers of content for mobile devices.  I agree with the end goal of mobile devices participating in the CSS/JS/XSLT way, but I wonder if there&#039;s a way to make the currently hidden parts of device transformation more visible?

Kind of like what WURFL did for device capability.  Instead of everyone embedding their own checks for what devices can do, coded up according to their own understanding of how to test for those features, there&#039;s a common layer that embeds all that know how in a reusable config file and set of components.

Think about the question from the point of view of a person who has some information they would like to make available to folks on mobile devices - but who isn&#039;t a mobile professional and doesn&#039;t really want to be one.  What can be done to aid that person in putting together their application in a way that it works on as many devices as possible without requiring them to learn the ins and outs of how different devices work and what needs to be done to handle them?

- Mike</description>
		<content:encoded><![CDATA[<p>I agree that it&#8217;s not a problem for the user directly, but I do think that it causes undesired side-effects in terms of the overall community of potential producers of content for mobile devices.  I agree with the end goal of mobile devices participating in the CSS/JS/XSLT way, but I wonder if there&#8217;s a way to make the currently hidden parts of device transformation more visible?</p>
<p>Kind of like what WURFL did for device capability.  Instead of everyone embedding their own checks for what devices can do, coded up according to their own understanding of how to test for those features, there&#8217;s a common layer that embeds all that know how in a reusable config file and set of components.</p>
<p>Think about the question from the point of view of a person who has some information they would like to make available to folks on mobile devices &#8211; but who isn&#8217;t a mobile professional and doesn&#8217;t really want to be one.  What can be done to aid that person in putting together their application in a way that it works on as many devices as possible without requiring them to learn the ins and outs of how different devices work and what needs to be done to handle them?</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C. Enrique Ortiz</title>
		<link>http://www.thisismobility.com/blog/2006/05/26/device-adaptation-makes-sites-less-transparent/comment-page-1/#comment-5878</link>
		<dc:creator>C. Enrique Ortiz</dc:creator>
		<pubDate>Sun, 28 May 2006 05:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=125#comment-5878</guid>
		<description>transparency is a relative thing... from the end-user&#039;s perspective, device transformation is a good thing (and pretty transparent) - the web site is properly formated based on user-agent (and/or any other attribute). 

device adaptation, and related server-side &quot;magic&quot; is not problem in my opinion...

one day (hopefully sooner rather  than later) we get to have consistent behavior (from CSS to JS to XSLT) across mobile browsers, then transformation will be able to happen totally on the client side, and *that* source  will be able to be viewed and shared.

ceo</description>
		<content:encoded><![CDATA[<p>transparency is a relative thing&#8230; from the end-user&#8217;s perspective, device transformation is a good thing (and pretty transparent) &#8211; the web site is properly formated based on user-agent (and/or any other attribute). </p>
<p>device adaptation, and related server-side &#8220;magic&#8221; is not problem in my opinion&#8230;</p>
<p>one day (hopefully sooner rather  than later) we get to have consistent behavior (from CSS to JS to XSLT) across mobile browsers, then transformation will be able to happen totally on the client side, and *that* source  will be able to be viewed and shared.</p>
<p>ceo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

