<?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>Mens Agitat Molem &#187; webdev</title>
	<atom:link href="http://www.nunoprospero.com/blog/category/webdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nunoprospero.com/blog</link>
	<description>&#34;Mind moves Matter&#34; by Nuno Prospero</description>
	<lastBuildDate>Tue, 06 Jul 2010 23:38:08 +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>Internet Explorer Tweak &#8211; View Source Editor</title>
		<link>http://www.nunoprospero.com/blog/2009/11/internet-explorer-tweak-view-source-editor/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=internet-explorer-tweak-view-source-editor</link>
		<comments>http://www.nunoprospero.com/blog/2009/11/internet-explorer-tweak-view-source-editor/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 00:38:01 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.nunoprospero.com/blog/?p=338</guid>
		<description><![CDATA[A simple tip to enhance your web dev productivity (in case you&#8217;re testing some scripts&#8217; output in Internet Explorer&#8230;): how to setup a different html viewer/editor (rather than the lousy Notepad), associated with IE&#8217;s View Source option? Start -&#62; Run -&#62; regedit Go to HKEY_LOCAL_MACHINE -&#62; Software -&#62; Microsoft -&#62; Internet Explorer Create key: View Source [...]]]></description>
			<content:encoded><![CDATA[<p>A simple tip to enhance your web dev productivity (in case you&#8217;re testing some scripts&#8217; output in Internet Explorer&#8230;): how to setup a different html viewer/editor (rather than the lousy Notepad), associated with IE&#8217;s View Source option?</p>
<ol>
<li>Start -&gt; Run -&gt; regedit</li>
<li>Go to <span style="border-collapse: collapse; font-family: Arial; font-size: 13px; ">HKEY_LOCAL_MACHINE -&gt; Software -&gt; Microsoft -&gt; Internet Explorer</span></li>
<li>Create key: <span style="border-collapse: collapse; font-family: Arial; font-size: 13px; ">View Source Editor (under Internet Explorer)</span></li>
<li>Create subkey: Editor Name</li>
<li>Change the data value for the default string to the path of the new editor. Example, for Notepad++.exe: c:\Program Files\Notepad2\notepad++.exe</li>
<li>Reset IE</li>
</ol>
<p>Since this method changes the registry, I don&#8217;t take any responsability in these steps&#8230; backup the registry before touching it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nunoprospero.com/blog/2009/11/internet-explorer-tweak-view-source-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sphinx</title>
		<link>http://www.nunoprospero.com/blog/2009/10/sphinx/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sphinx</link>
		<comments>http://www.nunoprospero.com/blog/2009/10/sphinx/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 21:23:22 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.nunoprospero.com/?p=222</guid>
		<description><![CDATA[Problems with Sphinx installation on Windows? Do you get an &#8220;Application has failed to satrt because LIBMYSQL.dll was not found&#8221; error? Easy, copy the libmysql.dll file from mysql folder to the sphinx/bin folder. This little trick can save you looooots of time.]]></description>
			<content:encoded><![CDATA[<p>Problems with Sphinx installation on Windows?</p>
<p>Do you get an &#8220;Application has failed to satrt because LIBMYSQL.dll was not found&#8221; error?</p>
<p>Easy, copy the libmysql.dll file from mysql folder to the sphinx/bin folder. This little trick can save you looooots of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nunoprospero.com/blog/2009/10/sphinx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IE7 vs IE8</title>
		<link>http://www.nunoprospero.com/blog/2009/10/ie7-vs-ie8/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ie7-vs-ie8</link>
		<comments>http://www.nunoprospero.com/blog/2009/10/ie7-vs-ie8/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 21:20:18 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.nunoprospero.com/blog/?p=232</guid>
		<description><![CDATA[Dores de cabeça no desenvolvimento web&#8230; #cap1 Depois de bater muitas vezes com a cabeça ao testar um site utilizando o IE 8, descobri o mantra: Quando se testa ao vivo (sem ser localhost), é utilizado o motor IE8. Quando se teste localmente, localhost, o IE usa o motor de renderização em modo compatibilidade (IE7&#8230;) [...]]]></description>
			<content:encoded><![CDATA[<p>Dores de cabeça no desenvolvimento web&#8230; #cap1</p>
<p>Depois de bater muitas vezes com a cabeça ao testar um site utilizando o IE 8, descobri o mantra:</p>
<p>Quando se testa ao vivo (sem ser localhost), é utilizado o motor IE8.<br />
Quando se teste localmente, localhost, o IE usa o motor de renderização em modo compatibilidade (IE7&#8230;) =&gt; barraca!</p>
<p>Por isso, se o site funciona bem no computador, mas ao submeter/sincronizar os ficheiros dá resultados diferentes (sobretudo a nível de CSS&#8230;), basta forçar que o IE use consistentemente o motor &#8211; forçar o modo IE7, testar e depois fazer o mesmo com o IE8 sem compatibilidade. Menos uma dor de cabeça ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nunoprospero.com/blog/2009/10/ie7-vs-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infographics about the Web</title>
		<link>http://www.nunoprospero.com/blog/2009/09/infographics-about-the-web/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=infographics-about-the-web</link>
		<comments>http://www.nunoprospero.com/blog/2009/09/infographics-about-the-web/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 22:44:02 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[dataviz]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.nunoprospero.com/blog/?p=276</guid>
		<description><![CDATA[In this article, you’ll discover a variety of infographics and visualizations associated with the internet. You might just learn a thing or two about the web by looking at these awesome artworks!]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://sixrevisions.com/resources/10-revealing-infographics-about-the-web/">this article</a>, you’ll discover a variety of infographics and visualizations associated with the internet. You might just learn a thing or two about the web by looking at these awesome artworks!</p>
<p><img class="aligncenter size-medium wp-image-277" title="26-01_web_trend_map" src="http://www.nunoprospero.com/blog/wp-content/uploads/2009/09/26-01_web_trend_map-300x300.png" alt="26-01_web_trend_map" width="300" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nunoprospero.com/blog/2009/09/infographics-about-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bing! A New Search Engine Arises</title>
		<link>http://www.nunoprospero.com/blog/2009/06/bing-a-new-search-engine-arises/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=bing-a-new-search-engine-arises</link>
		<comments>http://www.nunoprospero.com/blog/2009/06/bing-a-new-search-engine-arises/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 18:01:29 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.nunoprospero.com/?p=209</guid>
		<description><![CDATA[Microsoft has finally brought up to the search engine market a nice product called Bing in order to replace the Live Search. Thought the strange name, this search engine display some nice results. There is a comparison site called Blind Search where you can submit a query to Google, Bing and Yahoo but you won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has finally brought up to the search engine market a nice product called Bing in order to replace the Live Search. Thought the strange name, this search engine display some nice results.</p>
<p><img class="aligncenter size-full wp-image-210" title="microsoft-bing-logo-design" src="http://www.nunoprospero.com/blog/wp-content/uploads/2009/06/microsoft-bing-logo-design.jpg" alt="microsoft-bing-logo-design" width="470" height="256" /></p>
<p>There is a comparison site called <a href="http://blindsearch.fejus.com/">Blind Search</a> where you can submit a query to Google, Bing and Yahoo but you won&#8217;t be able to see which results belong to each company. Then, you&#8217;ll vote which one was the best engine.</p>
<p>I&#8217;ve had a few surprises&#8230; :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nunoprospero.com/blog/2009/06/bing-a-new-search-engine-arises/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Testing with several browsers</title>
		<link>http://www.nunoprospero.com/blog/2009/02/testing-with-several-browsers/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=testing-with-several-browsers</link>
		<comments>http://www.nunoprospero.com/blog/2009/02/testing-with-several-browsers/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 00:34:10 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.nunoprospero.com/?p=146</guid>
		<description><![CDATA[I&#8217;ve been an Opera fan from a long time ago. Unfortunatly, Opera&#8217;s market share is small but it&#8217;s still the best browser you can get. However, many many people don&#8217;t know that there are better programs to surf the web then Microsoft Internet Explorer and have never tried Google Chrome, Opera, Firefox, etc. So, when [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been an Opera fan from a long time ago. Unfortunatly, Opera&#8217;s market share is small but it&#8217;s still the best browser you can get. However, many many people don&#8217;t know that there are better programs to surf the web then Microsoft Internet Explorer and have never tried Google Chrome, Opera, Firefox, etc. So, when you think about developing a website you MUST remember that the  final users are not as savvy as you are, and most of them still use an old version of Internet Explorer.</p>
<p>One of the best ways to test your site for the IE market (let&#8217;s say, 80% of your visitors) is to install <a href="http://tredosoft.com/Multiple_IE">Multiple_IE</a>. This program contains the dlls necessary to run old versions of IE in order to allow testing from IE 4.0 to the newest one. Give it a try!<br />
<img class="aligncenter" title="Opera kills IE and Firefox" src="http://files.myopera.com/mark_poleon/images/op-kill-ie-ff.jpg" alt="" width="320" height="256" /></p>
<p><span style="text-decoration: underline;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nunoprospero.com/blog/2009/02/testing-with-several-browsers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lalaclick</title>
		<link>http://www.nunoprospero.com/blog/2008/11/lalaclick/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=lalaclick</link>
		<comments>http://www.nunoprospero.com/blog/2008/11/lalaclick/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 00:23:03 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.nunoprospero.com/?p=19</guid>
		<description><![CDATA[LaLaClick is a web application to visualize and explore similarity relations of music artists. Warning: if you love music, you&#8217;ll get addicted to this site! It works like this: The engine starts with the pre-loaded example: Radiohead. Music starts to play and some nodes appear on the screen. When no more nodes are added, you can simply select [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-176    aligncenter" title="lalaclick" src="http://www.nunoprospero.com/blog/wp-content/uploads/2008/12/lalaclick.jpg" alt="" width="402" height="183" /></p>
<p style="text-align: left;"><a href="http://www.lalaclick.net/">LaLaClick</a> is a web application to visualize and explore similarity relations of music artists. Warning: if you love music, you&#8217;ll get addicted to this site!</p>
<p style="text-align: left;">It works like this:</p>
<ul>
<li>
<div style="text-align: left;">The engine starts with the pre-loaded example: <em>Radiohead</em>. Music starts to play and some nodes appear on the screen.</div>
</li>
<li>
<div style="text-align: left;">When no more nodes are added, you can simply select the option <strong>Clear All</strong></div>
</li>
<li>
<div style="text-align: left;">In the search band box, type the name of a band or singer and press the Enter key. Click on <strong>Add Aura</strong>. You can repeat the process over and over and produce a giant tree of alike artists.</div>
</li>
<li>
<div style="text-align: left;">The nodes added, are bands somehow related to the name you typed! This way you can learn about bands similar to your taste :)</div>
</li>
</ul>
<p style="text-align: left;">How does this work? Quite simple and interesting &#8211; the similarity is based on the principle that <em>people who listen to this artist also listen to that one</em>. The information about these &#8220;listening preferences&#8221; is powered by <a href="http://last.fm">last.fm</a>, a music community website which gathers about 20 million users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nunoprospero.com/blog/2008/11/lalaclick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ten Commandments, by Google</title>
		<link>http://www.nunoprospero.com/blog/2008/05/the-ten-commandments-by-google/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-ten-commandments-by-google</link>
		<comments>http://www.nunoprospero.com/blog/2008/05/the-ten-commandments-by-google/#comments</comments>
		<pubDate>Wed, 07 May 2008 01:27:43 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[startups]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.nunoprospero.com/?p=18</guid>
		<description><![CDATA[Have you read the Ten principles that contribute to a Googley user experience? Focus on people – their lives, their work, their dreams. Every millisecond counts. Simplicity is powerful. Engage beginners and attract experts. Dare to innovate. Design for the world. Plan for today&#8217;s and tomorrow&#8217;s business. Delight the eye without distracting the mind. Be [...]]]></description>
			<content:encoded><![CDATA[<p>Have you read the <a href="http://www.google.com/corporate/ux.html">Ten principles that contribute to a Googley user experience</a>?</p>
<ol>
<li>Focus on <strong>people</strong> – their lives, their work, their dreams.</li>
<li>Every millisecond counts.</li>
<li><strong>Simplicity</strong> is powerful.</li>
<li><strong>Engage</strong> beginners and attract experts.</li>
<li>Dare to <strong>innovate</strong>.</li>
<li>Design for the world.</li>
<li>Plan for today&#8217;s and tomorrow&#8217;s business.</li>
<li><strong>Delight</strong> the eye without distracting the mind.</li>
<li>Be worthy of people&#8217;s trust.</li>
<li>Add a <strong>human</strong> touch.</li>
</ol>
<p>The main article explores every topic. It&#8217;s a must-read for any engineer!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nunoprospero.com/blog/2008/05/the-ten-commandments-by-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera Dragonfly, fly dragon! Fly!</title>
		<link>http://www.nunoprospero.com/blog/2008/05/opera-dragonfly-fly-dragon-fly/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=opera-dragonfly-fly-dragon-fly</link>
		<comments>http://www.nunoprospero.com/blog/2008/05/opera-dragonfly-fly-dragon-fly/#comments</comments>
		<pubDate>Tue, 06 May 2008 01:54:10 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.nunoprospero.com/?p=25</guid>
		<description><![CDATA[Opera has just lauched Dragonfly! Today!! I&#8217;ve been waiting for a decent javascript/css debugger&#8230; http://www.opera.com/products/dragonfly/]]></description>
			<content:encoded><![CDATA[<p>Opera has just lauched Dragonfly! Today!!</p>
<p>I&#8217;ve been waiting for a decent javascript/css debugger&#8230;</p>
<p><a href="http://www.opera.com/products/dragonfly/">http://www.opera.com/products/dragonfly/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nunoprospero.com/blog/2008/05/opera-dragonfly-fly-dragon-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps API</title>
		<link>http://www.nunoprospero.com/blog/2008/04/google-maps-api/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-maps-api</link>
		<comments>http://www.nunoprospero.com/blog/2008/04/google-maps-api/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 01:16:57 +0000</pubDate>
		<dc:creator>nuno</dc:creator>
				<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.nunoprospero.com/?p=17</guid>
		<description><![CDATA[I&#8217;ve playing around with the Google Maps API and I like it. Well documented, with nice examples. The question is: what&#8217;s the next step? How can I create value from it? :) I&#8217;ve noticed a little tiny annoying bug: if you want to have more than one map with directions, you have to put them in the same [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-medium wp-image-24 aligncenter" title="googlemaps" src="http://www.nunoprospero.com/blog/wp-content/uploads/2008/05/googlemaps-300x196.png" alt="" width="300" height="196" /></p>
<p>I&#8217;ve playing around with the <a href="http://code.google.com/apis/maps/">Google Maps API</a> and I like it. Well documented, with nice examples. The question is: what&#8217;s the next step? How can I create value from it? :)</p>
<p>I&#8217;ve noticed a little tiny annoying bug: if you want to have more than one map with directions, you have to put them in the same table! If you close the table tag, only one of  the maps will be enable! The other one will be an empty, grey google map. (Some technical details: 1 &#8211; I don&#8217;t like to be forced to use table; 2 &#8211; I don&#8217;t understand&#8230; the map is identified in the DOM structure: why do I need to create a parent called table?; 3 &#8211; only one table tag? how can I put text or other elements, with putting them in table rows?!; 4 &#8211; how can I control the ajax request? try to write china and wait a couple of minutes for the result&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nunoprospero.com/blog/2008/04/google-maps-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
