<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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>AggroPixel</title>
	<link>http://aggropixel.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 26 Dec 2008 00:46:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>Preview Photoshop Brushes, Free .ABR Viewer</title>
		<link>http://aggropixel.com/preview-photoshop-brushes-free-abr-viewer/</link>
		<comments>http://aggropixel.com/preview-photoshop-brushes-free-abr-viewer/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 23:08:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://aggropixel.com/preview-photoshop-brushes-free-abr-viewer/</guid>
		<description><![CDATA[Here is a free app that allows you to preview your photoshop brush sets without having to open Photoshop. If you are like me you have a ton of brushes and there is no way you can load them all at once or even manage them only by name. Now you can use this clever [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a free app that allows you to preview your photoshop brush sets without having to open Photoshop. If you are like me you have a ton of brushes and there is no way you can load them all at once or even manage them only by name. Now you can use this clever app to view your .abr files and see a thumbnail before you use them.</p>
<p><a href='http://aggropixel.com/wp-content/uploads/2008/12/screenshot.jpg' title='screenshot.jpg'><img src='http://aggropixel.com/wp-content/uploads/2008/12/screenshot.thumbnail.jpg' alt='screenshot.jpg' /></a></p>
<p><a href="http://abrviewer.sourceforge.net/">Click here to learn more and download ABRViewer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://aggropixel.com/preview-photoshop-brushes-free-abr-viewer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Tools to Manage Your Freelance Business</title>
		<link>http://aggropixel.com/manage-your-freelance-business-free-tools/</link>
		<comments>http://aggropixel.com/manage-your-freelance-business-free-tools/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 04:47:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://aggropixel.com/manage-your-freelance-business-free-tools/</guid>
		<description><![CDATA[As a freelancer you will sometimes spend more time trying to manage the project then actually designing or developing. Most importantly you want to make sure the client is happy and you are compensated fair. Here are some free tools that can help you as a freelancer stay organized, meet client expectations and stay profitable.
CreativePro [...]]]></description>
			<content:encoded><![CDATA[<p>As a freelancer you will sometimes spend more time trying to manage the project then actually designing or developing. Most importantly you want to make sure the client is happy and you are compensated fair. Here are some free tools that can help you as a freelancer stay organized, meet client expectations and stay profitable.</p>
<p><strong>CreativePro Office:</strong> project management system</p>
<p>Don&#8217;t get me wrong, BaseCamp is the leader in my opinion as far as PMS&#8217;s are concerned, however a little spendy for the starving artist. UpStart Productions released this free PMS, simply signup and use it. It doesnt have the messaging like some of the others do but it is great way to manage projects, tasks, contacts, notes and even has invoicing built right in. This is a great way to track your hours realtime and really see how much time a project takes.</p>
<p><a href="http://www.creativeprooffice.com/">http://www.creativeprooffice.com/</a></p>
<p><img src='http://aggropixel.com/wp-content/uploads/2008/11/wt491fb452da187-thumb_medium.jpg' /></p>
<p><strong>MyHours: </strong>online time tracking</p>
<p>This is a great online services to help you as a freelancer to manage your time and track all of your projects in one place. Adding projects and tasks is very simple and makes invoicing a smooth process. You can export reports many different ways helping you to avoid invoice disputes. The reports also help to see where you are spending most of your time using very readable graphs.</p>
<p><a href="http://myhours.com/">http://myhours.com/</a></p>
<p><img src='http://aggropixel.com/wp-content/uploads/2008/11/wt491fb3cdb6eeb-thumb_medium.jpg' /></p>
]]></content:encoded>
			<wfw:commentRss>http://aggropixel.com/manage-your-freelance-business-free-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Easy Three Column CSS Containers</title>
		<link>http://aggropixel.com/css-container-buckets/</link>
		<comments>http://aggropixel.com/css-container-buckets/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 01:35:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In this tutorial I want to show you a unique way to create a row of buckets to put your content using minimal CSS. There are several ways to do this with div&#8217;s or crappy tables. This technique is similar to the way other developers have been doing navigation in CSS. Whether you are a [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I want to show you a unique way to create a row of buckets to put your content using minimal CSS. There are several ways to do this with div&#8217;s or crappy tables. This technique is similar to the way other developers have been doing navigation in CSS. Whether you are a beginner or an expert this tutorial will be helpful, however if you want to skip down to the bottom and simply copy and paste the CSS, be my guest.</p>
<p><a href="http://aggropixel.com/wp-content/uploads/2008/11/preview_css_buckets.html" target="_blank">View Demo</a></p>
<p><strong>The HTML</strong><br />
Using an unordered list with three list items to build your three columns. Each list item is one column, you can have more or less with this same css you would just need to add or subtract a list item. Copy and paste the below code in your body of your HTML page. NOTE: This code is custom to this example, fiddle around with the HTML to add images or links to the same container.</p>
<pre>
&lt;ul class="buckets"&gt;
	&lt;li&gt;
        &lt;h1&gt;Column One&lt;/h1&gt;
        &lt;p&gt;Your content goes here...&lt;/p&gt;
    &lt;/li&gt;
	&lt;li&gt;
        &lt;h1&gt;Column Two&lt;/h1&gt;
        &lt;p&gt;Your content goes here...&lt;/p&gt;
	&lt;/li&gt;
	&lt;li class="last"&gt;
        &lt;h1&gt;Column Three&lt;/h1&gt;
        &lt;p&gt;Your content goes here...&lt;/p&gt;
    &lt;/li&gt;
&lt;/ul&gt;
</pre>
<p><strong>The CSS</strong><br />
You can either use an external or internal stylesheet, but you really should use external when you can. You can modify the code provided as you see fit. Pay close attention to the widths, margins, and paddings. These attributes combined will make up the overall width. Copy and paste the code below into your page and there you have it.</p>
<pre>
.buckets {
&nbsp;&nbsp;&nbsp;list-style-type: none;
&nbsp;&nbsp;&nbsp;width:100%;
}
.buckets li {
&nbsp;&nbsp;&nbsp;float: left;
&nbsp;&nbsp;&nbsp;width: 250px;
&nbsp;&nbsp;&nbsp;position: relative;
&nbsp;&nbsp;&nbsp;margin: 0 10px 0 0;
&nbsp;&nbsp;&nbsp;padding:3px;
&nbsp;&nbsp;&nbsp;font:13px Arial;
&nbsp;&nbsp;&nbsp;line-height:18px;
&nbsp;&nbsp;&nbsp;border:1px solid #dddddd;
}
.buckets li h1{
&nbsp;&nbsp;&nbsp;margin:0;
&nbsp;&nbsp;&nbsp;padding:10px;
&nbsp;&nbsp;&nbsp;width:230px;
&nbsp;&nbsp;&nbsp;background-color:#000000;
&nbsp;&nbsp;&nbsp;font:15px Arial;
&nbsp;&nbsp;&nbsp;color:#FFFFFF;
}
.buckets p {
&nbsp;&nbsp;&nbsp;margin:0;
&nbsp;&nbsp;&nbsp;padding:10px;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://aggropixel.com/css-container-buckets/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
