<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>DivineNTD Blog</title>
	<link>http://divinentd.com/blog</link>
	<description>Hey, this is my blog. After 7 years with Blogger, I've finally moved on. Now I've consolidated my old link log and journal into one WordPress blog.</description>
	<pubDate>Thu, 15 May 2008 03:59:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>have you met ted?</title>
		<link>http://divinentd.com/blog/uncategorized/2008/05/have-you-met-ted/</link>
		<comments>http://divinentd.com/blog/uncategorized/2008/05/have-you-met-ted/#comments</comments>
		<pubDate>Thu, 15 May 2008 03:59:09 +0000</pubDate>
		<dc:creator>divinentd</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://divinentd.com/blog/uncategorized/2008/05/have-you-met-ted/</guid>
		<description><![CDATA[link: blog for all things how I met your mother.



]]></description>
			<content:encoded><![CDATA[<p>link: <a href="http://have-you-met-ted.com/">blog for all things how I met your mother</a>.</p>
<p><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/EhXsJjVdj1E"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/EhXsJjVdj1E" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://divinentd.com/blog/uncategorized/2008/05/have-you-met-ted/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Embedding Flash</title>
		<link>http://divinentd.com/blog/web-interface-tech/2008/05/embedding-flash/</link>
		<comments>http://divinentd.com/blog/web-interface-tech/2008/05/embedding-flash/#comments</comments>
		<pubDate>Wed, 14 May 2008 18:45:48 +0000</pubDate>
		<dc:creator>divinentd</dc:creator>
		
		<category><![CDATA[web, interface, tech]]></category>

		<guid isPermaLink="false">http://divinentd.com/blog/web-interface-tech/2008/05/embedding-flash/</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve had to work with a flash movie, so here are a couple things I&#8217;ve learned today (applying my new policy of always researching problems before diving into code).
Using some third party flash embed code and the damn flash movie is on top of all your popups and shit? That&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve had to work with a flash movie, so here are a couple things I&#8217;ve learned today (applying my new policy of always researching problems before diving into code).</p>
<p>Using some third party flash embed code and the damn flash movie is on top of all your popups and shit? That&#8217;s because the jackasses forgot a parameter: <code>wmode="opaque"</code>. See <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15523">Flash content displays on top of all DHTML layers</a> on adobe.com.</p>
<p>Also, here&#8217;s an improved version of the Satay Method, which you may remember from A List Apart. <a href="http://www.puidokas.com/how-to-properly-embed-flash/">How to properly embed flash</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://divinentd.com/blog/web-interface-tech/2008/05/embedding-flash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Timeout for Ajax Mootools</title>
		<link>http://divinentd.com/blog/web-interface-tech/2008/05/timeout-for-ajax-mootools/</link>
		<comments>http://divinentd.com/blog/web-interface-tech/2008/05/timeout-for-ajax-mootools/#comments</comments>
		<pubDate>Wed, 14 May 2008 18:19:00 +0000</pubDate>
		<dc:creator>divinentd</dc:creator>
		
		<category><![CDATA[web, interface, tech]]></category>

		<guid isPermaLink="false">http://divinentd.com/blog/web-interface-tech/2008/05/timeout-for-ajax-mootools/</guid>
		<description><![CDATA[Mootools Ajax Timeout from blackmac.de
Mootools 1.11 doesn&#8217;t make the distinction between a failure due to timeout or 500 or whatever. This lets you.
Oh, and there&#8217;s a New Version.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blackmac.de/archives/44-Mootools-AJAX-timeout.html">Mootools Ajax Timeout from blackmac.de</a></p>
<p>Mootools 1.11 doesn&#8217;t make the distinction between a failure due to timeout or 500 or whatever. This lets you.</p>
<p>Oh, and there&#8217;s a <a href="http://www.blackmac.de/archives/60-New-version-of-mootools-ajax-timeout.html#extended">New Version</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://divinentd.com/blog/web-interface-tech/2008/05/timeout-for-ajax-mootools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaScript Session Variables (without cookies or query string)</title>
		<link>http://divinentd.com/blog/web-interface-tech/2008/05/javascript-session-variables-without-cookies-or-query-string/</link>
		<comments>http://divinentd.com/blog/web-interface-tech/2008/05/javascript-session-variables-without-cookies-or-query-string/#comments</comments>
		<pubDate>Tue, 13 May 2008 16:33:50 +0000</pubDate>
		<dc:creator>divinentd</dc:creator>
		
		<category><![CDATA[web, interface, tech]]></category>

		<guid isPermaLink="false">http://divinentd.com/blog/web-interface-tech/2008/05/javascript-session-variables-without-cookies-or-query-string/</guid>
		<description><![CDATA[Link: Session variables without cookies.
Now there&#8217;s a dangerously clever new idea. Use the window.name property to store a JSON object (converted into a string), and it stays there as you navigate from page to page. &#8220;What&#8217;s this window.name property, I&#8217;ve never heard of it?&#8221; was my first reaction, but then I recognized it from here: [...]]]></description>
			<content:encoded><![CDATA[<p>Link: <a href="http://www.thomasfrank.se/sessionvars.html">Session variables without cookies</a>.</p>
<p>Now there&#8217;s a dangerously clever new idea. Use the window.name property to store a JSON object (converted into a string), and it stays there as you navigate from page to page. &#8220;What&#8217;s this window.name property, I&#8217;ve never heard of it?&#8221; was my first reaction, but then I recognized it from here: window.open(url, name, features). It&#8217;s been read/write since JavaScript 1.1, so I&#8217;m assuming this works in IE6, but it hasn&#8217;t been tested yet.</p>
<p>Of course this is completely insecure, when your visitor navigates to another site, that site will have access to your data. So it can&#8217;t hold sensitive user account information, and it can&#8217;t hold preferences that you wish to retain from visit to visit, but I&#8217;m sure there&#8217;s some sort of interface state data that would be handy to pass between pages, but not critical enough to warrant a back-end solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://divinentd.com/blog/web-interface-tech/2008/05/javascript-session-variables-without-cookies-or-query-string/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sad Kermit</title>
		<link>http://divinentd.com/blog/entertainment/2008/05/sad-kermit/</link>
		<comments>http://divinentd.com/blog/entertainment/2008/05/sad-kermit/#comments</comments>
		<pubDate>Mon, 12 May 2008 20:43:23 +0000</pubDate>
		<dc:creator>divinentd</dc:creator>
		
		<category><![CDATA[entertainment]]></category>

		<guid isPermaLink="false">http://divinentd.com/blog/entertainment/2008/05/sad-kermit/</guid>
		<description><![CDATA[Sad Kermit sings Creep, by Radiohead.
Sad Kermit sings Hurt, by NIN.
It&#8217;s like a dream about pre-school nested within a dream about high school. Creep is worth listening to just to hear Kermit say, &#8220;fuck.&#8221;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=L1K8t3BtNaw">Sad Kermit sings Creep</a>, by Radiohead.</p>
<p><a href="http://www.youtube.com/watch?v=57ta7mkgrOU">Sad Kermit sings Hurt</a>, by NIN.</p>
<p>It&#8217;s like a dream about pre-school nested within a dream about high school. Creep is worth listening to just to hear Kermit say, &#8220;fuck.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://divinentd.com/blog/entertainment/2008/05/sad-kermit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Three Equal Height Liquid Columns In CSS</title>
		<link>http://divinentd.com/blog/web-interface-tech/2008/05/three-equal-height-liquid-columns-in-css/</link>
		<comments>http://divinentd.com/blog/web-interface-tech/2008/05/three-equal-height-liquid-columns-in-css/#comments</comments>
		<pubDate>Mon, 12 May 2008 16:37:28 +0000</pubDate>
		<dc:creator>divinentd</dc:creator>
		
		<category><![CDATA[web, interface, tech]]></category>

		<guid isPermaLink="false">http://divinentd.com/blog/web-interface-tech/2008/05/three-equal-height-liquid-columns-in-css/</guid>
		<description><![CDATA[Presenting this code to demonstrate a couple concepts: gutter images on 3 liquid columns, and a generic column system. It may not work copy-paste. Also, I&#8217;m not going to bother explaining anything, or even demonstrating how the classes &#8220;double column&#8221; work with &#8220;single column&#8221;. The class clearfix is common enough, find it somewhere on position [...]]]></description>
			<content:encoded><![CDATA[<p>Presenting this code to demonstrate a couple concepts: gutter images on 3 liquid columns, and a generic column system. It may not work copy-paste. Also, I&#8217;m not going to bother explaining anything, or even demonstrating how the classes &#8220;double column&#8221; work with &#8220;single column&#8221;. The class clearfix is common enough, find it somewhere on <a href="http://www.positioniseverything.net/">position is everything</a>, and to see what the heck I&#8217;m doing with those universal selectors (*) read <a href="http://divinentd.com/blog/web-interface-tech/2005/09/solution-to-the-liquid-layout-gutter-dilemma/">liquid gutter dilemma</a>.</p>
<h4>The HTML:</h4>
<pre>
&lt;div class="section"&gt;
   &lt;div class="gutter clearfix"&gt;
       &lt;div class="single column"&gt;
          &lt;p&gt;Blah blah blah.&lt;p&gt;
       &lt;/div&gt;
       &lt;div class="single column"&gt;
          &lt;p&gt;Blah blah blah.&lt;p&gt;
          &lt;p&gt;Blah blah blah.&lt;p&gt;
       &lt;/div&gt;
       &lt;div class="single column"&gt;
          &lt;p&gt;Blah blah blah.&lt;p&gt;
       &lt;/div&gt;
   &lt;/div&gt;
&lt;/div&gt;
</pre>
<h4>The CSS:</h4>
<pre>
.section { background: transparent url(../img/bg_gutter.gif) repeat-y 66% 0; }
.gutter { background: transparent url(../img/bg_gutter.gif) repeat-y 33% 0; }
.column { float: left; }
.column * { margin-left: 15px; margin-right: 15px; }
.column * * { margin-left: 0; margin-right: 0; }
.single { width: 33.2%; }
.double { width: 66.4%; }
</pre>
]]></content:encoded>
			<wfw:commentRss>http://divinentd.com/blog/web-interface-tech/2008/05/three-equal-height-liquid-columns-in-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chair (One of a Pair)</title>
		<link>http://divinentd.com/blog/news-rants-personal/2008/05/chair-one-of-a-pair/</link>
		<comments>http://divinentd.com/blog/news-rants-personal/2008/05/chair-one-of-a-pair/#comments</comments>
		<pubDate>Sun, 04 May 2008 18:17:41 +0000</pubDate>
		<dc:creator>divinentd</dc:creator>
		
		<category><![CDATA[news, rants, personal]]></category>

		<guid isPermaLink="false">http://divinentd.com/blog/news-rants-personal/2008/05/chair-one-of-a-pair/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/divinentd/2464985836/" title="Chair Re-covered In Leather by divinentd, on Flickr"><img src="http://farm4.static.flickr.com/3227/2464985836_01197a9666_m.jpg" alt="Chair Re-covered In Leather" style="border: 0pt none " width="240" height="240" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://divinentd.com/blog/news-rants-personal/2008/05/chair-one-of-a-pair/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LOL Cats Binge</title>
		<link>http://divinentd.com/blog/entertainment/2008/05/lol-cats-binge/</link>
		<comments>http://divinentd.com/blog/entertainment/2008/05/lol-cats-binge/#comments</comments>
		<pubDate>Sat, 03 May 2008 07:07:53 +0000</pubDate>
		<dc:creator>divinentd</dc:creator>
		
		<category><![CDATA[entertainment]]></category>

		<guid isPermaLink="false">http://divinentd.com/blog/entertainment/2008/05/lol-cats-binge/</guid>
		<description><![CDATA[
see more crazy cat pics

see more crazy cat pics

see more crazy cat pics

see more crazy cat pics

see more crazy cat pics

see more crazy cat pics
]]></description>
			<content:encoded><![CDATA[<p><a href="http://icanhascheezburger.com/2008/04/14/funny-pictures-were-in-ur-iliad/"><img src="http://icanhascheezburger.wordpress.com/files/2008/04/funny-pictures-illiad-cats.jpg" style="border: 0pt none " alt="humorous pictures" /></a><br />
see more <a href="http://icanhascheezburger.com">crazy cat pics</a></p>
<p><a href="http://icanhascheezburger.com/2008/04/04/funny-pictures-going-to-stop-lex-luthor-brb/"><img src="http://icanhascheezburger.wordpress.com/files/2008/04/funny-pictures-superman-orange-cat.jpg" style="border: 0pt none " alt="Humorous Pictures" /></a><br />
see more <a href="http://icanhascheezburger.com">crazy cat pics</a></p>
<p><a href="http://icanhascheezburger.com/2008/04/29/funny-pictures-crush-crush-crush/"><img src="http://icanhascheezburger.wordpress.com/files/2008/04/funny-pictures-horse-crushes-house.jpg" style="border: 0pt none " alt="humorous pictures" width="400" height="300" /></a><br />
see more <a href="http://icanhascheezburger.com">crazy cat pics</a></p>
<p><a href="http://icanhascheezburger.com/2008/04/27/funny-pictures-opacity-0-30-60-100/"><img src="http://icanhascheezburger.wordpress.com/files/2008/04/funny-pictures-opacity-cats-eating.jpg" style="border: 0pt none ; width: 400px" alt="humorous pictures" /></a><br />
see more <a href="http://icanhascheezburger.com">crazy cat pics</a></p>
<p><a href="http://icanhascheezburger.com/2008/04/24/funny-pictures-omg-wut-r-u-doin/"><img src="http://icanhascheezburger.wordpress.com/files/2008/04/funny-pictures-mom-dad-surprised-cat.jpg" style="border: 0pt none " alt="humorous pictures" width="375" height="500" /></a><br />
see more <a href="http://icanhascheezburger.com">crazy cat pics</a></p>
<p><a href="http://icanhascheezburger.com/2008/03/17/funny-pictures-fail/"><img src="http://icanhascheezburger.wordpress.com/files/2008/03/funny-pictures-bird-window-fail.jpg" style="border: 0pt none ; width: 400px" alt="Humorous Pictures" /></a><br />
see more <a href="http://icanhascheezburger.com">crazy cat pics</a></p>
]]></content:encoded>
			<wfw:commentRss>http://divinentd.com/blog/entertainment/2008/05/lol-cats-binge/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Homer CSS</title>
		<link>http://divinentd.com/blog/web-interface-tech/2008/04/homer-css/</link>
		<comments>http://divinentd.com/blog/web-interface-tech/2008/04/homer-css/#comments</comments>
		<pubDate>Thu, 01 May 2008 03:51:32 +0000</pubDate>
		<dc:creator>divinentd</dc:creator>
		
		<category><![CDATA[web, interface, tech]]></category>

		<guid isPermaLink="false">http://divinentd.com/blog/web-interface-tech/2008/04/homer-css/</guid>
		<description><![CDATA[Homer Simpson in CSS
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.loleg.com/blog/2008/04/17/6758/">Homer Simpson in CSS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://divinentd.com/blog/web-interface-tech/2008/04/homer-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cursor sometimes fails to appear in input text fields</title>
		<link>http://divinentd.com/blog/web-interface-tech/2008/04/cursor-sometimes-fails-to-appear-in-input-text-fields/</link>
		<comments>http://divinentd.com/blog/web-interface-tech/2008/04/cursor-sometimes-fails-to-appear-in-input-text-fields/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 22:54:01 +0000</pubDate>
		<dc:creator>divinentd</dc:creator>
		
		<category><![CDATA[web, interface, tech]]></category>

		<guid isPermaLink="false">http://divinentd.com/blog/web-interface-tech/2008/04/cursor-sometimes-fails-to-appear-in-input-text-fields/</guid>
		<description><![CDATA[link: Bug 167801
This bug won&#8217;t be fixed until Firefox 3. The fixed range from awful to horrible, involving both CSS and JavaScript. I am rather annoyed.
I think what&#8217;s throwing me off is that I&#8217;m used to IE bugs. I expect them. And so many of them are related to having layout, I know where to [...]]]></description>
			<content:encoded><![CDATA[<p>link: <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=167801">Bug 167801</a></p>
<p>This bug won&#8217;t be fixed until Firefox 3. The fixed range from awful to horrible, involving both CSS and JavaScript. I am rather annoyed.</p>
<p>I think what&#8217;s throwing me off is that I&#8217;m used to IE bugs. I expect them. And so many of them are related to <a href="http://www.satzansatz.de/cssd/onhavinglayout.html">having layout</a>, I know where to start.</p>
]]></content:encoded>
			<wfw:commentRss>http://divinentd.com/blog/web-interface-tech/2008/04/cursor-sometimes-fails-to-appear-in-input-text-fields/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
