<?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>dynagirl &#187; web design</title>
	<atom:link href="http://www.dynagirl.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dynagirl.com</link>
	<description>hasn&#039;t gotten around to a redesign since 2004</description>
	<lastBuildDate>Sat, 31 Jul 2010 14:28:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>kill trailing spaces with TextMate</title>
		<link>http://www.dynagirl.com/2010/07/28/kill-trailing-spaces-with-textmate/</link>
		<comments>http://www.dynagirl.com/2010/07/28/kill-trailing-spaces-with-textmate/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 16:47:00 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=3318</guid>
		<description><![CDATA[I hate untidy code, and always work with invisibles showing. Regardless, sometimes spacecruft slips through. Here&#8217;s two ways to fix that: custom language bundle that highlights the offending space macro using the built-in strip-trailing-spaces command on save I&#8217;ve gone with the first option: I think it&#8217;s nicer to keep yourself in the habit of watching [...]]]></description>
			<content:encoded><![CDATA[<p>I <em>hate</em> untidy code, and always work with invisibles showing. Regardless, sometimes spacecruft slips through. Here&#8217;s two ways to fix that:</p>
<ol>
<li><a href="http://remysharp.com/2008/03/30/trailing-white-space-in-textmate/">custom language bundle that highlights the offending space</a></li>
<li><a href="http://blogobaggins.com/2009/03/31/waging-war-on-whitespace.html">macro using the built-in strip-trailing-spaces command on save</a></li>
</ol>
<p>I&#8217;ve gone with the first option: I think it&#8217;s nicer to keep yourself in the habit of watching your code, rather than relying on the software. Also, as the author notes, it blows away any bookmarking and code folds. If you&#8217;re working with large files and hit save at least every five minutes like I do, well&#8230; that sucks as much as <a href="http://groups.google.com/group/coda-users/search?group=coda-users&amp;q=code+folding&amp;qt_g=Search+this+group">Coda&#8217;s lack of code folding</a> does.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2010/07/28/kill-trailing-spaces-with-textmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook CSS workaround number infinity</title>
		<link>http://www.dynagirl.com/2010/06/16/facebook-css-workaround-number-infinity/</link>
		<comments>http://www.dynagirl.com/2010/06/16/facebook-css-workaround-number-infinity/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 16:11:20 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=3231</guid>
		<description><![CDATA[If you&#8217;ve ever had to deal with any development for Facebook, you&#8217;ll remember that they strip out browser hacks from your CSS&#8211;fun for you, when the client OMG needs something to work in IE6. They also strip out the more forward-y browser-specific styles, while using them liberally themselves. Their CSS, which was putting an unfortunate [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever had to deal with any development for Facebook, you&#8217;ll remember that they strip out browser hacks from your CSS&#8211;fun for you, when the client OMG needs something to work in IE6. They also strip out the more forward-y browser-specific styles, while using them liberally themselves.</p>
<p><em>Their</em> CSS, which was putting an unfortunate border on our buttons:<br />
<code><br />
uiButton,<br />
.uiButtonSuppressed:hover,<br />
.uiButtonSuppressed:active,<br />
.uiButtonSuppressed:focus { -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }<br />
</code></p>
<p> Here&#8217;s how to get around that:<br />
<code><br />
.uiButton:after {<br />
    content: "OMGFACEBOOKIHATEYOU";<br />
    display: block;<br />
    color: #fff;<br />
    margin-top: 44px; /* height of your button */<br />
    border-top: 1px solid #fff; }<br />
</code></p>
<p>Ta-da.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2010/06/16/facebook-css-workaround-number-infinity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TWEET: I just installed &#8230;</title>
		<link>http://twitter.com/LaFaucon/statuses/3274059418</link>
		<comments>http://www.dynagirl.com/2009/08/12/tweet-i-just-installed/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 22:07:36 +0000</pubDate>
		<dc:creator>LaFaucon</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://twitter.com/LaFaucon/statuses/3274059418</guid>
		<description><![CDATA[I just installed my favorite WordPress plug-in ever: Shockingly Big IE6 Warning http://bit.ly/15mEI4]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/LaFaucon/statuses/3274059418" class="twitter"><img src="http://friendfeed.com/static/images/icons/twitter.png" /></a> I just installed my favorite WordPress plug-in ever: Shockingly Big IE6 Warning <a href="http://bit.ly/15mEI4" title="http://wordpress.org/extend/plugins/shockingly-big-ie6-warning/screenshots/">http://bit.ly/15mEI4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2009/08/12/tweet-i-just-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zen software dev scheduling</title>
		<link>http://www.dynagirl.com/2009/08/10/zen-software-dev-scheduling/</link>
		<comments>http://www.dynagirl.com/2009/08/10/zen-software-dev-scheduling/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 13:57:16 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=3020</guid>
		<description><![CDATA[&#8220;When writers write, they discover what they actually think. When developers develop, they discover what the customer actually needed. Both conclusions happen near the end of the process, and invariably require going back and starting all over again. Nobody knows what the program should do until it doesn&#8217;t do it.&#8221;]]></description>
			<content:encoded><![CDATA[<p>&#8220;<a href="http://sites.google.com/site/yacoset/Home/schedule-and-deadline-tips">When writers write, they discover what they actually think. When developers develop, they discover what the customer actually needed. Both conclusions happen near the end of the process, and invariably require going back and starting all over again. Nobody knows what the program should do until it doesn&#8217;t do it</a>.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2009/08/10/zen-software-dev-scheduling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>tweet: @casey_mk &#8220;abandoning web &#8230;</title>
		<link>http://twitter.com/LaFaucon/statuses/2315146176</link>
		<comments>http://www.dynagirl.com/2009/06/24/tweet-casey_mk-abandoning-web/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 02:43:28 +0000</pubDate>
		<dc:creator>LaFaucon</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://twitter.com/LaFaucon/statuses/2315146176</guid>
		<description><![CDATA[@casey_mk &#8220;abandoning web standards&#8221; implies MS/Office ever followed them&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/LaFaucon/statuses/2315146176" class="twitter"><img src="http://friendfeed.com/static/images/icons/twitter.png" alt="" /></a> @<a href="http://twitter.com/casey_mk">casey_mk</a> &#8220;abandoning web standards&#8221; implies MS/Office ever followed them&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2009/06/24/tweet-casey_mk-abandoning-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP Status Code 417 Explained</title>
		<link>http://www.dynagirl.com/2008/03/25/http-status-code-417-explained/</link>
		<comments>http://www.dynagirl.com/2008/03/25/http-status-code-417-explained/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 17:05:12 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=2052</guid>
		<description><![CDATA[No, you can&#8217;t have a pony.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.brokenbuild.com/blog/2006/12/07/http-status-code-417-explained/">No, you can&#8217;t have a pony.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2008/03/25/http-status-code-417-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new horror genre idea</title>
		<link>http://www.dynagirl.com/2007/12/12/new-horror-genre-idea/</link>
		<comments>http://www.dynagirl.com/2007/12/12/new-horror-genre-idea/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 21:28:39 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[arts & media]]></category>
		<category><![CDATA[etcetera]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=2028</guid>
		<description><![CDATA[{jmac} but that&#8217;s not this, &#8217;cause it should definitely at least try, and then fail spectacularly {me} *hearts it when things fail spectacularly.* &#160;&#160;err, ok by things i mean code &#160;&#160;not life-critical things &#160;&#160;err, ok by things i mean code and by code i mean dev code &#160;&#160;not traffic lights and other important real code [...]]]></description>
			<content:encoded><![CDATA[<p><strong class="small">{jmac}</strong> but that&#8217;s not this, &#8217;cause it should definitely at least try, and then fail spectacularly</p>
<p><strong class="small">{me}</strong> *hearts it when things fail spectacularly.*<br />
&nbsp;&nbsp;err, ok by things i mean code<br />
&nbsp;&nbsp;not life-critical things<br />
&nbsp;&nbsp;err, ok by things i mean code and by code i mean dev code<br />
&nbsp;&nbsp;not traffic lights and other important real code</p>
<p><strong class="small">{jmac}</strong> new horror movie: br****nt coded your pacemaker</p>
<p><strong class="small">{me}</strong> omg i LOLd for real</p>
<p><strong class="small">{jmac}</strong> &lt;grin&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/12/12/new-horror-genre-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>code snippet of the day</title>
		<link>http://www.dynagirl.com/2007/10/29/code-snippet-of-the-day/</link>
		<comments>http://www.dynagirl.com/2007/10/29/code-snippet-of-the-day/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 21:07:07 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=2010</guid>
		<description><![CDATA[[% IF gimmelove > 0 %] It could be argued that since this application is built with Perl/Catalyst/Template Toolkit, the answer would never be more than zero&#8230; but I still appreciate the Easter Egg!]]></description>
			<content:encoded><![CDATA[<p><code>[% IF gimmelove > 0 %]</code></p>
<p>It could be argued that since this application is built with Perl/Catalyst/Template Toolkit, the answer would never be more than zero&#8230; but I still appreciate the Easter Egg!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/10/29/code-snippet-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The *BLANK* of Reilly</title>
		<link>http://www.dynagirl.com/2007/10/26/the-blank-of-reilly/</link>
		<comments>http://www.dynagirl.com/2007/10/26/the-blank-of-reilly/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 12:36:05 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[arts & media]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=2008</guid>
		<description><![CDATA[I&#8217;d be excited to see the Charles Nelson Reilly one-man-show movie, even if my brother hadn&#8217;t designed the gorgeous poster and site. I hope it comes to Sundance 608 soon.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d be excited to see the <a href="http://www.charlesnelsonreilly.com/">Charles Nelson Reilly one-man-show movie</a>, even if my brother <em>hadn&#8217;t</em> designed the gorgeous poster and site. I hope it comes to Sundance 608 soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/10/26/the-blank-of-reilly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>crapspackle! Naked!</title>
		<link>http://www.dynagirl.com/2007/10/23/crapspackle-naked/</link>
		<comments>http://www.dynagirl.com/2007/10/23/crapspackle-naked/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 17:00:53 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[changelog]]></category>
		<category><![CDATA[the intarweb]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=2007</guid>
		<description><![CDATA[In a foolish attempt to make a quick fix to my CSS, I edited the live file in TextMate via Transmit. I&#8217;d forgotten that that feature had been flaking out on me recently, and, well&#8230; mah file done got et. There&#8217;s no backup (on this machine), and GoogleCache and the Wayback Machine have failed me, [...]]]></description>
			<content:encoded><![CDATA[<p>In a foolish attempt to make a quick fix to my <abbr>CSS</abbr>, I edited the live file in TextMate via Transmit. I&#8217;d forgotten that that feature had been flaking out on me recently, and, well&#8230; mah file done got et. There&#8217;s no backup (on this machine), and GoogleCache and the Wayback Machine have failed me, so things are going to look a little DEFAULT today.</p>
<p>Eek! Masher!</p>
<p><span class="update">update!</a> I found this old thing in the closet&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/10/23/crapspackle-naked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>silly lawyers should read their laws</title>
		<link>http://www.dynagirl.com/2007/10/17/silly-lawyers-should-read-their-laws/</link>
		<comments>http://www.dynagirl.com/2007/10/17/silly-lawyers-should-read-their-laws/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 20:49:38 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[etcetera]]></category>
		<category><![CDATA[the intarweb]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=2001</guid>
		<description><![CDATA[im in ur source code, laffing at ur HTML]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.boingboing.net/2007/10/17/lawfirm-copyright-pr.html">im in ur source code</a>, <a href="http://validator.w3.org/check?verbose=1&#038;uri=http%3A%2F%2Fwww.inventor-link.com%2Fhome_.htm">laffing at ur <abbr>HTML</abbr></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/10/17/silly-lawyers-should-read-their-laws/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>testing some code</title>
		<link>http://www.dynagirl.com/2007/09/22/testing-some-code/</link>
		<comments>http://www.dynagirl.com/2007/09/22/testing-some-code/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 13:47:42 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=1998</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" data="http://s.shoutlet.com/static/shoutletVideoPlayer/shoutletVideoPlayer.swf?xmlUrl=http://s.shoutlet.com/video/11/59/876/video.xml&amp;emailUrl=http://s.shoutlet.com/video/11/59/_/email" width="400" height="323" ><param name="movie" value="http://s.shoutlet.com/static/shoutletVideoPlayer/shoutletVideoPlayer.swf?xmlUrl=http://s.shoutlet.com/video/11/59/876/video.xml&amp;emailUrl=http://s.shoutlet.com/video/11/59/_/email" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/09/22/testing-some-code/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>(Cute, not icky.)</title>
		<link>http://www.dynagirl.com/2007/07/27/cute-not-icky/</link>
		<comments>http://www.dynagirl.com/2007/07/27/cute-not-icky/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 13:29:49 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[advertising]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=1983</guid>
		<description><![CDATA[Nice short web spot from Europe about blood donation. via adverblog]]></description>
			<content:encoded><![CDATA[<p>Nice <a href="http://www.5segons.com/watch.php?id=2&#038;v=K9hsIu6jPIg">short web spot from Europe about blood donation</a>.<br />
<a href="http://www.adverblog.com/" class="via">via adverblog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/07/27/cute-not-icky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>handy web designer widgets</title>
		<link>http://www.dynagirl.com/2007/07/09/handy-web-designer-widget/</link>
		<comments>http://www.dynagirl.com/2007/07/09/handy-web-designer-widget/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 11:22:37 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=1973</guid>
		<description><![CDATA[HTML entity character lookup and Character Pal.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apple.com/downloads/dashboard/developer/htmlentitycharacterlookup.html"><abbr>HTML</abbr> entity character lookup</a> and <a href="http://tacowidgets.com/widgets/characterpal/">Character Pal</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/07/09/handy-web-designer-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web development in a nutshell</title>
		<link>http://www.dynagirl.com/2007/06/11/web-development-in-a-nutshell/</link>
		<comments>http://www.dynagirl.com/2007/06/11/web-development-in-a-nutshell/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 16:54:09 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[etcetera]]></category>
		<category><![CDATA[news/politics]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=1965</guid>
		<description><![CDATA[A Chinese court has jailed two officials after they let a blind contractor build a bridge which collapsed during construction and injured 12 people, the official Xinhua news agency said Monday&#8230;. &#8220;After the blind contractor changed the blueprint, he carried out the work only using a roughly drawn draft of the plan, which caused the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://news.yahoo.com/s/nm/20070611/od_nm/china_collapse_dc">A Chinese court has jailed two officials after they let a blind contractor build a bridge which collapsed during construction and injured 12 people, the official Xinhua news agency said Monday&#8230;. &#8220;After the blind contractor changed the blueprint, he carried out the work only using a roughly drawn draft of the plan, which caused the bridge to collapse,&#8221; the report said. Xinhua did not explain how the contractor was able to run the project considering his inability to see.</a></p></blockquote>
<p><a href="http://bitdeveloper.com/" class="via">Via Tha Bryzzzah</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/06/11/web-development-in-a-nutshell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>battle song!</title>
		<link>http://www.dynagirl.com/2007/06/07/battle-song/</link>
		<comments>http://www.dynagirl.com/2007/06/07/battle-song/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 20:21:40 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[the intarweb]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=1963</guid>
		<description><![CDATA[live every week like it&#8217;s shark week by Wesley Willis You are my special working hard bish. You are the best in the long run. You really whoop a snow leopard&#8217;s ass. You really whoop a snow leopard&#8217;s ass. LIVE EVERY WEEK LIKE IT&#8217;S SHARK WEEK!!! LIVE EVERY WEEK LIKE IT&#8217;S SHARK WEEK!!! LIVE EVERY [...]]]></description>
			<content:encoded><![CDATA[<p><strong>live every week like it&#8217;s shark week</strong><br />
<a href="http://www.monzy.org/wesley/"><em>by Wesley Willis</em></a></p>
<p>You are my special working hard bish.<br />
You are the best in the long run.<br />
You really whoop a snow leopard&#8217;s ass.<br />
You really whoop a snow leopard&#8217;s ass.</p>
<p>LIVE EVERY WEEK LIKE IT&#8217;S SHARK WEEK!!!<br />
LIVE EVERY WEEK LIKE IT&#8217;S SHARK WEEK!!!<br />
LIVE EVERY WEEK LIKE IT&#8217;S SHARK WEEK!!!<br />
LIVE EVERY WEEK LIKE IT&#8217;S SHARK WEEK!!!</p>
<p>Every week that&#8217;s like shark week is very special to me.<br />
Shoutlet is the best in the long run.<br />
I like you a lot in the long run.<br />
You really whoop Saddam Hussein&#8217;s ass.</p>
<p>LIVE EVERY WEEK LIKE IT&#8217;S SHARK WEEK!!!<br />
LIVE EVERY WEEK LIKE IT&#8217;S SHARK WEEK!!!<br />
LIVE EVERY WEEK LIKE IT&#8217;S SHARK WEEK!!!<br />
LIVE EVERY WEEK LIKE IT&#8217;S SHARK WEEK!!!</p>
<p>You can really rock your ass off.<br />
I like you well.<br />
You really whoop a llama&#8217;s ass.<br />
You can really rock it out.</p>
<p>Rock over London,<br />
Rock on Chicago.</p>
<p>Shoutlet &#8211; we build excitement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/06/07/battle-song/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>railz rul3z lol</title>
		<link>http://www.dynagirl.com/2007/03/26/railz-rul3z-lol/</link>
		<comments>http://www.dynagirl.com/2007/03/26/railz-rul3z-lol/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 16:55:38 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=1950</guid>
		<description><![CDATA[WTF is up with PERL.]]></description>
			<content:encoded><![CDATA[<p><a href="http://dravidian.wordpress.com/2006/05/09/wtf-is-up-with-perl/">WTF is up with PERL</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/03/26/railz-rul3z-lol/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>snif: useful image directory information</title>
		<link>http://www.dynagirl.com/2007/02/12/snif-useful-image-directory-information/</link>
		<comments>http://www.dynagirl.com/2007/02/12/snif-useful-image-directory-information/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 18:56:18 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=1939</guid>
		<description><![CDATA[Bryan found this neat little php file that you dump into the images directory of a web site and it gives you an index page with a table of thumbnails, complete with file type, size, and date added. Totally handy!]]></description>
			<content:encoded><![CDATA[<p><a href="http://bitdeveloper.com/2007/2/4/simple-displaying-of-files-in-a-directory-with-php">Bryan</a> found <a href="http://www.bitfolge.de/snif-en.html" title="snif php image thumbnail">this neat little <abbr>php</abbr> file that you dump into the images directory of a web site</a> and it gives you an index page with a table of thumbnails, complete with file type, size, and date added. Totally handy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/02/12/snif-useful-image-directory-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7 edit menu ignores address bar</title>
		<link>http://www.dynagirl.com/2007/02/06/ie7-edit-menu-ignores-address-bar/</link>
		<comments>http://www.dynagirl.com/2007/02/06/ie7-edit-menu-ignores-address-bar/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 17:30:45 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=1938</guid>
		<description><![CDATA[Nifty! Not only is IE7&#8242;s File/Edit/View/Etc. menu in a really stupid place below the toolbar*, the Edit menu doesn&#8217;t work. If you select a URL from the address bar and then try to copy it from the Edit menu, it loses focus on the address and you can&#8217;t copy it. Paste is similarly fucked up. [...]]]></description>
			<content:encoded><![CDATA[<p>Nifty! Not only is <abbr title="Internet Explorer">IE</abbr>7&#8242;s File/Edit/View/Etc. menu in a really stupid place <em>below</em> the toolbar*, the Edit menu doesn&#8217;t work. If you select a  <abbr>URL</abbr> from the address bar and then try to copy it from the Edit menu, it loses focus on the address and you can&#8217;t copy it. Paste is similarly fucked up. The right-click contextual menu works, so why not this? Click to watch:<br />
<a href="/wp-content/uploads/070206_ie7sucks.mov" title="click to watch IE7 edit menu ignoring address bar"><img src="/wp-content/uploads/070206_ie7sucks.gif" alt="click to watch IE7 edit menu ignoring address bar" /></a></p>
<p>You&#8217;ll notice that I took this movie on my Mac through Remote Desktop. I tried the copy/paste maneuvering directly on the Windows (<abbr>XP</abbr>) box, with the same results. I also tried it in Internet Explorers 5-6 and it worked just fine.</p>
<p><a href="http://geeksaresexy.blogspot.com/2006/11/moving-your-ie7-menu-bar-back-to-top.html">Geeks Are Sexy posted a registry hack</a> to move the File/Edit/View/Etc. menu back to the top</a>. I did this and it worked, in terms of moving the menu bar back to where it belongs, but it didn&#8217;t fix the copy/paste issue. Swell!</p>
<p><span class="small">*&#8221;Reload&#8221; and &#8220;stop&#8221; are in the extra-stupid place of <em>after</em> the address bar, and no, they can&#8217;t be rearranged.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/02/06/ie7-edit-menu-ignores-address-bar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DOMAss &#8211; Modular Javascript library</title>
		<link>http://www.dynagirl.com/2007/02/01/domass-modular-javascript-library/</link>
		<comments>http://www.dynagirl.com/2007/02/01/domass-modular-javascript-library/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 17:41:23 +0000</pubDate>
		<dc:creator>Miriam</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dynagirl.com/?p=1937</guid>
		<description><![CDATA[One of the Big Things on my to-do list this spring is to learn Javascript like a badass. There&#8217;s a lot of references out there on the web, and a lot of books&#8230; but there&#8217;s a lot of really shitty references and a lot of shitty books, and I don&#8217;t even really know enough to [...]]]></description>
			<content:encoded><![CDATA[<p>One of the Big Things on my to-do list this spring is to learn Javascript like a badass. There&#8217;s a lot of references out there on the web, and a lot of books&#8230; but there&#8217;s a lot of really shitty references and a lot of shitty books, and I don&#8217;t even really know enough to know the difference yet. My <abbr>HTML</abbr> and <abbr>CSS</abbr>   is tight and poetic (and constantly improving), and I want to make sure that my Javascript is just as awesome. On my shelf waiting for me I&#8217;ve got <a href="http://www.quirksmode.org/blogs.shtml'>Peter Paul Koch&#8217;s</a> <a href="http://www.amazon.com/ppk-JavaScript-1-e-VOICES/dp/0321423305/"><abbr title="Peter Paul Koch</abbr>pp|{</abbr> on Javascript</a>, O&#8217;Reilly&#8217;s <a href="http://www.amazon.com/JavaScript-Definitive-Guide-David-Flanagan/dp/0596101996/">Javascript, the Definitive Guide</a>, and <a href="http://www.wait-till-i.com/">Christian Heilmann&#8217;s</a> <a href="http://www.amazon.com/Beginning-JavaScript-DOM-Scripting-Ajax/dp/1590596803/">Beginning Javascript with <acronym>DOM</acronym> Scripting and <acronym>AJAX</acronym></a>.</p>
<p>I&#8217;m looking forward to digging into those, and this<br />
 <a href="http://www.robertnyman.com/2007/01/25/domass-the-dom-assistant/">DOMAss &#8211; The DOM Assistant</a> library looks useful as well.<br />
<a href="http://www.456bereastreet.com/archive/200701/learn_javascript_before_tasting_the_library_koolaid/" class="via">via 456 Berea Street</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dynagirl.com/2007/02/01/domass-modular-javascript-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
