<?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>dBaines.com &#187; rants</title>
	<atom:link href="http://dbaines.com/blog/category/rants/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbaines.com</link>
	<description>Portfolio and Blog of David Baines, South Australian Web Developer</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:27:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Woes of a Web Designer</title>
		<link>http://dbaines.com/blog/archive/woes-of-a-web-designer-4/</link>
		<comments>http://dbaines.com/blog/archive/woes-of-a-web-designer-4/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 02:13:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[woes of a web designer]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/archive/woes-of-a-web-designer-4/</guid>
		<description><![CDATA[<p>"I don't have the internet."<br />&#160;<br /> <a href="http://dbaines.com/blog/archive/woes-of-a-web-designer-4/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>"I don't have the internet."</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/woes-of-a-web-designer-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woes of a Web Designer</title>
		<link>http://dbaines.com/blog/archive/woes-of-a-web-designer-3/</link>
		<comments>http://dbaines.com/blog/archive/woes-of-a-web-designer-3/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 06:17:17 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[dBaines.com]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[woes of a web designer]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/archive/woes-of-a-web-designer-3/</guid>
		<description><![CDATA[<p>Contrary to popular belief, there is no magical "fix your poorly taken photo" button. If your photo looks terrible in your hands, it's going to look terrible when it's scanned.<br />&#160;<br /> <a href="http://dbaines.com/blog/archive/woes-of-a-web-designer-3/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>Contrary to popular belief, there is no magical "fix your poorly taken photo" button. If your photo looks terrible in your hands, it's going to look terrible when it's scanned.</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/woes-of-a-web-designer-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woes of a Web Designer</title>
		<link>http://dbaines.com/blog/archive/woes-of-a-web-designer-2/</link>
		<comments>http://dbaines.com/blog/archive/woes-of-a-web-designer-2/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 05:30:00 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[woes of a web designer]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/archive/woes-of-a-web-designer-2/</guid>
		<description><![CDATA[<p>"I thought <em>you</em> were giving me the Internet? How can you give me a webpage and not give me the Internet!?"<br />&#160;<br /> <a href="http://dbaines.com/blog/archive/woes-of-a-web-designer-2/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>"I thought <em>you</em> were giving me the Internet? How can you give me a webpage and not give me the Internet!?"</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/woes-of-a-web-designer-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Tables are not the answer</title>
		<link>http://dbaines.com/blog/archive/css-tables-are-not-the-answer/</link>
		<comments>http://dbaines.com/blog/archive/css-tables-are-not-the-answer/#comments</comments>
		<pubDate>Thu, 07 May 2009 00:18:30 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=403</guid>
		<description><![CDATA[<p>Just because you're using <acronym title="Cascading Style Sheets">CSS</acronym>-tables doesn't mean you're making tableless design.<br />
Lately I've seen so much praise for this stupid technique and it really baffles me.<br />
Do people really think that designers ditched tables because the tag was named table?</p>
<p>This:<br />
<code><br />
&#60;div style="display: table"&#62;<br />
&#160;&#60;div style="display: table-row"&#62;<br />
&#160;&#160;&#60;div style="display: table-cell"&#62;&#60;/div&#62;<br />
&#160;&#60;/div&#62;<br />
&#60;/div&#62;<br />
</code></p>
<p>Is in no way better than this:<br />
<code><br />
&#60;table&#62;<br />
&#160;&#60;tr&#62;<br />
&#160;&#160;&#60;td&#62;&#60;/td&#62;<br />
&#160;&#60;/tr&#62;<br />
&#60;/table&#62;<br />
</code></p>
<p>In fact it's worse. It's longer to write out, meaning it takes longer to implement and makes your file sizes larger, which in turn takes the files longer to download.<br />
It's also less semantic. If you have to use a table-based design, use a table. Don't use divs and then make them act like tables. <br />&#160;<br /> <a href="http://dbaines.com/blog/archive/css-tables-are-not-the-answer/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>Just because you're using <acronym title="Cascading Style Sheets">CSS</acronym>-tables doesn't mean you're making tableless design.<br />
Lately I've seen so much praise for this stupid technique and it really baffles me.<br />
Do people really think that designers ditched tables because the tag was named table?</p>
<p>This:<br />
<code><br />
&lt;div style="display: table"&gt;<br />
&nbsp;&lt;div style="display: table-row"&gt;<br />
&nbsp;&nbsp;&lt;div style="display: table-cell"&gt;&lt;/div&gt;<br />
&nbsp;&lt;/div&gt;<br />
&lt;/div&gt;<br />
</code></p>
<p>Is in no way better than this:<br />
<code><br />
&lt;table&gt;<br />
&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&lt;td&gt;&lt;/td&gt;<br />
&nbsp;&lt;/tr&gt;<br />
&lt;/table&gt;<br />
</code></p>
<p>In fact it's worse. It's longer to write out, meaning it takes longer to implement and makes your file sizes larger, which in turn takes the files longer to download.<br />
It's also less semantic. If you have to use a table-based design, use a table. Don't use divs and then make them act like tables. You're missing the point entirely. </p>
<p>End rant.</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/css-tables-are-not-the-answer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid terms</title>
		<link>http://dbaines.com/blog/archive/stupid-terms/</link>
		<comments>http://dbaines.com/blog/archive/stupid-terms/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 09:37:59 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=396</guid>
		<description><![CDATA[<p>I was asked recently if I believed in "Climate Change".<br />
I said, "Yes, yes I do. It was warm yesterday, and today it is quite chilly. There are quite obvious differences in climate between Summer and Winter, not to mention differences between places closer to the equator and those further from it and they each have their own varying climate changes depending on the time of year. So yes, I believe in 'Climate Change.'"<br />
I was then promptly told I had "no fucking clue what I was talking about" and to "read a newspaper sometime." I told them to read a fucking dictionary.<br />
What happened to "Global Warming"? Why did people stop using that term? Was it not PC enough? <br />&#160;<br /> <a href="http://dbaines.com/blog/archive/stupid-terms/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>I was asked recently if I believed in "Climate Change".<br />
I said, "Yes, yes I do. It was warm yesterday, and today it is quite chilly. There are quite obvious differences in climate between Summer and Winter, not to mention differences between places closer to the equator and those further from it and they each have their own varying climate changes depending on the time of year. So yes, I believe in 'Climate Change.'"<br />
I was then promptly told I had "no fucking clue what I was talking about" and to "read a newspaper sometime." I told them to read a fucking dictionary.<br />
What happened to "Global Warming"? Why did people stop using that term? Was it not PC enough? Was it not ambiguous enough? Seriously. Global Warming is pretty straight-to-the-point. How climate change suddenly became a replacement is beyond me.</p>
<p>A similar thing happened in High School when I was asked if I believed in "Intelligent Design."<br />
After thinking on it for a few minutes I came back to him and told him I did, believing full well that intelligent design just meant a logical and well structured design.<br />
In my defence I'm not religious at all. I had no idea what the term had been stolen and molested in to.</p>
<p>Can we all agree right now to stop using stupid terms like these? I'll be your friend on Facebook if you do.</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/stupid-terms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Woes of a Web Designer</title>
		<link>http://dbaines.com/blog/archive/woes-of-a-web-designer/</link>
		<comments>http://dbaines.com/blog/archive/woes-of-a-web-designer/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 22:30:50 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[woes of a web designer]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=342</guid>
		<description><![CDATA[<p>I make a beautiful website design for these people and what do they give me? Terrible, terrible photos! Then they call up saying that they don't like their images. What the hell do you want me to do about it? It's so depressing <img src='http://dbaines.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> <br />&#160;<br /> <a href="http://dbaines.com/blog/archive/woes-of-a-web-designer/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<figure id="attachment_343" aria-describedby="figcaption_attachment_343" style="width: 160px" class="wp-caption alignleft"><a title="Bad Photos make a Bad Website" href="http://dbaines.com/blog/wp-content/uploads/2008/11/badphotos1.jpg"><img class="size-thumbnail wp-image-343 " title="Bad Photos make a Bad Website" src="http://dbaines.com/blog/wp-content/uploads/2008/11/badphotos1-150x150.jpg" alt="Bad Photos make a Bad Website" width="150" height="150" /></a><figcaption id="figcaption_attachment_343">Woe No!</figcaption></figure>
<p>I make a beautiful website design for these people and what do they give me? Terrible, terrible photos! Then they call up saying that they don't like their images. What the hell do you want me to do about it? It's so depressing <img src='http://dbaines.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/woes-of-a-web-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Australian Work Ethic</title>
		<link>http://dbaines.com/blog/archive/australian-work-ethic/</link>
		<comments>http://dbaines.com/blog/archive/australian-work-ethic/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 00:43:49 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[adelaide]]></category>
		<category><![CDATA[christmas]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=338</guid>
		<description><![CDATA[<p>Erect a tree in the middle of Victoria Square and don't decorate it. Doing us proud, Australia!<br />&#160;<br /> <a href="http://dbaines.com/blog/archive/australian-work-ethic/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<figure aria-describedby="figcaption_" style="width: 160px" class="wp-caption alignleft"><a title="Christmas Tree in the middle of Adelaide" href="http://dbaines.com/blog/wp-content/uploads/2008/11/adelaidechristmastree.jpg"><img title="Christmas Tree in the middle of Adelaide" src="http://dbaines.com/blog/wp-content/uploads/2008/11/adelaidechristmastree-150x150.jpg" alt="Christmas Tree in the middle of Adelaide" width="150" height="150" /></a><figcaption id="figcaption_">Christmas Tree in the middle of Adelaide</figcaption></figure>
<p>Erect a tree in the middle of Victoria Square and don't decorate it. Doing us proud, Australia!</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/australian-work-ethic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google and Adobe are ruining the world</title>
		<link>http://dbaines.com/blog/archive/google-and-adobe-are-ruining-the-world/</link>
		<comments>http://dbaines.com/blog/archive/google-and-adobe-are-ruining-the-world/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 10:36:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[google is gay]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=334</guid>
		<description><![CDATA[<p><a href="http://dbaines.com/blog/archive/c-drive-usage/">Back in August</a> I blogged about something that really pisses me off: When applications install in to your C drive regardless of where you tell it to install.</p>
<p>Another thing that is similar and just as heinous is when you download a program, run the installer and then the installer downloads another installer. Again.</p>

<p class="image-center" style="text-align: center;">
</p><p>If this isn't the installer, what is it? An installer for the installer? Redundant much?<br />
I could give a flying fuck if you want me to have the latest version. Create an auto-updater for your software if you want everyone to be on the bleeding edge. I downloaded the setup file because I wanted it to be accessible from anywhere. If I knew this was just <br />&#160;<br /> <a href="http://dbaines.com/blog/archive/google-and-adobe-are-ruining-the-world/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://dbaines.com/blog/archive/c-drive-usage/">Back in August</a> I blogged about something that really pisses me off: When applications install in to your C drive regardless of where you tell it to install.</p>
<p>Another thing that is similar and just as heinous is when you download a program, run the installer and then the installer downloads another installer. Again.</p>
<figure id="attachment_335" aria-describedby="figcaption_attachment_335" style="width: 510px" class="wp-caption aligncenter"><img class="size-full wp-image-335 " title="Chrome is quite possibly the stupidest piece of software invented yet" src="http://dbaines.com/blog/wp-content/uploads/2008/11/chromeisfuckinggay.jpg" alt="" width="500" height="164" /><figcaption id="figcaption_attachment_335">Ruination</figcaption></figure>
<p class="image-center" style="text-align: center;">
<p>If this isn't the installer, what is it? An installer for the installer? Redundant much?<br />
I could give a flying fuck if you want me to have the latest version. Create an auto-updater for your software if you want everyone to be on the bleeding edge. I downloaded the setup file because I wanted it to be accessible from anywhere. If I knew this was just going to be a proxy for the real setup I would have just run it from my temp files after it had finished downloading. I chose to save the file so I could use it anywhere and any time. Now I need to be attached to the internet just to install your stupid browser that nobody takes seriously anyway. I guess I shouldn't be surprised, this is Google after all, not exactly king of the software realm. Unfortunately though, they aren't the only ones that do this.</p>
<p>Dear developers: Stop it. Just stop it. It's not clever. It's not cool. It's stupid and you're stupid for thinking it's any good. Just quit it.</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/google-and-adobe-are-ruining-the-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C: Drive Usage</title>
		<link>http://dbaines.com/blog/archive/c-drive-usage/</link>
		<comments>http://dbaines.com/blog/archive/c-drive-usage/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 08:36:46 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=290</guid>
		<description><![CDATA[<p>Continuing today's ragey theme, why the fuck do things require space on the C: drive when I explicitly tell it to install to another drive?</p>
<p>Adobe's Audition music editor is the latest culprit of this stupid and archaic trend. The program requires ~350mb of disk space. During the installation it asks where you want to install it, so I decide to install it on to my 750GB drive I've named Local Data. So you know what it does? It installs about 50mb in to the drive I told it to install in to and the other 300 in to my C. Why? Why even ask me where I want to install it if you're just going to stick it all <br />&#160;<br /> <a href="http://dbaines.com/blog/archive/c-drive-usage/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<figure id="attachment_292" aria-describedby="figcaption_attachment_292" style="width: 236px" class="wp-caption alignleft"><a title="What a FUCKING surprise!" href="http://dbaines.com/blog/wp-content/uploads/2008/08/0bytes.jpg"><img class="size-full wp-image-292 " title="What a FUCKING surprise!" src="http://dbaines.com/blog/wp-content/uploads/2008/08/0bytes.jpg" alt="What a FUCKING surprise!" width="226" height="76" /></a><figcaption id="figcaption_attachment_292">0 bytes</figcaption></figure>
<p>Continuing today's ragey theme, why the fuck do things require space on the C: drive when I explicitly tell it to install to another drive?</p>
<p>Adobe's Audition music editor is the latest culprit of this stupid and archaic trend. The program requires ~350mb of disk space. During the installation it asks where you want to install it, so I decide to install it on to my 750GB drive I've named Local Data. So you know what it does? It installs about 50mb in to the drive I told it to install in to and the other 300 in to my C. Why? Why even ask me where I want to install it if you're just going to stick it all in C anyway. Fuck you. No wonder I never have any free space on C.</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/c-drive-usage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>On Clones and Clocks</title>
		<link>http://dbaines.com/blog/archive/on-clones-and-clocks/</link>
		<comments>http://dbaines.com/blog/archive/on-clones-and-clocks/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 10:49:26 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[keith urban]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=239</guid>
		<description><![CDATA[<p>So I was thinking about that whole <a href="http://www.billboard.biz/bbbiz/content_display/industry/e3if477e99d5c9afc6cb34884b6b1867e96">Keith Urban suing himself over his website</a> dealeo that happened a couple of millennia ago. I was thinking I was, that if I were to ever get famous and find out that another person had exactly the same name as me, I wouldn't sue them. I would legally adopt them as my brother. If that doesn't take, then I'd be more than happy to legally define them as my clone.</p>
<p>Then when I get invited to all the boring parties and functions, I can send the other one instead. When the party organisers get upset I'd get my PR agent to say that we got our wires crossed, and that they should be <br />&#160;<br /> <a href="http://dbaines.com/blog/archive/on-clones-and-clocks/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>So I was thinking about that whole <a href="http://www.billboard.biz/bbbiz/content_display/industry/e3if477e99d5c9afc6cb34884b6b1867e96">Keith Urban suing himself over his website</a> dealeo that happened a couple of millennia ago. I was thinking I was, that if I were to ever get famous and find out that another person had exactly the same name as me, I wouldn't sue them. I would legally adopt them as my brother. If that doesn't take, then I'd be more than happy to legally define them as my clone.</p>
<p>Then when I get invited to all the boring parties and functions, I can send the other one instead. When the party organisers get upset I'd get my PR agent to say that we got our wires crossed, and that they should be more specific next time. Then I'd get like, flowers and apology cards and stuff.</p>
<p>I'd have to get them to specify that it's the pretty one that they want, the one that gets all the girls and looks absolutely fabulous all day long. That way there would be no doubt that it is the real me that they want. Sure they might hurt my clone's feelings, but I'm sure he'd get over it and not go on a Hulk-calibre rampage throughout whatever town/city we happened to be close to at the time, killing millions and injuring millions more, only to be assaulted by the various armies of the world until he is ultimately brought down by the love he feels for this one chick he met one time while we were on vacation in Tibet. Not while I'm on the clock!</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/on-clones-and-clocks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

