<?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>Digitpaint - we.blog</title>
	<atom:link href="http://blog.digitpaint.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.digitpaint.nl</link>
	<description>Stuff &#38; nonsense on web development</description>
	<lastBuildDate>Wed, 09 Nov 2011 16:29:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Make your mailings look better on mobile</title>
		<link>http://blog.digitpaint.nl/2011/11/mobile-html-email-tricks/</link>
		<comments>http://blog.digitpaint.nl/2011/11/mobile-html-email-tricks/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 16:29:34 +0000</pubDate>
		<dc:creator>Edwin</dc:creator>
				<category><![CDATA[E-mail]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=310</guid>
		<description><![CDATA[@media for email When you send a newsletter or campaign you can’t predict how the user&#8217;s email client will render it as you don&#8217;t know what client the receiver has. This means we can’t create multiple versions and decide up-front which version we send to the which client. Luckily we can control the HTML rendering [...]]]></description>
			<content:encoded><![CDATA[<h2>@media for email</h2>
<div id="attachment_319" class="wp-caption alignright" style="width: 210px"><a href="http://blog.digitpaint.nl/wp-content/uploads/2011/11/media-1.png"><img class="size-medium wp-image-319  " title="With @media-queries" src="http://blog.digitpaint.nl/wp-content/uploads/2011/11/media-1-200x300.png" alt="Screenshot of our example code with @media-queries" width="200" height="300" /></a><p class="wp-caption-text">Screenshot of our example code with @media-queries</p></div> <div id="attachment_319" class="wp-caption alignright" style="width: 210px"><a href="http://blog.digitpaint.nl/wp-content/uploads/2011/11/media-0.png"><img class="size-medium wp-image-319 " title="Without @media-queries" src="http://blog.digitpaint.nl/wp-content/uploads/2011/11/media-0-200x300.png" alt="Screenshot of our example code without @media-queries" width="200" height="300" /></a><p class="wp-caption-text">Screenshot of our example code without @media-queries</p></div>
<p>When you send a newsletter or campaign you can’t predict how the user&#8217;s email client will render it as you don&#8217;t know what client the receiver has. This means we can’t create multiple versions and decide up-front which version we send to the which client. Luckily we can control the HTML rendering with CSS <code>@media</code>-queries on supported clients. Support of this is good on iOS but behaves somewhat unpredictable on Android Mail, but the good thing is that clients that don&#8217;t support them will just ignore them. By using <code>@media</code>-queries you can target certain css-rules that only should be applied when the size of the dislay is smaller then a specified size (there are other options too, but for simplicity&#8217;s sake I will stick to the size for now).</p>
<p>I’ve made a <a title="Email newsletter gist" href="https://gist.github.com/1339072">gist</a> of the code I used for the example above. This example shows how you can use <code>@media</code>-queries to adjust your e-mail to the screensize of the iPhone.</p>
<h2>Controlling the preview</h2>
<p>Another trick I like to mention is a solution to control the preview of an email. The mentioned studies confirm that the preview functionality of email clients is very important in the decision wether a receiver will read your email or not. This See the example below:</p>
<p><a href="http://blog.digitpaint.nl/wp-content/uploads/2011/11/gmail-preview-0.png"><img title="gmail-preview-0" src="http://blog.digitpaint.nl/wp-content/uploads/2011/11/gmail-preview-0-1024x70.png" alt="Gmail preview without a set text" width="614" height="42" /></a></p>
<p><a href="http://blog.digitpaint.nl/wp-content/uploads/2011/11/gmail-preview-1.png"><img class="size-large wp-image-317" title="gmail-preview-1" src="http://blog.digitpaint.nl/wp-content/uploads/2011/11/gmail-preview-1-1024x68.png" alt="Gmail preview with a set text" width="614" height="41" /></a></p>
<p>As with everything web-related, the content remains the most important reason for a receiver to read your newsletter or not. But now it&#8217;s possible to do a lot of cool stuff. I mean hey, we can even use <code>box-shadow</code> in emails on the iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/11/mobile-html-email-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; Jake Archibald &#8220;In your @font-face&#8221;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteers-2011-jake-archibald/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteers-2011-jake-archibald/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 19:24:40 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=293</guid>
		<description><![CDATA[Some font embedding history Back in the 80ies fonts were bitmaps because they were fast to render In the early 90ies there were font wars between Adobe and Apple (later joined by Microsoft) Finally PS-fonts were defeated by Apple&#8217;s/Microsoft&#8217;s truetype fonts Font embedding was possible in NN4 by .pfr fonts In IE4 MS solved the [...]]]></description>
			<content:encoded><![CDATA[<h2>Some font embedding history</h2>
<ul>
<li>Back in the 80ies fonts were bitmaps because they were fast to render</li>
<li>In the early 90ies there were font wars between Adobe and Apple (later joined by Microsoft)</li>
<li>Finally PS-fonts were defeated by Apple&#8217;s/Microsoft&#8217;s truetype fonts</li>
<li>Font embedding was possible in NN4 by .pfr fonts</li>
<li>In IE4 MS solved the problem with @font-face declarations in css with .eot fonts</li>
</ul>
<h2>Font embedding now</h2>
<ul>
<li>You have to supply the font in 4 different formats (.woff, .eot, .ttf and .svg)</li>
<li>After 17 years, this is the best way we came up with to support fonts? <a href="http://yfrog.com/h850nthj" target="_blank">See the slide on how to embed the font</a></li>
<li>Font loading mechanisms are very different across browsers</li>
<li>Current Opera&#8217;s seems to be horribly broken with @font-face</li>
<li>IE6, IE7 and Opera have very bad fallbacks</li>
</ul>
<h2>Optimizing fonts for embedding</h2>
<ul>
<li>Reduce the number of glyphs</li>
<li>Chop fonts up in several glyph-ranges and use <code>unicode-range</code>, it&#8217;s not very well supported though</li>
<li>Send the font gzipped to the browser</li>
<li>You could remove hinting, but this makes rendering go bad in windows GDI</li>
<li>Using postscript outlines improves windows GDI rendering</li>
</ul>
<h2>Font loading</h2>
<ul>
<li>IE8 has terrible font-face loading mechanism</li>
<li>Supply the font in-line before any css/script tags for IE8</li>
<li>Or use google webfont-loader</li>
<li>Font-size adjust helps us to sync sizes of the fallback font with our font</li>
</ul>
<h2>Bottom line</h2>
<ul>
<li>Serve at least EOT &#038; TTF fonts</li>
<li>Avoid unnecessary downloads</li>
<li>Show content quickly</li>
<li>Make fonts small</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteers-2011-jake-archibald/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; John Resig &#8220;jQuery and the Open Source Process&#8221;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteers-2011-john-resig-jquery-and-the-open-source-process/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteers-2011-john-resig-jquery-and-the-open-source-process/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 19:09:15 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=291</guid>
		<description><![CDATA[You need to give devs/users the tools and resources to grow Initial contact whould be extremely simple A good first impression should answer: What is this? What can it do for me? Where can I go to learn more? The user should never have to ask for help in the getting started tutorial After initial [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>You need to give devs/users the tools and resources to grow</li>
<li>Initial contact whould be extremely simple</li>
<li>A good first impression should answer:
<ul>
<li>What is this?</li>
<li>What can it do for me?</li>
<li>Where can I go to learn more?</li>
</ul>
</li>
<li>The user should never have to ask for help in the getting started tutorial</li>
<li>After initial contact, the user should have multiple internal and external channels to ask questions</li>
<li>Monitoring your community is very important</li>
<li>Treat every use as a future contributor, because the can be</li>
<li>Follow up with your large users, contact them and make sure their issues are being addressed</li>
<li>Make sure your users feel like they are being heard</li>
<li>Good API documentation is critical</li>
<li>You need to provide a larger structure so your users understand how things work and can learn</li>
<li>Be transparent in your process</li>
<li>Test everything with a clear process</li>
<li>Fix bugs according to a defined process</li>
<li>Open up the roadmap decisions so people can participate and contribute</li>
<li>Support your users, track your users, help them grow and flourish</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteers-2011-john-resig-jquery-and-the-open-source-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; Seb Lee-Delisle &#8220;CreativeJS  &#8211; beauty in the browser&#8221;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteers-2011-seb-lee-delisle/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteers-2011-seb-lee-delisle/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 18:33:49 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=289</guid>
		<description><![CDATA[He curates very cool web-graphics on creativejs.com Looking at awesome visuals is nice, but creating them is even better Particle systems are easy and cheating goes a long way Drag, gravity and collision detection can be done in a pretty simpl way One particle is just pointless Using additive blending can be used to create [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>He curates very cool web-graphics on <a href="http://creativejs.com" target="_blank">creativejs.com</a></li>
<li>Looking at awesome visuals is nice, but creating them is even better</li>
<li>Particle systems are easy and cheating goes a long way</li>
<li>Drag, gravity and collision detection can be done in a pretty simpl way</li>
<li>One particle is just pointless</li>
<li>Using additive blending can be used to create a lot of effects</li>
<li>Don&#8217;t worry about screwing things up</li>
<li>Share the things you create</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteers-2011-seb-lee-delisle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; Robert Nyman &#8220;HTML5 Forms &#8211; KISS time&#8221;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteers-2011-robert-nyman/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteers-2011-robert-nyman/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 18:20:04 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=286</guid>
		<description><![CDATA[New input types/attributes and elements Some of the new input types in HTML5: date, range, search, number Mobile forms are very hard to use, the new HTML5 input types can give dedicated controls for certain input types New form attributes: autofocus, autocomplete, formaction (and other form specific attributes), spellcheck and placeholder but there are still [...]]]></description>
			<content:encoded><![CDATA[<h2>New input types/attributes and elements</h2>
<ul>
<li> Some of the new input types in HTML5: date, range, search, number</li>
<li> Mobile forms are very hard to use, the new HTML5 input types can give dedicated controls for certain input types</li>
<li> New form attributes: <code>autofocus</code>, <code>autocomplete</code>, <code>formaction</code> (and other form specific attributes), <code>spellcheck</code> and <code>placeholder</code> but there are still some browser inconsistencies</li>
<li> <code>mozactionhint</code> can change the &#8220;next&#8221; button of mobile keyboards (Mozilla only at the moment)</li>
<li> Datalist entries make autocomplete/selection a breeze</li>
</ul>
<h2>Form validation</h2>
<ul>
<li><code>required</code> attribute for required fields</li>
<li>Validation by a certain input type like <code>email</code> (currently only works with us-ascii characters)</li>
<li>More advanced validations by regular expressions are possible too, but they accept empty strings and give no hints about the format on error</li>
<li>Custom error messages still have to be set in JS though and they break the <code>checkValidity</code> function in javascript</li>
<li>There is a <code>invalid</code> event which seems consistent in all browser and you can use it to show the validation messages</li>
<li>Validation happens on pageload too, but nothing has been filled in at that point, so it&#8217;s currently a bit useless</li>
<li>In Mozilla there is the <code>ui-moz-invalid</code> which remedies the validation-on-pageload issue</li>
</ul>
<h2>Styling</h2>
<ul>
<li>You can style the placeholder with the <code>:-PREFIX-placeholder</code> pseudo, but you can onlys style some properties (in webkit at least)</li>
<li>To style error messages there are a lot more pseudos like <code>:invalid</code></li>
</ul>
<h2>Can we use it now?</h2>
<p>
  Robert thinks so, but cautiously it is also possible to use polyfills if necessary, but those need to be applied cautiously too</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteers-2011-robert-nyman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; Divya Manian &#8220;The New Developer Workflow&#8221;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteers-2011-divya-manian/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteers-2011-divya-manian/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 10:48:25 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=280</guid>
		<description><![CDATA[The 2012 workflow Webdevelopment-tools Learn about them and use them. Not just debuggers for css/js but also emulators/simulators, remote debuggers and documentation. Version control Use version control everywhere, even for design. Feature based design See what (browser)features we can use and deliberately make design-choices based upon their availability Use polyfills for functionality thas is essential [...]]]></description>
			<content:encoded><![CDATA[<h2>The 2012 workflow</h2>
<h3>Webdevelopment-tools</h3>
<ul>
<li>Learn about them and use them. Not just debuggers for css/js but also emulators/simulators, remote debuggers and documentation.</li>
</ul>
<h3>Version control</h3>
<ul>
<li>Use version control everywhere, even for design.</li>
</ul>
<h3>Feature based design</h3>
<ul>
<li>See what (browser)features we can use and deliberately make design-choices based upon their availability</li>
<li>Use polyfills for functionality thas is essential for the core experience of your website</li>
<li>Always use all vendor-prefixes if they are necessary. Know the css vendor-prefix lifecycle (<a href="http://yfrog.com/hw9rszj">See Divya&#8217;s slide on vendor-prefix lifecycle</a>) and drop them if they aren&#8217;t necessary anymore</li>
<li>Drop vendor-prefixes for: <code>box-shadow</code>, <code>border-radius</code>, <code>background-clip</code></li>
</ul>
<h3>Pre-processors</h3>
<ul>
<li>They make coding a lot easier with features like auto-spriting and mathematical calculations</li>
<li>Incorporated in a build-script they make deployment of your assets to production very simple</li>
</ul>
<h3>Embracing specs</h3>
<ul>
<li>Learn to love the specs, learn them by heart and make it part of your work</li>
<li>If you&#8217;re proficient in the specs, submit bugs to browser vendors and participate in the working-group discussions </li>
</ul>
<p>
Divya&#8217;s sheets from her presentation can be found here: <a href="http://nimbu.in/fronteers/#intro">http://nimbu.in/fronteers/#intro</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteers-2011-divya-manian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; Alex Russel &#8220;Data, semantics &amp; the process of progress&#8221;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteers-2011-alex-russel/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteers-2011-alex-russel/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 09:55:35 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=275</guid>
		<description><![CDATA[The process of change We want to our toys and we want them right now, but we&#8217;re stuggling with the adoption risk: Lock-in risk: is this feature a standard? Run-time risk: we want it to perform! Mission or rechnical risks: we nee configurable and extensible APIs Evolution thrives on iteration, without regular browser updates we [...]]]></description>
			<content:encoded><![CDATA[<h2>The process of change</h2>
<ul>
<li>We want to our toys and we want them right now, but we&#8217;re stuggling with the adoption risk:
<ul>
<li>Lock-in risk: is this feature a standard?</li>
<li>Run-time risk: we want it to perform!</li>
<li>Mission or rechnical risks: we nee configurable and extensible APIs</li>
</ul>
</li>
<li>Evolution thrives on iteration, without regular browser updates we can&#8217;t use new features</li>
<li>Solutions to stalled evolution:
<ul>
<li>Plan A: an evolving platfrom</li>
<li>Plan B: frameworks and compilers (polyfills, js-libraries, pre-processors, etc)</li>
</ul>
</li>
<li>We should focus on taking advantage of new stuff, because there will be more future than there was past</li>
<li>We need checkpoints but we need to keep feeding the process of change</li>
<li>We thrive on shared ambiguity: HTML doesn&#8217;t mean anything by itself, but we agree on what it means and therefor it has meaning</li>
</ul>
<h2>Web components &amp; model-driven views</h2>
<ul>
<li>Web components allow us to define our own elements like <code>&lt;x-comment&gt;&lt;/x-comment&gt;</code> with it&#8217;s<br />
own internal shadow dom, default styling and scripted behaviour.</li>
<li>Model-driven views is basically templating directly in HTML. Data can be fed to these views directly from HTML or by JS</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteers-2011-alex-russel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; Tab Atkins &#8220;The Future of CSS &#8211; Current Experiments and Near-Future Reality&#8221;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteers-2011-tab-atkins/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteers-2011-tab-atkins/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 08:41:03 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=271</guid>
		<description><![CDATA[The image spec The gradient angle orientation has changed in the latest specs The element() function allows us to use an element as a background of another. This means we can use generated canvas images as backgrounds The image() function is a beefed-up url() function which allows us to have fallbacks for images or create [...]]]></description>
			<content:encoded><![CDATA[<h2>The image spec</h2>
<ul>
<li>The gradient angle orientation has changed in the latest specs</li>
<li>The element() function allows us to use an element as a background of another. This means we can use generated <code>canvas</code> images as  backgrounds</li>
<li>The image() function is a beefed-up url() function which allows us to have fallbacks for images or create an image from a color on the fly</li>
<li>Other new rules in the spec: <code>image-resolution</code>, <code>image-orientation</code>, <code>object-fit</code> &amp; <code>object-position</code></li>
</ul>
<h2>The list spec</h2>
<ul>
<li>We can use the <code>::marker</code> pseudo-element to style the bulletpoint/number</li>
<li>We can declare new counter-styles with our own glyps (very powerfull feature)</li>
</ul>
<h2>The values &amp; unit spec</h2>
<ul>
<li>Defines basic units in css.</li>
<li>
    Some new units:</p>
<ul>
<li><code>vw</code> and <code>vh</code> (viewport width/height)</li>
<li><code>ex</code> (font&#8217;s x-height)</li>
<li><code>rem</code> (the computed value of font-size on the root element)</li>
<li><code>ch</code> (with of a 0, an average character)</li>
</ul>
</li>
<li><code>calc()</code> allows us to add units up for instance: <code>width: calc(100% - 20px);</code></li>
<li><code>attr()</code> takes a certain element attribute and uses it as a CSS value</li>
<li><code>cycle()</code> cycles on each nesting</li>
</ul>
<h2>CSS4 selectors</h2>
<ul>
<li>Table <code>:col</code> pseudo to style table columns</li>
<li>New link pseudos like <code>:any-link</code> (matches visited links too) and <code>:local-link</code> (matches in-page links, can also match on parts of the url)</li>
<li>New time pseudos <code>:current</code>, <code>:past</code> and <code>:future</code></li>
<li>Reference combinator: lets you follow IDREF attributes like <code>for</code> by using <code>/for/</code></li>
</ul>
<h2>And more</h2>
<ul>
<li>CSS variables, declaring variables with <code>@variable $mycolor #fff</code> and use them like this: <code>color: $mycolor;</code></li>
<li>CSS Nesting so we don&#8217;t have to re-declare a lot of selectors</li>
</ul>
<p>
  Let&#8217;s hope we can use some of these new css features soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteers-2011-tab-atkins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; Stephen Hay &#8220;Go with the flow&#8221;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteers-2011-stephen-hay/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteers-2011-stephen-hay/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 08:33:31 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=267</guid>
		<description><![CDATA[As the web annihilates print, we want to be able to do things we can do in print We still don&#8217;t have a decent layout-algorithm but we have stuff like round corners, shadows and animations Stephen divides layouts in three types: page layout, (ui) component layout and content layout CSS Regions is an extension on [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>As the web annihilates print, we want to be able to do things we can do in print</li>
<li>We still don&#8217;t have a decent layout-algorithm but we have stuff like round corners, shadows and animations</li>
<li>Stephen divides layouts in three types: page layout, (ui) component layout and content layout</li>
<li>CSS Regions is an extension on multi-column layouts. It allows us to place elements and have content overflow into these elements.</li>
<li>CSS exclusions allow content to flow in or around a shape, but it needs proper hyphenation support</li>
<li>With line grids we can align placed elements according to baseline</li>
<li>In frontend development we focus a lot on tools instead of looking at the problem at hand, we should be wary of just using cool features and apply zero-based thinking (what&#8217;s the absolute minimum?) and build from there.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteers-2011-stephen-hay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; Bruce Lawson &#8220;HTML5 Semantics: you too can be a bedwetting antfucker&#8221;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteers-2011-bruce-lawson/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteers-2011-bruce-lawson/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 08:29:45 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=263</guid>
		<description><![CDATA[Semantics are tough because it&#8217;s about content, and there is no such thing as a validator for it Semantics are about language and meaning, we currently have 105 elements in HTML5 to mark up our content meaniningful In HTML5 some elements have been redefined to give them meaning (like the I or SMALL tag) There [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Semantics are tough because it&#8217;s about content, and there is no such thing as a validator for it </li>
<li>Semantics are about language and meaning, we currently have 105 elements in HTML5 to mark up our content meaniningful</li>
<li>In HTML5 some elements have been redefined to give them meaning (like the <code>I</code> or <code>SMALL</code> tag)</li>
<li>There are 33 new elements in HTML5 (like <code>time</code> and <code>ruby</code>)</li>
<li>Just because things don&#8217;t work yet, doesn&#8217;t mean we shouldn&#8217;t use them, because they will work</li>
<li>The golden rule in semantics is: there is no golden rule (except you make a choice and stick to it: be consistent)</li>
<li>Semantics matter, even if we may not have much use for them yet, we cannot know what they can be used for in the future</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteers-2011-bruce-lawson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A dive into Google Apps for Businesses</title>
		<link>http://blog.digitpaint.nl/2011/10/a-dive-into-google-apps-for-businesses/</link>
		<comments>http://blog.digitpaint.nl/2011/10/a-dive-into-google-apps-for-businesses/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 08:17:59 +0000</pubDate>
		<dc:creator>Luis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=200</guid>
		<description><![CDATA[Setting things up The setup for Google Apps is easy and straight forward. First Google needs you to verify the domain ownership to make sure you&#8217;re not trying to seize a random companies email. After that you can start your actual setup. Following the setup wizard doesn&#8217;t take too long and it feels Google has [...]]]></description>
			<content:encoded><![CDATA[<h2>Setting things up</h2>
<p>The setup for Google Apps is easy and straight forward. First Google needs you to verify the domain ownership to make sure you&#8217;re not trying to seize a random companies email. After that you can start your actual setup. Following the setup wizard doesn&#8217;t take too long and it feels Google has put quite some effort in streamlining the set-up process. I didn&#8217;t add any Marketplace apps as I wanted to see the bare functionality of Google Apps. And I must say that after a quick look into the Google Marketplace I&#8217;m not sure I ever will add an app from it. Don&#8217;t get me wrong, there is a lot to choose from. But most of it is poorly documented and couldn&#8217;t give me a <em>production ready</em> feeling. Another thing about the Marketplace that bothered me was it being full of service companies offering me to setup my Google Apps environment. But enough about the Marketplace. The setup was finished and it was time to get started with my brand new Google Apps intranet.</p>
<h2>What I wanted</h2>
<p>My plan was to create a start page for our company intranet where I would put the latest posts from my management Google group that I had set up with the wizard, a calendar with all the planned appointments of all the users, the personal emails of the current user that is logged in and a people finder. The first option that came to mind was using Google Sites for this.</p>
<h2>What Google gave me</h2>
<p>After about 10 minutes of playing with Google Sites it was clear that I wasn&#8217;t going to be able to do what I wanted. Sites is a nice addition to the personal side of the Google platform, but as a business tool it lacks depth and more importantly integration. Why doesn&#8217;t Sites work with Google Docs in stead of a file cabinet? And why doesn&#8217;t it integrate with my Google Groups in stead of having it&#8217;s own announcement page?<br />
Creating a people finder was a similar pain in the back side. I just couldn&#8217;t find a quick out-of-the-box way of doing this. But why not? Was I asking for too much? Maybe my idea of a seamless Intranet is just not of this time anymore. I know the Intranet is changing, but I thought it was moving towards better integration between different applications.</p>
<h2>Conclusion</h2>
<p>Mail, Docs and Groups are easy to setup and easy to use. Sites might work for some, but don&#8217;t expect any form of interaction between Sites and other Apps out-of-the-box. Contacts works nicely when you need to find someone to send an email to, but what if I want an overview of all the people in the company?<br />
AlthoughI feel I have only scratched the surface of what Google Apps is capable of my conclusion, for now, is that if you need low cost, scalable intranet functionality as email, collaboration and newsgroups Google Apps is the way to go. But if your intranet needs are bigger, and you want an intranet where services integrate seamlessly with one another, you&#8217;ll need to find a Google Apps development company that can build your bespoke intranet solution on the Google Apps infrastructure.<br />
But I do see a potential problem here. Most IT Companies that claim to be Google Apps experts have little or no experience creating tailor-made software for the Google Apps platform, which for now is leading to a whole bunch of stand-alone software solutions that lack integration with the whole Google infrastructure (except for the login functionality).<br />
Maybe it&#8217;s time for a new Google certification. The current Google Apps Certification only states that you&#8217;ve implemented Google Apps a couple of times, but says nothing of the quality or the know-how of software development.</p>
<p>I guess the good news is that as more companies are making the switch to Google Apps, more IT companies will start developing on the platform and maybe one day we&#8217;ll see a Google Apps Developer Certification.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/a-dive-into-google-apps-for-businesses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; Lea Verou &#8220;10 secrets of CSS3&#8243;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteers-2011-lea-verou/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteers-2011-lea-verou/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 20:11:34 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=257</guid>
		<description><![CDATA[Advanced transition functions with the cubic-bezier() function Border-radius: using percentage values to make scalable circles and elipsises Achieve multiple outlines on a box by using multiple shadows and the a spread parameter Making pointer events pass through overlaying elements by adding pointer-events: none; Adjusting tab size for code display with tab-size: 4 Doing cool stuff [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>
    Advanced transition functions with the cubic-bezier() function
  </li>
<li>
    Border-radius: using percentage values to make scalable circles and elipsises
  </li>
<li>
    Achieve multiple outlines on a box by using multiple shadows and the a spread parameter
  </li>
<li>
    Making pointer events pass through overlaying elements by adding <code>pointer-events: none;</code>
  </li>
<li>
    Adjusting tab size for code display with <code>tab-size: 4</code>
  </li>
<li>
    Doing cool stuff with <code>:nth-child</code>, <code>:nth-last-child</code> and <code>:first-child</code> pseudoselector to select elements<br />
    with a certain amount of siblings.
  </li>
<li>
    Styling checkboxes and radiobuttons with the <code>:focus</code> and <code>:checked</code> pseudos
  </li>
<li>
    Use new CSS3 mouse cursors like <code>cursor: none;</code> (in games for instance) or <code>cursor: not-allowed;</code>
  </li>
<li>
    Create background patterns with CSS3 gradients (check out her <a href="http://leaverou.me/css3patterns/" target="_blank">pattern library too</a>)
  </li>
<li>
    Position your background by using <code>background-origin</code>
  </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteers-2011-lea-verou/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; Derek Featherstone &#8220;Accessibility for the modern web&#8221;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteers-2011-derek-featherstone/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteers-2011-derek-featherstone/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 19:58:01 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=252</guid>
		<description><![CDATA[&#8220;Everything you&#8217;re doing just seems to be kind of a hack&#8221;, these hacks are needed beacause of decisions that someone else made Progressive enhancement for websites: HTML -> CSS -> Javascript Progressive enhancement for webapps: HTML (core content + core behavious (!!)) -> CSS -> JS -> ARIA Choose your layer carefully. Should a certain [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>&#8220;Everything you&#8217;re doing just seems to be kind of a hack&#8221;, these hacks are needed beacause of decisions that someone else made</li>
<li>Progressive enhancement for websites: HTML -> CSS -> Javascript</li>
<li>Progressive enhancement for webapps: HTML (core content + core behavious (!!)) -> CSS -> JS -> ARIA</li>
<li>Choose your layer carefully. Should a certain icon be content or should it be presentation?</li>
<li>Progressive enhancement allows us to change the layers, excellent example of a user stylesheet (see <a href="http://yfrog.com/nvqgtmhj" target="_blank">the fronteers website with a hi-res user stylesheet applied</a>)</li>
<li>Typical accessibility problems:
<ul<br />
      <li>using the wrong controls</li>
<li>managing flow / non-linear flow (for example: contextual help popping content up from another place of the html source)</li>
<li>getting trapped with the keyboard</li>
</ul>
</li>
<li>ARIA still has some problems, we as webdevelopers have to make choices on what to use</li>
<li>Content in context is king</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteers-2011-derek-featherstone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fronteers 2011 &#8211; Aral Balkan: &#8220;The Future is Native&#8221;</title>
		<link>http://blog.digitpaint.nl/2011/10/fronteersconf-aral-balkan/</link>
		<comments>http://blog.digitpaint.nl/2011/10/fronteersconf-aral-balkan/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 19:44:00 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=246</guid>
		<description><![CDATA[&#8220;We are cyborgs&#8221;: a cyborg is someone who has technological extensions to his natural capabilities. We all have a smart-phone, which is such a technological extension. The web is to the OS what flash is to the web, because it needs the extra layer on top of the OS: the browser. As long as there [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>&#8220;We are cyborgs&#8221;: a cyborg is someone who has technological extensions to his natural capabilities. We all have a smart-phone, which is such a technological extension.</li>
<li>The web is to the OS what flash is to the web, because it needs the extra layer on top of the OS: the browser.</li>
<li>As long as there is a browser layer, the UX will suffer.</li>
<li>Make the web native by removing the browser</li>
<li>Native is catching up to the web, but the web still has some advantages for the developer and user</li>
<li>The web doesn&#8217;t have to be installed</li>
<li>The web has easy deployments, but native is catching up with appstores</li>
<li>The web has universal access (from anywhere from any device), native has problems here</li>
<li>The web always has up-to-date data, native is catching up by synching as always connected is still a pipe-dream</li>
<li>We make things for people to use. So we need to worry about UX, not about our needs. </li>
<li>User interface design is hard: even communication between humans is hard, the UI is communication between machines and humans which is unimaginably hard.</li>
<li>&#8220;The Superman Effect&#8221; : the best designed UIs make you feel like superman </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/10/fronteersconf-aral-balkan/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Infographic friday &#8211; The Apple Rumor Mill</title>
		<link>http://blog.digitpaint.nl/2011/09/infographic-friday-the-apple-rumor-mill/</link>
		<comments>http://blog.digitpaint.nl/2011/09/infographic-friday-the-apple-rumor-mill/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 07:10:27 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Infographic Friday]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=240</guid>
		<description><![CDATA[Today&#8217;s infographics iPhone 5: The Rumors and The Roadmap As with every Apple product, the speculations before launch for the iPhone 5 (or is it 4S? or both?) are ranging from straight-forward to just plain ludicrous. This roadmap gives an overview of facts and rumors for the next iPhone since the launch of the iPhone [...]]]></description>
			<content:encoded><![CDATA[<h2>Today&#8217;s infographics</h2>
<div class="linkroll">
<ul>
<li>
<h3>iPhone 5: The Rumors and The Roadmap</h3>
<p>As with every Apple product, the speculations before launch for the iPhone 5 (or is it 4S? or both?) are ranging from straight-forward to just plain ludicrous. This roadmap gives an overview of facts and rumors for the next iPhone since the launch of the iPhone 4.<br />
    <a href="http://www.allareacodes.com/iphone5/">http://www.allareacodes.com/iphone5/</a>
  </li>
<li>
<h3>Anatomy of an Apple Rumor</h3>
<p>This infographic by PCMagazine dissects the general Apple rumor and shows how they evolve. Interesting about and in my opinion essential to the rumors is that they matter a lot to the sales of the products. iPhone rumors and speculations are one of the most widely circulated technology stories.<br />
      <a href="http://www.pcmag.com/article2/0,2817,2393816,00.asp#fbid=OTJoDUNNOlm">http://www.pcmag.com/article2/0,2817,2393816,00.asp#fbid=OTJoDUNNOlm</a>
    </li>
<li>
<h3>iPod 10th Anniversary Memorandum</h3>
<p>This fall marks the 10th birthday of the iPod! In my opinion the device that made Apple the company it is today. It get out of the exclusive segment and into the mainstream. The infographic shows us the history of the device that has been sold over 50 million times. The only question left is what will happen with it in the future? Will Apple continue to build iPods or will the product just fade away?        <a href="http://www.vouchercodes.co.uk/most-wanted/infographic-ipod-10th-anniversary-memorandum-9166.html">http://www.vouchercodes.co.uk/most-wanted/infographic-ipod-10th-anniversary-memorandum-9166.html</a>
      </li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/09/infographic-friday-the-apple-rumor-mill/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>App review : Awesome&#173;screenshot.com</title>
		<link>http://blog.digitpaint.nl/2011/09/app-review-awesomescreenshot-com/</link>
		<comments>http://blog.digitpaint.nl/2011/09/app-review-awesomescreenshot-com/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 07:11:40 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[App review]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[browser extension]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=222</guid>
		<description><![CDATA[What is it? Ever wanted to capture the whole webpage you&#8217;re on? Not just the currently visible area? Awesomescreenshot does just that, and then some! It works with Google Chrome, Firefox and Safari and let&#8217;s you create full-page screenshots of a webpage. The awesome thing about it is that you can easily annotate the screenshot [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://awesomescreenshot.com/"><img class="alignright size-full wp-image-232" title="http://awesomescreenshot.com/" src="http://blog.digitpaint.nl/wp-content/uploads/2011/09/Screen-Shot-2011-09-26-at-8.47.40-AM.png" alt="" width="221" height="41" /></a></p>
<h2>What is it?</h2>
<p>Ever wanted to capture the whole webpage you&#8217;re on? Not just the currently visible area? Awesomescreenshot does just that, and then some! It works with Google Chrome, Firefox and Safari and let&#8217;s you create full-page screenshots of a webpage. The awesome thing about it is that you can easily annotate the screenshot and share it. No need for Adobe Photoshop anymore, Snap the screenshot, add your 5ct and save it or share it online.</p>
<h2>Why do I need it?</h2>
<p>If you find yourself making a lot of webpage screenshots which you stitch together with Adobe Photoshop, this tool can save you a lot of work. It look slick, works fast and has the advantage of direct sharing: no more &#8220;save for web&#8221;-&gt;&#8221;open mail&#8221;-&gt;&#8221;drag to mail&#8221;-&gt;&#8221;wait for big e-mail to be sent&#8221;, sharing is only a matter of clicking: &#8220;upload to http://awesomescreenshot.com&#8221;.</p>
<div id="attachment_224" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-224" title="Awesomescreenshot" src="http://blog.digitpaint.nl/wp-content/uploads/2011/09/awesomescreenshot-1.jpg" alt="Awesome screenshot in action" width="500" height="356" /><p class="wp-caption-text">Awesome screenshot in action</p></div>
<h2>Could it be improved?</h2>
<p>I&#8217;ve made some screenshot for this quick review and found that the annotation tools don&#8217;t always behave as you might expect them to. The blur tool doesn&#8217;t always work and the undo is flakey at best. But all-in-all I think these are minor annoyances that probably will be fixed by the author in one of the coming releases. I&#8217;ve tried the Safari version so these issues may not apply to other versions. Also after a quick test-drive on Firefox, the extension seems to have a more polished interface there.</p>
<h2>Give it to me!</h2>
<p>Awesome Screenshot is made by Diigo and you can get it at <a href="http://awesomescreenshot.com/">http://awesomescreenshot.com/</a></p>
<p>Version reviewed: 1.3.3 (Safari)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/09/app-review-awesomescreenshot-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infographic friday &#8211; Google v.s. Facebook showdown</title>
		<link>http://blog.digitpaint.nl/2011/09/infographic-friday-google-v-s-facebook-showdown/</link>
		<comments>http://blog.digitpaint.nl/2011/09/infographic-friday-google-v-s-facebook-showdown/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 07:27:04 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Infographic Friday]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[infographic]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=211</guid>
		<description><![CDATA[Today&#8217;s infographics Google Plus &#8211; Killer Facts and Statistics While we&#8217;re still trying to figure out what we should do with our account&#8217;s we begged for back when it launched this inforgraphic by IdentyMe shows us some stats on Google+ rising population. http://blog.identyme.com/google-plus-killer-facts-and-statistics-inforgaphics What It Would Look Like If Facebook Was Honest About Its New [...]]]></description>
			<content:encoded><![CDATA[<h2>Today&#8217;s infographics</h2>
<div class="linkroll">
<ul>
<li>
<h3>Google Plus &#8211; Killer Facts and Statistics</h3>
<p>    While we&#8217;re still trying to figure out what we should do with our account&#8217;s we begged for back when it launched this inforgraphic by IdentyMe shows us some stats on Google+ rising population.<br />
    <a href="http://blog.identyme.com/google-plus-killer-facts-and-statistics-inforgaphics">http://blog.identyme.com/google-plus-killer-facts-and-statistics-inforgaphics</a>
  </li>
<li>
<h3>What It Would Look Like If Facebook Was Honest About Its New Changes</h3>
<p>    What if they were? This just made us smile. But well, what social network is actually honest about their features? Twitter, Google+ and Youtube also have some dubious &#8220;features&#8221;<br />
    <a href="http://www.happyplace.com/10714/if-facebook-was-honest-about-its-new-changes">http://www.happyplace.com/10714/if-facebook-was-honest-about-its-new-changes</a>
  </li>
<li>
<h3>The Social Neighbors</h3>
<p>    What if social media manifested itself in real life? See what king of party your neighbors would have if they were a social network. Go and have a look: we for one feel kind of sad for the lonely Myspace guy in the basement, that didn&#8217;t realize the train has left the station.<br />
    <a href="http://columnfivemedia.com/the-social-neighbors">http://columnfivemedia.com/the-social-neighbors</a>
  </li>
<li>
<h3>How many photos have ever been taken? </h3>
<p>    Not really an infographic, but an interesting article (of course with some charts) on the number of photographs ever taken. The number of photos is still growing exponentially with more and more places to share. The number of photos on Facebook is estimated to be 10&#8217;000 times larger than the Library of Congress.<br />
    <a href="http://1000memories.com/blog/94-number-of-photos-ever-taken-digital-and-analog-in-shoebox">http://1000memories.com/blog/94-number-of-photos-ever-taken-digital-and-analog-in-shoebox</a>
  </li>
</ul>
</div>
<h2>And as a bonus (if you haven&#8217;t heard about it yet): </h2>
<p>
Create your own, or better yet, be your own infographic with <a href="https://www.facebook.com/about/timeline">Timeline on Facebook.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/09/infographic-friday-google-v-s-facebook-showdown/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Your mobile device knows what you&#8217;ve been doing</title>
		<link>http://blog.digitpaint.nl/2011/09/your-mobile-device-knows-what-youve-been-doing/</link>
		<comments>http://blog.digitpaint.nl/2011/09/your-mobile-device-knows-what-youve-been-doing/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 11:17:34 +0000</pubDate>
		<dc:creator>Luis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=177</guid>
		<description><![CDATA[We use our mobile device while shopping, waiting in line, in the car, at home watching tv or &#8211; although some won&#8217;t admit to it &#8211; on the toilet. Still there are companies that insist on stripping everything off their website that has a slight chance of interesting me as a visitor only to provide [...]]]></description>
			<content:encoded><![CDATA[<p>We use our mobile device while shopping, waiting in line, in the car, at home watching tv or &#8211; although some won&#8217;t admit to it &#8211; on the toilet. Still there are companies that insist on stripping everything off their website that has a slight chance of interesting me as a visitor only to provide me with a website on a weight watchers diet just because they think they know what I&#8217;m looking for. This always leaves me with a nasty aftertaste of what could have been a lovely experience.</p>
<p>But wouldn&#8217;t it be nice to somehow be able to add some context to our visitors? Well yes, of course it would! And I think that in the near future we will be able to do so. Just think of what your device can measure. We already have time and location, but what if our devices could analyse sounds and smells or measure our heartbeat. I agree that even with all that information we still wouldn&#8217;t know what our visitor is looking for so the option for an anorexic website is still off, but it would give us some idea of what our visitor is doing. And the more we know about our visitors, the more options we have for clever targeted content.</p>
<p>This might sound a bit far fetched, but I honestly think that it will not be long before our mobile devices don&#8217;t only know where we&#8217;ve been, but also know what we&#8217;ve been doing. And when they do, it&#8217;s up to us, web developers and IT professionals to tap into that information. But to do that, we need to start acting now. We need to start fattening up our mobile websites so that when the time comes we can offer the best experience to our visitors.</p>
<p>So here&#8217;s my plea for the for the future: let&#8217;s agree on leaving anorexic mobile websites in the past and focus on fuller and fatter user experiences in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/09/your-mobile-device-knows-what-youve-been-doing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infographic Friday &#8211; Mobile</title>
		<link>http://blog.digitpaint.nl/2011/09/infographic-friday-mobile/</link>
		<comments>http://blog.digitpaint.nl/2011/09/infographic-friday-mobile/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 08:32:49 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Infographic Friday]]></category>
		<category><![CDATA[infographic]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=193</guid>
		<description><![CDATA[The Mobile Workstyle How, when and where the mobile workforce works and how they keep up their productivity. Mobile and tablet use is rising quickly, especially for accessing e-mail. http://blog.gist.com/2011/08/09/the-mobile-workstyle-infographic Why Mobile Users Aren&#8217;t Checking In Why people would or would not consider checking in. Interesting is that this infographic also considers people that would [...]]]></description>
			<content:encoded><![CDATA[<div class="linkroll">
<ul>
<li>
<h3>The Mobile Workstyle</h3>
<p>How, when and where the mobile workforce works and how they keep up their productivity. Mobile and tablet use is rising quickly, especially for accessing e-mail.<br />
<a href="http://blog.gist.com/2011/08/09/the-mobile-workstyle-infographic">http://blog.gist.com/2011/08/09/the-mobile-workstyle-infographic</a></li>
<li>
<h3>Why Mobile Users Aren&#8217;t Checking In</h3>
<p>Why people would or would not consider checking in. Interesting is that this infographic also considers people that would consider checking in and people who talk about checking in. Related to this infographic: <a href="http://info-architecture.blogspot.com/2011/07/foursquare-useless-for-now.html">&#8220;Foursquare Useless (for now)&#8221; on infoarch</a><br />
<a href="http://mashable.com/2011/05/04/social-location-apps-study">http://mashable.com/2011/05/04/social-location-apps-study</a></li>
<li>
<h3>The History of Android</h3>
<p>A timeline of Android as a company, but mostly a timeline of the different Android versions with their cute cookie-names (Cupcake, Donut, Eclair, Froyo and Gingerbread).<br />
<a href="http://mashable.com/2011/07/26/android-history-infographic">http://mashable.com/2011/07/26/android-history-infographic</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/09/infographic-friday-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infographic Friday &#8211; First try</title>
		<link>http://blog.digitpaint.nl/2011/09/infographic-friday-2011-09-09/</link>
		<comments>http://blog.digitpaint.nl/2011/09/infographic-friday-2011-09-09/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 07:00:49 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Infographic Friday]]></category>
		<category><![CDATA[infographic]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=134</guid>
		<description><![CDATA[The Internet of Things In 2008, the number of devices that connected to the Internet exceeded the number of people. That number continues to rise, thanks to a growing number of connected devices and gizmos, ranging from televisions to soda machines. The folks at Cisco have put together this infographic to showcase the growth of [...]]]></description>
			<content:encoded><![CDATA[<div class="linkroll">
<ul>
<li>
<h3>The Internet of Things</h3>
<p>In 2008, the number of devices that connected to the Internet exceeded the number of people. That number continues to rise, thanks to a growing number of connected devices and gizmos, ranging from televisions to soda machines. The folks at Cisco have put together this infographic to showcase the growth of the Internet of things.<br />
<a href="http://gigaom.com/2011/07/17/the-internet-of-things-infographic/">http://gigaom.com/2011/07/17/the-internet-of-things-infographic/</a></li>
<li>
<h3>Diagram of Geek Culture</h3>
<p>A geeky map about geeks with: types of geeks, geek obsessions, their social hangouts and their language including terms they use and are associated with.<br />
<a href="http://blog.juliannabrion.com/2009/12/geek-map.html">http://blog.juliannabrion.com/2009/12/geek-map.html</a></li>
<li>
<h3>Edward Tufte’s “Slopegraphs”</h3>
<p>Not really an infographic perse, but a description of an interesting and minimalist visualization technique to show increases and decreases over two points in time.<br />
<a href="http://charliepark.org/slopegraphs/">http://charliepark.org/slopegraphs/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/09/infographic-friday-2011-09-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our blog</title>
		<link>http://blog.digitpaint.nl/2011/09/our-blog/</link>
		<comments>http://blog.digitpaint.nl/2011/09/our-blog/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 14:17:24 +0000</pubDate>
		<dc:creator>Flurin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitpaint.nl/?p=161</guid>
		<description><![CDATA[Things we want to cover: All things mobile (mostly web though) Cool stuff about HTML5 and other cutting-edge web techniques Social media related stuff Other webdevelopment topics At least that&#8217;s what we have in mind for now. We&#8217;ll probably go off-topic now and then, but  that&#8217;s what this weblog is for: publishing content we think [...]]]></description>
			<content:encoded><![CDATA[<p>Things we want to cover:</p>
<ul>
<li>All things mobile (mostly web though)</li>
<li>Cool stuff about HTML5 and other cutting-edge web techniques</li>
<li>Social media related stuff</li>
<li>Other webdevelopment topics</li>
</ul>
<div>At least that&#8217;s what we have in mind for now. We&#8217;ll probably go off-topic now and then, but  that&#8217;s what this weblog is for: publishing content we think is relevant and interesting.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitpaint.nl/2011/09/our-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

