<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: 150. User Manipulation</title>
	<atom:link href="http://boagworld.com/podcast/150-user-manipulation/feed/" rel="self" type="application/rss+xml" />
	<link>http://boagworld.com/podcast/150-user-manipulation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=150-user-manipulation</link>
	<description>Advice on web design and digital strategy from Paul Boag</description>
	<lastBuildDate>Tue, 21 May 2013 11:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Sean</title>
		<link>http://boagworld.com/podcast/150-user-manipulation/#comment-4783</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 17 Feb 2009 13:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/150-user-manipulation#comment-4783</guid>
		<description><![CDATA[&lt;p&gt;Probably a better way to add PNG support is &lt;a href=&quot;http://www.twinhelix.com/css/iepngfix/&quot; rel=&quot;nofollow&quot;&gt;http://www.twinhelix.com/css/iepngfix/&lt;/a&gt;
It also supports background-position and background-repeat and supports the A:hover pseudo-class. And thankfully it lacks some of the bugs you&#039;ll find with DD_belatedPNG fix.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Probably a better way to add PNG support is <a href="http://www.twinhelix.com/css/iepngfix/" rel="nofollow">http://www.twinhelix.com/css/iepngfix/</a><br />
It also supports background-position and background-repeat and supports the A:hover pseudo-class. And thankfully it lacks some of the bugs you&#8217;ll find with DD_belatedPNG fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Morss</title>
		<link>http://boagworld.com/podcast/150-user-manipulation/#comment-4782</link>
		<dc:creator>Nick Morss</dc:creator>
		<pubDate>Thu, 05 Feb 2009 15:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/150-user-manipulation#comment-4782</guid>
		<description><![CDATA[&lt;p&gt;IE6 is not the only version with PNG issues. IE7 has problems tiling small (dimension) PNG&#039;s.
&lt;a href=&quot;http://www.nczonline.net/blog/2007/02/05/ie-vs-png-the-battle-continues/&quot; rel=&quot;nofollow&quot;&gt;http://www.nczonline.net/blog/2007/02/05/ie-vs-png-the-battle-continues/&lt;/a&gt;
The solution they use isn&#039;t great though, the easiest way is to simply increase the dimensions of the tile making it a heavier image but more manageable as  IE7 only needs to create a fraction of the instances of that image to tile.
As usual, liking the podcasts, even better when you ask yourself questions you cant answer...like VML, but hay were only human... for now!?
Cheers
Nick&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>IE6 is not the only version with PNG issues. IE7 has problems tiling small (dimension) PNG&#8217;s.<br />
<a href="http://www.nczonline.net/blog/2007/02/05/ie-vs-png-the-battle-continues/" rel="nofollow">http://www.nczonline.net/blog/2007/02/05/ie-vs-png-the-battle-continues/</a><br />
The solution they use isn&#8217;t great though, the easiest way is to simply increase the dimensions of the tile making it a heavier image but more manageable as  IE7 only needs to create a fraction of the instances of that image to tile.<br />
As usual, liking the podcasts, even better when you ask yourself questions you cant answer&#8230;like VML, but hay were only human&#8230; for now!?<br />
Cheers<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SBL photo manipulation</title>
		<link>http://boagworld.com/podcast/150-user-manipulation/#comment-4781</link>
		<dc:creator>SBL photo manipulation</dc:creator>
		<pubDate>Tue, 03 Feb 2009 06:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/150-user-manipulation#comment-4781</guid>
		<description><![CDATA[&lt;p&gt;Great stuff!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Great stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio Wolff</title>
		<link>http://boagworld.com/podcast/150-user-manipulation/#comment-4780</link>
		<dc:creator>Mauricio Wolff</dc:creator>
		<pubDate>Sat, 31 Jan 2009 09:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/150-user-manipulation#comment-4780</guid>
		<description><![CDATA[&lt;p&gt;VML = Vector Markup Language
Vector Markup Language (VML) is an XML language used to produce vector graphics. VML was submitted as a proposed standard to the W3C in 1998 by Microsoft, Macromedia, and others. Around the same time other competing W3C submissions were received in the area of web vector graphics, such as PGML from Adobe, Sun, and others.
As a result of these submissions, a new W3C working group was created, which produced SVG.
Even though largely ignored by developers, Microsoft still implemented VML into Internet Explorer 5.0 and higher and in Microsoft Office 2000 and higher.
Google Maps currently uses VML for rendering vectors when running on Internet Explorer 5.5+, and SVG on other browsers.
The Vector Markup Language is specified in Part 4 of the Office Open XML standards ISO/IEC 29500:2008 and ECMA-376.
Too well written to be mine.  : )
&lt;a href=&quot;http://en.wikipedia.org/wiki/Vector_Markup_Language&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Vector_Markup_Language&lt;/a&gt;&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>VML = Vector Markup Language<br />
Vector Markup Language (VML) is an XML language used to produce vector graphics. VML was submitted as a proposed standard to the W3C in 1998 by Microsoft, Macromedia, and others. Around the same time other competing W3C submissions were received in the area of web vector graphics, such as PGML from Adobe, Sun, and others.<br />
As a result of these submissions, a new W3C working group was created, which produced SVG.<br />
Even though largely ignored by developers, Microsoft still implemented VML into Internet Explorer 5.0 and higher and in Microsoft Office 2000 and higher.<br />
Google Maps currently uses VML for rendering vectors when running on Internet Explorer 5.5+, and SVG on other browsers.<br />
The Vector Markup Language is specified in Part 4 of the Office Open XML standards ISO/IEC 29500:2008 and ECMA-376.<br />
Too well written to be mine.  : )<br />
<a href="http://en.wikipedia.org/wiki/Vector_Markup_Language" rel="nofollow">http://en.wikipedia.org/wiki/Vector_Markup_Language</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://boagworld.com/podcast/150-user-manipulation/#comment-4779</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Sat, 31 Jan 2009 00:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/150-user-manipulation#comment-4779</guid>
		<description><![CDATA[&lt;p&gt;Paul,
Regarding the pbwiki example mentioned late in the show, you advocated allowing a user to spend time creating something and then ambushing them late in the process with a fee or they face losing all of their hard work. Perhaps you didn&#039;t mean this. Nothing will turn me against a company faster than this technique. If there is a fee for a service, it had better be clear from the the beginning.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Paul,<br />
Regarding the pbwiki example mentioned late in the show, you advocated allowing a user to spend time creating something and then ambushing them late in the process with a fee or they face losing all of their hard work. Perhaps you didn&#8217;t mean this. Nothing will turn me against a company faster than this technique. If there is a fee for a service, it had better be clear from the the beginning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://boagworld.com/podcast/150-user-manipulation/#comment-4778</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 29 Jan 2009 12:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/150-user-manipulation#comment-4778</guid>
		<description><![CDATA[&lt;p&gt;Great show as always.  I really enjoyed the interview.
What was that usability podcast that Paul mentioned called?  What other usability/UX podcasts do people recommend?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Great show as always.  I really enjoyed the interview.<br />
What was that usability podcast that Paul mentioned called?  What other usability/UX podcasts do people recommend?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: boagworld.com @ 2013-05-22 16:07:01 by W3 Total Cache -->