<?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>www.netsi.dk &#187; css</title>
	<atom:link href="http://www.netsi.dk/wordpress/index.php/category/code/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netsi.dk/wordpress</link>
	<description>&#34;The internet is just a layer on the real world&#34; (don&#039;t forget that!)</description>
	<lastBuildDate>Sat, 04 Sep 2010 10:53:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using jQuery UI, is it easy?</title>
		<link>http://www.netsi.dk/wordpress/index.php/2010/02/21/using-jquery-ui-is-it-easy/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2010/02/21/using-jquery-ui-is-it-easy/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 11:10:33 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Is it easy?]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery UI]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2010/02/21/using-jquery-ui-is-it-easy/</guid>
		<description><![CDATA[The javascript API jQuery is a very powerfull libray which have revolutionised the use of clientside javascript in browsers. Along the side of jQuery exists jQuery UI a library of strongly customizable widgets. It offers a wide range of &#34;easy-to-implement&#34; widgets for your website. I will try in this post to implement a datepicker and conclude in the end if it is easy!
Read the article and post your comments here [...]]]></description>
			<content:encoded><![CDATA[<p>The javascript API jQuery is a <strong>very</strong> powerfull libray which have revolutionised the use of clientside javascript in browsers. Along the side of jQuery exists <strong>jQuery UI</strong> a library of strongly customizable widgets. It offers a wide range of &quot;easy-to-implement&quot; widgets for your website. I will try in this post to implement a <code>datepicker</code> and conclude in the end if it is easy!
<p>Read <a title="Read the article [Using jQuery UI, is it easy]" href="http://www.netsi.dk/showcases/jQuery_UI.html" target="_blank">the article</a> and post your comments here on this page.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.netsi.dk/wordpress/index.php/2010/02/21/using-jquery-ui-is-it-easy/" target="_blank"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.netsi.dk/wordpress/index.php/2010/02/21/using-jquery-ui-is-it-easy/" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2010/02/21/using-jquery-ui-is-it-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Work-arounds for 9 MSIE bugs&#8230;</title>
		<link>http://www.netsi.dk/wordpress/index.php/2009/11/26/work-arounds-for-9-msie-bugs/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2009/11/26/work-arounds-for-9-msie-bugs/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 07:37:29 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[work-around]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/index.php/2009/11/26/work-arounds-for-9-msie-bugs/</guid>
		<description><![CDATA[If you implement layout on the web, chances are that you have to make som MSIE work-arounds from time to time. The page “9 Most Common IE Bugs and How to Fix Them” is a great resource for avoiding such bugs to mess up your layout.
Here is an example from the website:
The output you&#8217;d expect:

But what IE actually gives you:

This is mainly due to IE6 in quirks mode and below [...]]]></description>
			<content:encoded><![CDATA[<p>If you implement layout on the web, chances are that you have to make som MSIE work-arounds from time to time. The page “<a title="A page containing work-acrounds for 9 common MSIE bugs" href="http://net.tutsplus.com/tutorials/html-css-techniques/9-most-common-ie-bugs-and-how-to-fix-them/" target="_blank">9 Most Common IE Bugs and How to Fix Them</a>” is a great resource for avoiding such bugs to mess up your layout.</p>
<p>Here is an example from the website:</p>
<p>The output you&#8217;d expect:</p>
<p><img border="0" alt="Tutorial Image" src="http://nettuts.s3.amazonaws.com/494_ie/images/1-1.png" /></p>
<p>But what IE actually gives you:</p>
<p><img border="0" alt="Tutorial Image" src="http://nettuts.s3.amazonaws.com/494_ie/images/1-2.png" /></p>
<p>This is mainly due to IE6 in quirks mode and below not recognizing the <em>auto</em> value we set to the <em>margin</em> property. Fortunately, this is easily fixed.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.netsi.dk/wordpress/index.php/2009/11/26/work-arounds-for-9-msie-bugs/" target="_blank"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.netsi.dk/wordpress/index.php/2009/11/26/work-arounds-for-9-msie-bugs/" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2009/11/26/work-arounds-for-9-msie-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A very usefull CSS framework</title>
		<link>http://www.netsi.dk/wordpress/index.php/2009/08/03/a-very-usefull-css-framework/</link>
		<comments>http://www.netsi.dk/wordpress/index.php/2009/08/03/a-very-usefull-css-framework/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 21:12:28 +0000</pubDate>
		<dc:creator>netsi</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[inspirovation]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[css framework]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[yui grids css]]></category>

		<guid isPermaLink="false">http://www.netsi.dk/wordpress/?p=73</guid>
		<description><![CDATA[ I am in the search of a CSS framework which will make it more standard to implement designs and add more resusability to the work put in creating CSS based designs. The issue arose when a collegue of mine – Nickey – started a talk about CSS frameworks.
I started from the top of the 12 mentioned frameworks and until now I have reached number 4 – which is YUI [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.netsi.dk/wordpress/wp-content/uploads/2009/08/image.png" rel="lightbox[73]"><img border="0" src="http://www.netsi.dk/wordpress/wp-content/uploads/2009/08/image-thumb.png" alt="image" style="margin: 5px 20px 0px 0px; display: inline; border: 0px" align="left" title="image" height="147" width="240" /></a> I am in the search of a CSS framework which will make it more standard to implement designs and add more resusability to the work put in creating CSS based designs. The issue arose when a collegue of mine – <a target="_blank" href="http://www.new.facebook.com/sten.hougaard?ref=profile#/profile.php?id=659654229&amp;ref=nf">Nickey</a> – started a talk about <a target="_blank" href="http://speckyboy.com/2008/03/28/top-12-css-frameworks-and-how-to-understand-them/">CSS frameworks</a>.</p>
<p>I started from the top of the 12 mentioned frameworks and until now I have reached number 4 – which is <a href="http://developer.yahoo.com/yui/grids/" title="YUI Grids CSS">YUI Grids CSS</a> from <a href="http://www.yahoo.com/" title="Yahoo">Yahoo</a>. It is a big thing so I just jumped directly to their online tool to autogenerate CSS for generic layouts. It is called “<a target="_blank" href="http://developer.yahoo.com/yui/grids/builder/">CSS Grid Builder</a>”, and I must say that my first hand impression is one of respect! It is an impressive piece of work. See my very simple <a target="_blank" href="http://www.netsi.dk/arbejde/cssframework01.html" title="Remember: Testing, testing - 1 2 3 - testing! :-)">1st test</a>.</p>
<p>I will be trying out other frameworks, but for sure will also try to use the framework from Yahoo in practice!</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.netsi.dk/wordpress/index.php/2009/08/03/a-very-usefull-css-framework/" target="_blank"><img src="http://www.netsi.dk/wordpress/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.netsi.dk/wordpress/index.php/2009/08/03/a-very-usefull-css-framework/" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.netsi.dk/wordpress/index.php/2009/08/03/a-very-usefull-css-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
