<?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>Bloggink &#187; user experience</title>
	<atom:link href="http://joggink.com/category/user-experience/feed/" rel="self" type="application/rss+xml" />
	<link>http://joggink.com</link>
	<description>Blog of Joggink, home of Jochen Vandendriessche</description>
	<lastBuildDate>Fri, 27 Jan 2012 10:03:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Do websites need to look the same in every browser?</title>
		<link>http://joggink.com/2011/01/do-websites-need-to-look-the-same-in-every-browser/</link>
		<comments>http://joggink.com/2011/01/do-websites-need-to-look-the-same-in-every-browser/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 16:34:38 +0000</pubDate>
		<dc:creator>joggink</dc:creator>
				<category><![CDATA[frontend development]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=316</guid>
		<description><![CDATA[Oldie but goldy&#8230; It can be a hell sometimes fixing a project and tweaking stuff to work in all browsers (specially IE8/7/6). I&#8217;ve given up pixel perfect designs across browsers a long time ago, because that way I can only &#8230; <a href="http://joggink.com/2011/01/do-websites-need-to-look-the-same-in-every-browser/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://dowebsitesneedtolookexactlythesameineverybrowser.com/">Oldie but goldy&#8230;</a></p>
<p>It can be a hell sometimes fixing a project and tweaking stuff to work in all browsers (specially IE8/7/6). I&#8217;ve given up pixel perfect designs across browsers a long time ago, because that way I can only use stuff that is supported by the least capable browser. Another way to achieve some of the nicer features like rounded borders, shadows, highlights, text shadow, etc&#8230; would be using a sh*tload of images. Some of them can be fixed with css, even some javascript, others would use extra markup to achieve the effect wanted. This all leads to one thing:</p>
<p>More markup + more images = more to download = longer time to download</p>
<p>I can hear some voices whispering &#8216;longer time to download?&#8217;, but I have a super fast internet connection! Well, so do I but that&#8217;s not the issue because as we speak most of us own a mobile phone that&#8217;s capable of surfing the world wide web using 3G, edge, &#8230; So adding extra markup / images will not only slow down your site on slower connections, depending on the viewport and the capabilities of your browser some stuff might not render the way it was meant to.</p>
<p>So you got to ask yourself: Is it really worth it? Does every visitor needs to have the same layout? I say &#8216;<strong>NO</strong>&#8216;, and I strongly believe that customers need to be informed about this. The web is not a printed medium, it&#8217;s a big collection of data shared across a huge network. The tools to share all this data isn&#8217;t paper and ink, but browsers, and as we all know, browsers are a free market. Whether you use safari, chrome, firefox, Internet explorer, you can access this data. And that&#8217;s the point of it all, people surf to get information, not because a site looks nice. And even more important, real users don&#8217;t open a website in different browsers to see how it looks. I&#8217;ve had a personal experience a couple of years ago that woke me up from the &#8216;pixelperfect-crossbrowser&#8217; dream.</p>
<blockquote><p>Before we booked a hotel, I wanted to find some pictures from the rooms, restaurant, etc&#8230; Travel agencies tend to make the pool look bigger, the rooms are huge and you would kill for the view from the balcony. Anyway, while I was surfing the web, I bumped into some nice looking sites that alas didn&#8217;t give a lot of pictures, and even those on the sites weren&#8217;t very satisfying. So instead of checking those sites in other browsers because they looked nice, I continued the search, jumping from one site to another until&#8230; I bumped into an ugly yellow-backgrounded page, playing some nasty music using a flash player but it was loaded with pictures!</p>
<p>Mission accomplished</p></blockquote>
<p>It even made me realize that layout doesn&#8217;t matter, it&#8217;s the content that drives people to certain sites. I&#8217;m not saying layout is not important, but instead of designing pages, design content! And if your browser supports text shadow, for the love of God, use it! If it doesn&#8217;t, bummer, but be sure it&#8217;s readable! The same with border-radius, box-shadow, etc&#8230; I can&#8217;t remember the last time someone told me he was going to buy some electronic gadget but decided not to, because in safari the buton was all glossy and had a nice shadow and in Internet explorer it didn&#8217;t&#8230;</p>
<p>Truth is, people don&#8217;t care about the design / cross browser experience and you shouldn&#8217;t care too, because the only people who care are your customers. And I agree, these are the ones that pay you, but these are also the group that need to realize that technology is non-stop moving forward, and at a very fast pace. Your customer should ask himself how he uses the web, and believe me, they use it the same way as everybody else: google what you need, scan the page for what they need and take action. Nobody cares about the several hours the developer spent on making those fancy buttons cross browser, they will just click it. I bet that if you would ask them about the button details (button color, font color) they wouldn&#8217;t even know!</p>
<p>My opinion: develop for the best, optimize for the rest!</p>
<p>So what&#8217;s your opinion? How do you develop your websites?</p>
]]></content:encoded>
			<wfw:commentRss>http://joggink.com/2011/01/do-websites-need-to-look-the-same-in-every-browser/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cross browser testing</title>
		<link>http://joggink.com/2010/05/cross-browser-testing/</link>
		<comments>http://joggink.com/2010/05/cross-browser-testing/#comments</comments>
		<pubDate>Mon, 03 May 2010 10:44:25 +0000</pubDate>
		<dc:creator>joggink</dc:creator>
				<category><![CDATA[frontend development]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=288</guid>
		<description><![CDATA[It&#8217;s inevitable, sometimes annoying and yet, it&#8217;s part of our charming job: cross browser testing, and even cross OS testing. As frontdend developers, we want to deliver quality, therefore making sure that what we deliver is functional. It doesn&#8217;t have &#8230; <a href="http://joggink.com/2010/05/cross-browser-testing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s inevitable, sometimes annoying and yet, it&#8217;s part of our charming job: cross browser testing, and even cross OS testing. As frontdend developers, we want to deliver quality, therefore making sure that what we deliver is functional. It<a href="http://dowebsitesneedtolookexactlythesameineverybrowser.com/" target="_blank"> doesn&#8217;t have to look 100% the same</a>, their might be <a href="http://en.wikipedia.org/wiki/Fault-tolerant_system" target="_blank">some fallback</a> (cf. <a href="http://www.w3.org/TR/css3-roadmap/" target="_blank">css3</a>, javascript) but in the end, the visitor has to be able to do what he is ought to do, browse, search, navigate, buy, etc&#8230;</p>
<p>So I have my own setup to test everything, but I&#8217;m eager to learn new ways.</p>
<p>At the moment I work on a macbook pro, I have vmware fusion running windows xp with IE6 and firefox, windows vista running IE7 &amp; 8 and firefox, windows 7 running IE8 and an ubuntu with firefox and Konqueror. I don&#8217;t test chrome because I use safari 4, firefox and opera on my mac to test stuff, but maybe I should add chrome to my vista setup. I also use the iphone developer tools to test sites on iPhone and iPad.</p>
<p>So how do you test your sites?</p>
]]></content:encoded>
			<wfw:commentRss>http://joggink.com/2010/05/cross-browser-testing/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>JQTouch: Jquery plugin for mobile web development</title>
		<link>http://joggink.com/2009/10/jqtouch-jquery-plugin-for-mobile-web-development/</link>
		<comments>http://joggink.com/2009/10/jqtouch-jquery-plugin-for-mobile-web-development/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:01:44 +0000</pubDate>
		<dc:creator>joggink</dc:creator>
				<category><![CDATA[frontend development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=269</guid>
		<description><![CDATA[This is some cool stuff. A jquery plugin allowing you to build solid iPhone webapps. If you have an iPhone you should definitely check out the examples. Otherwhise, check out this screencast, it&#8217;s really neat!]]></description>
			<content:encoded><![CDATA[<p>This is some cool stuff. A jquery plugin allowing you to build solid iPhone webapps. If you have an iPhone you should definitely check out the <a href="http://jqtouch.com/preview/demos/main/" target="_blank">examples</a>.</p>
<p>Otherwhise, check out this screencast, it&#8217;s really neat!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/6X4K2MQsSeI&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/6X4K2MQsSeI&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://joggink.com/2009/10/jqtouch-jquery-plugin-for-mobile-web-development/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Discovering magic: the ident engine</title>
		<link>http://joggink.com/2009/10/discovering-magic-the-ident-engine/</link>
		<comments>http://joggink.com/2009/10/discovering-magic-the-ident-engine/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:30:54 +0000</pubDate>
		<dc:creator>joggink</dc:creator>
				<category><![CDATA[frontend development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=259</guid>
		<description><![CDATA[Most of us create identities across the web without much conscious thought. We fill in profiles, upload photos, videos, reviews, and bookmarks. Although this information is often public, it’s fragmented into the silos of individual websites. Wouldn’t it be a &#8230; <a href="http://joggink.com/2009/10/discovering-magic-the-ident-engine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.joggink.com/wp-content/uploads/2009/10/Screen-shot-2009-10-08-at-15.27.35.png"><img class="size-medium wp-image-260 alignright" title="Ident engine profile search joggink" src="http://blog.joggink.com/wp-content/uploads/2009/10/Screen-shot-2009-10-08-at-15.27.35-300x196.png" alt="Ident engine profile search joggink" width="180" height="118" /></a></p>
<blockquote><p>Most of us create identities across the web without much conscious thought. We fill in profiles, upload photos, videos, reviews, and bookmarks. Although this information is often public, it’s fragmented into the silos of individual websites. Wouldn’t it be a little magical if, when you signed up for a new site, the site said something like, “We notice you have a profile photo on Flickr and Twitter, would you like to use one of those or upload a new one?”</p>
<p><a href="http://www.alistapart.com/articles/discovering-magic/" target="_blank">Full article</a></p></blockquote>
<p><a href="http://www.alistapart.com/authors/j/glennjones" target="_blank">Glenn Jones</a> has written a javascript library that collects data from different social profiles. It currently supports 70 sites and 142 endpoint mappings. Now that&#8217;s some real magic! You can download this engine for free at <a href="http://identengine.com/" target="_blank">identengine.com</a>.</p>
<p>He also did a presentation about blending social graph data and other open data sources at <a href="http://twiist.be/" target="_blank">Twiist.be</a> in Leuven.</p>
<div id="__ss_1444828" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Experiments in Data Portability 2" href="http://www.slideshare.net/glennjones/experiments-in-data-portability-2">Experiments in Data Portability 2</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=twiist01-090516105000-phpapp01&amp;rel=0&amp;stripped_title=experiments-in-data-portability-2" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=twiist01-090516105000-phpapp01&amp;rel=0&amp;stripped_title=experiments-in-data-portability-2" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/glennjones">Glenn Jones</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://joggink.com/2009/10/discovering-magic-the-ident-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bumptop 3D desktop</title>
		<link>http://joggink.com/2009/10/bumptop-3d-desktop/</link>
		<comments>http://joggink.com/2009/10/bumptop-3d-desktop/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 09:26:41 +0000</pubDate>
		<dc:creator>joggink</dc:creator>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=248</guid>
		<description><![CDATA[Seems like apples multitouch gesture took interfacing to a brand new level.]]></description>
			<content:encoded><![CDATA[<p>Seems like apples multitouch gesture took interfacing to a brand new level.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/eqcmPJ-oVL0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/eqcmPJ-oVL0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://joggink.com/2009/10/bumptop-3d-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Science of Aesthetics by Keith Lang</title>
		<link>http://joggink.com/2009/10/the-science-of-aesthetics-by-keith-lang/</link>
		<comments>http://joggink.com/2009/10/the-science-of-aesthetics-by-keith-lang/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 08:52:48 +0000</pubDate>
		<dc:creator>joggink</dc:creator>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=5</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="500" height="313"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6527897&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=59a5d1&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6527897&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=59a5d1&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="313"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://joggink.com/2009/10/the-science-of-aesthetics-by-keith-lang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

