<?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>Designfactory by Olof Olsson</title>
	<atom:link href="http://designfactory.se/feed/" rel="self" type="application/rss+xml" />
	<link>http://designfactory.se</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 13:54:10 +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>Work with cursors instead of loading animations</title>
		<link>http://designfactory.se/2012/05/02/work-with-cursors-instead-of-loading-animations/</link>
		<comments>http://designfactory.se/2012/05/02/work-with-cursors-instead-of-loading-animations/#comments</comments>
		<pubDate>Wed, 02 May 2012 11:53:39 +0000</pubDate>
		<dc:creator>olof</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://designfactory.se/?p=335</guid>
		<description><![CDATA[I&#8217;ve been spending lots and lots of hours making nice loading animations to make graphic/interaction designers happy. But how many of you actually think about changing mouse cursors instead? On ...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been spending lots and lots of hours making nice loading animations to make graphic/interaction designers happy. But how many of you actually think about changing mouse cursors instead?</p>
<ol>
<li>On an AJAX-request, add a CSS-class &#8221;wait&#8221; to the body</li>
<li>Add this to your CSS-file:<br />
<pre>body.wait { cursor: wait; }</pre>
</li>
<li>Handle your data stuff</li>
<li>Run a callback function such as onComplete and remove the CSS-class.</li>
</ol>
<p>Check out this live <strong><a href="http://jsfiddle.net/lensco/eKUuL/">wait cursor example</a></strong> on jsFiddle&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://designfactory.se/2012/05/02/work-with-cursors-instead-of-loading-animations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross Browser Testing your Web Page with Browser Stack</title>
		<link>http://designfactory.se/2012/04/03/cross-browser-testing-your-web-page-with-browser-stack/</link>
		<comments>http://designfactory.se/2012/04/03/cross-browser-testing-your-web-page-with-browser-stack/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 11:16:14 +0000</pubDate>
		<dc:creator>olof</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://designfactory.se/?p=330</guid>
		<description><![CDATA[As soon as you have your Web Application up and running, you normally need to test in to make sure it renders well in a lot of environments and browsers. ...]]></description>
			<content:encoded><![CDATA[<p>As soon as you have your Web Application up and running, you normally need to test in to make sure it renders well in a lot of environments and browsers. Especially true for developers that spend their time in Mac OS, having the majority of the potential visitors in Windows/IE.</p>
<p>Historically I&#8217;ve been playing around with virtual machines running old versions, and I also had a quick look at <a title="Adobe BrowserLab" href="https://browserlab.adobe.com" target="_blank">Adobe BrowserLab</a> and <a title="Browsershots" href="http://browsershots.org/" target="_blank">Browsershots</a>.</p>
<p>Today I found a newcomer in <a title="BrowserStack" href="http://www.browserstack.com/" target="_blank"><strong>Browser Stack</strong></a>.&nbsp;At a first glance I really like the approach, you basically enter your URL (also works for localhost!), choose what browser and resolution you want to run and Browser Stack will fire it up for you. Then it&#8217;s just to click around and try your site. It also shows good support for Mobiles like the iPhone or Android-running devices.</p>
<p>Have a try, you can sign up for a free 30-min trial!</p>
]]></content:encoded>
			<wfw:commentRss>http://designfactory.se/2012/04/03/cross-browser-testing-your-web-page-with-browser-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flexible auto-width fonts with CSS and jQuery</title>
		<link>http://designfactory.se/2012/02/08/flexible-auto-width-fonts-with-css-and-jquery-size/</link>
		<comments>http://designfactory.se/2012/02/08/flexible-auto-width-fonts-with-css-and-jquery-size/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 14:28:09 +0000</pubDate>
		<dc:creator>olof</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://designfactory.se/?p=322</guid>
		<description><![CDATA[There&#8217;s a lot of situations where you design or develop something with fixed width. Let me give you an example. Say you have a form with two columns. Your left ...]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of situations where you design or develop something with fixed width. Let me give you an example.</p>
<p>Say you have a form with two columns. Your left column holds a label, &#8221;Addictive&#8221;, and your right column holds a textbox. In most of the cases you probably set a fixed width for the left column. But what if your site fetches the label text depending on what language your user has chosen? And what if the translation is a lot bigger than the original?</p>
<p>For instance, &#8221;Addictive&#8221; in English is &#8221;Beroendeframkallande&#8221; in Swedish (yup, that&#8217;s one large word, or actually 2 words put together). That will make your little label-div trying to break lines and ultimately mess up the look of your page.</p>
<p>Apples iProducts has a great implementation of this and an easy way to find it is to compose a new e-mail and start writing in the to-input. The longer the e-mail get, the smaller the font-size.</p>
<p>I ran into this little smart jQuery Plugin called <a href="http://fittextjs.com" target="_blank">Fit Text</a> that looks very promising. Go have a look!</p>
]]></content:encoded>
			<wfw:commentRss>http://designfactory.se/2012/02/08/flexible-auto-width-fonts-with-css-and-jquery-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Browser Detection</title>
		<link>http://designfactory.se/2012/02/03/css-browser-detection/</link>
		<comments>http://designfactory.se/2012/02/03/css-browser-detection/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 11:15:17 +0000</pubDate>
		<dc:creator>olof</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://designfactory.se/?p=320</guid>
		<description><![CDATA[A technique I used for quite some time is to detect the browser and add an appropriate class to the body-element.&#160;I used this mostly to differentiate IE-versions and add appropriate ...]]></description>
			<content:encoded><![CDATA[<p>A technique I used for quite some time is to detect the browser and add an appropriate class to the body-element.&nbsp;I used this mostly to differentiate IE-versions and add appropriate styles to elements that got screwed up. Two examples.</p>
<p>A windows machine with Internet Explorer 7:<br />
&lt;body class=&#8221;ie ie7 win&#8221;&gt;&nbsp;</p>
<p>A windows machine with Firefox 4:<br />
&lt;body class=&#8221;ff ff4 win&#8221;&gt;</p>
<p>Today I ran into a small script that makes this possible (and even add some more properties). It&#8217;s a variant of <a href="http://www.modernizr.com/">modernizr </a>but a bit smaller and just for detecting the browsers.&nbsp;</p>
<p>Check it out at:&nbsp;<a href="https://github.com/rafaelp/css_browser_selector">https://github.com/rafaelp/css_browser_selector</a></p>
]]></content:encoded>
			<wfw:commentRss>http://designfactory.se/2012/02/03/css-browser-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile website versus mobile app</title>
		<link>http://designfactory.se/2012/01/25/mobile-website-versus-mobile-app/</link>
		<comments>http://designfactory.se/2012/01/25/mobile-website-versus-mobile-app/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 06:28:31 +0000</pubDate>
		<dc:creator>olof</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://designfactory.se/?p=317</guid>
		<description><![CDATA[You need to consider the pros and cons of building a mobile website or a mobile app (native). I found a good post form Adobe on this matter, have a ...]]></description>
			<content:encoded><![CDATA[<p>You need to consider the pros and cons of building a mobile website or a mobile app (native). I found a good post form Adobe on this matter, have a look!&nbsp;</p>
<p><a href="http://www.adobe.com/newsletters/inspire/february2012/articles/article7/index.html?trackingid=JOTGZ">http://www.adobe.com/newsletters/inspire/february2012/articles/article7/</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://designfactory.se/2012/01/25/mobile-website-versus-mobile-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>25 jQuery Plugins to help with responsive layouts.</title>
		<link>http://designfactory.se/2011/11/01/25-jquery-plugins-to-help-with-responsive-layouts/</link>
		<comments>http://designfactory.se/2011/11/01/25-jquery-plugins-to-help-with-responsive-layouts/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 10:12:13 +0000</pubDate>
		<dc:creator>olof</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://designfactory.se/?p=304</guid>
		<description><![CDATA[We need to better adjust our layout depending on what device the customer uses. I&#8217;m still thinking about an iPhone version of this site, eventhough it&#8217;s &#8221;OK&#8221; in the browser ...]]></description>
			<content:encoded><![CDATA[<p>We need to better adjust our layout depending on what device the customer uses. I&#8217;m still thinking about an iPhone version of this site, eventhough it&#8217;s &#8221;OK&#8221; in the browser from start.&nbsp;</p>
<p>Have a look at this top 25 list for some ideas.&nbsp;</p>
<p><a href="http://speckyboy.com/2011/10/24/25-jquery-plugins-to-help-with-responsive-layouts/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+veerlesblog+Veerle%27s+Blog+3.0+-+All&amp;utm_content=Google+Reader#When:17:33">http://speckyboy.com/2011/10/24/25-jquery-plugins-to-help-with-responsive-layouts/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+veerlesblog+Veerle%27s+Blog+3.0+-+All&amp;utm_content=Google+Reader#When:17:33</a></p>
]]></content:encoded>
			<wfw:commentRss>http://designfactory.se/2011/11/01/25-jquery-plugins-to-help-with-responsive-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Öredev Creative Javascript and HTML5</title>
		<link>http://designfactory.se/2011/10/24/oredev-creative-javascript-and-html5/</link>
		<comments>http://designfactory.se/2011/10/24/oredev-creative-javascript-and-html5/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 12:42:34 +0000</pubDate>
		<dc:creator>olof</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[öredev]]></category>

		<guid isPermaLink="false">http://designfactory.se/?p=249</guid>
		<description><![CDATA[You will find me taking a crash-course in Creative Javascript and HTML5 at the Oredev conference 7th and 8th of November. Would be lovely to catch up with some other ...]]></description>
			<content:encoded><![CDATA[<p>You will find me taking a crash-course in Creative Javascript and HTML5 at the Oredev conference 7th and 8th of November. Would be lovely to catch up with some other web developers just like me so please let me know if you will attend. I will write a post later on what I learned.</p>
]]></content:encoded>
			<wfw:commentRss>http://designfactory.se/2011/10/24/oredev-creative-javascript-and-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LESS &#8211; Another way to do CSS</title>
		<link>http://designfactory.se/2011/09/19/less-another-way-to-do-css/</link>
		<comments>http://designfactory.se/2011/09/19/less-another-way-to-do-css/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 07:03:41 +0000</pubDate>
		<dc:creator>olof</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[less]]></category>

		<guid isPermaLink="false">http://designfactory.se/?p=202</guid>
		<description><![CDATA[We all love CSS and the power it gives to you. Still there&#8217;s a couple of features that would be great extensions. Have a look at the LESS framework and ...]]></description>
			<content:encoded><![CDATA[<p>We all love CSS and the power it gives to you. Still there&#8217;s a couple of features that would be great extensions. Have a look at the LESS framework and see how you can extend your CSS-code in a smart way <a href="http://coding.smashingmagazine.com/2011/09/09/an-introduction-to-less-and-comparison-to-sass/">http://coding.smashingmagazine.com/2011/09/09/an-introduction-to-less-and-comparison-to-sass/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://designfactory.se/2011/09/19/less-another-way-to-do-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extend jQuery with .toggleAttr()</title>
		<link>http://designfactory.se/2011/09/11/extend-jquery-with-toggleattr/</link>
		<comments>http://designfactory.se/2011/09/11/extend-jquery-with-toggleattr/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 12:47:23 +0000</pubDate>
		<dc:creator>olof</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[toggleAttr]]></category>

		<guid isPermaLink="false">http://designfactory.se/?p=198</guid>
		<description><![CDATA[As far as I know there is no way to toggle an attribute, such as an input disabled attribute. Extend with this to get it quick and nicely: $.fn.extend({ &#160; ...]]></description>
			<content:encoded><![CDATA[<p>As far as I know there is no way to toggle an attribute, such as an <em>input disabled</em> attribute. Extend with this to get it quick and nicely:</p>
<p><code>$.fn.extend({<br />
&nbsp; toggleAttr : function( attrib ) {<br />
&nbsp; &nbsp; if ( this.attr( attrib ) ) {<br />
&nbsp; &nbsp; &nbsp; this.removeAttr( attrib );<br />
&nbsp; &nbsp; } else {<br />
&nbsp; &nbsp; &nbsp; this.attr( attrib, attrib );<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; return this;<br />
&nbsp; }<br />
});</code></p>
]]></content:encoded>
			<wfw:commentRss>http://designfactory.se/2011/09/11/extend-jquery-with-toggleattr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoiding common HTML5 mistakes</title>
		<link>http://designfactory.se/2011/08/22/avoiding-common-html5-mistakes/</link>
		<comments>http://designfactory.se/2011/08/22/avoiding-common-html5-mistakes/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 11:31:42 +0000</pubDate>
		<dc:creator>olof</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://designfactory.se/?p=187</guid>
		<description><![CDATA[I bet you&#8217;re all as curious as me on the HTML5 framework. However the transition might not be that straight-forward as you think. This is a post about what you&#8217;re ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://designfactory.se/wp-content/uploads/2011/08/2078116437.jpg"><img class="alignright size-full wp-image-190" title="2078116437" src="http://designfactory.se/wp-content/uploads/2011/08/2078116437.jpg" alt="" width="108" height="126" /></a>I bet you&#8217;re all as curious as me on the HTML5 framework. However the transition might not be that straight-forward as you think. This is a post about what you&#8217;re not supposed to do.</p>
<p><a title="Common HTML5 mistakes" href="http://html5doctor.com/avoiding-common-html5-mistakes/">http://html5doctor.com/avoiding-common-html5-mistakes/ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://designfactory.se/2011/08/22/avoiding-common-html5-mistakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

