<?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>Luis F. Majano &#187; Tools</title>
	<atom:link href="http://luismajano.com/category/Tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://luismajano.com</link>
	<description>Computer Engineer</description>
	<lastBuildDate>Mon, 05 Mar 2012 17:41:50 +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>How do you do deployments?</title>
		<link>http://luismajano.com/2011/04/06/how-do-you-do-deployments/</link>
		<comments>http://luismajano.com/2011/04/06/how-do-you-do-deployments/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 23:56:14 +0000</pubDate>
		<dc:creator>Luis Majano</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.luismajano.com/2011/04/06/how-do-you-do-deployments/</guid>
		<description><![CDATA[This is an open question to bring in your comments about source code deployment.&#160; There are several ways and tools and I am very interested in your approaches.&#160; What are your deployment flows? What tools do you use? How do you integrate git/svn into the mix? How do you deal with tiers? Anyways, I will [...]]]></description>
			<content:encoded><![CDATA[<p>This is an open question to bring in your comments about source code deployment.&nbsp; There are several ways and tools and I am very interested in your approaches.&nbsp; What are your deployment flows? What tools do you use? How do you integrate git/svn into the mix? How do you deal with tiers?</p>
<p>Anyways, I will write about my personal experiences, but wanted to kick off a conversation on deployment strategies for ColdFusion.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://luismajano.com/2011/04/06/how-do-you-do-deployments/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Time to Relax RESTFul style!</title>
		<link>http://luismajano.com/2011/03/21/time-to-relax-restful-style/</link>
		<comments>http://luismajano.com/2011/03/21/time-to-relax-restful-style/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 00:57:05 +0000</pubDate>
		<dc:creator>Luis Majano</dc:creator>
				<category><![CDATA[ColdBox]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.luismajano.com/2011/03/21/time-to-relax-restful-style/</guid>
		<description><![CDATA[ColdBox Relax v1.4 is now out!]]></description>
			<content:encoded><![CDATA[<p><a href="http://bit.ly/g3P9L4" target="_blank">ColdBox Relax v1.4</a> is now out!</p>
<p><iframe src="http://player.vimeo.com/video/21322382?title=0&amp;byline=0&amp;portrait=0&amp;color=80ceff" width="580" frameborder="0" height="326"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://luismajano.com/2011/03/21/time-to-relax-restful-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git: Remove a remote tag</title>
		<link>http://luismajano.com/2011/02/08/git-remove-a-remote-tag/</link>
		<comments>http://luismajano.com/2011/02/08/git-remove-a-remote-tag/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 19:14:57 +0000</pubDate>
		<dc:creator>Luis Majano</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.luismajano.com/2011/02/08/git-remove-a-remote-tag/</guid>
		<description><![CDATA[This is something I want to blog in order to save it for posterity so I don&#8217;t go crazy looking for this.&#160; I have a remote tag I committed but I need to remove it for whatever reason, how do I do this with git? You do this in two easy steps: Remove the local [...]]]></description>
			<content:encoded><![CDATA[<p>This is something I want to blog in order to save it for posterity so I don&#8217;t go crazy looking for this.&nbsp; I have a remote tag I committed but I need to remove it for whatever reason, how do I do this with git?</p>
<p>You do this in two easy steps:</p>
<ol>
<li>Remove the local tag either through your favorite GUI or via: <span style="font-weight: bold; font-style: italic;">git tag -d &#8220;tag name&#8221;</span></li>
<li>Push the removed tag to the remote origin: <span style="font-weight: bold; font-style: italic;">git push origin :refs/tags/&#8221;tag name&#8221;</span></li>
</ol>
<p>The key here is that you push a non-existent tag, so it basically removes it from the remote repository.&nbsp; That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://luismajano.com/2011/02/08/git-remove-a-remote-tag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Awesome Git client for Mac: Tower</title>
		<link>http://luismajano.com/2011/01/04/awesome-git-client-for-mac-tower/</link>
		<comments>http://luismajano.com/2011/01/04/awesome-git-client-for-mac-tower/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 19:40:31 +0000</pubDate>
		<dc:creator>Luis Majano</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.luismajano.com/2011/01/04/awesome-git-client-for-mac-tower/</guid>
		<description><![CDATA[I am a huge fan of development tools as I am also a tool developer myself.&#160; One tool that has been lacking in my arsenal was an awesome Git client for Mac, as Mac is my main development environment.&#160; I, like any true geeky developer, love the console, however, there is something about having a [...]]]></description>
			<content:encoded><![CDATA[<p>I am a huge fan of development tools as I am also a tool developer myself.&nbsp; One tool that has been lacking in my arsenal was an awesome <a href="http://git-scm.com/">Git</a> client for Mac, as Mac is my main development environment.&nbsp; I, like any true geeky developer, love the console, however, there is something about having a UI that gives me a warm warm feeling.&nbsp; I have used the <a href="http://www.eclipse.org/egit/">eGit</a> plugin for Eclipse and although it is usable, it is still quirky as it is still constantly in development.&nbsp; No disrespect for the developers, but this project is still moving forward and I know it will be a great great plugin and most likely I will use it hands down as my unique git client as it is embedded in Eclipse/CFBuilder.</p>
<p><img style="max-width: 800px;" src="http://www.luismajano.com/wp-content/uploads/2011/01/Screen-shot-2010-12-29-at-11.52.49-AM2.png" /></p>
<p>However, I recently have experienced two great git clients: <a href="http://www.syntevo.com/smartgit/index.html">SmartGit</a> and <a href="http://www.git-tower.com/">Tower</a>.&nbsp; SmartGit is java and cross platform.&nbsp; It is very very good, but its aesthetics are well, java like and not sparkly like Tower.&nbsp; Tower is Mac only and it truly shines as a Mac application.&nbsp; I have really like the inbox style approach where I can move between tags, remotes, branches and stashes.&nbsp; Nice double click and I have switched branches!&nbsp; I can even right click on a branch and publish it or pull, refresh, etc.&nbsp; The graphical history is very very nice and you can even change it to a more github like commit view.</p>
<p>Overall, I would say SmartGit and Tower are two of my favorite git clients.&nbsp; So give them a shot, it will truly change your outlook on the Git tools landscape.</p>
]]></content:encoded>
			<wfw:commentRss>http://luismajano.com/2011/01/04/awesome-git-client-for-mac-tower/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Enabling iMovie 09 access to network drives</title>
		<link>http://luismajano.com/2010/09/06/enabling-imovie-09-access-to-network-drives/</link>
		<comments>http://luismajano.com/2010/09/06/enabling-imovie-09-access-to-network-drives/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 18:23:31 +0000</pubDate>
		<dc:creator>Luis Majano</dc:creator>
				<category><![CDATA[Geek World]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.luismajano.com/2010/09/06/enabling-imovie-09-access-to-network-drives/</guid>
		<description><![CDATA[I just got my nice little iOmega StorCenter and been working with it for the past few days.&#160; I got the 1TB Raid 1 edition to see how long it will last me now that baby Alexia is on its way. Anyways, I wanted to configure iMovie to see the movies in the NAS storage.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>I just got my nice little iOmega StorCenter and been working with it for the past few days.&nbsp; I got the 1TB Raid 1 edition to see how long it will last me now that baby Alexia is on its way.</p>
<p>Anyways, I wanted to configure iMovie to see the movies in the NAS storage.&nbsp; After much googling, I found something that worked.&nbsp; Just fire up a terminal and type away:</p>
<p><meta charset="utf-8"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Times; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="color: rgb(85, 85, 68); font-family: 'courier new'; font-size: 13px; line-height: 18px; text-align: left;">defaults write -app iMovie allowNV -bool true</span></span></p>
<p>Also, remember that iMovie,iDVD searches the root of the volumes for the following directories:
<ul>
<li>iDVD Projects</li>
<li>iMovie Projects</li>
<li>iMovie Events</li>
</ul>
<p>So I recommend either putting those directories on the root or creating symbolic links to them.</p>
]]></content:encoded>
			<wfw:commentRss>http://luismajano.com/2010/09/06/enabling-imovie-09-access-to-network-drives/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enterprise Architect ColdFusion Generation Templates Released</title>
		<link>http://luismajano.com/2010/08/31/enterprise-architect-coldfusion-generation-templates-released/</link>
		<comments>http://luismajano.com/2010/08/31/enterprise-architect-coldfusion-generation-templates-released/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 21:35:49 +0000</pubDate>
		<dc:creator>Luis Majano</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.luismajano.com/2010/08/31/enterprise-architect-coldfusion-generation-templates-released/</guid>
		<description><![CDATA[I have used Sparx System Enterprise Architect for almost 4 years now and absolutely love working with it for UML design and also for ColdFusion code stub generation.&#160; The only problem with EA is that it has to run on windows, sorry but I hate windows, but anyways.&#160; I am finally opening my templates to [...]]]></description>
			<content:encoded><![CDATA[<p>I have used <a target="_blank" href="http://www.sparxsystems.com.au/">Sparx System Enterprise Architect</a> for almost 4 years now and absolutely love working with it for UML design and also for ColdFusion code stub generation.&nbsp; The only problem with EA is that it has to run on windows, sorry but I hate windows, but anyways.&nbsp; I am finally opening my templates to the world so I can get more collaboration on them.&nbsp; I took a project from Mike Ranklin I believe and updated lots of the source to make it work with ColdFusion 9 script syntax and also ORM entities.&nbsp; </p>
<p>It is really great to have a great UML model and stub out our ORM entities out of it.&nbsp; So if you are interested, the <a target="_blank" href="http://github.com/lmajano/EA-ColdFusion-CodeGeneration">project is here</a> and help out.</p>
]]></content:encoded>
			<wfw:commentRss>http://luismajano.com/2010/08/31/enterprise-architect-coldfusion-generation-templates-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Get your Pomodoro Focus on!</title>
		<link>http://luismajano.com/2010/08/12/get-your-pomodoro-focus-on/</link>
		<comments>http://luismajano.com/2010/08/12/get-your-pomodoro-focus-on/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 16:48:01 +0000</pubDate>
		<dc:creator>Luis Majano</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.luismajano.com/2010/08/12/get-your-pomodoro-focus-on/</guid>
		<description><![CDATA[If you are like me and have a thousand millions things to work on and lack focus.&#160; This little app will help you out.&#160; Its called Focus Booster: http://www.focusboosterapp.com/ It is a very simple focus timer that sits on your desktop and helps you do Pomodoro times.&#160; If you are not aware of the Pomodoro [...]]]></description>
			<content:encoded><![CDATA[<p>If you are like me and have a thousand millions things to work on and lack focus.&#160; This little app will help you out.&#160; Its called Focus Booster: <a href="http://www.focusboosterapp.com/">http://www.focusboosterapp.com/</a>    </p>
<p><a href="http://www.luismajano.com/wp-content/uploads/2010/08/image.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.luismajano.com/wp-content/uploads/2010/08/image_thumb.png" width="133" height="84" /></a> </p>
<p>It is a very simple focus timer that sits on your desktop and helps you do Pomodoro times.&#160; If you are not aware of the <a href="http://www.pomodorotechnique.com/">Pomodoro Technique</a>, it is a technique to help you focus on tasks.</p>
<p>&#160;</p>
<blockquote><p><em>The Pomodoro Technique™ is a way to get the most out of time management</em>. Turn time into a valuable ally to accomplish what we want to do and chart continuous improvement in the way we do it.</p>
</blockquote>
<p>They offer their book free in <a href="http://www.pomodorotechnique.com/resources.html">PDF format</a> or you can order their full <a href="http://www.pomodorotechnique.com/products.html">Pomodoro Kit</a>.&#160; I recommend you guys take a look at it.</p>
<p><em>The basic unit of work in the Pomodoro Technique™ can be split in five simple steps:</em></p>
<ol>
<li>Choose a task to be accomplished</li>
<li>Set the Pomodoro to 25 minutes (the Pomodoro is the timer)</li>
<li>Work on the task until the Pomodoro rings, then put a check on your sheet of paper</li>
<li>Take a short break (5 minutes is OK)</li>
<li>Every 4 Pomodoros take a longer break</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://luismajano.com/2010/08/12/get-your-pomodoro-focus-on/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Need an eclipse ftp synchronizer, help!</title>
		<link>http://luismajano.com/2010/05/21/need-an-eclipse-ftp-synchronizer-help/</link>
		<comments>http://luismajano.com/2010/05/21/need-an-eclipse-ftp-synchronizer-help/#comments</comments>
		<pubDate>Fri, 21 May 2010 17:11:22 +0000</pubDate>
		<dc:creator>Luis Majano</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.luismajano.com/2010/05/21/need-an-eclipse-ftp-synchronizer-help/</guid>
		<description><![CDATA[I just wanted to open a topic of discussion to see what are your recommendations for an FTP synchronization plugin for Eclipse.&#160; I know Aptana has one and CFBuilder also, which is pretty sweet.&#160; However, what if you don’t want any of those two IDEs for some reason.&#160; What would you use?&#160; Comments? Suggestions?&#160; By [...]]]></description>
			<content:encoded><![CDATA[<p>I just wanted to open a topic of discussion to see what are your recommendations for an FTP synchronization plugin for Eclipse.&#160; I know Aptana has one and CFBuilder also, which is pretty sweet.&#160; However, what if you don’t want any of those two IDEs for some reason.&#160; What would you use?&#160; Comments? Suggestions?&#160; By the way, I use CFBuilder and it is fantastic.</p>
]]></content:encoded>
			<wfw:commentRss>http://luismajano.com/2010/05/21/need-an-eclipse-ftp-synchronizer-help/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A good MySQL GUI For Mac? Any ideas?</title>
		<link>http://luismajano.com/2009/01/10/A-good-MySQL-GUI-For-Mac-Any-ideas/</link>
		<comments>http://luismajano.com/2009/01/10/A-good-MySQL-GUI-For-Mac-Any-ideas/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 00:00:00 +0000</pubDate>
		<dc:creator>Luis Majano</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.luismajano.com/</guid>
		<description><![CDATA[I am sick and tired of MySQL Query crashing on me every 10 minutes. What other Mac software would you recommend for dealing with MySQL. I really like MySQL Query&#8217;s simplicity, but I just hate its instability. What do you recommend?]]></description>
			<content:encoded><![CDATA[<p>I am sick and tired of MySQL Query crashing on me every 10 minutes.  What other Mac software would you recommend for dealing with MySQL.  I really like MySQL Query&#8217;s simplicity, but I just hate its instability.  What do you recommend?</p>
]]></content:encoded>
			<wfw:commentRss>http://luismajano.com/2009/01/10/A-good-MySQL-GUI-For-Mac-Any-ideas/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>What Mac OS X SVN Tool do you like best?</title>
		<link>http://luismajano.com/2008/11/04/What-Mac-OS-X-SVN-Tool-do-you-like-best/</link>
		<comments>http://luismajano.com/2008/11/04/What-Mac-OS-X-SVN-Tool-do-you-like-best/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 00:00:00 +0000</pubDate>
		<dc:creator>Luis Majano</dc:creator>
				<category><![CDATA[SVN]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.luismajano.com/</guid>
		<description><![CDATA[I usually just use the Eclipse SVN integration using subeclipse and I love it. However, I think it is time to install a native OS SVN tool on my Mac. However, I wanted to find out what is the community&#8217;s favorite tool for this task. So, what is your favorite SVN tool for Mac OS [...]]]></description>
			<content:encoded><![CDATA[<p>I usually just use the Eclipse SVN integration using subeclipse and I love it. However, I think it is time to install a native OS SVN tool on my Mac.  However, I wanted to find out what is the community&#8217;s favorite tool for this task.</p>
<p>So, what is your favorite SVN tool for Mac OS X and why?</p>
]]></content:encoded>
			<wfw:commentRss>http://luismajano.com/2008/11/04/What-Mac-OS-X-SVN-Tool-do-you-like-best/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

