<?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>nasarik.com - A Lancashire designer&#039;s journey through life, print and web design &#187; compatibility</title>
	<atom:link href="http://nasarik.com/tag/compatibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://nasarik.com</link>
	<description>I&#039;m just a designer trying to make sense of the web, design and pretty much everything else</description>
	<lastBuildDate>Sun, 22 Jan 2012 21:42:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://nasarik.com</link>
  <url>http://nasarik.com/wp-content/themes/sandbox/images/nasarikfav.jpg</url>
  <title>nasarik.com - A Lancashire designer&#039;s journey through life, print and web design</title>
</image>
		<item>
		<title>Will I bite the HTML and CSS bullet in 2011?</title>
		<link>http://nasarik.com/html-and-css-2011/</link>
		<comments>http://nasarik.com/html-and-css-2011/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 16:14:21 +0000</pubDate>
		<dc:creator>nasarik</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://nasarik.com/?p=855</guid>
		<description><![CDATA[2010 has been a time when the next stage of web design was born with the introduction to most modern web browsers of HTML5 and CSS3.  I have dabbled and experimented as I expect most other designers have throughout the year, yet compliance always bugs me. The technology I can see on the horizon excites [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm6.static.flickr.com/5162/5309406629_2d0f3b1fcc.jpg" alt="Will I bite the HTML and CSS bullet in 2011?" /></p>
<p>2010 has been a time when the next stage of web design was born with the introduction to most modern web browsers of HTML5 and CSS3.  I have dabbled and experimented as I expect most other designers have throughout the year, yet compliance always bugs me.</p>
<p><span id="more-855"></span>The technology I can see on the horizon excites me, CSS3 and HTML5 will help to make web design a far more fluid process, HTML5 will improve structure and CSS3 will reduce the need for as many images within the design, while together these languages will bring a far more interactive web to our browsers without the need for too much additional code.</p>
<p>As always with new technology come new problems, with browser compatibility yet again at the top of the list.  I know that HTML5 can be supported on all browsers with some clever Javascript and CSS3 can simply be left to degrade but is that what I really want to be doing with the sites I create? No, it isn&#8217;t, I want my websites to be identical no matter how the user visits them so complicating the build process with Javascript and another round of HTML hacks doesn&#8217;t fill my heart with joy.</p>
<p>For me, both these technologies are massively important and exciting steps sending the web in the right direction; but that is all they are for me, steps.  Currently my site is based on the HMTL5 ready Starkers theme and I already incorporate some CSS3 values to the sites I build, but I will be waiting to see how quickly the compliance machine moves in 2011 before I commit fully to using them as standard. 2011 is sure to be an interesting and progressive year, I just think 2012 may be the year to get really excited about designing for the web.</p>
<p>Wishing you all a happy and prosperous 2011</p>
]]></content:encoded>
			<wfw:commentRss>http://nasarik.com/html-and-css-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>!important compatibility</title>
		<link>http://nasarik.com/browser-compatability/</link>
		<comments>http://nasarik.com/browser-compatability/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 23:22:53 +0000</pubDate>
		<dc:creator>nasarik</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[!important]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://nasarik.com/?p=10</guid>
		<description><![CDATA[With the array of web browser brands and versions out there it makes a web designers job difficult in keeping their websites looking the same, there are many different tricks you can learn to help with this head scratching task but I will focus on one that has helped me many a time. As browser versions  [...]]]></description>
			<content:encoded><![CDATA[<p><img class="post_images" src="http://farm4.static.flickr.com/3257/3231648051_3bf97e5c13.jpg?v=0" alt="" /></p>
<p>With the array of web browser brands and versions out there it makes a web designers job difficult in keeping their websites looking the same, there are many different tricks you can learn to help with this head scratching task but I will focus on one that has helped me many a time.<span id="more-10"></span></p>
<p>As browser versions  rollout in an attempt to keep up-to-date with technologies, it is becoming harder for designers to keep their sites consistent across different browser versions such as IE6 and IE7 and with the recent beta release of IE8 it doesn&#8217;t look like getting any easier.</p>
<p>So now I am going to show you how to use a transparent PNG file in IE7 and replace it in IE6 with a transparent GIF using CSS, the PNG file will preview as a perfect high quality transparent image in IE7 but will have a solid background in IE6 thus not being transparent.  This is where the !important statement comes in, the CSS below shows the code just referencing the png &gt;&gt;</p>
<p>div#logo{<br />
height:153px;<br />
width:180px;<br />
<strong>background: url(images/logo.png);</strong><br />
}</p>
<p>The text in bold is the main image as I would want it to preview in IE7, then below we add the !important statement to preview differently in IE6&gt;&gt;</p>
<p>div#logo{<br />
height:153px;<br />
width:180px;<br />
background: url(images/logo.png)<strong> !important; background: url{images/logo.gif);</strong><br />
}</p>
<p>The bold text here is the !important statement followed by the same code for the GIF image, IE7 will read until where the important statement ends while IE6 ignores this statement and continues to the end of the line, thus giving you two different representations of the same effect one for IE7 and one for IE6, easy really, but oh how useful.</p>
<p>This can be used for pretty much any unusual result between the browsers such as colour change, font issues and margin or padding differences. This tutorial is just one way to use the !important statement but hopefully one you will find useful <img src='http://nasarik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nasarik.com/browser-compatability/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

