<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Estevão Mascarenhas - a minimalist thought.</title>
	
	<link>http://estevaomascarenhas.com/blog</link>
	<description>Designing, programming and webdeveloping.</description>
	<lastBuildDate>Mon, 19 Oct 2009 04:07:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/estevaomascarenhas" /><feedburner:info uri="estevaomascarenhas" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Rendering font with Javascript</title>
		<link>http://feedproxy.google.com/~r/estevaomascarenhas/~3/O5mV90H71rY/</link>
		<comments>http://estevaomascarenhas.com/blog/2009/10/rendering-font-with-canvas/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 22:06:33 +0000</pubDate>
		<dc:creator>Estevão Mascarenhas</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://estevaomascarenhas.com/blog/?p=385</guid>
		<description>What do you think about making your site&amp;#8217;s texts look smooth and beautiful? Or even using custom fonts?
With Cufón you can! Check it out. :)


What is Cufón?
Basically, Cufón it&amp;#8217;s separated in two parts: a service that generate a javascript from a font of your choice and a javascript rendering engine, to replace texts in a [...]&lt;img src="http://feeds.feedburner.com/~r/estevaomascarenhas/~4/O5mV90H71rY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://estevaomascarenhas.com/blog/2009/10/rendering-font-with-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://estevaomascarenhas.com/blog/2009/10/rendering-font-with-canvas/</feedburner:origLink></item>
		<item>
		<title>Removing dotted border in links</title>
		<link>http://feedproxy.google.com/~r/estevaomascarenhas/~3/7ofkznVvdjU/</link>
		<comments>http://estevaomascarenhas.com/blog/2009/10/removing-dotted-border-in-links/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 02:59:52 +0000</pubDate>
		<dc:creator>Estevão Mascarenhas</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://estevaomascarenhas.com/blog/?p=380</guid>
		<description>Hiho! Long time with no posts huh? :)
Well, I&amp;#8217;m back to post some tips!
You always hated these borders that Mozilla, Chrome or any other browser create when you click in some link?
Here is the solution:

a {
    outline: none;
}&lt;img src="http://feeds.feedburner.com/~r/estevaomascarenhas/~4/7ofkznVvdjU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://estevaomascarenhas.com/blog/2009/10/removing-dotted-border-in-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://estevaomascarenhas.com/blog/2009/10/removing-dotted-border-in-links/</feedburner:origLink></item>
		<item>
		<title>HOWTO #4 – Solve Javascript not working in AJAX loaded page problem</title>
		<link>http://feedproxy.google.com/~r/estevaomascarenhas/~3/CnsMZRL7wEg/</link>
		<comments>http://estevaomascarenhas.com/blog/2009/02/howto-4-solve-javascript-not-working-in-ajax-loaded-page-problem/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 01:49:17 +0000</pubDate>
		<dc:creator>Estevão Mascarenhas</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[loaded]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solve]]></category>
		<category><![CDATA[solving]]></category>

		<guid isPermaLink="false">http://estevaomascarenhas.com/blog/?p=348</guid>
		<description>Many webdevelopers found a very boring error: Javascript don&amp;#8217;t &amp;#8220;see&amp;#8221; elements in content loaded using AJAX method.
Let&amp;#8217;s see how you can solve this problem.


Requirements


