<?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>brainshitting</title>
	<atom:link href="http://www.brainshitting.com/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brainshitting.com</link>
	<description>loose thoughts and ideas</description>
	<lastBuildDate>Fri, 12 Feb 2010 17:18:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Picasna wordpress plug-in help</title>
		<link>http://www.brainshitting.com/index.php/archives/347</link>
		<comments>http://www.brainshitting.com/index.php/archives/347#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:18:05 +0000</pubDate>
		<dc:creator>Luis Alves</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[picasna]]></category>
		<category><![CDATA[picasna bug]]></category>
		<category><![CDATA[picasna help]]></category>
		<category><![CDATA[picasna problem]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.brainshitting.com/?p=347</guid>
		<description><![CDATA[Picasna not updating images
Picnasna is not refreshing the album
I have found a lot of this posts looking for help with the picasna plug-in for wordpress, so I have decided to write about it.
Picasna is a great plug-in to do a great gallery of pictures or a portfolio for your wordpress website. The only problem that [...]]]></description>
		<wfw:commentRss>http://www.brainshitting.com/index.php/archives/347/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forcing footer to bottom of page with just CSS</title>
		<link>http://www.brainshitting.com/index.php/archives/219</link>
		<comments>http://www.brainshitting.com/index.php/archives/219#comments</comments>
		<pubDate>Fri, 16 Oct 2009 10:38:09 +0000</pubDate>
		<dc:creator>Luis Alves</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.brainshitting.com/?p=219</guid>
		<description><![CDATA[This is a brief tutorial to explain how you can force the footer to stay in the bottom of the page with just CSS.
I have tested it in Firefox Mac / PC, Safari Mac / PC,  IE7 and IE8. Does not work for IE6 and bellow.
First &#8211; In your CSS you have to set the [...]]]></description>
		<wfw:commentRss>http://www.brainshitting.com/index.php/archives/219/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display link categories description in wordpress sidebar</title>
		<link>http://www.brainshitting.com/index.php/archives/241</link>
		<comments>http://www.brainshitting.com/index.php/archives/241#comments</comments>
		<pubDate>Sat, 03 Oct 2009 03:26:33 +0000</pubDate>
		<dc:creator>Luis Alves</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[link categories description]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.brainshitting.com/index.php/archives/241</guid>
		<description><![CDATA[In wp-includes you&#8217;ll find the file bookmark-template.php.This will be done with the tag $cat-&#62;description. go to line 227 and change this line:
$output .= "$title_before$catname$title_after\n\t&#60;ul class='xoxo blogroll'>\n";
to:
$output .= "$title_before$catname$title_after\n\t&#60;p&#62;$cat->description&#60;/p&#62;\n\t&#60;ul class='xoxo blogroll'&#62;\n";
You can change the place where the description will appear and the html tag that wraps it, for instance:
$output .= "$title_before$catname$title_after\n\t&#60;ul class='xoxo blogroll'&#62;\n\t&#60;h3&#62;$cat-&#62;description&#60;/h3&#62;\n";
]]></description>
		<wfw:commentRss>http://www.brainshitting.com/index.php/archives/241/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text readability vs Line height</title>
		<link>http://www.brainshitting.com/index.php/archives/202</link>
		<comments>http://www.brainshitting.com/index.php/archives/202#comments</comments>
		<pubDate>Wed, 19 Aug 2009 10:50:12 +0000</pubDate>
		<dc:creator>Luis Alves</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[correct]]></category>
		<category><![CDATA[line-height]]></category>
		<category><![CDATA[readability]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.brainshitting.com/?p=202</guid>
		<description><![CDATA[Reading text on the web is a bit harder than doing it on some paper publication. A correct line-height set to paragraphs in CSS is a major help we can give to website readers.
So what line-height should I use?
A good line-height is a value from 150% to 160%. Serifs may require the higher value on [...]]]></description>
		<wfw:commentRss>http://www.brainshitting.com/index.php/archives/202/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colour Contrast Check &#8211; Font Vs Background</title>
		<link>http://www.brainshitting.com/index.php/archives/198</link>
		<comments>http://www.brainshitting.com/index.php/archives/198#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:51:06 +0000</pubDate>
		<dc:creator>Luis Alves</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[contrast]]></category>

		<guid isPermaLink="false">http://www.brainshitting.com/?p=198</guid>
		<description><![CDATA[I found this great tool at Snook.ca to test if a certain font color when placed in a color background is compliant with the W3C rules.
Colour Contrast Checker
]]></description>
		<wfw:commentRss>http://www.brainshitting.com/index.php/archives/198/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t save transparent PNG 24 in Fireworks?</title>
		<link>http://www.brainshitting.com/index.php/archives/196</link>
		<comments>http://www.brainshitting.com/index.php/archives/196#comments</comments>
		<pubDate>Sun, 07 Jun 2009 01:00:13 +0000</pubDate>
		<dc:creator>Luis Alves</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[24 bit]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://www.brainshitting.com/?p=196</guid>
		<description><![CDATA[24 bit PNG&#8217;s don&#8217;t have transparency. A 24 bit PNG has 3 channels &#8211; Red, Green, and Blue. In a 32 bit PNG you have 4 channels &#8211;  Red, Green, Blue and Alpha, so the way to save a transparent PNG with high quality anti aliasing in Fireworks is to save it in 32 [...]]]></description>
		<wfw:commentRss>http://www.brainshitting.com/index.php/archives/196/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting sound formats</title>
		<link>http://www.brainshitting.com/index.php/archives/194</link>
		<comments>http://www.brainshitting.com/index.php/archives/194#comments</comments>
		<pubDate>Sat, 23 May 2009 00:06:16 +0000</pubDate>
		<dc:creator>Luis Alves</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[formats]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[ogg to mp3]]></category>

		<guid isPermaLink="false">http://www.brainshitting.com/?p=194</guid>
		<description><![CDATA[I was looking for a freeware application to convert ogg into mp3 and I found SoX Wrap.
Happens that SoX Wrap not only converts ogg to mp3 but it can also convert various other formats. looks a little promissing app.
]]></description>
		<wfw:commentRss>http://www.brainshitting.com/index.php/archives/194/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with wordpress installation</title>
		<link>http://www.brainshitting.com/index.php/archives/190</link>
		<comments>http://www.brainshitting.com/index.php/archives/190#comments</comments>
		<pubDate>Thu, 30 Apr 2009 10:56:26 +0000</pubDate>
		<dc:creator>Luis Alves</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[português]]></category>
		<category><![CDATA[portuguese]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.brainshitting.com/?p=190</guid>
		<description><![CDATA[Yesterday I lost a few hours of sleep trying to solve this fu***@@@ damn annoying problem with a Portuguese wordpress installation.
After the installation I got an error:
Warning: Cannot modify header information &#8211; headers already sent by (output started at /Users/Mac/Sites/wordpress/wp-config.php:1)
Now, there are a few ways all over the web to solve this&#8230; none of them [...]]]></description>
		<wfw:commentRss>http://www.brainshitting.com/index.php/archives/190/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling iframe horizontal scrollbar</title>
		<link>http://www.brainshitting.com/index.php/archives/185</link>
		<comments>http://www.brainshitting.com/index.php/archives/185#comments</comments>
		<pubDate>Mon, 23 Mar 2009 18:28:12 +0000</pubDate>
		<dc:creator>Luis Alves</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[iframe scrollbar scroll]]></category>

		<guid isPermaLink="false">http://www.brainshitting.com/?p=185</guid>
		<description><![CDATA[I have searched lots of websites looking for a solution to remove the horizontal scroll bar in IE (damn IE!!!) when placing an Iframe when the content overflows.
So I have found this: iframe src=&#8221;your source&#8221; width=&#8221;474&#8243; height=&#8221;306&#8243; frameborder=&#8221;0&#8243; scrolling=&#8221;yes&#8221;  horizontalscrolling=&#8221;no&#8221; verticalscrolling=&#8221;yes&#8221;
open and close your Iframe tags&#8230;
This works!
]]></description>
		<wfw:commentRss>http://www.brainshitting.com/index.php/archives/185/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting to work on version 3.0 of Gimmestock.com</title>
		<link>http://www.brainshitting.com/index.php/archives/154</link>
		<comments>http://www.brainshitting.com/index.php/archives/154#comments</comments>
		<pubDate>Mon, 16 Feb 2009 16:36:36 +0000</pubDate>
		<dc:creator>Luis Alves</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Gimmestock]]></category>
		<category><![CDATA[Waveweb]]></category>

		<guid isPermaLink="false">http://www.brainshitting.com/?p=154</guid>
		<description><![CDATA[Today I&#8217;m starting to work on the version 3.0 of Gimmestock.com, Waveweb&#8217;s stock photography project that goes around since 2005.
The new version of the website will be realeased until the end of 2009 ( I hope ). Design and performance will increase, also some new features will be implemented. The keynote to version 3.0 is [...]]]></description>
		<wfw:commentRss>http://www.brainshitting.com/index.php/archives/154/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
