<?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>bruzed.com &#187; Tools</title>
	<atom:link href="http://bruzed.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://bruzed.com</link>
	<description></description>
	<lastBuildDate>Sat, 22 May 2010 19:21:43 +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>Zen Coding Auto &#8211; Webmonkey</title>
		<link>http://bruzed.com/2009/12/02/zen-coding-auto-webmonkey/</link>
		<comments>http://bruzed.com/2009/12/02/zen-coding-auto-webmonkey/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:18:18 +0000</pubDate>
		<dc:creator>bruzed</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Webdev]]></category>

		<guid isPermaLink="false">http://bruzed.com/?p=565</guid>
		<description><![CDATA[Zen Coding Auto &#8211; Webmonkey. Zen HTML coding. Looks like this is worth a shot. Zen Coding v0.5 from Sergey Chikuyonok on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webmonkey.com/blog/Zen_Coding_Auto-Generates_HTML_from_CSS?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+MonkeyBites+%28Blog+-+Compiler+%28Monkey+Bites%29%29&amp;utm_content=Google+Feedfetcher"><span class="drop">Z</span>en Coding Auto &#8211; Webmonkey</a>.</p>
<p>Zen HTML coding. Looks like this is worth a shot.</p>
<p><object width="400" height="275"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7405114&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7405114&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="275"></embed></object>
<p><a href="http://vimeo.com/7405114">Zen Coding v0.5</a> from <a href="http://vimeo.com/user2060676">Sergey Chikuyonok</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bruzed.com/2009/12/02/zen-coding-auto-webmonkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using git</title>
		<link>http://bruzed.com/2009/10/07/using-git/</link>
		<comments>http://bruzed.com/2009/10/07/using-git/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 15:57:19 +0000</pubDate>
		<dc:creator>bruzed</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://bruzed.com/?p=519</guid>
		<description><![CDATA[git commands I use regularly: #----------------- # Get status #----------------- $ git status #----------------- # Start new -> from inside folder #----------------- $ git init #----------------- # Add #----------------- $ git add . $ git add file1 newfile2 newfolder3 #----------------- # Commit #----------------- $ git commit -m "enter the comment" #----------------- # Log #----------------- $ [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">g</span>it commands I use regularly:</p>
<pre>
#-----------------
# Get status
#-----------------
$ git status

#-----------------
# Start new -> from inside folder
#-----------------
$ git init

#-----------------
# Add
#-----------------
$ git add .
$ git add file1 newfile2 newfolder3

#-----------------
# Commit
#-----------------
$ git commit -m "enter the comment"

#-----------------
# Log
#-----------------
$ git log

#-----------------
# Using with github
#-----------------
$ git remote add origin git@github.com:user_name/repository_name.git
$ git push origin master
</pre>
<p><a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html">gittutorial7</a></p>
<p><a href="http://www.spheredev.org/wiki/Git_for_the_lazy">http://www.spheredev.org/wiki/Git_for_the_lazy</a></p>
<p><a href="http://git-scm.com/documentation">http://git-scm.com/documentation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bruzed.com/2009/10/07/using-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New image editing tools for Photoshop CS5 &#124; Adobe CS5</title>
		<link>http://bruzed.com/2009/09/26/new-image-editing-tools-for-photoshop-cs5-adobe-cs5/</link>
		<comments>http://bruzed.com/2009/09/26/new-image-editing-tools-for-photoshop-cs5-adobe-cs5/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 05:17:43 +0000</pubDate>
		<dc:creator>bruzed</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://bruzed.com/?p=469</guid>
		<description><![CDATA[New image editing tools for Photoshop CS5 &#124; Adobe CS5. These tools look so awesome, looking forward to it.]]></description>
			<content:encoded><![CDATA[<p><a href="http://cs5.org/?p=147"><span class="drop">N</span>ew image editing tools for Photoshop CS5 | Adobe CS5</a>. These tools look so awesome, looking forward to it.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/dgKjs8ZjQNg&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/dgKjs8ZjQNg&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" width="425" height="344" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://bruzed.com/2009/09/26/new-image-editing-tools-for-photoshop-cs5-adobe-cs5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mixxx &#124; Free Digital DJ Software</title>
		<link>http://bruzed.com/2009/09/01/mixxx-free-digital-dj-software/</link>
		<comments>http://bruzed.com/2009/09/01/mixxx-free-digital-dj-software/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 02:01:57 +0000</pubDate>
		<dc:creator>bruzed</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Noize]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://bruzed.com/?p=376</guid>
		<description><![CDATA[This is a great piece of software to simply DJ! MIDI control and Vinyl control. Sounds pretty decent. Mixxx &#124; Free Digital DJ Software.]]></description>
			<content:encoded><![CDATA[<p><span class="drop">T</span>his is a great piece of software to simply DJ! MIDI control and Vinyl control. Sounds pretty decent.</p>
<p><a href="http://www.mixxx.org/">Mixxx | Free Digital DJ Software</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bruzed.com/2009/09/01/mixxx-free-digital-dj-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenr &#8211; Create screencasts and screen recordings the easy way</title>
		<link>http://bruzed.com/2009/08/19/screenr-create-screencasts-and-screen-recordings-the-easy-way/</link>
		<comments>http://bruzed.com/2009/08/19/screenr-create-screencasts-and-screen-recordings-the-easy-way/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 12:47:55 +0000</pubDate>
		<dc:creator>bruzed</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Daily discovery]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://bruzed.com/?p=373</guid>
		<description><![CDATA[Screenr &#8211; Create screencasts and screen recordings the easy way. This is really awesome, I&#8217;ll try and use it more often.]]></description>
			<content:encoded><![CDATA[<p><a href="http://screenr.com/"><span class="drop">S</span>creenr &#8211; Create screencasts and screen recordings the easy way</a>.</p>
<p>This is really awesome, I&#8217;ll try and use it more often.</p>
]]></content:encoded>
			<wfw:commentRss>http://bruzed.com/2009/08/19/screenr-create-screencasts-and-screen-recordings-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basecamp Built with Drupal &#124; Do It With Drupal</title>
		<link>http://bruzed.com/2009/06/08/basecamp-built-with-drupal-do-it-with-drupal/</link>
		<comments>http://bruzed.com/2009/06/08/basecamp-built-with-drupal-do-it-with-drupal/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 21:32:40 +0000</pubDate>
		<dc:creator>bruzed</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://bruzed.com/?p=366</guid>
		<description><![CDATA[An awesome implementation of Drupal to emulate Basecamp! Basecamp Built with Drupal &#124; Do It With Drupal.]]></description>
			<content:encoded><![CDATA[<p><span class="drop">A</span>n awesome implementation of Drupal to emulate Basecamp!</p>
<p><a href="http://www.doitwithdrupal.com/sessions/basecamp-built-drupal">Basecamp Built with Drupal | Do It With Drupal</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bruzed.com/2009/06/08/basecamp-built-with-drupal-do-it-with-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repper -&gt; create your own patterns</title>
		<link>http://bruzed.com/2009/05/19/repper-create-your-own-patterns/</link>
		<comments>http://bruzed.com/2009/05/19/repper-create-your-own-patterns/#comments</comments>
		<pubDate>Tue, 19 May 2009 14:27:07 +0000</pubDate>
		<dc:creator>bruzed</dc:creator>
				<category><![CDATA[Daily discovery]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://bruzed.com/?p=362</guid>
		<description><![CDATA[Repper -&#62; create your own patterns. An awesome free pattern generator. Upload images and drag to create patterns.]]></description>
			<content:encoded><![CDATA[<p><a href="http://repper.studioludens.com/"><span class="drop">R</span>epper -&gt; create your own patterns</a>.</p>
<p>An awesome free pattern generator. Upload images and drag to create patterns.</p>
]]></content:encoded>
			<wfw:commentRss>http://bruzed.com/2009/05/19/repper-create-your-own-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
