<?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>blarnee.com &#187; nicole sullivan</title>
	<atom:link href="http://blarnee.com/wp/tag/nicole-sullivan/feed/" rel="self" type="application/rss+xml" />
	<link>http://blarnee.com/wp</link>
	<description>Web design and development online &#124; Adnan Osmani's blog</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:35:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Object Oriented CSS</title>
		<link>http://blarnee.com/wp/object-oriented-css/</link>
		<comments>http://blarnee.com/wp/object-oriented-css/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 18:19:25 +0000</pubDate>
		<dc:creator>legacye</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[nicole sullivan]]></category>
		<category><![CDATA[object oriented]]></category>

		<guid isPermaLink="false">http://blarnee.com/wp/?p=456</guid>
		<description><![CDATA[Today I&#8217;m taking a &#160;break from posting about up and coming technologies like HTML5, the Canvas and CSS3 on Twitter to take a look at something nifty you can do to improve your CSS designs right now. &#160;Nicole Sullivan&#8217;s Object-oriented CSS are just one of these and you can see a nice presentation about them [...]


Related posts:<ol><li><a href='http://blarnee.com/wp/real-time-object-recognition-a-tool-for-the-visually-impaired-and-those-who-get-punched-in-the-face-too-often/' rel='bookmark' title='Permanent Link: Real time object recognition &#8211; a tool for the visually impaired and those who get punched in the face too often :)'>Real time object recognition &#8211; a tool for the visually impaired and those who get punched in the face too often :)</a> <small> Share var button = document.getElementById('facebook_share_link_456') || document.getElementById('facebook_share_icon_456') || document.getElementById('facebook_share_both_456')...</small></li><li><a href='http://blarnee.com/wp/how-to-add-custom-missing-image-holders-using-jquery/' rel='bookmark' title='Permanent Link: How to add custom missing image holders using jQuery'>How to add custom missing image holders using jQuery</a> <small>We&#8217;ve all experienced the dreaded &quot;red cross in a box&quot;...</small></li><li><a href='http://blarnee.com/wp/how-to-override-jquery-event-handlers/' rel='bookmark' title='Permanent Link: How to override jQuery Event Handlers'>How to override jQuery Event Handlers</a> <small>An interesting problem that I came across today was figuring...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m taking a &nbsp;break from posting about up and coming technologies like HTML5, the Canvas and CSS3 on Twitter to take a look at something nifty you can do to improve your CSS designs right now. &nbsp;Nicole Sullivan&#8217;s Object-oriented CSS are just one of these and you can see a nice presentation about them below.&nbsp;</p>
<div style="width:425px;text-align:left" id="__ss_990405"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Object Oriented CSS" href="http://www.slideshare.net/stubbornella/object-oriented-css">Object Oriented CSS</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=oocss-1233786987806904-3&amp;rel=0&amp;stripped_title=object-oriented-css" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=oocss-1233786987806904-3&amp;rel=0&amp;stripped_title=object-oriented-css" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></p>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/stubbornella">Nicole Sullivan</a>.</div>
</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblarnee.com%2Fwp%2Fobject-oriented-css%2F&amp;t=Object%20Oriented%20CSS" id="facebook_share_button_456" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_456') || document.getElementById('facebook_share_icon_456') || document.getElementById('facebook_share_both_456') || document.getElementById('facebook_share_button_456');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_456') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>


<p>Related posts:<ol><li><a href='http://blarnee.com/wp/real-time-object-recognition-a-tool-for-the-visually-impaired-and-those-who-get-punched-in-the-face-too-often/' rel='bookmark' title='Permanent Link: Real time object recognition &#8211; a tool for the visually impaired and those who get punched in the face too often :)'>Real time object recognition &#8211; a tool for the visually impaired and those who get punched in the face too often :)</a> <small> Share var button = document.getElementById('facebook_share_link_456') || document.getElementById('facebook_share_icon_456') || document.getElementById('facebook_share_both_456')...</small></li><li><a href='http://blarnee.com/wp/how-to-add-custom-missing-image-holders-using-jquery/' rel='bookmark' title='Permanent Link: How to add custom missing image holders using jQuery'>How to add custom missing image holders using jQuery</a> <small>We&#8217;ve all experienced the dreaded &quot;red cross in a box&quot;...</small></li><li><a href='http://blarnee.com/wp/how-to-override-jquery-event-handlers/' rel='bookmark' title='Permanent Link: How to override jQuery Event Handlers'>How to override jQuery Event Handlers</a> <small>An interesting problem that I came across today was figuring...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blarnee.com/wp/object-oriented-css/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