Browser with the latest Javascript support(author&amp;#8217;s choice)
Text editor (author&amp;#8217;s choice)
Latest jQuery lib


The Function
We will use the live() function, added in the lastest version of jQuery.
See the description:
Added in jQuery 1.3: Binds a [...]&lt;img src="http://feeds.feedburner.com/~r/estevaomascarenhas/~4/CnsMZRL7wEg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://estevaomascarenhas.com/blog/2009/02/howto-4-solve-javascript-not-working-in-ajax-loaded-page-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://estevaomascarenhas.com/blog/2009/02/howto-4-solve-javascript-not-working-in-ajax-loaded-page-problem/</feedburner:origLink></item>
		<item>
		<title>HOWTO #3 – Protect HTML source code</title>
		<link>http://feedproxy.google.com/~r/estevaomascarenhas/~3/en1ZdusgYfU/</link>
		<comments>http://estevaomascarenhas.com/blog/2009/02/how-to-protect-html-source-code/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 16:25:04 +0000</pubDate>
		<dc:creator>Estevão Mascarenhas</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[scrambler]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://estevaomascarenhas.com/blog/?p=330</guid>
		<description>We can&amp;#8217;t protect (X)HTML code 100%, but we can make such of an &amp;#8220;obstacle&amp;#8221; for those who will try to get the source code of your page. How? With Javascript! See how we can do this below:

Requirements


Text editor (author&amp;#8217;s choice)
Browser with lastest Javascript support (try Google Chrome)
Internet Access


Before you start the howto, see the live [...]&lt;img src="http://feeds.feedburner.com/~r/estevaomascarenhas/~4/en1ZdusgYfU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://estevaomascarenhas.com/blog/2009/02/how-to-protect-html-source-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://estevaomascarenhas.com/blog/2009/02/how-to-protect-html-source-code/</feedburner:origLink></item>
		<item>
		<title>IE8 RC1 still in the last place in javascript performance</title>
		<link>http://feedproxy.google.com/~r/estevaomascarenhas/~3/WHUokUX-6MY/</link>
		<comments>http://estevaomascarenhas.com/blog/2009/01/ie8-rc1-still-in-the-last-place-in-javascript-performance/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 22:08:13 +0000</pubDate>
		<dc:creator>Estevão Mascarenhas</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[rc]]></category>
		<category><![CDATA[rc1]]></category>

		<guid isPermaLink="false">http://estevaomascarenhas.com/blog/?p=316</guid>
		<description>Computerworld tests says: IE8 still in the last place about javascript performance, but its 70% faster than IE8 Beta1.

See the pontuation:
1 &amp;#8211; Chrome 2.0.159.0 &amp;#8211; 1275
2 &amp;#8211; Firefox 3.0.5 &amp;#8211; 3037
3 &amp;#8211; Safari 3.2.1 &amp;#8211; 3050
4 &amp;#8211; Opera 9.63 &amp;#8211; 4139
5 &amp;#8211; IE8 RC1 &amp;#8211; 5573

You can see more about the test here.&lt;img src="http://feeds.feedburner.com/~r/estevaomascarenhas/~4/WHUokUX-6MY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://estevaomascarenhas.com/blog/2009/01/ie8-rc1-still-in-the-last-place-in-javascript-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://estevaomascarenhas.com/blog/2009/01/ie8-rc1-still-in-the-last-place-in-javascript-performance/</feedburner:origLink></item>
		<item>
		<title>Plusmusica – Listen your music anywhere at anytime</title>
		<link>http://feedproxy.google.com/~r/estevaomascarenhas/~3/w8Pkg38KTqo/</link>
		<comments>http://estevaomascarenhas.com/blog/2009/01/plusmusica-listen-your-music-anywhere-at-anytime/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 20:45:22 +0000</pubDate>
		<dc:creator>Estevão Mascarenhas</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[anytime]]></category>
		<category><![CDATA[anywhere]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[plusmusica]]></category>
		<category><![CDATA[plusmusica.com]]></category>

		<guid isPermaLink="false">http://estevaomascarenhas.com/blog/?p=268</guid>
		<description>Do you want listen your favorite music anywhere at anytime? Let&amp;#8217;s see how you can do this with Plusmusica service.


Requirements



Internet Connection. (Broadband recommended)
Browser. (author&amp;#8217;s choice)
Plusmusica account for using the service. (it&amp;#8217;s free!)


About the Register

It&amp;#8217;s easy, just fill out all required fields and submit. (don&amp;#8217;t forget to read the Terms of Use first)

How to use



Register an [...]&lt;img src="http://feeds.feedburner.com/~r/estevaomascarenhas/~4/w8Pkg38KTqo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://estevaomascarenhas.com/blog/2009/01/plusmusica-listen-your-music-anywhere-at-anytime/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://estevaomascarenhas.com/blog/2009/01/plusmusica-listen-your-music-anywhere-at-anytime/</feedburner:origLink></item>
		<item>
		<title>The White House website under Creative Commons</title>
		<link>http://feedproxy.google.com/~r/estevaomascarenhas/~3/gNSogTRiDZo/</link>
		<comments>http://estevaomascarenhas.com/blog/2009/01/the-white-house-website-under-creative-commons/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 20:55:48 +0000</pubDate>
		<dc:creator>Estevão Mascarenhas</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[barack]]></category>
		<category><![CDATA[barack obama]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[white house]]></category>

		<guid isPermaLink="false">http://estevaomascarenhas.com/blog/?p=237</guid>
		<description>He know how to use the internet. The White House&amp;#8217;s website is now licensed under Creative Commons Attribution 3.0 license.

&amp;#8220;Pursuant to federal law, government-produced materials appearing on this site are not copyright protected. The United States Government may receive and hold copyrights transferred to it by assignment, bequest, or otherwise.
Except where otherwise noted, third-party content [...]&lt;img src="http://feeds.feedburner.com/~r/estevaomascarenhas/~4/gNSogTRiDZo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://estevaomascarenhas.com/blog/2009/01/the-white-house-website-under-creative-commons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://estevaomascarenhas.com/blog/2009/01/the-white-house-website-under-creative-commons/</feedburner:origLink></item>
		<item>
		<title>repPHP – the repair and backup php script</title>
		<link>http://feedproxy.google.com/~r/estevaomascarenhas/~3/lYz2NIgSk5w/</link>
		<comments>http://estevaomascarenhas.com/blog/2009/01/repphp-the-repair-and-backup-php-script/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 18:45:10 +0000</pubDate>
		<dc:creator>Estevão Mascarenhas</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[php repair]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[repair and backup]]></category>
		<category><![CDATA[repphp]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://estevaomascarenhas.com/blog/?p=120</guid>
		<description>Are you tired of copying and restoring your files every time you make a mistake in the source code and save? Check repPHP!

Requirements


Host with last PHP version support. (if you want to run it in localhost, check WampServer)
The latest repPHP script.


How it works?
It&amp;#8217;s very simple system of two files:

backup.php
repair.php

Now let&amp;#8217;s see what these files do.

The [...]&lt;img src="http://feeds.feedburner.com/~r/estevaomascarenhas/~4/lYz2NIgSk5w" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://estevaomascarenhas.com/blog/2009/01/repphp-the-repair-and-backup-php-script/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://estevaomascarenhas.com/blog/2009/01/repphp-the-repair-and-backup-php-script/</feedburner:origLink></item>
		<item>
		<title>HOWTO #2 – Over(hover) effect in DIV, IMG or any other tag in IE</title>
		<link>http://feedproxy.google.com/~r/estevaomascarenhas/~3/wqhLLtb-uNU/</link>
		<comments>http://estevaomascarenhas.com/blog/2009/01/howto-2-overhover-effect-in-div-img-or-any-other-tag-in-ie/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 22:49:20 +0000</pubDate>
		<dc:creator>Estevão Mascarenhas</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[over]]></category>
		<category><![CDATA[over effect]]></category>
		<category><![CDATA[overeffect]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://estevaomascarenhas.com/blog/?p=31</guid>
		<description>Many webdevelopers/webdesigners found a problem in IE 6: he doens&amp;#8217;t read the hover css pseudo-class in tags like DIV and IMG.
The solution? jQuery.



What you will need



Browser (Firefox, Chrome, Safari, Internet Explorer )
Lastest jQuery lib.
Text editor. (author&amp;#8217;s choice)



The XHTML code
In this tutorial I&amp;#8217;ll use this simple and valid XHTML and CSS. (you can download all these [...]&lt;img src="http://feeds.feedburner.com/~r/estevaomascarenhas/~4/wqhLLtb-uNU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://estevaomascarenhas.com/blog/2009/01/howto-2-overhover-effect-in-div-img-or-any-other-tag-in-ie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://estevaomascarenhas.com/blog/2009/01/howto-2-overhover-effect-in-div-img-or-any-other-tag-in-ie/</feedburner:origLink></item>
		<item>
		<title>HOWTO #1 – Mac OSX font-smoothing in Windows</title>
		<link>http://feedproxy.google.com/~r/estevaomascarenhas/~3/gVMOSUCmdMU/</link>
		<comments>http://estevaomascarenhas.com/blog/2009/01/howto-1-mac-osx-font-smoothing-in-windows/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 04:44:25 +0000</pubDate>
		<dc:creator>Estevão Mascarenhas</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[font-smoothing]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[smoothing]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://estevaomascarenhas.com/blog/?p=3</guid>
		<description>If you are reading this, probably you like the way that the Apple OS renders the font, as you can see in this image:


And how Windows renders all fonts (ClearType):

Can you see the diference? :)
So, let me teach you how you can do this in your Windows 2000/XP or Vista:
1- Download this file
2- Extract this [...]&lt;img src="http://feeds.feedburner.com/~r/estevaomascarenhas/~4/gVMOSUCmdMU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://estevaomascarenhas.com/blog/2009/01/howto-1-mac-osx-font-smoothing-in-windows/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		<feedburner:origLink>http://estevaomascarenhas.com/blog/2009/01/howto-1-mac-osx-font-smoothing-in-windows/</feedburner:origLink></item>
	</channel>
</rss>
