<?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>Printcess -Our Work</title>
	<atom:link href="http://printcess.com.au/tag/diary/feed/" rel="self" type="application/rss+xml" />
	<link>http://printcess.com.au</link>
	<description>Specialists in Design, Print &#38; Production</description>
	<lastBuildDate>Wed, 21 Jun 2017 23:02:14 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.20</generator>
	<item>
		<title>Another great view</title>
		<link>http://printcess.com.au/surely-drive-fast/</link>
		<comments>http://printcess.com.au/surely-drive-fast/#comments</comments>
		<pubDate>Tue, 11 Mar 2014 20:57:50 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[diary]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://muze.stonedthemes.com/?p=51</guid>
		<description><![CDATA[<p>Earlier in the article, I alluded to the challenge of degrading the img tag gracefully in unsupported browsers. This was...</p>
<p>The post <a rel="nofollow" href="http://printcess.com.au/surely-drive-fast/">Another great view</a> appeared first on <a rel="nofollow" href="http://printcess.com.au">Printcess -</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Earlier in the article, I alluded to the challenge of degrading the img tag gracefully in unsupported browsers. This was another problem in creating Picturefill 2.0. Because it is a polyfill, the concept of unsupported browsers doesn’t really exist (kind of) — we’re using JavaScript to force it to work.</p>
<p>The edge case is this: If a browser doesn’t natively support picture or srcset and has JavaScript turned off, then you’ll get a frowny face. I can already feel your eyes rolling, but knowing the limitations of a system is important before you rely on it on a large scale. If a user were to come across a Picturefill’ed image in an unsupported browser with JavaScript turned off, they would see the image’s alt text — a nice little way to reinforce the importance of descriptive and meaningful alt text, isn’t it?</p>
<p>Alternative text is the fallback because the previous</p>
<noscript> solution caused problems with browsers that support picture or srcset but have JavaScript disabled (two images would render). The group also explored adding a src attribute to img (as in the specification), but that results in double-downloading, which defeats the purpose of allocating the appropriate image assets to the user.</p>
<p>We’ve come a long way with responsive images. We can see the light at the end of the tunnel, but a lot of work still has to be done. And we’d love your help!<br />
How To Get Involved.</p>
<p>If you’d like to get involved and help out with the responsive-images movement, join the RICG via the W3C. If that’s too much, we’re always looking for people to try out Picturefill’s beta version and submit bugs through the issue tracker on GitHub.<br />
You can also spread the word about great tools like Sizer Soze, which calculates the performance cost of not using responsive images.</p>
<p>The most commonly requested yet least effective are preflight usability checks. A pre-flight evaluation is effective if the main concept is already tested and proven. Test the design before going live to reveal the last few bugs or typos that might have been overlooked.</p>
<p>If this is the first test on the project, it will probably reveal deeper issues. Much deeper than an easy to fix button miss-alignment or a typo.We’ve conducted quite a few preflight usability studies and many times we discovered a core problem. On one occasion, the registration steps hadn’t been ordered in a sequence that had been logical to the user. On another, the touch-screen equivalent to drag ‘n’ drop with a mouse was missing.</p>
<p>Fixing a broken experience that’s discovered only a day or two before launch is usually postponed until the next release. Many more times still, there’s no clear roadmap after the project delivery, so the issue is never repaired. The solution? Test your designs early.</p>
<p>With both picture and srcset HTML syntaxes seeming like too much effort in the wrong places, we looked for a simpler solution. We wanted to be able to add a single image path and let the CSS, JavaScript and PHP deal with serving the correct image — instead of the HTML, which should simply have the correct information in place.</p>
<p>At the time of developing the website, no obvious solution matched our requirements. Most centered on emulating picture or srcset, which we had already determined weren’t right for our needs.</p>
<p>The Etch website is very image-heavy, which would make manually resizing each image a lengthy process and prone to human error. Even running an automated Photoshop script was deemed to require too much maintenance.<br />
Our solution was to find the display width of the image with JavaScript at page-loading time, and then pass the src and width to a PHP script, which would resize and cache the images on the fly before inserting them back into the DOM.</p>
<p>We’ll look at an abstracted example of the code, written in HTML, JavaScript, PHP and LESS. You can find a working demo on my website. If you’d like to grab the files for the demo, they can be found on GitHub.</p>
</noscript>
<p>The post <a rel="nofollow" href="http://printcess.com.au/surely-drive-fast/">Another great view</a> appeared first on <a rel="nofollow" href="http://printcess.com.au">Printcess -</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://printcess.com.au/surely-drive-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leafs are falling</title>
		<link>http://printcess.com.au/leafs-are-falling/</link>
		<comments>http://printcess.com.au/leafs-are-falling/#comments</comments>
		<pubDate>Tue, 11 Mar 2014 20:55:58 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[diary]]></category>

		<guid isPermaLink="false">http://muze.stonedthemes.com/?p=48</guid>
		<description><![CDATA[<p>The most commonly requested yet least effective are preflight usability checks. A pre-flight evaluation is effective if the main concept...</p>
<p>The post <a rel="nofollow" href="http://printcess.com.au/leafs-are-falling/">Leafs are falling</a> appeared first on <a rel="nofollow" href="http://printcess.com.au">Printcess -</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>The most commonly requested yet least effective are preflight usability checks. A pre-flight evaluation is effective if the main concept is already tested and proven. Test the design before going live to reveal the last few bugs or typos that might have been overlooked.</p>
<p>If this is the first test on the project, it will probably reveal deeper issues. Much deeper than an easy to fix button miss-alignment or a typo.We’ve conducted quite a few preflight usability studies and many times we discovered a core problem. On one occasion, the registration steps hadn’t been ordered in a sequence that had been logical to the user. On another, the touch-screen equivalent to drag ‘n’ drop with a mouse was missing.</p>
<p>Fixing a broken experience that’s discovered only a day or two before launch is usually postponed until the next release. Many more times still, there’s no clear roadmap after the project delivery, so the issue is never repaired. The solution? Test your designs early.</p>
<p>With both picture and srcset HTML syntaxes seeming like too much effort in the wrong places, we looked for a simpler solution. We wanted to be able to add a single image path and let the CSS, JavaScript and PHP deal with serving the correct image — instead of the HTML, which should simply have the correct information in place.</p>
<p>At the time of developing the website, no obvious solution matched our requirements. Most centered on emulating picture or srcset, which we had already determined weren’t right for our needs.</p>
<p>The Etch website is very image-heavy, which would make manually resizing each image a lengthy process and prone to human error. Even running an automated Photoshop script was deemed to require too much maintenance.<br />
Our solution was to find the display width of the image with JavaScript at page-loading time, and then pass the src and width to a PHP script, which would resize and cache the images on the fly before inserting them back into the DOM.</p>
<p>We’ll look at an abstracted example of the code, written in HTML, JavaScript, PHP and LESS. You can find a working demo on my website. If you’d like to grab the files for the demo, they can be found on GitHub.</p>
<p>The post <a rel="nofollow" href="http://printcess.com.au/leafs-are-falling/">Leafs are falling</a> appeared first on <a rel="nofollow" href="http://printcess.com.au">Printcess -</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://printcess.com.au/leafs-are-falling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burned wood on fire</title>
		<link>http://printcess.com.au/burned-wood-on-fire/</link>
		<comments>http://printcess.com.au/burned-wood-on-fire/#comments</comments>
		<pubDate>Fri, 14 Feb 2014 11:33:59 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[diary]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://muze.stonedthemes.com/?p=1</guid>
		<description><![CDATA[<p>One our search for the holy grail of serving the right image to the user, our attitude towards browser makers...</p>
<p>The post <a rel="nofollow" href="http://printcess.com.au/burned-wood-on-fire/">Burned wood on fire</a> appeared first on <a rel="nofollow" href="http://printcess.com.au">Printcess -</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>One our search for the holy grail of serving the right image to the user, our attitude towards browser makers until now has largely been, “Forget you — we’ll do it ourselves.” I’m certainly no exception. We were so attentive to responsive images and were exposed to all of the guesswork and trials that are not typically released to the public that we got impatient (rightfully so) and did it with JavaScript.</p>
<p>The difference between a CSS transition and a responsive image is, of course, how they degrade. If a CSS transition doesn’t work, who really cares? Your interface might be a little jumpy, but the experience as a whole won’t really suffer because your users will still be able to accomplish their goal and consume the content they need.</p>
<p>That really isn’t the case with images. How does a new image tag degrade? The img tag is so widely accepted that I couldn’t even find when the W3C recommended it as a standard, other than a small reference in the HTML 4.01 specification. Replacing or even expanding on the img tag would be like telling Frank Sinatra to wear a baseball cap instead of a fedora — you’ll get some pushback.</p>
<p>As responsive design grew in popularity and as the media through which users consume information became uncontrollable, we slowly realized that img by itself wasn’t going to cut the mustard. We started asking questions like, “What screen size is the user on?” and “What’s the pixel density of the screen?” These questions fuelled our image techniques until we realized that screen size and pixel density have absolutely no relationship to the amount of bandwidth available to serve up a huge high-definition image.</p>
<p>The post <a rel="nofollow" href="http://printcess.com.au/burned-wood-on-fire/">Burned wood on fire</a> appeared first on <a rel="nofollow" href="http://printcess.com.au">Printcess -</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://printcess.com.au/burned-wood-on-fire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
