<?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>dev.webonomic.nl</title>
	<atom:link href="http://dev.webonomic.nl/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.webonomic.nl</link>
	<description>Developing websites and their discontent</description>
	<lastBuildDate>Fri, 06 Apr 2012 13:44:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The development of Linux, and Git</title>
		<link>http://dev.webonomic.nl/the-development-of-linux-and-git</link>
		<comments>http://dev.webonomic.nl/the-development-of-linux-and-git#comments</comments>
		<pubDate>Thu, 05 Apr 2012 18:36:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webtechnology]]></category>

		<guid isPermaLink="false">http://dev.webonomic.nl/?p=1178</guid>
		<description><![CDATA[We wrote about the Git (and Github), and proposed that the Nobel Peace Price should be awarded. The Linux kernel is maintained and developed in the Git, and here a video about how powerful that is. The only question that remains. Linux is everywhere but not on our desktop computer? Is that because Windows is [...]]]></description>
		<wfw:commentRss>http://dev.webonomic.nl/the-development-of-linux-and-git/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spinners and sliders with just native javascript</title>
		<link>http://dev.webonomic.nl/spinners-and-sliders-with-just-native-javascript</link>
		<comments>http://dev.webonomic.nl/spinners-and-sliders-with-just-native-javascript#comments</comments>
		<pubDate>Thu, 05 Apr 2012 10:33:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Webtechnology]]></category>

		<guid isPermaLink="false">http://dev.webonomic.nl/?p=1155</guid>
		<description><![CDATA[In an earlier post we waved goodbye to jQuery UI for animations. CSS transform and transitions are more powerful, easier to maintain, hardware accelerated, and last but not least less code. And you could save bandwidth by not loading jQuery UI. And now I have rewritten the former example to drop jQuery, and believe it [...]]]></description>
		<wfw:commentRss>http://dev.webonomic.nl/spinners-and-sliders-with-just-native-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screens are getting bigger and wider and uberwide: 30720&#215;768</title>
		<link>http://dev.webonomic.nl/screens-are-getting-bigger-and-wider-and-uberwide-30720x768</link>
		<comments>http://dev.webonomic.nl/screens-are-getting-bigger-and-wider-and-uberwide-30720x768#comments</comments>
		<pubDate>Thu, 05 Apr 2012 08:59:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[Webtechnology]]></category>

		<guid isPermaLink="false">http://dev.webonomic.nl/?p=1149</guid>
		<description><![CDATA[While taking a look at the screen-resolution tab of the Technology -&#62; Browsers and OS section of Google analytics for this site, I found  a visitor with a baffling 30720&#215;768 screen-resolution. I know I have geeky visitors, but wow, that&#8217;s what you  call a widescreen. What kind of a device is it? A new Apple super [...]]]></description>
		<wfw:commentRss>http://dev.webonomic.nl/screens-are-getting-bigger-and-wider-and-uberwide-30720x768/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unleash the power of SVG sprites</title>
		<link>http://dev.webonomic.nl/unleash-the-power-of-svg-sprites</link>
		<comments>http://dev.webonomic.nl/unleash-the-power-of-svg-sprites#comments</comments>
		<pubDate>Wed, 04 Apr 2012 10:31:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SVG]]></category>
		<category><![CDATA[Webtechnology]]></category>

		<guid isPermaLink="false">http://dev.webonomic.nl/?p=1119</guid>
		<description><![CDATA[Here at Webonomic we always liked SVG. We experimented with SVG and SVG background quite a few times, also creating some fancy animated backgrounds and other animations at the times Apple hadn&#8217;t even released Safari or thought about CSS transforms, transitions, and animations. Unfortunately SVG has never been really embraced by the majority of browser [...]]]></description>
		<wfw:commentRss>http://dev.webonomic.nl/unleash-the-power-of-svg-sprites/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to manipulate styles with javascript</title>
		<link>http://dev.webonomic.nl/how-to-manipulate-styles-with-javascript</link>
		<comments>http://dev.webonomic.nl/how-to-manipulate-styles-with-javascript#comments</comments>
		<pubDate>Thu, 15 Mar 2012 15:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webtechnology]]></category>

		<guid isPermaLink="false">http://dev.webonomic.nl/?p=1097</guid>
		<description><![CDATA[In the DOM the document has a styleSheets property which is a StyleSheetList object, which is a collection of CSSStyleSheet objects which has a cssRules property which is a CSSRuleList object which is a collection of CSSStyleRule objects. And the  CSSStyleRule has a cssText property which gives a CSS rule declaration like Try on this page [...]]]></description>
		<wfw:commentRss>http://dev.webonomic.nl/how-to-manipulate-styles-with-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why aren&#8217;t CSS colors the same? `in-browser` and `cross-browser`</title>
		<link>http://dev.webonomic.nl/why-arent-css-colors-the-same-in-browser-and-cross-browser</link>
		<comments>http://dev.webonomic.nl/why-arent-css-colors-the-same-in-browser-and-cross-browser#comments</comments>
		<pubDate>Thu, 15 Mar 2012 14:30:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webtechnology]]></category>

		<guid isPermaLink="false">http://dev.webonomic.nl/?p=1102</guid>
		<description><![CDATA[When you set backgroundcolor of the body to hsla(20,30%,50%,.5), what do you expect as output when you read it out with javascript? The same result in every browser? Wrong! The same  in a particular browser ? Wrong! The same in a particular browser  indifferent to the color model (rgba or hsla)? Wrong again! Only Firefox [...]]]></description>
		<wfw:commentRss>http://dev.webonomic.nl/why-arent-css-colors-the-same-in-browser-and-cross-browser/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enable CSS transitions / transforms after pageload</title>
		<link>http://dev.webonomic.nl/enable-css-transitions-transforms-after-pageload</link>
		<comments>http://dev.webonomic.nl/enable-css-transitions-transforms-after-pageload#comments</comments>
		<pubDate>Tue, 06 Mar 2012 14:42:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://dev.webonomic.nl/?p=1084</guid>
		<description><![CDATA[CSS transitions or transforms are triggered by user action like hovering or toggling classes. To make CSS transitions occur at pageload we have  do a simple two step JavaScript trick: add a class and remove that class again to trigger the transition. 1. put this in the header of your page to add an extra [...]]]></description>
		<wfw:commentRss>http://dev.webonomic.nl/enable-css-transitions-transforms-after-pageload/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross-browser CSS transition problems</title>
		<link>http://dev.webonomic.nl/cross-browser-css-transition-problem</link>
		<comments>http://dev.webonomic.nl/cross-browser-css-transition-problem#comments</comments>
		<pubDate>Tue, 28 Feb 2012 15:11:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webtechnology]]></category>

		<guid isPermaLink="false">http://dev.webonomic.nl/?p=1065</guid>
		<description><![CDATA[The great CSS compatibility tables of PPK show good cross browser support for transitions on the width or height property. Actually the reality is different, there are problems and they are related to height/width changing from percentage/number to another value, from number to percentage and vice versa and most problematic to auto, You can&#8217;t make transitions to [...]]]></description>
		<wfw:commentRss>http://dev.webonomic.nl/cross-browser-css-transition-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS vendor prefix issues</title>
		<link>http://dev.webonomic.nl/css-vendor-prefix-issues</link>
		<comments>http://dev.webonomic.nl/css-vendor-prefix-issues#comments</comments>
		<pubDate>Thu, 16 Feb 2012 13:04:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Webtechnology]]></category>

		<guid isPermaLink="false">http://dev.webonomic.nl/?p=1058</guid>
		<description><![CDATA[Vendor prefixes are the verbose code you see in new `HTML5` sites, in which browser vendors test their new CSS3 rules, when specs are in proposal time or under development. Something like: The problem is that most developers seem to do just this: -webkit-transition: opacity 1s ease-in 1s; // safari , chrome So they only [...]]]></description>
		<wfw:commentRss>http://dev.webonomic.nl/css-vendor-prefix-issues/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smartphones can be stupid too, and that makes Apple Evil BTW</title>
		<link>http://dev.webonomic.nl/smartphones-can-be-stupid-too-and-that-makes-apple-evil-btw</link>
		<comments>http://dev.webonomic.nl/smartphones-can-be-stupid-too-and-that-makes-apple-evil-btw#comments</comments>
		<pubDate>Wed, 15 Feb 2012 10:51:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webtechnology]]></category>

		<guid isPermaLink="false">http://dev.webonomic.nl/?p=1047</guid>
		<description><![CDATA[Why can&#8217;t the iPhone / iPad download files? The standard mobile Safari cannot download all types of files. It can only download files of the type : Word, Excel, Powerpoint and PDF files. Why on earth does a company design a browser that cannot download files. That is a disgrace, and an insult to the [...]]]></description>
		<wfw:commentRss>http://dev.webonomic.nl/smartphones-can-be-stupid-too-and-that-makes-apple-evil-btw/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

