<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.2" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>James Oppenheim's blog</title>
	<link>http://www.oppenheim.com.au</link>
	<description>See the world through my eyes</description>
	<pubDate>Thu, 25 Nov 2010 12:40:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/JamesOppenheim" /><feedburner:info uri="jamesoppenheim" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>2010 Victorian Election CMS Showdown</title>
		<link>http://feedproxy.google.com/~r/JamesOppenheim/~3/u1iNW80ZjJk/</link>
		<comments>http://www.oppenheim.com.au/2010/11/25/2010-victorian-election-cms-showdown/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 12:33:12 +0000</pubDate>
		<dc:creator>James Oppenheim</dc:creator>
		
		<category><![CDATA[LinkedIn]]></category>

		<category><![CDATA[Examples]]></category>

		<category><![CDATA[Interesting Sites]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.oppenheim.com.au/2010/11/25/2010-victorian-election-cms-showdown/</guid>
		<description><![CDATA[What does a website say about a political party, who knows? With the Victorian state election coming up in a couple of days I decided to check out what each party use for their CMS. Really interesting results that I think sum up each of the political parties social bents quite nicely:

Greens (http://vic.greens.org.au) use Drupal
Suggesting [...]]]></description>
			<content:encoded><![CDATA[<p>What does a website say about a political party, who knows? With the <a href="http://www.vec.vic.gov.au/">Victorian state election</a> coming up in a couple of days I decided to check out what each party use for their <a href="http://en.wikipedia.org/wiki/Content_management_system">CMS</a>. Really interesting results that I think sum up each of the political parties social bents quite nicely:</p>
<ul>
<li><strong>Greens </strong>(<a href="http://vic.greens.org.au">http://vic.greens.org.au</a>) use <a href="http://drupal.org/">Drupal</a><br />
Suggesting openness, freedom of expression, passionate sometimes to the point of ridiculous while being just a bit nerdy</li>
<li><strong>Liberals </strong>(<a href="http://www.liberalvictoria.org.au">http://www.liberalvictoria.org.au</a>) use the <a href="http://msdn.microsoft.com/vstudio/">.NET framework</a><br />
Suggesting proprietary and very trusting of large organisations, too expensive and somewhat over complicating simple needs (framework for CMS?). They don&#8217;t even cater for the old battlers:<br />
<em>“We see you&#8217;re still using IE6. For better experience with our site, we suggest you to upgrade your browser to IE8”</em></li>
<li><strong>Labor </strong>(<a href="http://www.alpvictoria.com.au">http://www.alpvictoria.com.au</a>) use <a href="http://www.communityengine.com">Community Engine</a><br />
Suggesting specialised fluff with no real substance. Most likely too expensive, but can&#8217;t disclose budgets</li>
</ul>
<p>What do you think?<br /><p>Technorati Tags: <a href="http://technorati.com/tag/CMS" rel="tag">CMS</a>, <a href="http://technorati.com/tag/Victorian+Election" rel="tag"> Victorian Election</a>, <a href="http://technorati.com/tag/Greens" rel="tag"> Greens</a>, <a href="http://technorati.com/tag/Liberal" rel="tag"> Liberal</a>, <a href="http://technorati.com/tag/Labor" rel="tag"> Labor</a></p>
<img src="http://feeds.feedburner.com/~r/JamesOppenheim/~4/u1iNW80ZjJk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.oppenheim.com.au/2010/11/25/2010-victorian-election-cms-showdown/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.oppenheim.com.au/2010/11/25/2010-victorian-election-cms-showdown/</feedburner:origLink></item>
		<item>
		<title>Fun IE CSS bug</title>
		<link>http://feedproxy.google.com/~r/JamesOppenheim/~3/cSAxufuLm-E/</link>
		<comments>http://www.oppenheim.com.au/2009/10/17/fun-ie-css-bug/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 10:56:13 +0000</pubDate>
		<dc:creator>James Oppenheim</dc:creator>
		
		<category><![CDATA[Areeba]]></category>

		<category><![CDATA[Web Standards]]></category>

		<category><![CDATA[Interesting Sites]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.oppenheim.com.au/2009/10/17/fun-ie-css-bug/</guid>
		<description><![CDATA[Here is a fun IE CSS bug:
“In IE an absolutely positioned box sometimes disappears when in the source code it is the previous or the next sibling of a float”
After successfully tracking down this bug a couple of months ago I released that I had come across it before. This time so I don&#8217;t forget [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a fun IE CSS bug:</p>
<p>“In IE an absolutely positioned box sometimes disappears when in the source code it is the previous or the next sibling of a float”</p>
<p>After successfully tracking down this bug a couple of months ago I released that I had come across it before. This time so I don&#8217;t forget I will post it here. There needs to be a surrounding / separating div between the two elements to stop this.</p>
<p>Some interesting reading on the topic so we can all spot this bug when it comes up next:</p>
<ol>
<li><a href="http://www.brunildo.org/test/IE_raf3.html">http://www.brunildo.org/test/IE_raf3.html</a></li>
<li><a href="http://www.brunildo.org/test/IE_raf3.pl">http://www.brunildo.org/test/IE_raf3.pl</a></li>
</ol>
<p>Technorati Tags: <a href="http://technorati.com/tag/CSS" rel="tag">CSS</a>, <a href="http://technorati.com/tag/Web+Standards" rel="tag"> Web Standards</a>, <a href="http://technorati.com/tag/Internet+Explorer" rel="tag"> Internet Explorer</a>, <a href="http://technorati.com/tag/IE" rel="tag"> IE</a></p>
<img src="http://feeds.feedburner.com/~r/JamesOppenheim/~4/cSAxufuLm-E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.oppenheim.com.au/2009/10/17/fun-ie-css-bug/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.oppenheim.com.au/2009/10/17/fun-ie-css-bug/</feedburner:origLink></item>
		<item>
		<title>Australian Web Week</title>
		<link>http://feedproxy.google.com/~r/JamesOppenheim/~3/8kAK9UB5_Nc/</link>
		<comments>http://www.oppenheim.com.au/2009/08/30/australian-web-week/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 06:53:36 +0000</pubDate>
		<dc:creator>James Oppenheim</dc:creator>
		
		<category><![CDATA[LinkedIn]]></category>

		<category><![CDATA[Areeba]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.oppenheim.com.au/2009/08/30/australian-web-week/</guid>
		<description><![CDATA[Australian Web Week has been born, this year from October 2 - 9. There is not much on at the moment, however, give it a couple of years and I think it will be a really exciting time for the Australian digital industry. Taken from the Australian Web Week website (http://webweek.com.au) the week involves:
&#8230;the best [...]]]></description>
			<content:encoded><![CDATA[<p>Australian Web Week has been born, this year from October 2 - 9. There is not much on at the moment, however, give it a couple of years and I think it will be a really exciting time for the Australian digital industry. Taken from the Australian Web Week website (<a href="http://webweek.com.au">http://webweek.com.au</a>) the week involves:</p>
<blockquote><p>&#8230;the best of the Australian web industry - sites and applications, designers and designs, innovative Australians taking it to the world. Over ten days professionals across the industry from around the country and the from around the world will come together to connect, learn and celebrate the strength of the Australian web industry.</p></blockquote>
<p>Technorati Tags: <a href="http://technorati.com/tag/Australian+Web+Week" rel="tag">Australian Web Week</a>, <a href="http://technorati.com/tag/Web" rel="tag"> Web</a></p>
<img src="http://feeds.feedburner.com/~r/JamesOppenheim/~4/8kAK9UB5_Nc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.oppenheim.com.au/2009/08/30/australian-web-week/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.oppenheim.com.au/2009/08/30/australian-web-week/</feedburner:origLink></item>
		<item>
		<title>Microsoft - The good, the bad and the ugly</title>
		<link>http://feedproxy.google.com/~r/JamesOppenheim/~3/VIUprUbXOUo/</link>
		<comments>http://www.oppenheim.com.au/2009/07/12/microsoft-the-good-the-bad-and-the-ugly/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 13:20:26 +0000</pubDate>
		<dc:creator>James Oppenheim</dc:creator>
		
		<category><![CDATA[Areeba]]></category>

		<category><![CDATA[LinkedIn]]></category>

		<category><![CDATA[Web Standards]]></category>

		<category><![CDATA[Interesting Sites]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.oppenheim.com.au/2009/07/12/microsoft-the-good-the-bad-and-the-ugly/</guid>
		<description><![CDATA[Il buono, il brutto, il cattivo.
I spend most of my daily working hours as a front-end developer creating custom HTML, CSS, JavaScript for the web. However, from time to time I have to dip my toes into HTML emails. Which is not such a stretch as after all they use the same underlying technologies. Making [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.imdb.com/title/tt0060196/">Il buono, il brutto, il cattivo.</a></p>
<p>I spend most of my daily working hours as a front-end developer creating custom HTML, CSS, JavaScript for the web. However, from time to time I have to dip my toes into HTML emails. Which is not such a stretch as after all they use the same underlying technologies. Making them even more comparable is the pain I have to go through bending, cheating and hacking the code to fit with a <a href="http://www.microsoft.com">Microsoft</a> product:</p>
<p>Internet Explorer 6 is to web development as Outlook 2007 is to HTML email development - A massive time waster!</p>
<p>As outlined back in January 2007 by the <a href="http://www.campaignmonitor.com/blog/post/2393/microsoft-takes-email-design-b/">Campaign Monitor</a> guys Microsoft Outlook 2007 uses the Word rendering engine to display emails, that means:</p>
<ol>
<li>No background images</li>
<li>Poor background colour support</li>
<li>No support for float or position</li>
<li>Shocking box model support</li>
</ol>
<h2>The Good</h2>
<p>Internet Explorer 8 has a high level of CSS 2.1 support, which is a fantastic move in the right direction.</p>
<h2>The Bad</h2>
<p>Internet Explorer 6 and its additional development time to support it will be with us for a long time to come and Internet Explorer 8 does not support <strong>any</strong> CSS3.</p>
<h2>The Ugly</h2>
<p>Just when you though Microsoft was listening to standards bodies and creating a better Internet environment for all they mention that Outlook 2010 will also still use the Word rendering engine.</p>
<p>Hopefully, the <a href="http://www.email-standards.org/">Email Standards Project</a>&#8217;s latest website <a href="http://fixoutlook.org/">http://fixoutlook.org/</a> will implore Microsoft to do the right thing and stop using Microsoft Word to render emails. Please, please, please. If I say it three times does it become true? I hope so.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Microsoft" rel="tag">Microsoft</a>, <a href="http://technorati.com/tag/Outlook" rel="tag"> Outlook</a>, <a href="http://technorati.com/tag/Email+Standards" rel="tag"> Email Standards</a>, <a href="http://technorati.com/tag/fixoutlook.org" rel="tag"> fixoutlook.org</a></p>
<img src="http://feeds.feedburner.com/~r/JamesOppenheim/~4/VIUprUbXOUo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.oppenheim.com.au/2009/07/12/microsoft-the-good-the-bad-and-the-ugly/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.oppenheim.com.au/2009/07/12/microsoft-the-good-the-bad-and-the-ugly/</feedburner:origLink></item>
		<item>
		<title>CSS3 foreground-image</title>
		<link>http://feedproxy.google.com/~r/JamesOppenheim/~3/6Zs5f5oDbc0/</link>
		<comments>http://www.oppenheim.com.au/2009/07/12/css3-foreground-image/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 11:57:30 +0000</pubDate>
		<dc:creator>James Oppenheim</dc:creator>
		
		<category><![CDATA[LinkedIn]]></category>

		<category><![CDATA[Areeba]]></category>

		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Web Standards]]></category>

		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.oppenheim.com.au/2009/07/12/css3-foreground-image/</guid>
		<description><![CDATA[I had a thought the other day when I was doing some CSS image replacement - would it not be really cool if CSS3 were to introduce a foreground-image property?
Normally, I use the Shea Enhancement image replacement method that lets both screen readers see the text, provides a tooltip and also shows the text when [...]]]></description>
			<content:encoded><![CDATA[<p>I had a thought the other day when I was doing some CSS image replacement - would it not be really cool if CSS3 were to introduce a foreground-image property?</p>
<p>Normally, I use the <a href="http://www.mezzoblue.com/tests/revised-image-replacement/#shea">Shea Enhancement</a> image replacement method that lets both screen readers see the text, provides a tooltip and also shows the text when images are turned off. However, there is one drawback: the extra span tag.</p>
<p>A foreground-image would sit on top of the text node, rather than behind it, and have the same options as background-image. No more unnecessary span tags - sweet!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/CSS" rel="tag">CSS</a>, <a href="http://technorati.com/tag/foreground-image" rel="tag"> foreground-image</a>, <a href="http://technorati.com/tag/Web+Standards" rel="tag"> Web Standards</a></p>
<img src="http://feeds.feedburner.com/~r/JamesOppenheim/~4/6Zs5f5oDbc0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.oppenheim.com.au/2009/07/12/css3-foreground-image/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.oppenheim.com.au/2009/07/12/css3-foreground-image/</feedburner:origLink></item>
		<item>
		<title>Firefox 3 Easter Eggs</title>
		<link>http://feedproxy.google.com/~r/JamesOppenheim/~3/C5L_rByLY-w/</link>
		<comments>http://www.oppenheim.com.au/2009/06/14/firefox-3-easter-eggs/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 09:40:27 +0000</pubDate>
		<dc:creator>James Oppenheim</dc:creator>
		
		<category><![CDATA[Areeba]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.oppenheim.com.au/2009/06/14/firefox-3-easter-eggs/</guid>
		<description><![CDATA[I have Firefox 3 open basically all day while I am at work and just to spice things up I thought I would share some of its hidden features / Easter eggs.
In the address bar try typing the following:


about:mozilla
- The Book of Mozilla, 11:9
about:robots
- Welcome Humans! from the robots. Also, try pressing the button.
chrome://browser/content/browser.xul
- Opens [...]]]></description>
			<content:encoded><![CDATA[<p>I have <a href="http://www.mozilla.com/firefox/">Firefox 3</a> open basically all day while I am at work and just to spice things up I thought I would share some of its hidden features / <a href="http://en.wikipedia.org/wiki/Easter_egg_(media)">Easter eggs</a>.</p>
<p>In the address bar try typing the following:</p>
<ul></ul>
<ol>
<li><a href="about:mozilla">about:mozilla</a><br />
- The Book of Mozilla, 11:9</li>
<li><a href="about:robots">about:robots</a><br />
- Welcome Humans! from the robots. Also, try pressing the button.</li>
<li><a href="chrome://browser/content/browser.xul">chrome://browser/content/browser.xul</a><br />
- Opens another browser inside the current browser</li>
</ol>
<p>Enjoy!</p>
<ul></ul>
<p>Technorati Tags: <a href="http://technorati.com/tag/Firefox" rel="tag">Firefox</a>, <a href="http://technorati.com/tag/Easter+Eggs" rel="tag"> Easter Eggs</a>, <a href="http://technorati.com/tag/Web" rel="tag"> Web</a></p>
<img src="http://feeds.feedburner.com/~r/JamesOppenheim/~4/C5L_rByLY-w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.oppenheim.com.au/2009/06/14/firefox-3-easter-eggs/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.oppenheim.com.au/2009/06/14/firefox-3-easter-eggs/</feedburner:origLink></item>
		<item>
		<title>Multiple CSS Classes &amp; A Little Known IE6 Hack</title>
		<link>http://feedproxy.google.com/~r/JamesOppenheim/~3/8u1I1KdRl7g/</link>
		<comments>http://www.oppenheim.com.au/2009/05/24/multiple-css-classes-a-little-known-ie6-hack/#comments</comments>
		<pubDate>Sun, 24 May 2009 11:37:14 +0000</pubDate>
		<dc:creator>James Oppenheim</dc:creator>
		
		<category><![CDATA[Areeba]]></category>

		<category><![CDATA[LinkedIn]]></category>

		<category><![CDATA[Examples]]></category>

		<category><![CDATA[Web Standards]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.oppenheim.com.au/2009/05/24/multiple-css-classes-a-little-known-ie6-hack/</guid>
		<description><![CDATA[It is possible to use multiple CSS classes on one HTML element. For example:

class="first second"

This is fantastic to produce reusable default styles that can be slightly overridden by the use of a second, third or fourth class. However, what becomes more interesting is that you can use both of the CSS classes in combination to [...]]]></description>
			<content:encoded><![CDATA[<p>It is possible to use multiple CSS classes on one HTML element. For example:<br />
<code><br />
class="first second"<br />
</code><br />
This is fantastic to produce reusable default styles that can be slightly overridden by the use of a second, third or fourth class. However, what becomes more interesting is that you can use both of the CSS classes in combination to create a more specific class.</p>
<p>For example, if the first class was &#8216;green&#8217;:</p>
<p><code><br />
.first {<br />
background-color: green;<br />
}<br />
</code></p>
<p>and the &#8217;second&#8217; class was red:</p>
<p><code><br />
.second {<br />
background-color: red;<br />
}<br />
</code></p>
<p>But when an element has both classes together &#8216;.first.second&#8217; you get yellow.<br />
<code><br />
.first.second {<br />
background-color: yellow;<br />
}<br />
</code><br />
A point to note with the multiple classes is that the order is not important, for example: &#8216;.first.second&#8217; is the same as &#8216;.second.first&#8217;.</p>
<p>However, there is a problem! In IE6, &#8216;.first.second&#8217; works exactly the same way as &#8216;.second&#8217;. This is because IE6 doesn&#8217;t understand the chain of classes within a CSS selector, but instead only reads the last class in the chain.</p>
<p>Because of this we can&#8217;t safely use this technique if we want to support IE6. However, we can use it to create a IE6 CSS hack! To do this we add a random class that does not exist on the element before the real one and only IE6 will still match it. For example:</p>
<p><code><br />
.ie6.third {<br />
background-color: orange;<br />
}<br />
</code></p>
<p>I have setup a demo page to demonstrate the <a href="http://www.oppenheim.com.au/examples/multiple-css-classes-a-little-known-ie6-hack/">multiple CSS classes &amp; the IE6 CSS hack</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/CSS" rel="tag">CSS</a>, <a href="http://technorati.com/tag/Examples" rel="tag"> Examples</a>, <a href="http://technorati.com/tag/Web+Standards" rel="tag"> Web Standards</a>, <a href="http://technorati.com/tag/IE6" rel="tag"> IE6</a>, <a href="http://technorati.com/tag/CSS+hacks" rel="tag"> CSS hacks</a></p>
<img src="http://feeds.feedburner.com/~r/JamesOppenheim/~4/8u1I1KdRl7g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.oppenheim.com.au/2009/05/24/multiple-css-classes-a-little-known-ie6-hack/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.oppenheim.com.au/2009/05/24/multiple-css-classes-a-little-known-ie6-hack/</feedburner:origLink></item>
		<item>
		<title>Lets get naked!</title>
		<link>http://feedproxy.google.com/~r/JamesOppenheim/~3/gt9wObN8ZFY/</link>
		<comments>http://www.oppenheim.com.au/2009/04/09/lets-get-naked/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 04:13:56 +0000</pubDate>
		<dc:creator>James Oppenheim</dc:creator>
		
		<category><![CDATA[Areeba]]></category>

		<category><![CDATA[Usability]]></category>

		<category><![CDATA[Web Standards]]></category>

		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.oppenheim.com.au/2009/04/09/lets-get-naked/</guid>
		<description><![CDATA[Welcome to the 2009 CSS Naked Day. It is a celebration of semantic HTML markup by turning off your website CSS styles on 9th April each year.
I am in - do you want to get naked too? You will have to be quick it only lasts a day.
Technorati Tags: Areeba,  CSS,  Personal,  [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the 2009 <a href="http://naked.dustindiaz.com">CSS Naked Day</a>. It is a celebration of semantic HTML markup by turning off your website CSS styles on 9th April each year.</p>
<p>I am in - do you want to get naked too? You will have to be quick it only lasts a day.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Areeba" rel="tag">Areeba</a>, <a href="http://technorati.com/tag/CSS" rel="tag"> CSS</a>, <a href="http://technorati.com/tag/Personal" rel="tag"> Personal</a>, <a href="http://technorati.com/tag/Web+Standards" rel="tag"> Web Standards</a>, <a href="http://technorati.com/tag/Usability" rel="tag"> Usability</a></p>
<img src="http://feeds.feedburner.com/~r/JamesOppenheim/~4/gt9wObN8ZFY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.oppenheim.com.au/2009/04/09/lets-get-naked/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.oppenheim.com.au/2009/04/09/lets-get-naked/</feedburner:origLink></item>
		<item>
		<title>New logo design</title>
		<link>http://feedproxy.google.com/~r/JamesOppenheim/~3/tpu9NZJUyRA/</link>
		<comments>http://www.oppenheim.com.au/2009/03/17/new-logo-design/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:05:31 +0000</pubDate>
		<dc:creator>James Oppenheim</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.oppenheim.com.au/2009/03/17/new-logo-design/</guid>
		<description><![CDATA[On and off I have been thinking of redesigning this website and the first step is always the logo. So after months I have finally got around to knocking something up in Illustrator.

What do you think?
Technorati Tags: Personal,  Web design,  Logo Design
]]></description>
			<content:encoded><![CDATA[<p>On and off I have been thinking of redesigning this website and the first step is always the logo. So after months I have finally got around to knocking something up in Illustrator.</p>
<p><img src="http://www.oppenheim.com.au/wp-content/uploads/2009/03/logo.png" alt="New logo" /></p>
<p>What do you think?</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Personal" rel="tag">Personal</a>, <a href="http://technorati.com/tag/Web+design" rel="tag"> Web design</a>, <a href="http://technorati.com/tag/Logo+Design" rel="tag"> Logo Design</a></p>
<img src="http://feeds.feedburner.com/~r/JamesOppenheim/~4/tpu9NZJUyRA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.oppenheim.com.au/2009/03/17/new-logo-design/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.oppenheim.com.au/2009/03/17/new-logo-design/</feedburner:origLink></item>
		<item>
		<title>How to turn off Safari’s input focus outer glow</title>
		<link>http://feedproxy.google.com/~r/JamesOppenheim/~3/KAhZoP00VsM/</link>
		<comments>http://www.oppenheim.com.au/2009/02/24/how-to-turn-off-safaris-input-focus-outer-glow/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 11:27:32 +0000</pubDate>
		<dc:creator>James Oppenheim</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.oppenheim.com.au/2009/02/24/how-to-turn-off-safaris-input-focus-outer-glow/</guid>
		<description><![CDATA[Have you ever tried to use custom CSS background images for your form inputs? Well it actually turns out to be quite easy: apply the background image and then remove the default borders. But unfortunately in Apple&#8217;s Safari you get some over zealous focus styles applied by the browsers default rendering engine:

To remove this outer [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to use custom <acronym title="Cascading Style Sheets">CSS</acronym> background images for your form inputs? Well it actually turns out to be quite easy: apply the background image and then remove the default borders. But unfortunately in <a href="http://www.apple.com/safari/" title="Apple's Safari">Apple&#8217;s Safari</a> you get some over zealous focus styles applied by the browsers default rendering engine:</p>
<p><img src="http://www.oppenheim.com.au/wp-content/uploads/2009/02/outer-glow-example.thumbnail.png" alt="Safari's input focus outer glow" title="Safari's input focus outer glow" width="171" height="34" /></p>
<p>To remove this outer glow, just apply some simple <acronym title="Cascading Style Sheets">CSS</acronym>:<br />
<code><br />
outline: none;<br />
</code></p>
<p>See my example of <a href="http://www.oppenheim.com.au/examples/safari-input-focus/" title="How to turn off Safari's input focus outer glow">how to turn off Safari&#8217;s input focus outer glow</a> for detailed information.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/CSS" rel="tag">CSS</a>, <a href="http://technorati.com/tag/Web+Standards" rel="tag"> Web Standards</a>, <a href="http://technorati.com/tag/Safari" rel="tag"> Safari</a>, <a href="http://technorati.com/tag/Web+Browsers" rel="tag"> Web Browsers</a>, <a href="http://technorati.com/tag/Input+Focus" rel="tag"> Input Focus</a></p>
<img src="http://feeds.feedburner.com/~r/JamesOppenheim/~4/KAhZoP00VsM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.oppenheim.com.au/2009/02/24/how-to-turn-off-safaris-input-focus-outer-glow/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.oppenheim.com.au/2009/02/24/how-to-turn-off-safaris-input-focus-outer-glow/</feedburner:origLink></item>
	</channel>
</rss>

