<?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>La Miscela &#187; English</title>
	<atom:link href="http://www.lamiscela.net/category/english/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lamiscela.net</link>
	<description>Everything joined and mixed</description>
	<lastBuildDate>Tue, 17 Aug 2010 00:59:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New setup with zsh + iTerm</title>
		<link>http://www.lamiscela.net/2010/06/21/new-setup-with-zsh-iterm/</link>
		<comments>http://www.lamiscela.net/2010/06/21/new-setup-with-zsh-iterm/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 16:14:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[zsh]]></category>

		<guid isPermaLink="false">http://www.lamiscela.net/?p=513</guid>
		<description><![CDATA[This sunday i needed reinstall my OS X system and i take this opportunity to change some tools that i use to develop.
The first thing to do was move of terminal emulator. The choosen was the iTerm. iTerm is a full featured terminal emulator fully written in Cocoa with some cool features that aren't present [...]]]></description>
			<content:encoded><![CDATA[<p>This sunday i needed reinstall my OS X system and i take this opportunity to change some tools that i use to develop.</p>
<p>The first thing to do was move of terminal emulator. The choosen was the <a href="http://iterm.sourceforge.net/" target="_blank">iTerm</a>. iTerm is a full featured terminal emulator fully written in Cocoa with some cool features that aren't present in default Terminal.</p>
<p><a href="http://iterm.sourceforge.net/" target="_blank">iTerm</a> have a lot of nice things, but mine favorite is your capability of open in fullscreen by default, this is amazing because, as i've a second display and i can open the <a href="http://iterm.sourceforge.net/" target="_blank">iTerm</a> in fullscreen in one display and use the other to browse and make other things.</p>
<p>Other thing that i'm dating to a long time is the <a href="http://www.zsh.org/" target="_blank">ZSH</a>. <a href="http://www.zsh.org/" target="_blank">ZSH</a> is in short words a interactive unix command prompt, that is a evolution of old <a href="http://en.wikipedia.org/wiki/Bash_%28Unix_shell%29" target="_blank">Bash</a> and that brings a lot of new features that doing your day to day in front of one black screen much more pleasant. Snow Leopard (not know if Leopard also have) already coming with the <a href="http://www.zsh.org/" target="_blank">ZSH</a> and you don't need install anything to start to use it.</p>
<p>Together with <a href="http://www.zsh.org/" target="_blank">ZSH</a>, i'm using a package created by Robby Russell called <a href="http://github.com/robbyrussell/oh-my-zsh" target="_blank">oh-my-zsh</a>. This package of scripts (and themes) have everything you'd probably write manually in the next days using the your new shell.</p>
<p>One other change that i did was use <a href="http://mxcl.github.com/homebrew/" target="_blank">Homebrew</a> in replacement to <a href="http://www.macports.org/" target="_blank">Macports</a> how my official package manager and it use exclusively the <a href="http://rvm.beginrescueend.com/" target="_blank">RVM</a> to manage all <a href="http://www.ruby-lang.org/en/" target="_blank">Ruby</a> versions at my system.</p>
<p>This are some screenshots of <a href="http://iterm.sourceforge.net/" target="_blank">iTerm</a> with <a href="http://www.zsh.org/" target="_blank">ZSH</a> and the <a href="http://github.com/robbyrussell/oh-my-zsh" target="_blank">oh-my-zsh</a>.</p>
<p><a href="http://www.lamiscela.net/wp-content/uploads/2010/06/Screen-shot-2010-06-21-at-1.35.51-PM.png" rel="lightbox[513]"><img class="aligncenter size-medium wp-image-515" title="Colors profile" src="http://www.lamiscela.net/wp-content/uploads/2010/06/Screen-shot-2010-06-21-at-1.35.51-PM-300x206.png" alt="" width="300" height="206" /></a></p>
<p><a href="http://www.lamiscela.net/wp-content/uploads/2010/06/Screen-shot-2010-06-21-at-1.39.15-PM.png" rel="lightbox[513]"><img class="aligncenter size-medium wp-image-518" title="My custom theme with dark colors" src="http://www.lamiscela.net/wp-content/uploads/2010/06/Screen-shot-2010-06-21-at-1.39.15-PM-300x176.png" alt="" width="300" height="176" /></a></p>
<p><a href="http://www.lamiscela.net/wp-content/uploads/2010/06/Screen-shot-2010-06-21-at-1.36.02-PM.png" rel="lightbox[513]"><img class="aligncenter size-medium wp-image-516" title="Bookmarkers window" src="http://www.lamiscela.net/wp-content/uploads/2010/06/Screen-shot-2010-06-21-at-1.36.02-PM-300x186.png" alt="" width="300" height="186" /></a></p>
<p>A little trick to enable <a href="http://www.zsh.org/" target="_blank">ZSH</a> only in iTerm is create a new bookmark (cmd+shift+b) and add the "/bin/zsh" in the end of command as shown in image bellow.</p>
<p><a href="http://www.lamiscela.net/wp-content/uploads/2010/06/Screen-shot-2010-06-21-at-1.36.24-PM.png" rel="lightbox[513]"><img class="aligncenter size-medium wp-image-517" title="ZSH setup in iTerm" src="http://www.lamiscela.net/wp-content/uploads/2010/06/Screen-shot-2010-06-21-at-1.36.24-PM-300x177.png" alt="" width="300" height="177" /></a></p>
<p>For more info about <a href="http://www.zsh.org/" target="_blank">ZSH</a> follow the <a href="http://twitter.com/zshtips" target="_blank">@zshtips</a> in Twitter or give a look in the screencasts series (<a href="http://fosscasts.com/screencasts/tag/zsh" target="_blank">Hello ZSH</a>) in <a href="http://fosscasts.com" target="_blank">Fosscasts</a> (free) or in <a href="http://peepcode.com/" target="_blank">PeepCode</a> (paid) screencasts about <a href="http://peepcode.com/products/advanced-command-line" target="_blank">Advanced Command Line</a>.</p>
<p>Happy hacking.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lamiscela.net/2010/06/21/new-setup-with-zsh-iterm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing ufw in Debian 5</title>
		<link>http://www.lamiscela.net/2010/04/03/installing-ufw-in-debian-5/</link>
		<comments>http://www.lamiscela.net/2010/04/03/installing-ufw-in-debian-5/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 22:43:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.lamiscela.net/?p=429</guid>
		<description><![CDATA[Hi people that's a short article to help you install UFW in your Debian machine. UFW is a shorthand to setup rules in your iptables firewall of a ease way.
UFW originally was built to Ubuntu where have even a gui and isn't present in default Debian 5 repositories, so apt-get ufw doesn't will work. For install [...]]]></description>
			<content:encoded><![CDATA[<p>Hi people that's a short article to help you install <a href="http://en.wikipedia.org/wiki/Uncomplicated_Firewall" target="_blank">UFW</a> in your Debian machine. UFW is a shorthand to setup rules in your <a href="http://en.wikipedia.org/wiki/Iptables">iptables</a> firewall of a ease way.<br />
UFW originally was built to Ubuntu where have even a gui and isn't present in default Debian 5 repositories, so apt-get ufw doesn't will work. For install UFW in your Debian machine follow the steps that follows.</p>
<p>Go to /srv folder and does download of UFW (ufw_0.29.3-1_all.deb) deb package from http://packages.debian.org/sid/all/UFW/download, pick a link or just copy the line bellow:</p>
<blockquote><p>wget http://ftp.us.debian.org/debian/pool/main/u/UFW/UFW_0.29.3-1_all.deb</p></blockquote>
<p>UFW has some dependencies that should be satisfied before install it, they're: python2.5 or greater, python-central 0.6.11 or greater and ucf. Generally python and python-central are installed when you perform your first apt-get dist-upgrade. In case of python-central already is installed, uninstall it and download other version with the latest python-central package (python-central_0.6.14 nmu2_all.deb):</p>
<blockquote><p># first uninstall the current python-central</p>
<p>sudo apt-get purge python-central</p>
<p># now pick up the latest package from debian sid repositories</p>
<p>wget http://http.us.debian.org/debian/pool/main/p/python-central/python-central_0.6.14 nmu2_all.deb</p>
<p># now install python-central_0.6.14 nmu2_all.deb with</p>
<p>sudo dpkg -i python-central_0.6.14 nmu2_all.deb</p>
<p># install ucf</p>
<p>sudo apt-get install ucf</p></blockquote>
<p>Made this you already have all necessary dependencies to instal UFW, now just type the lines bellow:</p>
<blockquote><p>sudo dpkg -i ufw_0.29.3-1_all.deb</p></blockquote>
<p>After the install you can now setting up your firewall rules easily with UFW. For more details about UFW ufw -help or visite <a href="https://help.ubuntu.com/community/UFW" target="_blank">this</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lamiscela.net/2010/04/03/installing-ufw-in-debian-5/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Windows Live Brazil custom menu</title>
		<link>http://www.lamiscela.net/2009/12/12/windows-live-brazil-custom-menu/</link>
		<comments>http://www.lamiscela.net/2009/12/12/windows-live-brazil-custom-menu/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 13:14:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.lamiscela.net/?p=409</guid>
		<description><![CDATA[Hi people, to some weeks ago the Gringo released your most recent work to Microsoft Brazil a beautiful and accessible website for Windows Live product. Gringo is most known for their amazing works using Flash technology, but this one was a big surprise for those that follow your work.
I liked many things on this website, but [...]]]></description>
			<content:encoded><![CDATA[<p>Hi people, to some weeks ago the <a href="http://www.gringo.nu">Gringo</a> released your most recent work to <a href="http://www.microsoft.com.br" target="_blank">Microsoft Brazil</a> a beautiful and accessible website for <a href="http://www.windowslive.com.br" target="_blank">Windows Live</a> product. <a href="http://www.gringo.nu/">Gringo</a> is most known for their amazing works using Flash technology, but this one was a big surprise for those that follow your work.</p>
<p>I liked many things on this website, but the "Todos Produtos" menu was who took more my attention. Inspired on it I tried build a menu like it using just <a href="http://www.jquery.com" target="_blank">jQuery</a>, html and css.<span id="more-409"></span></p>
<p>The secret is on css and html, it are who do go give all structure for jQuery work, in addition of the jQuery, i used some others plugins to achieve the result more close of original. They are <a href="http://www.jqueryui.com/" target="_blank">jQuery UI</a> and <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">jQuery Easing</a>.</p>
<p>This's all jQuery code necessary:</p>
<pre class="brush: plain; wrap-lines: false; toolbar: true;">
$(function() {

$("#geral dl dt").addClass('open').toggle(
	function() {
		$("#geral dl").animate( { height: 160 }, { duration: 500, easing: 'easeOutQuint' } );
		$("#geral dl dt").removeClass('open').addClass('close');
	},
	function() {
		$("#geral dl").animate( { height: 34 }, { duration: 500, easing: 'easeOutQuint' } );
		$("#geral dl dt").removeClass('close').addClass('open');
	}
);

$("#geral dl").hover(null, function() {
	$(this).animate( { opacity: 1 }, 300).animate( { height: 34 }, { duration: 500, easing: 'easeOutQuint' } );
	$("#geral dl dt").removeClass('close').addClass('open');
});

$("#geral dl dd").hover(onOver, onOut);

});

function onOver () {
	$(this).animate( { backgroundColor: "#00aeef" }, 200 )
	$(this).children().animate( { color: "#ffffff", left: '5px' }, 200);
	$(this).next().animate( { opacity: 1, left: '189px' }, 200 );
}

function onOut() {
	$(this).animate( { backgroundColor: "#e7e7e7" }, 200 )
	$(this).children().animate( { color: "#333333", left: '10px' }, 200);
	$(this).next().animate( { opacity: 0, left: '-100px' }, 50 );
}
</pre>
<p>If you're curious of how the rest of the code should be for get this menu, does download of the <a href="http://www.lamiscela.net/lab/wlive_menulike.zip" target="_self">source code</a> and look with your own eyes.</p>
<p>You still can see it in action <a href="http://www.lamiscela.net/lab/wlive_menulike/" target="_blank">here</a>. ( Tested on Safari 4.04 Firefox 3.5.5 and Camino 2.0.1  for mac )</p>
<p>Bye.</p>
<p>Note: This source code haven't intention of support all browsers, it's just a experiment, if you want use this code feel yourself free to download, improve it and use him. Any support not will be provide.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lamiscela.net/2009/12/12/windows-live-brazil-custom-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fabulous box of Air Applications</title>
		<link>http://www.lamiscela.net/2009/02/22/sqlite-air-manager/</link>
		<comments>http://www.lamiscela.net/2009/02/22/sqlite-air-manager/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 22:00:28 +0000</pubDate>
		<dc:creator>Junio Vitorno</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Geral]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://www.lamiscela.net/?p=370</guid>
		<description><![CDATA[We've coming to note a variety of nice applications, built using Adobe Air technology. In this last week i was able to know two awesome applications.
The first is De MonsterDebugger designed by De Monsters a Nederlands design studio, this incredible and  useful application coming to solve a bit the debug problems than Flash users have, [...]]]></description>
			<content:encoded><![CDATA[<p>We've coming to note a variety of nice applications, built using Adobe Air technology. In this last week i was able to know two awesome applications.</p>
<p>The first is <a href="http://www.demonsterdebugger.com/" target="_blank">De MonsterDebugger</a> designed by De Monsters a Nederlands design studio, this incredible and  useful application coming to solve a bit the debug problems than Flash users have, when are developing a project using Flash authoring tool or same for those than using FDT, Flashdevelop or Eclipse/Flex Builder. This tool has shown itself much more interesting for debug your applications.</p>
<p>The second is pointed to Rails users, than thus like me has use SQLite3 on begun of a project. Rails users appreciate the terminal usage, but i think than, they feel much more pleasant with <a href="http://www.dehats.com/drupal/?q=node/58" target="_blank">Lita</a>.</p>
<p><a href="http://www.dehats.com/drupal/?q=node/58" target="_blank">Lita</a> give us a graphic interface with some features, than are useful to manage SQLite databases.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lamiscela.net/2009/02/22/sqlite-air-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Leopard Folders</title>
		<link>http://www.lamiscela.net/2009/02/05/custom-leopard-folders/</link>
		<comments>http://www.lamiscela.net/2009/02/05/custom-leopard-folders/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 01:40:04 +0000</pubDate>
		<dc:creator>Junio Vitorno</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Geral]]></category>

		<guid isPermaLink="false">http://www.lamiscela.net/?p=364</guid>
		<description><![CDATA[Hi folks!
I'm currently working with several different technologies in the day to day. The name of this blog have a link with this, because La Miscela characterize the mix of technologies than are making part of my life.
Well i'm a happy mac user, and was inspired at leopard default folder, than i solved do this [...]]]></description>
			<content:encoded><![CDATA[<p>Hi folks!</p>
<p>I'm currently working with several different technologies in the day to day. The name of this blog have a link with this, because La Miscela characterize the mix of technologies than are making part of my life.</p>
<p>Well i'm a happy mac user, and was inspired at leopard default folder, than i solved do this folders to organize my projects more easily. </p>
<p>Look the folders and more below you can download the package with this six samples.</p>
<p> </p>
<p><span style="color: #0000ee; text-decoration: underline;"><a href="http://www.lamiscela.net/wp-content/uploads/2009/02/picture-11.png" rel="lightbox[364]"><img class="size-full wp-image-365  alignleft" title="picture-1" src="http://www.lamiscela.net/wp-content/uploads/2009/02/picture-11.png" alt="" width="500" height="343" /></a><br />
</span></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Download: <a href="http://www.lamiscela.net/wp-content/uploads/2009/02/folders1.zip">folders</a></p>
<p>Ps: The AS3 Folder was built using a concept logo for actionscript suggested by a user on the web, i not remember where i saw this logo, but if you know who are, contact me for than i could give the credits for creator.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lamiscela.net/2009/02/05/custom-leopard-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Know Django of fun way</title>
		<link>http://www.lamiscela.net/2009/01/23/know-django-of-fun-way/</link>
		<comments>http://www.lamiscela.net/2009/01/23/know-django-of-fun-way/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 19:41:35 +0000</pubDate>
		<dc:creator>Junio Vitorno</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.lamiscela.net/?p=344</guid>
		<description><![CDATA[
Django is a great web framework than works with Python how your main language.
I knew Django chatting with a friend to some months, about the similarities between Ruby and Python and the facilities than Rails was bringing to my life, immediately my friend ask me: Do you know Django? I answer, humn!
Coming in house, i [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-328 alignleft" title="django" src="http://www.lamiscela.net/wp-content/uploads/2009/01/django1.gif" alt="" width="500" height="56" /></p>
<p><a href="http://www.djangoproject.com/" target="_blank">Django</a> is a great web framework than works with <a href="http://en.wikipedia.org/wiki/Python_(programming_language)" target="_blank">Python</a> how your main language.</p>
<p>I knew <a href="http://www.djangoproject.com/" target="_blank">Django</a> chatting with a friend to some months, about the similarities between <a href="http://en.wikipedia.org/wiki/Ruby_(programming_language)" target="_blank">Ruby</a> and <a href="http://en.wikipedia.org/wiki/Python_(programming_language)" target="_blank">Python</a> and the facilities than <a href="http://www.rubyonrails.org/" target="_blank">Rails</a> was bringing to my life, immediately my friend ask me: Do you know <a href="http://www.djangoproject.com/" target="_blank">Django</a>? I answer, humn!</p>
<p>Coming in house, i was looking for something about <a href="http://www.djangoproject.com/" target="_blank">Django</a> and i see than, thus as, <a href="http://www.rubyonrails.org/" target="_blank">Rails</a> become the most famous and utilized <a href="http://en.wikipedia.org/wiki/Ruby_(programming_language)" target="_blank">Ruby</a> framework, <a href="http://www.djangoproject.com/" target="_blank">Django</a> was the same, just it for <a href="http://en.wikipedia.org/wiki/Python_(programming_language)" target="_blank">Python</a>.</p>
<p>The railers know the <a href="http://poignantguide.net/ruby/" target="_blank">Why's (poignant) Guide to Ruby</a>, a online book than learn <a href="http://en.wikipedia.org/wiki/Ruby_(programming_language)" target="_blank">Ruby</a> of fun way and than is being written. <a href="http://poignantguide.net/ruby/" target="_blank">Why's (poignant) Guide to Ruby</a> have gained much collaborators, than are doing translations and images to illustrate the book.</p>
<p>Following this style,  (really i didn't know, who followed style of who), Mario Brandão released your online book, <a href="http://www.aprendendodjango.com/" target="_self">Aprendendo Django</a>, thus as, the <a href="http://en.wikipedia.org/wiki/Ruby_(programming_language)" target="_blank">Ruby</a> book, it still is being written, but already have 29 chapters for who want read, teaching with a fun history and characters a bit about <a href="http://www.djangoproject.com/" target="_blank">Django</a> and Python.</p>
<p>If you choose <a href="http://en.wikipedia.org/wiki/Python_(programming_language)" target="_blank">Python</a> how your agile web language, check out the book, i don't have doubts than, you'll appreciate much.</p>
<p>Ps.: The book was originally written in Brazilian Portuguese, but i think than Google translate can be useful on this time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lamiscela.net/2009/01/23/know-django-of-fun-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
