<?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/"
	>

<channel>
	<title>undulattice &#187; 2007 &#187; August</title>
	<atom:link href="http://undulattice.f2s.com/2007/08/feed/" rel="self" type="application/rss+xml" />
	<link>http://undulattice.f2s.com</link>
	<description>music - movies - macs</description>
	<pubDate>Wed, 20 May 2009 08:28:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Phil Hansen</title>
		<link>http://undulattice.f2s.com/2007/08/31/phil-hansen/</link>
		<comments>http://undulattice.f2s.com/2007/08/31/phil-hansen/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 14:02:11 +0000</pubDate>
		<dc:creator>undulattice</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://undulattice.f2s.com/2007/08/31/phil-hansen/</guid>
		<description><![CDATA[<!-- GООООООО -->Amazing artist.
I love his Rosa Parks picture.
http://philinthecircle.com/Interpretation_number_1.html
]]></description>
			<content:encoded><![CDATA[<p>Amazing artist.<br />
I love his Rosa Parks picture.</p>
<p><a href="http://philinthecircle.com/Interpretation_number_1.html">http://philinthecircle.com/Interpretation_number_1.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://undulattice.f2s.com/2007/08/31/phil-hansen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Astronomers find nothing</title>
		<link>http://undulattice.f2s.com/2007/08/26/astronomers-find-nothing/</link>
		<comments>http://undulattice.f2s.com/2007/08/26/astronomers-find-nothing/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 09:18:35 +0000</pubDate>
		<dc:creator>undulattice</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://undulattice.f2s.com/2007/08/26/astronomers-find-nothing/</guid>
		<description><![CDATA[Cool&#8230;.
http://news.bbc.co.uk/1/hi/sci/tech/6962185.stm
]]></description>
			<content:encoded><![CDATA[<p>Cool&#8230;.<br />
<a href="http://news.bbc.co.uk/1/hi/sci/tech/6962185.stm">http://news.bbc.co.uk/1/hi/sci/tech/6962185.stm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://undulattice.f2s.com/2007/08/26/astronomers-find-nothing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Absolute Positioning in Opera</title>
		<link>http://undulattice.f2s.com/2007/08/03/absolute-positioning-in-opera/</link>
		<comments>http://undulattice.f2s.com/2007/08/03/absolute-positioning-in-opera/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 09:50:32 +0000</pubDate>
		<dc:creator>undulattice</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://undulattice.f2s.com/2007/08/03/absolute-positioning-in-opera/</guid>
		<description><![CDATA[It appears that absolute positioning in Opera 9 is broken.
Putting an absolutely positioned item within a relatively positioned div doesn&#8217;t work as it should&#8230;.
The following code should place the image 10px from the top of the div, but due to the bug in Opera,  it doesn&#8217;t!
&#60;div style=&#8221;position: relative;&#8221;&#62;
	&#60;img src=&#8221;someimage.jpg&#8221; style=&#8221;position: absolute; top: 10px;&#8221;&#62;
	&#60;/div&#62;
The solution?
Nest [...]]]></description>
			<content:encoded><![CDATA[<p>It appears that absolute positioning in Opera 9 is broken.<br />
Putting an absolutely positioned item within a relatively positioned div doesn&#8217;t work as it should&#8230;.<br />
The following code should place the image 10px from the top of the div, but due to the bug in Opera,  it doesn&#8217;t!</p>
<p>&lt;div style=&#8221;position: relative;&#8221;&gt;<br />
	&lt;img src=&#8221;someimage.jpg&#8221; style=&#8221;position: absolute; top: 10px;&#8221;&gt;<br />
	&lt;/div&gt;</p>
<p>The solution?<br />
Nest the image inside another div, thus&#8230;</p>
<p>&lt;div style=&#8221;position: relative;&#8221;&gt;<br />
	<b>&lt;div style=&#8221;position: absolute; top: 10px;&#8221;&gt;</b><br />
	&lt;img src=&#8221;someimage.jpg&#8221;&gt;<br />
	<b>&lt;/div&gt;</b><br />
	&lt;/div&gt;</p>
<p>Problem solved. <img src='http://undulattice.f2s.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://undulattice.f2s.com/2007/08/03/absolute-positioning-in-opera/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multi-Safari</title>
		<link>http://undulattice.f2s.com/2007/08/03/multi-safari/</link>
		<comments>http://undulattice.f2s.com/2007/08/03/multi-safari/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 08:39:14 +0000</pubDate>
		<dc:creator>undulattice</dc:creator>
		
		<category><![CDATA[Macs]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://undulattice.f2s.com/2007/08/03/multi-safari/</guid>
		<description><![CDATA[Yeah, ok, I&#8217;m lame. Moving on&#8230;..
As a web developer working on a Mac and having to confess to running Safari 3 beta, this leads to a problem that I can&#8217;t test pages in Safari 2.0.4.
Til now.
http://www.michelf.com/projects/multi-safari/
Awesome! 
UPDATE:Same thing for Windows and IE. Useful for me in Parallels!
http://tredosoft.com/Multiple_IE
]]></description>
			<content:encoded><![CDATA[<p>Yeah, ok, I&#8217;m lame. Moving on&#8230;..</p>
<p>As a web developer working on a Mac and having to confess to running Safari 3 beta, this leads to a problem that I can&#8217;t test pages in Safari 2.0.4.</p>
<p>Til now.</p>
<p><a href="http://www.michelf.com/projects/multi-safari/">http://www.michelf.com/projects/multi-safari/</a></p>
<p>Awesome! <img src='http://undulattice.f2s.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<b>UPDATE:</b>Same thing for Windows and IE. Useful for me in Parallels!<br />
<a href="http://tredosoft.com/Multiple_IE">http://tredosoft.com/Multiple_IE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://undulattice.f2s.com/2007/08/03/multi-safari/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

