<?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>CODI Ç &#187; Web</title>
	<atom:link href="http://www.codic.cat/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codic.cat</link>
	<description>Blog de tecnologia en Català</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:44:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Servidors web IIS i Apache alhora en el mateix servidor windows 2003 server</title>
		<link>http://www.codic.cat/2010/07/24/servidors-web-iis-i-apache-alhora-en-el-mateix-servidor-windows-2003-server/</link>
		<comments>http://www.codic.cat/2010/07/24/servidors-web-iis-i-apache-alhora-en-el-mateix-servidor-windows-2003-server/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 19:54:31 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Trucs / Tips and tricks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Articles de Codi Ç]]></category>
		<category><![CDATA[Windows 2003 Server]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5616</guid>
		<description><![CDATA[windows té moltes coses que no m&#8217;agraden. Mentre que a Linux, un cop l&#8217;has aprés, tot és clar i coherent, i les coses no canvien soles si no modifiques els arxius de configuració (que s&#8217;editen a mà), windows és un món multicolor on poden passar moltes coses no desitjades. Si tenim un servidor microsoft windows [...]]]></description>
			<content:encoded><![CDATA[<p>windows té moltes coses que no m&#8217;agraden.</p>
<p>Mentre que a Linux, un cop l&#8217;has aprés, tot és clar i coherent, i les coses no canvien soles si no modifiques els arxius de configuració (que s&#8217;editen a mà), windows és un món multicolor on poden passar moltes coses no desitjades.</p>
<p>Si tenim un servidor microsoft windows 2003 amb més d&#8217;una adreça ip i instal·lem el servidor web <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2h0dHBkLmFwYWNoZS5vcmcv" target=\"_blank\">Apache</a> o qualsevol altre, descobrirem que windows no permet fer que Internet Information Services (IIS, el servidor de microsoft) utilitzi només una ip.</p>
<p>Malgrat que li indiquem que utilitzi només una, intentarà escoltar per totes, i l&#8217;Apache no podrà arrencar, o bé si aquest s&#8217;executa abans, IIS no podrà arrencar perquè Apache estarà escoltant per una de les adreces Ip.</p>
<p>Aquí us adjunto un truc per a poder fer que IIS només escolti per alguna de les adreces Ip i no per totes.</p>
<p>Es tracta d&#8217;editar el registre com mostren les imatges.</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDcvY29kaWMtY2F0LXdpbmRvd3MtMjAwMy1pbnRlcm5ldC1pbmZvcm1hdGlvbi1zZXJ2aWNlcy1paXMtaS1hcGFjaGUtd2luZG93cy1yZWdpc3RyeS5wbmc="><img class="aligncenter size-full wp-image-5618" title="codic-cat-windows-2003-internet-information-services-iis-i-apache-windows-registry" src="http://www.codic.cat/wp-content/uploads/2010/07/codic-cat-windows-2003-internet-information-services-iis-i-apache-windows-registry.png" alt="" width="647" height="438" /></a></p>
<p>La clau que editarem o afegirem és:</p>
<p>My Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\ Services\HTTP\Parameters\ListenOnlyList</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDcvY29kaWMtY2F0LXdpbmRvd3MtMjAwMy1pbnRlcm5ldC1pbmZvcm1hdGlvbi1zZXJ2aWNlcy1paXMtaS1hcGFjaGUtcmVnaXRlci5wbmc="><img class="aligncenter size-full wp-image-5619" title="codic-cat-windows-2003-internet-information-services-iis-i-apache-regiter" src="http://www.codic.cat/wp-content/uploads/2010/07/codic-cat-windows-2003-internet-information-services-iis-i-apache-regiter.png" alt="" width="353" height="313" /></a></p>
<p>És important deixar una línia en blanc. Si us fixeu en el cursos s&#8217;ha premut enter després de la darrera adreça Ip.</p>
<p>Indicant-li aquestes adreces, aquestes seran les úniques per a les que escoltarà el servidor web de microsoft i podrem fer que l&#8217;Apache o un altre servidor Web escolti de la resta d&#8217;ips del servidor.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5616" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/10 -- <a href="http://www.codic.cat/2010/07/10/catalunya-is-not-spain-10-de-juliol-de-2010-democracia-i-independencia/" title="Catalunya is not spain. 10 de Juliol de 2010. Democràcia i Independència">Catalunya is not spain. 10 de Juliol de 2010. Democràcia i Independència</a> (0)</li><li>2010/06/25 -- <a href="http://www.codic.cat/2010/06/25/solucio-error-mysql-1064-creant-un-procediment-emmagatzemat-stored-procedure/" title="Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)">Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)</a> (0)</li><li>2010/05/25 -- <a href="http://www.codic.cat/2010/05/25/actualitza-el-teu-estil-de-programacio-web-xhtml/" title="Actualitza el teu estil de programació web XHTML">Actualitza el teu estil de programació web XHTML</a> (0)</li><li>2010/05/17 -- <a href="http://www.codic.cat/2010/05/17/toshiba-camileo-s10-es-un-imant-magnet/" title="Toshiba Camileo S10 és un imant (magnet)">Toshiba Camileo S10 és un imant (magnet)</a> (2)</li><li>2010/05/09 -- <a href="http://www.codic.cat/2010/05/09/10-000-onu-ginebra/" title="10.000 a la ONU a Ginebra">10.000 a la ONU a Ginebra</a> (0)</li><li>2010/04/04 -- <a href="http://www.codic.cat/2010/04/04/linux-reiserfs-25-segmentation-fault/" title="Linux reiserfs 25 Segmentation fault">Linux reiserfs 25 Segmentation fault</a> (0)</li><li>2010/04/02 -- <a href="http://www.codic.cat/2010/04/02/llista-de-processadors-cpu-per-potencia/" title="Llista de processadors (CPU) per potència">Llista de processadors (CPU) per potència</a> (2)</li><li>2010/02/22 -- <a href="http://www.codic.cat/2010/02/22/consells-per-a-allargar-la-vida-del-vostre-ordinador/" title="Consells per a allargar la vida del vostre ordinador">Consells per a allargar la vida del vostre ordinador</a> (6)</li><li>2010/02/15 -- <a href="http://www.codic.cat/2010/02/15/la-competencia/" title="La competència">La competència</a> (1)</li><li>2010/02/10 -- <a href="http://www.codic.cat/2010/02/10/google-oferira-connexions-de-1-gbitsegon-en-algunes-poblacions-americanes/" title="Google oferirà connexions de 1 Gbit/segon en algunes poblacions americanes">Google oferirà connexions de 1 Gbit/segon en algunes poblacions americanes</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/07/24/servidors-web-iis-i-apache-alhora-en-el-mateix-servidor-windows-2003-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Apache Tomcat 6.0.29 (estable)</title>
		<link>http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/</link>
		<comments>http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 18:04:39 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Apache Tomcat]]></category>
		<category><![CDATA[Programari Lliure (Open Source)]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5613</guid>
		<description><![CDATA[El proppassat dia 22 s&#8217;alliberà Apache Tomcat, el servidor web per a Java programari lliure. Soluciona alguns errors (bugs). Podeu veure els canvis al changelog (històric de canvis entre versions). També us podria resultar interessant:2010/03/13 -- Alliberat Apache Tomcat 6.0.26 (0)2010/07/15 -- Alliberat Apache Tomcat 6.0.28 (0)2010/01/21 -- Alliberat Apache Tomcat 6.0.24 (0)2009/09/04 -- Alliberat [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDEvdG9tY2F0LmdpZg=="><img class="alignleft size-full wp-image-4365" title="tomcat" src="http://www.codic.cat/wp-content/uploads/2010/01/tomcat.gif" alt="" width="130" height="92" /></a>El proppassat dia 22 s&#8217;alliberà Apache Tomcat, el servidor web per a Java programari lliure.</p>
<p>Soluciona alguns errors (bugs).</p>
<p>Podeu veure els canvis al <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3RvbWNhdC5hcGFjaGUub3JnL3RvbWNhdC02LjAtZG9jL2NoYW5nZWxvZy5odG1s" target=\"_blank\">changelog</a> (històric de canvis entre versions).</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5613" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/03/13 -- <a href="http://www.codic.cat/2010/03/13/alliberat-apache-tomcat-6-0-26/" title="Alliberat Apache Tomcat 6.0.26">Alliberat Apache Tomcat 6.0.26</a> (0)</li><li>2010/07/15 -- <a href="http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/" title="Alliberat Apache Tomcat 6.0.28">Alliberat Apache Tomcat 6.0.28</a> (0)</li><li>2010/01/21 -- <a href="http://www.codic.cat/2010/01/21/alliberat-apache-tomcat-6-0-24/" title="Alliberat Apache Tomcat 6.0.24">Alliberat Apache Tomcat 6.0.24</a> (0)</li><li>2009/09/04 -- <a href="http://www.codic.cat/2009/09/04/alliberat-apache-tomcat-5-5-28-estable/" title="Alliberat Apache Tomcat 5.5.28 estable">Alliberat Apache Tomcat 5.5.28 estable</a> (0)</li><li>2009/03/15 -- <a href="http://www.codic.cat/2009/03/15/alliberada-nova-versio-de-java/" title="Alliberada nova versió de Java JRE">Alliberada nova versió de Java JRE</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/06/21 -- <a href="http://www.codic.cat/2010/06/21/alliberat-subversion-1-6-12/" title="Alliberat Subversion 1.6.12">Alliberat Subversion 1.6.12</a> (0)</li><li>2010/06/18 -- <a href="http://www.codic.cat/2010/06/18/alliberat-wordpress-3-0/" title="Alliberat Wordpress 3.0">Alliberat Wordpress 3.0</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Zend Studio 7.2.1</title>
		<link>http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/</link>
		<comments>http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 22:14:53 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5609</guid>
		<description><![CDATA[Per a veure les novetats d&#8217;aquesta versió. Sobretot soluciona molts bugs. També us podria resultar interessant:2010/04/30 -- Alliberat Zend Studio 7.2 (0)2010/04/22 -- Alliberat Zend Server 5.0.1 (0)2010/03/12 -- Alliberat Zend Studio 7.1.2 (0)2010/01/20 -- Alliberat Zend Server 4.0.6 (crític) (0)2010/01/18 -- Alliberat Zend Studio 7.1.1 (0)2010/07/30 -- Alliberat Wordpress 3.0.1 (0)2010/07/24 -- Alliberat Apache [...]]]></description>
			<content:encoded><![CDATA[<p>Per a veure les <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2FwcC5uZXdzLnplbmQuY29tL2UvZXIuYXNweD9zPTcxNCZhbXA7bGlkPTIyOTImYW1wO2VscT04MDg0NjE5MzNlMGU0M2IzYjI4ZTY2YTBmNjczMGM1Yw==" target=\"_blank\">novetats d&#8217;aquesta versió</a>.</p>
<p>Sobretot soluciona molts bugs.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5609" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/04/30 -- <a href="http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/" title="Alliberat Zend Studio 7.2">Alliberat Zend Studio 7.2</a> (0)</li><li>2010/04/22 -- <a href="http://www.codic.cat/2010/04/22/alliberat-zend-server-5-0-1/" title="Alliberat Zend Server 5.0.1">Alliberat Zend Server 5.0.1</a> (0)</li><li>2010/03/12 -- <a href="http://www.codic.cat/2010/03/12/zend-studio-7-1-2/" title="Alliberat Zend Studio 7.1.2">Alliberat Zend Studio 7.1.2</a> (0)</li><li>2010/01/20 -- <a href="http://www.codic.cat/2010/01/20/alliberat-zend-server-4-0-6-critic/" title="Alliberat Zend Server 4.0.6 (crític)">Alliberat Zend Server 4.0.6 (crític)</a> (0)</li><li>2010/01/18 -- <a href="http://www.codic.cat/2010/01/18/alliberat-zend-studio-7-1-1/" title="Alliberat Zend Studio 7.1.1">Alliberat Zend Studio 7.1.1</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/07/15 -- <a href="http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/" title="Alliberat Apache Tomcat 6.0.28">Alliberat Apache Tomcat 6.0.28</a> (0)</li><li>2010/06/21 -- <a href="http://www.codic.cat/2010/06/21/alliberat-subversion-1-6-12/" title="Alliberat Subversion 1.6.12">Alliberat Subversion 1.6.12</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Debugger per a Firefox (complement)</title>
		<link>http://www.codic.cat/2010/06/26/javascript-debugger-per-a-firefox-complement/</link>
		<comments>http://www.codic.cat/2010/06/26/javascript-debugger-per-a-firefox-complement/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 16:52:46 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[HTML / CSS]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Trucs / Tips and tricks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[FireBug]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5488</guid>
		<description><![CDATA[Si programeu en web, segur que tindreu el complement per a Firefox Firebug, però hi ha un parell d&#8217;eines que us vindran molt bé. Una el complement Javascript Debugger. Una altra utilitat que us resultarà magnífica és l&#8217;eina per a programadors integrada a l&#8217;Opera, butterfly (papallona). També us podria resultar interessant:2010/03/08 -- Programació CSS: marcs [...]]]></description>
			<content:encoded><![CDATA[<p>Si programeu en web, segur que tindreu el complement per a Firefox <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9hZGRvbnMubW96aWxsYS5vcmcvY2EvZmlyZWZveC9hZGRvbi8xODQzLw==" target=\"_blank\">Firebug</a>, però hi ha un parell d&#8217;eines que us vindran molt bé.</p>
<p>Una el complement <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9hZGRvbnMubW96aWxsYS5vcmcvY2EvZmlyZWZveC9hZGRvbi8yMTYv" target=\"_blank\">Javascript Debugger</a>.</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDYvZmlyZWZveC1KYXZhU2NyaXB0LWRlYnVnZ2VyLnBuZw=="><img class="aligncenter size-full wp-image-5489" title="firefox-JavaScript-debugger" src="http://www.codic.cat/wp-content/uploads/2010/06/firefox-JavaScript-debugger.png" alt="" width="1048" height="693" /></a></p>
<p>Una altra utilitat que us resultarà magnífica és l&#8217;eina per a programadors integrada a l&#8217;Opera, butterfly (papallona).</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDYvY29kaWMtY2F0LTIwMTAtMDYtMjItb3BlcmEtYnV0dGVyZmx5LnBuZw=="><img class="aligncenter size-full wp-image-5490" title="codic-cat-2010-06-22-opera-butterfly" src="http://www.codic.cat/wp-content/uploads/2010/06/codic-cat-2010-06-22-opera-butterfly.png" alt="" width="1051" height="986" /></a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5488" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/03/08 -- <a href="http://www.codic.cat/2010/03/08/programacio-css-marcs-arrodonits/" title="Programació CSS: marcs arrodonits">Programació CSS: marcs arrodonits</a> (0)</li><li>2010/05/25 -- <a href="http://www.codic.cat/2010/05/25/actualitza-el-teu-estil-de-programacio-web-xhtml/" title="Actualitza el teu estil de programació web XHTML">Actualitza el teu estil de programació web XHTML</a> (0)</li><li>2010/05/16 -- <a href="http://www.codic.cat/2010/05/16/trucs-per-a-eclipse/" title="Trucs per a Eclipse">Trucs per a Eclipse</a> (0)</li><li>2010/05/11 -- <a href="http://www.codic.cat/2010/05/11/alliberat-firebug-1-5-4-ext/" title="Alliberat Firebug 1.5.4 (extensió Firefox)">Alliberat Firebug 1.5.4 (extensió Firefox)</a> (0)</li><li>2010/05/04 -- <a href="http://www.codic.cat/2010/05/04/notepad-plus-plus/" title="Notepad++ editor per a programadors">Notepad++ editor per a programadors</a> (0)</li><li>2010/03/29 -- <a href="http://www.codic.cat/2010/03/29/chrome-developer-tools-i-firebug/" title="Chrome developer tools i Firebug">Chrome developer tools i Firebug</a> (0)</li><li>2010/03/21 -- <a href="http://www.codic.cat/2010/03/21/instal-lacio-eclipse-windows-php/" title="Programació en PHP: Instal·lació d&#8217;Eclipse per a Windows">Programació en PHP: Instal·lació d&#8217;Eclipse per a Windows</a> (0)</li><li>2010/02/02 -- <a href="http://www.codic.cat/2010/02/02/programacio-css-fer-que-surti-una-fletxeta-als-camps-de-text/" title="Programació CSS: Fer que surti una fletxeta als camps de text">Programació CSS: Fer que surti una fletxeta als camps de text</a> (0)</li><li>2010/01/25 -- <a href="http://www.codic.cat/2010/01/25/wordpress-crear-una-pagina-per-a-cada-usuari-registrat/" title="Wordpress: Crear una pàgina per a cada usuari registrat">Wordpress: Crear una pàgina per a cada usuari registrat</a> (0)</li><li>2010/01/08 -- <a href="http://www.codic.cat/2010/01/08/php-veure-les-columnes-duna-taula/" title="PHP Veure les columnes d&#8217;una taula">PHP Veure les columnes d&#8217;una taula</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/06/26/javascript-debugger-per-a-firefox-complement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Proxy+ 4.0.430 (test)</title>
		<link>http://www.codic.cat/2010/06/04/alliberat-proxy-4-0-430-test/</link>
		<comments>http://www.codic.cat/2010/06/04/alliberat-proxy-4-0-430-test/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 18:01:56 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Programari Shareware i de pagament]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Trucs / Tips and tricks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[HTTP Proxy]]></category>
		<category><![CDATA[Programari windows]]></category>
		<category><![CDATA[Proxyplus]]></category>
		<category><![CDATA[Socks Proxy]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5439</guid>
		<description><![CDATA[El programari de proxy per a Windows Proxy+ ha estat alliberat en la seva versió 4.0 #430 (versió de test no final). Aquest és un programari de pagament, però que és gratuït fins a 3 usuaris simultanis, suficient per a un domicili o una petita xarxa local d&#8217;empresa. Aquesta nova versió funciona perfectament en Windows [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4815" title="codic-cat-proxyplus-net" src="http://www.codic.cat/wp-content/uploads/2010/03/codic-cat-proxyplus-net.png" alt="" width="350" height="156" />El programari de proxy per a Windows <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wcm94eXBsdXMubmV0" target=\"_blank\">Proxy+</a> ha estat alliberat en la seva versió 4.0 #430 (versió de test no final).</p>
<p>Aquest és un programari de pagament, però que és gratuït fins a 3 usuaris simultanis, suficient per a un domicili o una petita xarxa local d&#8217;empresa.</p>
<p>Aquesta nova versió funciona perfectament en Windows 7.</p>
<p>Algunes coses que m&#8217;agraden d&#8217;aquest programari:</p>
<p>- Suporta els protocols típics: http, https, ftp, <strong>socks</strong>&#8230;</p>
<p>- Fa de proxy del correu electrònic i de pseudo-servidor de correu electrònic</p>
<p>- Es poden consultar els logs (registres) des de web</p>
<p>- Es configura des de web</p>
<p>- Fa de proxy cache</p>
<p>- Pot funcionar com a servei o com a programari independent</p>
<p>Per a veure la llista de <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=ZnRwOi8vZnRwLnByb3h5cGx1cy5uZXQvdGVzdHZlcnNpb24vdXMvbmV3cy50eHQ=" target=\"_blank\">canvis a les diferents versions</a>.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5439" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/03/21 -- <a href="http://www.codic.cat/2010/03/21/proxyplus-servidor-proxy-gratuit-per-a-windows/" title="Proxyplus &#8211; Servidor proxy gratuït per a Windows">Proxyplus &#8211; Servidor proxy gratuït per a Windows</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/pdf-creator-1-0/" title="Alliberat PDF Creator 1.0">Alliberat PDF Creator 1.0</a> (0)</li><li>2010/05/15 -- <a href="http://www.codic.cat/2010/05/15/eliminar-el-virus-koobface-doble-accent/" title="Eliminar el virus koobface o del doble accent">Eliminar el virus koobface o del doble accent</a> (0)</li><li>2010/04/17 -- <a href="http://www.codic.cat/2010/04/17/alliberat-heidisql-5-1/" title="Alliberat HeidiSql 5.1">Alliberat HeidiSql 5.1</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/28 -- <a href="http://www.codic.cat/2010/07/28/mydebugger-un-depurador-debugger-per-a-mysql/" title="MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql">MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql</a> (0)</li><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/unrevoked-acces-root-a-landroid/" title="Unrevoked &#8211; accés root a l&#8217;Android">Unrevoked &#8211; accés root a l&#8217;Android</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/06/04/alliberat-proxy-4-0-430-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tunnelblick una VPN per a Mac OS X</title>
		<link>http://www.codic.cat/2010/05/30/tunnelblick-una-vpn-per-a-mac-os-x/</link>
		<comments>http://www.codic.cat/2010/05/30/tunnelblick-una-vpn-per-a-mac-os-x/#comments</comments>
		<pubDate>Sun, 30 May 2010 11:54:26 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Programari en Català]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[viatges]]></category>
		<category><![CDATA[OpenVPN]]></category>
		<category><![CDATA[Programari mac os x]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5429</guid>
		<description><![CDATA[Tunnelblick és un programari lliure per a Mac OS X, que aporta una interfície gràfica, per al famós OpenVPN. Tunnelblick 3.0 funciona a partir de Mac OS X Tiger (10.4) o versions superiors. Nogensmenys l&#8217;antiga versió Tunnelblick 2.0.1 funciona en OS X Panther (10.3). Aquest programari es troba parcialment traduït al Català. També us podria resultar [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDUvdGItbG9nby00MDB4OTBweC0yMDEwLTA1LTI3LnBuZw=="><img class="alignleft size-full wp-image-5430" title="tb-logo-400x90px-2010-05-27" src="http://www.codic.cat/wp-content/uploads/2010/05/tb-logo-400x90px-2010-05-27.png" alt="" width="400" height="90" /></a><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvZGUuZ29vZ2xlLmNvbS9wL3R1bm5lbGJsaWNrLw==" target=\"_blank\">Tunnelblick</a> és un programari lliure per a Mac OS X, que aporta una interfície gràfica, per al famós OpenVPN.</p>
<p><strong><a rel=\"nofollow\" href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvZGUuZ29vZ2xlLmNvbS9wL3R1bm5lbGJsaWNrL3dpa2kvV2hhdHNOZXc=" target=\"_blank\">Tunnelblick 3.0</a></strong> funciona a partir de Mac OS X Tiger (10.4) o versions superiors.</p>
<p>Nogensmenys l&#8217;antiga versió <a rel=\"nofollow\" href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3R1bm5lbGJsaWNrLmdvb2dsZWNvZGUuY29tL2ZpbGVzL1R1bm5lbGJsaWNrLVBhbnRoZXItMi4wLjEuZG1n">Tunnelblick 2.0.1</a> funciona en OS X Panther (10.3).</p>
<p>Aquest programari es troba parcialment traduït al Català.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5429" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/unrevoked-acces-root-a-landroid/" title="Unrevoked &#8211; accés root a l&#8217;Android">Unrevoked &#8211; accés root a l&#8217;Android</a> (0)</li><li>2010/05/01 -- <a href="http://www.codic.cat/2010/05/01/programari-portprofile-fer-una-copia-de-seguretat-de-firefox/" title="Programari: Portprofile &#8211; fer una còpia de seguretat de Firefox">Programari: Portprofile &#8211; fer una còpia de seguretat de Firefox</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/05/30/tunnelblick-una-vpn-per-a-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Firebug 1.5.4 (extensió Firefox)</title>
		<link>http://www.codic.cat/2010/05/11/alliberat-firebug-1-5-4-ext/</link>
		<comments>http://www.codic.cat/2010/05/11/alliberat-firebug-1-5-4-ext/#comments</comments>
		<pubDate>Tue, 11 May 2010 22:02:14 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[HTML / CSS]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[FireBug]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5199</guid>
		<description><![CDATA[El proppassat dilluns 10 s&#8217;alliberà el genial complement per a Firefox, Firebug, en la seva versió 1.5.4. Si no el coneixeu en aquest petit article n&#8217;explico ho bàsic. Aquesta versió soluciona dos petits bugs o errors i afegeixen un menú desplegable a les pestanyes (tabs). També us podria resultar interessant:2010/07/30 -- Alliberat Wordpress 3.0.1 (0)2010/04/02 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-5200 alignleft" title="2010-05-10-firebug-1-5-4" src="http://www.codic.cat/wp-content/uploads/2010/05/2010-05-10-firebug-1-5-4.png" alt="" width="468" height="342" />El proppassat dilluns 10 s&#8217;alliberà el genial complement per a Firefox, <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2dldGZpcmVidWcuY29tLw==" target=\"_blank\">Firebug</a>, en la seva versió 1.5.4.</p>
<p>Si no el coneixeu en aquest <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvMjAxMC8wMy8yOS9jaHJvbWUtZGV2ZWxvcGVyLXRvb2xzLWktZmlyZWJ1Zy8=" target=\"_blank\">petit article</a> n&#8217;explico ho bàsic.</p>
<p>Aquesta versió soluciona dos petits bugs o errors i afegeixen un menú desplegable a les pestanyes (tabs).</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5199" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/04/02 -- <a href="http://www.codic.cat/2010/04/02/alliberat-filezilla-ftp-client-3-3-2-1/" title="Alliberat FileZilla FTP Client 3.3.2.1">Alliberat FileZilla FTP Client 3.3.2.1</a> (0)</li><li>2010/03/26 -- <a href="http://www.codic.cat/2010/03/26/alliberat-firefox-3-6-2/" title="Alliberat Firefox 3.6.2">Alliberat Firefox 3.6.2</a> (0)</li><li>2010/03/13 -- <a href="http://www.codic.cat/2010/03/13/alliberat-apache-tomcat-6-0-26/" title="Alliberat Apache Tomcat 6.0.26">Alliberat Apache Tomcat 6.0.26</a> (0)</li><li>2010/03/12 -- <a href="http://www.codic.cat/2010/03/12/zend-studio-7-1-2/" title="Alliberat Zend Studio 7.1.2">Alliberat Zend Studio 7.1.2</a> (0)</li><li>2010/03/06 -- <a href="http://www.codic.cat/2010/03/06/alliberat-drupal-6-16/" title="Alliberat Drupal 6.16">Alliberat Drupal 6.16</a> (0)</li><li>2010/03/06 -- <a href="http://www.codic.cat/2010/03/06/alliberat-php-5-3-2/" title="Alliberat PHP 5.3.2">Alliberat PHP 5.3.2</a> (0)</li><li>2010/02/26 -- <a href="http://www.codic.cat/2010/02/26/alliberat-php-5-2-13/" title="Alliberat PHP 5.2.13">Alliberat PHP 5.2.13</a> (0)</li><li>2010/02/03 -- <a href="http://www.codic.cat/2010/02/03/alliberat-iphone-os-3-1-3/" title="Alliberat iPhone OS 3.1.3">Alliberat iPhone OS 3.1.3</a> (0)</li><li>2010/01/26 -- <a href="http://www.codic.cat/2010/01/26/alliberat-google-chrome-4/" title="Alliberat google Chrome 4">Alliberat google Chrome 4</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/05/11/alliberat-firebug-1-5-4-ext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Productes similars a iPad</title>
		<link>http://www.codic.cat/2010/05/01/productes-similars-a-ipad/</link>
		<comments>http://www.codic.cat/2010/05/01/productes-similars-a-ipad/#comments</comments>
		<pubDate>Sat, 01 May 2010 00:24:08 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Invents]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Portàtils]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Programari en Català]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Adam de Notion Ink]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[ARM Cortex A9]]></category>
		<category><![CDATA[Català]]></category>
		<category><![CDATA[Dell Streak tablet]]></category>
		<category><![CDATA[HP Slate]]></category>
		<category><![CDATA[Intel Atom]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Joo Joo tablet]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[Nvidia Tegra 2]]></category>
		<category><![CDATA[Tablet pc]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5078</guid>
		<description><![CDATA[M&#8217;emprenya d&#8217;apple que decideixen per tu, no només decideixen sinó que no et deixen decidir. Això es pot veure amb l&#8217;obligació de passar per la seva apple store per a instal·lar qualsevol aplicació, i la impossibilitat d&#8217;instal·lar programes que no hi són des d&#8217;una clau USB per exemple. Aquest codi tancat m&#8217;emprenya. També anul·lava per [...]]]></description>
			<content:encoded><![CDATA[<p>M&#8217;emprenya d&#8217;apple que decideixen per tu, no només decideixen sinó que no et deixen decidir.</p>
<p>Això es pot veure amb l&#8217;obligació de passar per la seva apple store per a instal·lar qualsevol aplicació, i la impossibilitat d&#8217;instal·lar programes que no hi són des d&#8217;una clau USB per exemple.</p>
<p>Aquest codi tancat m&#8217;emprenya.</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDUvaXBob25lY2F0LnBuZw=="><img class="alignleft size-medium wp-image-5081" title="iphonecat" src="http://www.codic.cat/wp-content/uploads/2010/05/iphonecat-161x300.png" alt="" width="161" height="300" /></a>També anul·lava per a mi qualsevol interès el fet que els seus productes no estiguessin en Català.</p>
<p>Si bé hi ha un rumor de fonts força fiables que apunten que <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2FwcGxlLmJsb2tzLmNhdC9pcGhvbmUvbGlwaG9uZS1vcy00LTAtaW5jbG91LWVsLWNhdGFsYS8=" target=\"_blank\">la versió 4 del firmware de l&#8217;iPhone inclourà el Català</a>.</p>
<p>Jo no l&#8217;he pogut confirmar.</p>
<p>El que sí que he pogut comprovar és que diverses aplicacions de desenvolupadors independents i directament d&#8217;apple per a mac os x, a la seva web, sí que estan apareixent en Català.</p>
<p>Per fet d&#8217;aquesta manca de llibertat no m&#8217;agrada apple i sí m&#8217;agraden els Pc compatibles i el programari lliure.</p>
<p>Per això m&#8217;han semblat molt interessants aquests productes:</p>
<p><strong>HP Slate</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/AeDalRBjyJo&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/AeDalRBjyJo&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Fixeu-vos com remarquen al vídeo que se li pot connectar coses estàndard com un cable USB o una tarja de memòria SSD (la típica de les càmeres), ambdues funcionalitats de les que no disposa per se l&#8217;ipad.</p>
<p>He llegit algunes notícies en la línia que HP podria abandonar o reorientar aquest projecte puix que l&#8217;equipaven amb windows 7, i consumeix massa recursos.</p>
<p><strong>Dell Streak tablets</strong></p>
<p>De 7&#8243; i 10&#8243;.</p>
<p><img class="aligncenter size-full wp-image-5079" title="dell-tablet-streak-7-10" src="http://www.codic.cat/wp-content/uploads/2010/05/dell-tablet-streak-7-10.jpeg" alt="" width="500" height="185" /></p>
<p>La gràcia dels equips de Dell es que van equipats amb Android. Com Android fa referència, de manera ambigua,  a diversos conceptes, no n&#8217;estic segur de si es refereix al Linux de google, al sistema operatiu de google que treballa contra el núvol o el sistema operatiu (Linux) pensat per a mòbils.</p>
<p>Personalment penso que si és l&#8217;Android Linux, amb flexibilitat total, és un gran encert.</p>
<p>El fet que siguin pc&#8217;s i no circuits propietaris com en el cas dels iPad també permet compatibilitat amb tota mena de maquinari.</p>
<p><strong><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ub3Rpb25pbmsuaW4v" target=\"_blank\">Adam de Notion Ink</a></strong></p>
<p><img class="alignleft size-full wp-image-5080" title="adam-notion-2circles2" src="http://www.codic.cat/wp-content/uploads/2010/05/adam-notion-2circles2.png" alt="" width="481" height="308" />Adam és el resultat de la feina de cinc enginyers indis de menys de 25 anys.</p>
<p>A la Índia el <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3RpbWVzb2ZpbmRpYS5pbmRpYXRpbWVzLmNvbS9hcnRpY2xlc2hvdy81NTcwNjQyLmNtcw==" target=\"_blank\">Times de l&#8217;Índia l&#8217;anomena iPad killer</a> (assassí de l&#8217;Ipad) per les seves prestacions i baix preu.</p>
<p>Per exemple, si la bateria de l&#8217;iPad dura 10 hores, la d&#8217;Adam 24 hores, i està preparat per a llegir amb el sol incidint-hi.</p>
<p>Però el millor de tot és que funciona 100% amb programari lliure i la plataforma d’aplicacions és de lliure accés per als desenvolupadors de tot el món.</p>
<p>Sens dubte un gran encert.</p>
<p>Com podeu veure a la foto té una càmera (3 megapixels) que sembla perfecte per a vídeo conferència i disposa d&#8217;una resolució de 1024&#215;600.</p>
<p>No és un xip Pc sinó un dual-core ARM Cortex A9 (Nvidia Tegra 2) a 1 Ghz, el fet que conta amb suport per a Android, Ubunty i Chromium fa el producte interessant.</p>
<p>Actualització:</p>
<p><strong>Joo Joo</strong></p>
<p><strong><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDUvam9vam9vdW5ib3gwMDEuanBn"><img class="alignleft size-medium wp-image-5091" title="joojoounbox001" src="http://www.codic.cat/wp-content/uploads/2010/05/joojoounbox001-300x199.jpg" alt="" width="300" height="199" /></a></strong><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly90aGVqb29qb28uY29tLw==" target=\"_blank\">Joo Joo</a> és l&#8217;únic tablet d&#8217;aquestes característiques que incorpora un processador Intel Atom, així que en teoria se li pot instal·lar un windows 7 o un Ubuntu.</p>
<p>Incorpora una càmera per a fer vídeo conferència.</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5lbmdhZGdldC5jb20vMjAxMC8wNC8wMS90aGUtam9vam9vLWlzLWhlcmUtc2VyaW91c2x5Lw==" target=\"_blank\">Anàlisi d&#8217;engadget</a> (anglès, <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3RyYW5zbGF0ZS5nb29nbGUuY2F0L3RyYW5zbGF0ZT9qcz15JmFtcDtwcmV2PV90JmFtcDtobD1jYSZhbXA7aWU9VVRGLTgmYW1wO2xheW91dD0xJmFtcDtlb3RmPTEmYW1wO3U9aHR0cDovL3d3dy5lbmdhZGdldC5jb20vMjAxMC8wNC8wMS90aGUtam9vam9vLWlzLWhlcmUtc2VyaW91c2x5LyZhbXA7c2w9ZW4mYW1wO3RsPWNh" target=\"_blank\">traducció al Català</a>)</p>
<p>Aquest vídeo mostra la interfície d&#8217;usuari i l&#8217;ús i fa molt bona fila.</p>
<p><object id="viddler" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="437" height="288" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="flashvars" value="fake=1" /><param name="src" value="http://www.viddler.com/player/e4b2a884/" /><param name="name" value="viddler" /><param name="allowfullscreen" value="true" /><embed id="viddler" type="application/x-shockwave-flash" width="437" height="288" src="http://www.viddler.com/player/e4b2a884/" name="viddler" flashvars="fake=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>Us pot interessar:</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Jsb2dzLmVscHVudC5jYXQvZ2VybWFjYXBkZXZpbGEvMjAxMC8wMi8xNC9saXBhZC1kZWxzLXBvYnJlcy8=" target=\"_blank\">Bloc del Punt de Germà Capdevila: L&#8217;iPad dels pobres</a></p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2prb250aGVydW4uY29tLzIwMTAvMDQvMDYvbW9yZS1ocC1zbGF0ZS1vbi12aWRlby1sb29rcy1nb29kLw==" target=\"_blank\">jkontherun about HP Slate</a></p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5lbmdhZGdldC5jb20vMjAxMC8wNC8xNi9kZWxscy03LWluY2gtYW5kLTEwLWluY2gtc3RyZWFrLXRhYmxldHMtbGVha2VkLw==" target=\"_blank\">Engadget: Dell&#8217;s 7-inch and 10-inch Streak tablets leaked!</a></p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy50ZWNodHJlZS5jb20vSW5kaWEvTmV3cy9XaHlfaXNfTm90aW9uX0lua3NfQWRhbV9hbl9pUGFkX0tpbGxlci81NTEtMTA5Mjg1LTYxNS5odG1s" target=\"_blank\">Techtree.com: Why is Notion Ink&#8217;s Adam an iPad Killer?</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5078" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/06/26 -- <a href="http://www.codic.cat/2010/06/26/android-iphone-ipad/" title="Android, iPhone, iPad">Android, iPhone, iPad</a> (0)</li><li>2010/05/28 -- <a href="http://www.codic.cat/2010/05/28/actualitat-tablet/" title="Actualitat tablets">Actualitat tablets</a> (0)</li><li>2010/05/15 -- <a href="http://www.codic.cat/2010/05/15/android-en-iphone-hackejat/" title="Android en iPhone (hackejat)">Android en iPhone (hackejat)</a> (0)</li><li>2009/11/08 -- <a href="http://www.codic.cat/2009/11/08/resum-noticies-sobre-linux-mandriva-kde-openbsd/" title="Resum de notícies sobre Linux">Resum de notícies sobre Linux</a> (0)</li><li>2010/05/29 -- <a href="http://www.codic.cat/2010/05/29/video-when-ipad-loves-velcro/" title="Vídeo: When iPad loves velcro">Vídeo: When iPad loves velcro</a> (0)</li><li>2010/04/02 -- <a href="http://www.codic.cat/2010/04/02/llista-de-processadors-cpu-per-potencia/" title="Llista de processadors (CPU) per potència">Llista de processadors (CPU) per potència</a> (2)</li><li>2010/02/22 -- <a href="http://www.codic.cat/2010/02/22/consells-per-a-allargar-la-vida-del-vostre-ordinador/" title="Consells per a allargar la vida del vostre ordinador">Consells per a allargar la vida del vostre ordinador</a> (6)</li><li>2010/02/15 -- <a href="http://www.codic.cat/2010/02/15/la-competencia/" title="La competència">La competència</a> (1)</li><li>2010/02/11 -- <a href="http://www.codic.cat/2010/02/11/el-que-sesta-coent-en-portatils/" title="El que s&#8217;està coent en portàtils">El que s&#8217;està coent en portàtils</a> (0)</li><li>2010/02/01 -- <a href="http://www.codic.cat/2010/02/01/google-voice-disponible-per-a-iphone-palm-nokia-s60-windows-mobile/" title="Google Voice disponible per a iPhone, Palm, Nokia S60, Windows Mobile&#8230;">Google Voice disponible per a iPhone, Palm, Nokia S60, Windows Mobile&#8230;</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/05/01/productes-similars-a-ipad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Programari: Portprofile &#8211; fer una còpia de seguretat de Firefox</title>
		<link>http://www.codic.cat/2010/05/01/programari-portprofile-fer-una-copia-de-seguretat-de-firefox/</link>
		<comments>http://www.codic.cat/2010/05/01/programari-portprofile-fer-una-copia-de-seguretat-de-firefox/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 23:18:30 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bones Idees]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Trucs / Tips and tricks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Portprofile]]></category>
		<category><![CDATA[Programari Linux]]></category>
		<category><![CDATA[Programari mac os x]]></category>
		<category><![CDATA[Programari windows]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5073</guid>
		<description><![CDATA[Portprofile és una eina gratuïta disponible per a windows i Linux que permet fer una còpia de seguretat de tota la configuració de firefox. Nogensmenys en tractar-se d&#8217;un programa en tecnologia Java Webstart, no cal instal·lar-lo. Reporten que a més de windows i Linux, funciona en mac os x, free bsd, etc&#8230; Aquest programa fa [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5075" title="logo-portprofile" src="http://www.codic.cat/wp-content/uploads/2010/05/logo-portprofile.png" alt="" width="55" height="55" /><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvZGUuZ29vZ2xlLmNvbS9wL3BvcnRwcm9maWxlLw==" target=\"_blank\">Portprofile</a> és una eina gratuïta disponible per a windows i Linux que permet fer una còpia de seguretat de tota la configuració de firefox.</p>
<p>Nogensmenys en tractar-se d&#8217;un programa en tecnologia Java Webstart, no cal instal·lar-lo.</p>
<p>Reporten que a més de windows i Linux, funciona en mac os x, free bsd, etc&#8230;</p>
<p><img class="alignleft size-full wp-image-5074" title="portprofile-dsf" src="http://www.codic.cat/wp-content/uploads/2010/05/portprofile-dsf.jpg" alt="" width="412" height="237" />Aquest programa fa una còpia de seguretat de tots els aspectes de Firefox i els diposita en un sol arxiu:</p>
<p>- favorits</p>
<p>- extensions</p>
<p>- temes</p>
<p>- històric</p>
<p>- galetes (cookies)</p>
<p>- configuració</p>
<p>&#8230;</p>
<p>Després simplement es pot importar des del mateix, o un altre ordinador.</p>
<p>Via: <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5kb3dubG9hZHNxdWFkLmNvbS8yMDEwLzA0LzIwL3BvcnRwcm9maWxlLWJhY2t1cC1maXJlZm94LXByb2ZpbGUtd2luZG93cy1tYWMtbGludXgv" target=\"_blank\">Download Squad</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5073" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/unrevoked-acces-root-a-landroid/" title="Unrevoked &#8211; accés root a l&#8217;Android">Unrevoked &#8211; accés root a l&#8217;Android</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/07/28 -- <a href="http://www.codic.cat/2010/07/28/mydebugger-un-depurador-debugger-per-a-mysql/" title="MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql">MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/pdf-creator-1-0/" title="Alliberat PDF Creator 1.0">Alliberat PDF Creator 1.0</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/alliberat-proxy-4-0-430-test/" title="Alliberat Proxy+ 4.0.430 (test)">Alliberat Proxy+ 4.0.430 (test)</a> (0)</li><li>2010/05/30 -- <a href="http://www.codic.cat/2010/05/30/tunnelblick-una-vpn-per-a-mac-os-x/" title="Tunnelblick una VPN per a Mac OS X">Tunnelblick una VPN per a Mac OS X</a> (0)</li><li>2010/05/15 -- <a href="http://www.codic.cat/2010/05/15/eliminar-el-virus-koobface-doble-accent/" title="Eliminar el virus koobface o del doble accent">Eliminar el virus koobface o del doble accent</a> (0)</li><li>2010/05/04 -- <a href="http://www.codic.cat/2010/05/04/notepad-plus-plus/" title="Notepad++ editor per a programadors">Notepad++ editor per a programadors</a> (0)</li><li>2010/04/17 -- <a href="http://www.codic.cat/2010/04/17/alliberat-heidisql-5-1/" title="Alliberat HeidiSql 5.1">Alliberat HeidiSql 5.1</a> (0)</li><li>2010/04/04 -- <a href="http://www.codic.cat/2010/04/04/pdf-creator/" title="PDF Creator">PDF Creator</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/05/01/programari-portprofile-fer-una-copia-de-seguretat-de-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Zend Studio 7.2</title>
		<link>http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/</link>
		<comments>http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 17:42:24 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5069</guid>
		<description><![CDATA[Zend presentà ahir Zend Studio 7.2. L&#8217;entorn preparat per a programar en PHP amb el framework Zend. De fet el framework Zend l&#8217;han creat els pares de PHP, encara que curiosament Zend framework és gratuït però no programari lliure. Podeu veure la notícia i descarregar-lo a la seva web: http://app.news.zend.com/e/es.aspx?s=714&#38;e=88621 Em fa molta gràcia que [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5070" title="ZendStudioSS2" src="http://www.codic.cat/wp-content/uploads/2010/04/ZendStudioSS2.gif" alt="" width="350" height="261" />Zend presentà ahir Zend Studio 7.2.</p>
<p>L&#8217;entorn preparat per a programar en PHP amb el framework Zend.</p>
<p>De fet el framework Zend l&#8217;han creat els pares de PHP, encara que curiosament Zend framework és gratuït però no programari lliure.</p>
<p>Podeu veure la notícia i descarregar-lo a la seva web:</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2FwcC5uZXdzLnplbmQuY29tL2UvZXMuYXNweD9zPTcxNCZhbXA7ZT04ODYyMQ==" target=\"_blank\">http://app.news.zend.com/e/es.aspx?s=714&amp;e=88621</a></p>
<p>Em fa molta gràcia que aquesta adreça sigui un .aspx , que és la que fa servir microsoft .net.</p>
<p>Quan tingui un moment investigaré si es tracta d&#8217;un servidor web de microsoft (que em sorprendria molt) o simplement han mapejat l&#8217;extensió .aspx a PHP amb un gran sentit de l&#8217;humor.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5069" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/04/22 -- <a href="http://www.codic.cat/2010/04/22/alliberat-zend-server-5-0-1/" title="Alliberat Zend Server 5.0.1">Alliberat Zend Server 5.0.1</a> (0)</li><li>2010/03/12 -- <a href="http://www.codic.cat/2010/03/12/zend-studio-7-1-2/" title="Alliberat Zend Studio 7.1.2">Alliberat Zend Studio 7.1.2</a> (0)</li><li>2010/03/06 -- <a href="http://www.codic.cat/2010/03/06/alliberat-php-5-3-2/" title="Alliberat PHP 5.3.2">Alliberat PHP 5.3.2</a> (0)</li><li>2010/02/26 -- <a href="http://www.codic.cat/2010/02/26/alliberat-php-5-2-13/" title="Alliberat PHP 5.2.13">Alliberat PHP 5.2.13</a> (0)</li><li>2010/01/20 -- <a href="http://www.codic.cat/2010/01/20/alliberat-zend-server-4-0-6-critic/" title="Alliberat Zend Server 4.0.6 (crític)">Alliberat Zend Server 4.0.6 (crític)</a> (0)</li><li>2010/01/18 -- <a href="http://www.codic.cat/2010/01/18/alliberat-zend-studio-7-1-1/" title="Alliberat Zend Studio 7.1.1">Alliberat Zend Studio 7.1.1</a> (0)</li><li>2010/01/15 -- <a href="http://www.codic.cat/2010/01/15/petita-guia-de-zend-framework/" title="Petita guia de Zend Framework">Petita guia de Zend Framework</a> (0)</li><li>2009/12/18 -- <a href="http://www.codic.cat/2009/12/18/alliberat-php-5-2-12/" title="Alliberat PHP 5.2.12">Alliberat PHP 5.2.12</a> (0)</li><li>2009/11/21 -- <a href="http://www.codic.cat/2009/11/21/alliberat-php-5-3-1/" title="Alliberat PHP 5.3.1">Alliberat PHP 5.3.1</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google incorpora un teclat virtual</title>
		<link>http://www.codic.cat/2010/04/24/google-incorpora-un-teclat-virtual/</link>
		<comments>http://www.codic.cat/2010/04/24/google-incorpora-un-teclat-virtual/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 17:10:11 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bones Idees]]></category>
		<category><![CDATA[Català]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Trucs / Tips and tricks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Hebreu]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5039</guid>
		<description><![CDATA[Magnífica idea de col·locar un petit teclat que permetrà introduir accents, Ç i caràcters d&#8217;alfabets no llatins com l&#8217;hebreu, l&#8217;hindi o el rus. Si feu una cerca, veureu un petit teclat al costat del text de cerca. Si premeu sobre el petit teclat, es desplegarà un teclat virtual, que podeu moure per la pantalla, i [...]]]></description>
			<content:encoded><![CDATA[<p>Magnífica idea de col·locar un petit teclat que permetrà introduir accents, Ç i caràcters d&#8217;alfabets no llatins com l&#8217;hebreu, l&#8217;hindi o el rus.</p>
<p>Si feu una cerca, veureu un petit teclat al costat del text de cerca.</p>
<p>Si premeu sobre el petit teclat, es desplegarà un teclat virtual, que podeu moure per la pantalla, i que us permetrà inserir caràcters especials, accents, etc&#8230;</p>
<p style="text-align: center;"><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDQvY29kaS1jLWdvb2dsZS10ZWNsYXQtYWNjZW50cy5wbmc="><img class="aligncenter size-full wp-image-5040" style="border: 1px solid black;" title="codi-c-google-teclat-accents" src="http://www.codic.cat/wp-content/uploads/2010/04/codi-c-google-teclat-accents.png" alt="" width="738" height="280" /></a></p>
<p style="text-align: left;">Una eina molt interessant si escriviu en llengües amb alfabets no llatins, és <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3RyYW5zbGl0ZXJhdGUj" target=\"_blank\">google transliteration</a>.</p>
<p style="text-align: left;">Per exemple, si sabem que “namaste” és una salutació en Hindi, però no sabem com s&#8217;escriu en la seva llengua, transliteració en ho convertirà a l&#8217;escriptura hindi: ‘नमस्ते’.</p>
<p style="text-align: left;">Podeu llegir una mica més sobre el tema a <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY2F0L3N1cHBvcnQvd2Vic2VhcmNoL2Jpbi9hbnN3ZXIucHk/YW5zd2VyPTE3NDk5MA==" target=\"_blank\">l&#8217;ajuda de google</a>.</p>
<p style="text-align: left;">Actualització 01/05/2010:</p>
<p style="text-align: left;">Aquí la llista de teclats disponibles:</p>
<p style="text-align: left;"><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXNx" target=\"_blank\">Albanian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWFy" target=\"_blank\">Arabic</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWh5" target=\"_blank\">Armenian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWV1" target=\"_blank\"><strong>Basque</strong></a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWJl" target=\"_blank\">Belarusian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWJz" target=\"_blank\">Bosnian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWJn" target=\"_blank\">Bulgarian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWNh" target=\"_blank\"><strong>Catalan</strong></a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWhy" target=\"_blank\">Croatian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWNz" target=\"_blank\">Czech</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWZp" target=\"_blank\">Finnish</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWds" target=\"_blank\"><strong>Galician</strong></a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWth" target=\"_blank\">Georgian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWVs" target=\"_blank\">Greek</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWhl" target=\"_blank\">Hebrew</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWhp" target=\"_blank\">Hindi</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWh1" target=\"_blank\">Hungarian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWlz" target=\"_blank\">Icelandic</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWtr" target=\"_blank\">Kazakh</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWt5" target=\"_blank\">Kirghiz</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPW1r" target=\"_blank\">Macedonian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPW1s" target=\"_blank\">Malayalam</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPW1u" target=\"_blank\">Mongolian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPWZh" target=\"_blank\">Persian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXBs" target=\"_blank\">Polish</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXJ1" target=\"_blank\">Russian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXNy" target=\"_blank\">Serbian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXNr" target=\"_blank\">Slovak</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXNs" target=\"_blank\">Slovenian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXN2" target=\"_blank\">Swedish</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXR0" target=\"_blank\">Tatar</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXRo" target=\"_blank\">Thai</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXRy" target=\"_blank\">Turkish</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXVr" target=\"_blank\">Ukrainian</a><br />
<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3dlYmhwP2hsPXV6" target=\"_blank\">Uzbek</a></p>
<p style="text-align: left;">Enllaç a un article sobre <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2dvb2dsZWJsb2cuYmxvZ3Nwb3QuY29tLzIwMTAvMDQvaW50ZWdyYXRpbmctdmlydHVhbC1rZXlib2FyZHMtaW4tZ29vZ2xlLmh0bWw=" target=\"_blank\">aquesta funcionalitat al bloc de google</a>.</p>
<p style="text-align: left;"><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDQvYXJtZW5pYW4ta2V5Ym9hcmQyLnBuZw=="><img class="aligncenter size-full wp-image-5089" title="armenian-keyboard2" src="http://www.codic.cat/wp-content/uploads/2010/04/armenian-keyboard2.png" alt="" width="694" height="441" /></a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5039" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/05/12 -- <a href="http://www.codic.cat/2010/05/12/google-llegeix-en-catala/" title="Google llegeix en Català">Google llegeix en Català</a> (0)</li><li>2009/06/04 -- <a href="http://www.codic.cat/2009/06/04/alliberada-nova-versio-de-google-chrome/" title="Alliberada nova versió de Google Chrome">Alliberada nova versió de Google Chrome</a> (0)</li><li>2009/04/13 -- <a href="http://www.codic.cat/2009/04/13/google-permet-cercar-imatges-per-color/" title="Google permet cercar imatges per color">Google permet cercar imatges per color</a> (0)</li><li>2010/05/28 -- <a href="http://www.codic.cat/2010/05/28/actualitat-tablet/" title="Actualitat tablets">Actualitat tablets</a> (0)</li><li>2010/05/15 -- <a href="http://www.codic.cat/2010/05/15/android-en-iphone-hackejat/" title="Android en iPhone (hackejat)">Android en iPhone (hackejat)</a> (0)</li><li>2010/05/01 -- <a href="http://www.codic.cat/2010/05/01/productes-similars-a-ipad/" title="Productes similars a iPad">Productes similars a iPad</a> (1)</li><li>2010/04/24 -- <a href="http://www.codic.cat/2010/04/24/invent-gronxador-cadira-de-rodes-gronxat-wheelchair-swing/" title="Invent: gronxador per a persones en cadira de rodes: Gronxa&#8217;t (Wheelchair Swing)">Invent: gronxador per a persones en cadira de rodes: Gronxa&#8217;t (Wheelchair Swing)</a> (1)</li><li>2010/03/28 -- <a href="http://www.codic.cat/2010/03/28/arroba-simbol-catala-universal/" title="La arroba, ¿el símbolo Catalán más universal en la historia de la humanidad?">La arroba, ¿el símbolo Catalán más universal en la historia de la humanidad?</a> (4)</li><li>2010/02/27 -- <a href="http://www.codic.cat/2010/02/27/instal%c2%b7lar-lentorn-de-desenvolupament-dandroid-a-ubuntu-9-04/" title="Instal·lar l&#8217;entorn de desenvolupament d&#8217;Android a Ubuntu 9.04">Instal·lar l&#8217;entorn de desenvolupament d&#8217;Android a Ubuntu 9.04</a> (0)</li><li>2010/02/23 -- <a href="http://www.codic.cat/2010/02/23/google-voice-explicat-de-manera-planera/" title="Google Voice explicat de manera planera">Google Voice explicat de manera planera</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/04/24/google-incorpora-un-teclat-virtual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solució de problemes amb WAMP i PHP 5.3.x</title>
		<link>http://www.codic.cat/2010/04/24/problemes-wamp-php-5-3-x/</link>
		<comments>http://www.codic.cat/2010/04/24/problemes-wamp-php-5-3-x/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 15:57:21 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5034</guid>
		<description><![CDATA[Si treballeu amb WAMP Wampserver 2.oi amb el mòdul de PHP 5.2.11,  us podeu haver trobat amb un error que fa que qualsevol versió de PHP 5.3.x falli. En alguns webs he trobat que això es deu a que manca una llibreria (DLL), nogensmenys wampserver base amb PHP 5.3.0 sense el 5.2.11 funciona perfectament jo [...]]]></description>
			<content:encoded><![CDATA[<p>Si treballeu amb <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvMjAwOS8xMi8yNC93YW1wLXNlcnZlci8=" target=\"_blank\">WAMP</a> Wampserver 2.oi amb el mòdul de PHP 5.2.11,  us podeu haver trobat amb un error que fa que qualsevol versió de PHP 5.3.x falli.</p>
<p>En alguns webs he trobat que això es deu a que manca una llibreria (DLL), nogensmenys wampserver base amb PHP 5.3.0 sense el 5.2.11 funciona perfectament jo ho he pogut solucionar instal·lant el paquet original de PHP, el darrer a data de 24 d&#8217;Abril de 2010, <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5waHAubmV0L2FyY2hpdmUvMjAxMC5waHAjaWQyMDEwLTAzLTA0LTE=" target=\"_blank\">PHP 5.3.2</a>.</p>
<p>En el meu cas l&#8217;he instal·lat a C:\PHP mentre que els de WAMP són a c:\wamp\bin\php\ per exemple C:\wamp\bin\php\php5.3.0.</p>
<p>Ara bé, quan inicieu Wamp haureu de tenir cura ja que el PHP.INI que carregarà serà el de C:\PHP.</p>
<p>Això ho podeu revisar amb un phpinfo, si no sabeu què és, es tracta d&#8217;una funció que envia al navegador tota la informació de configuració de PHP:</p>
<pre class="brush: php;">&lt;?php

// Mostra tota la informació, INFO_ALL
phpinfo();

// Si només volguéssim dels mòduls, INFO_MODULES
// phpinfo(8) és el mateix.
phpinfo(INFO_MODULES);

?&gt;</pre>
<p><img class="aligncenter size-full wp-image-5035" title="2010-04-23-loaded-configuration-file-php_info" src="http://www.codic.cat/wp-content/uploads/2010/04/2010-04-23-loaded-configuration-file-php_info.png" alt="" width="631" height="225" /></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5034" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2009/12/24 -- <a href="http://www.codic.cat/2009/12/24/wamp-server/" title="WAMP">WAMP</a> (0)</li><li>2010/05/29 -- <a href="http://www.codic.cat/2010/05/29/truc-actualitzar-els-collations-de-totes-les-taules-duna-base-de-dades-mysql/" title="Truc: Actualitzar els collations de totes les taules d&#8217;una base de dades MySql">Truc: Actualitzar els collations de totes les taules d&#8217;una base de dades MySql</a> (2)</li><li>2010/05/16 -- <a href="http://www.codic.cat/2010/05/16/trucs-per-a-eclipse/" title="Trucs per a Eclipse">Trucs per a Eclipse</a> (0)</li><li>2010/04/30 -- <a href="http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/" title="Alliberat Zend Studio 7.2">Alliberat Zend Studio 7.2</a> (0)</li><li>2010/03/21 -- <a href="http://www.codic.cat/2010/03/21/instal-lacio-eclipse-windows-php/" title="Programació en PHP: Instal·lació d&#8217;Eclipse per a Windows">Programació en PHP: Instal·lació d&#8217;Eclipse per a Windows</a> (0)</li><li>2010/03/06 -- <a href="http://www.codic.cat/2010/03/06/alliberat-php-5-3-2/" title="Alliberat PHP 5.3.2">Alliberat PHP 5.3.2</a> (0)</li><li>2010/02/26 -- <a href="http://www.codic.cat/2010/02/26/alliberat-php-5-2-13/" title="Alliberat PHP 5.2.13">Alliberat PHP 5.2.13</a> (0)</li><li>2010/01/15 -- <a href="http://www.codic.cat/2010/01/15/petita-guia-de-zend-framework/" title="Petita guia de Zend Framework">Petita guia de Zend Framework</a> (0)</li><li>2010/01/08 -- <a href="http://www.codic.cat/2010/01/08/php-veure-les-columnes-duna-taula/" title="PHP Veure les columnes d&#8217;una taula">PHP Veure les columnes d&#8217;una taula</a> (0)</li><li>2009/12/18 -- <a href="http://www.codic.cat/2009/12/18/alliberat-php-5-2-12/" title="Alliberat PHP 5.2.12">Alliberat PHP 5.2.12</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/04/24/problemes-wamp-php-5-3-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proxyplus &#8211; Servidor proxy gratuït per a Windows</title>
		<link>http://www.codic.cat/2010/03/21/proxyplus-servidor-proxy-gratuit-per-a-windows/</link>
		<comments>http://www.codic.cat/2010/03/21/proxyplus-servidor-proxy-gratuit-per-a-windows/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 19:06:37 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bones Idees]]></category>
		<category><![CDATA[Programari Shareware i de pagament]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[HTTP Proxy]]></category>
		<category><![CDATA[Memòria cau / cache memory]]></category>
		<category><![CDATA[Proxyplus]]></category>
		<category><![CDATA[RealAudio]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[Socks Proxy]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4814</guid>
		<description><![CDATA[ProxyPlus és un programa de proxy per a Windows, gratuït fins a 3 usuaris simultanis, i de pagament per a més. És un programa molt pràctic, i el fet que sigui gratuït fins a 3 usuaris el fan adient per a una petita xarxa domèstica. Ofereix proxy HTTP/HTTPS/FTP, Proxy Socks, Proxy de correu, Gopher, RealAudio, Proxy cache, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4815" title="codic-cat-proxyplus-net" src="http://www.codic.cat/wp-content/uploads/2010/03/codic-cat-proxyplus-net.png" alt="" width="350" height="156" /><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wcm94eXBsdXMubmV0Lw==" target=\"_blank\">ProxyPlus</a> és un programa de proxy per a Windows, gratuït fins a 3 usuaris simultanis, i de pagament per a més.</p>
<p>És un programa molt pràctic, i el fet que sigui gratuït fins a 3 usuaris el fan adient per a una petita xarxa domèstica.</p>
<p>Ofereix proxy HTTP/HTTPS/FTP, Proxy Socks, Proxy de correu, Gopher, RealAudio, Proxy cache, cache dns, etc&#8230;  i pot funcionar com a servei (service) o bé com a programa que iniciem quan volem.</p>
<p>Es gestiona accedint al port 4400, per exemple:</p>
<p>http://127.0.0.1:4400</p>
<p>I el proxy respon al port 4480.</p>
<p><img class="aligncenter size-full wp-image-4816" title="codic-cat-proxy-lan-config" src="http://www.codic.cat/wp-content/uploads/2010/03/codic-cat-proxy-lan-config.png" alt="" width="384" height="332" /></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4814" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/alliberat-proxy-4-0-430-test/" title="Alliberat Proxy+ 4.0.430 (test)">Alliberat Proxy+ 4.0.430 (test)</a> (0)</li><li>2010/05/15 -- <a href="http://www.codic.cat/2010/05/15/eliminar-el-virus-koobface-doble-accent/" title="Eliminar el virus koobface o del doble accent">Eliminar el virus koobface o del doble accent</a> (0)</li><li>2010/02/27 -- <a href="http://www.codic.cat/2010/02/27/virus-koobface-windows-del-doble-accent-que-roba-al-teu-compte-bancari/" title="Virus Koobface, del doble accent, que roba al teu compte bancari">Virus Koobface, del doble accent, que roba al teu compte bancari</a> (1)</li><li>2009/06/29 -- <a href="http://www.codic.cat/2009/06/29/alliberat-editplus-3-11/" title="Alliberat Editplus 3.11">Alliberat Editplus 3.11</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/03/21/proxyplus-servidor-proxy-gratuit-per-a-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programació CSS: marcs arrodonits</title>
		<link>http://www.codic.cat/2010/03/08/programacio-css-marcs-arrodonits/</link>
		<comments>http://www.codic.cat/2010/03/08/programacio-css-marcs-arrodonits/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 23:41:48 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[HTML / CSS]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Serveis gratuïts]]></category>
		<category><![CDATA[Trucs / Tips and tricks]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4755</guid>
		<description><![CDATA[La web border-radius ens permet crear gratuïtament cantons arrodonits per a les nostres webs o taules compatibles amb: CSS3 WebKit Gecko També us podria resultar interessant:2010/06/26 -- Javascript Debugger per a Firefox (complement) (0)2010/05/16 -- Trucs per a Eclipse (0)2010/05/04 -- Notepad++ editor per a programadors (0)2010/03/21 -- Programació en PHP: Instal·lació d&#8217;Eclipse per a [...]]]></description>
			<content:encoded><![CDATA[<p>La web <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2JvcmRlci1yYWRpdXMuY29tLw==" target=\"_blank\">border-radius</a> ens permet crear gratuïtament cantons arrodonits per a les nostres webs o taules compatibles amb:</p>
<ul>
<li>CSS3</li>
<li>WebKit</li>
<li>Gecko</li>
</ul>
<p><img class="aligncenter size-full wp-image-4756" title="codic-cat-borderradius" src="http://www.codic.cat/wp-content/uploads/2010/03/codic-cat-borderradius.png" alt="" width="669" height="504" /></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4755" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/06/26 -- <a href="http://www.codic.cat/2010/06/26/javascript-debugger-per-a-firefox-complement/" title="Javascript Debugger per a Firefox (complement)">Javascript Debugger per a Firefox (complement)</a> (0)</li><li>2010/05/16 -- <a href="http://www.codic.cat/2010/05/16/trucs-per-a-eclipse/" title="Trucs per a Eclipse">Trucs per a Eclipse</a> (0)</li><li>2010/05/04 -- <a href="http://www.codic.cat/2010/05/04/notepad-plus-plus/" title="Notepad++ editor per a programadors">Notepad++ editor per a programadors</a> (0)</li><li>2010/03/21 -- <a href="http://www.codic.cat/2010/03/21/instal-lacio-eclipse-windows-php/" title="Programació en PHP: Instal·lació d&#8217;Eclipse per a Windows">Programació en PHP: Instal·lació d&#8217;Eclipse per a Windows</a> (0)</li><li>2010/02/02 -- <a href="http://www.codic.cat/2010/02/02/programacio-css-fer-que-surti-una-fletxeta-als-camps-de-text/" title="Programació CSS: Fer que surti una fletxeta als camps de text">Programació CSS: Fer que surti una fletxeta als camps de text</a> (0)</li><li>2010/01/25 -- <a href="http://www.codic.cat/2010/01/25/wordpress-crear-una-pagina-per-a-cada-usuari-registrat/" title="Wordpress: Crear una pàgina per a cada usuari registrat">Wordpress: Crear una pàgina per a cada usuari registrat</a> (0)</li><li>2010/01/08 -- <a href="http://www.codic.cat/2010/01/08/php-veure-les-columnes-duna-taula/" title="PHP Veure les columnes d&#8217;una taula">PHP Veure les columnes d&#8217;una taula</a> (0)</li><li>2009/08/21 -- <a href="http://www.codic.cat/2009/08/21/html-com-afegir-una-icona-personalitzada-a-la-nostra-plana-web/" title="HTML: Com afegir una icona personalitzada a la nostra plana web o bloc">HTML: Com afegir una icona personalitzada a la nostra plana web o bloc</a> (0)</li><li>2009/08/15 -- <a href="http://www.codic.cat/2009/08/15/etiquetes-html-per-a-ressaltar-el-text-i-donar-li-significat/" title="Etiquetes HTML per a ressaltar el text i donar-li significat">Etiquetes HTML per a ressaltar el text i donar-li significat</a> (0)</li><li>2009/08/04 -- <a href="http://www.codic.cat/2009/08/04/programacio-css-crear-lefecte-de-la-caixa-blava-discontinua-envoltant-el-text/" title="Programació CSS: Crear l&#8217;efecte de la caixa blava discontínua envoltant el text">Programació CSS: Crear l&#8217;efecte de la caixa blava discontínua envoltant el text</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/03/08/programacio-css-marcs-arrodonits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Reader: Dreceres de teclat</title>
		<link>http://www.codic.cat/2010/02/27/google-reader-drecera-acces-directe-teclat/</link>
		<comments>http://www.codic.cat/2010/02/27/google-reader-drecera-acces-directe-teclat/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 14:42:48 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bones Idees]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Trucs / Tips and tricks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Dreceres de teclat / Keyboard shortcurts]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4690</guid>
		<description><![CDATA[Els que empreu google reader com a lector de fonts RSS trobareu útil de saber que hi ha unes tecles, que ens permeten navegar ràpidament pels articles. S&#8217;anomenen dreceres o accessos directes de teclat i consisteixen a prémer una tecla o una combinació de les mateixes per a realitzar ràpidament una acció. Algunes les podeu [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDIvY29kaWMtY2F0LWVsLW1ldS1nb29nbGUtcmVhZGVyLXRlY2gtY2F0LnBuZw=="><img class="alignleft size-medium wp-image-4711" title="codic-cat-el-meu-google-reader-tech-cat" src="http://www.codic.cat/wp-content/uploads/2010/02/codic-cat-el-meu-google-reader-tech-cat-300x177.png" alt="" width="300" height="177" /></a>Els que empreu <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2dvb2dsZS5jb20vcmVhZGVy" target=\"_blank\">google reader</a> com a lector de fonts RSS trobareu útil de saber que hi ha unes tecles, que ens permeten navegar ràpidament pels articles.</p>
<p>S&#8217;anomenen dreceres o accessos directes de teclat i consisteixen a prémer una tecla o una combinació de les mateixes per a realitzar ràpidament una acció.</p>
<p>Algunes les podeu fer servir arreu, altres són per a la vista de notícies.</p>
<p>Us en deixo els que trobo més interessants.</p>
<table border="0">
<tbody>
<tr>
<td><strong>Tecla</strong></td>
<td><strong>Efecte</strong></td>
</tr>
<tr>
<td colspan="2"><strong>Navegació</strong></td>
</tr>
<tr>
<td><img class="alignnone size-full wp-image-4695" title="tecla-j" src="http://www.codic.cat/wp-content/uploads/2010/02/tecla-j.png" alt="" width="29" height="28" /></td>
<td>Baixar i obrir el següent article.</td>
</tr>
<tr>
<td><img class="alignnone size-full wp-image-4696" title="tecla-k" src="http://www.codic.cat/wp-content/uploads/2010/02/tecla-k.png" alt="" width="29" height="30" /></td>
<td>Pujar i obrir el següent article.</td>
</tr>
<tr>
<td><img class="alignnone size-full wp-image-4706" title="tecla-enter" src="http://www.codic.cat/wp-content/uploads/2010/02/tecla-enter.png" alt="" width="62" height="28" /> <img class="alignnone size-full wp-image-4705" title="lletra-o" src="http://www.codic.cat/wp-content/uploads/2010/02/lletra-o1.png" alt="" width="27" height="26" /></td>
<td>Obre o tanca la visualització de l&#8217;article. Enter fa el mateix efecte. L&#8217;ús d&#8217;<strong>enter</strong> o de la tecla <strong>o</strong> fan la mateixa funció.</td>
</tr>
<tr>
<td><img class="alignnone size-full wp-image-4697" title="tecla-n" src="http://www.codic.cat/wp-content/uploads/2010/02/tecla-n.png" alt="" width="27" height="26" /></td>
<td>Baixa sense obrir l&#8217;article.</td>
</tr>
<tr>
<td><img class="alignnone size-full wp-image-4698" title="tecla-p" src="http://www.codic.cat/wp-content/uploads/2010/02/tecla-p.png" alt="" width="28" height="27" /></td>
<td>Puja sense obrir l&#8217;article.</td>
</tr>
<tr>
<td colspan="2"><img class="size-full wp-image-4694 alignnone" title="tecla-espai" src="http://www.codic.cat/wp-content/uploads/2010/02/tecla-espai.png" alt="" width="169" height="36" /> <strong>Espai</strong>. Baixa una plana. Es pot fer amb pàgina avall, i pàgina amunt.</td>
</tr>
<tr>
<td colspan="2"><strong>Sobre l&#8217;article</strong></td>
</tr>
<tr>
<td><img class="alignnone size-full wp-image-4703" title="tegla-s" src="http://www.codic.cat/wp-content/uploads/2010/02/tegla-s.png" alt="" width="26" height="25" /></td>
<td>Marca amb l&#8217;estel o desmarca.</td>
</tr>
<tr>
<td><img class="alignnone size-full wp-image-4699" title="tecla-v" src="http://www.codic.cat/wp-content/uploads/2010/02/tecla-v.png" alt="" width="25" height="26" /></td>
<td>Veure l&#8217;article original (obre en una altra pestanya/finestra).</td>
</tr>
<tr>
<td colspan="2"><strong>Salt</strong></td>
</tr>
<tr>
<td><img class="alignnone size-full wp-image-4701" title="tegla-g" src="http://www.codic.cat/wp-content/uploads/2010/02/tegla-g.png" alt="" width="26" height="25" /> <img class="alignnone size-full wp-image-4703" title="tegla-s" src="http://www.codic.cat/wp-content/uploads/2010/02/tegla-s.png" alt="" width="26" height="25" /></td>
<td>Anar als elements marcats amb l&#8217;estel (starred). <strong>G</strong> i després <strong>S</strong>.</td>
</tr>
<tr>
<td colspan="2"><strong>Aplicació</strong></td>
</tr>
<tr>
<td><img class="alignnone size-full wp-image-4702" title="tegla-r" src="http://www.codic.cat/wp-content/uploads/2010/02/tegla-r.png" alt="" width="26" height="27" /></td>
<td>Refrescar.</td>
</tr>
<tr>
<td><img class="alignnone size-full wp-image-4691" title="tegla-u" src="http://www.codic.cat/wp-content/uploads/2010/02/tegla-u.png" alt="" width="26" height="27" /></td>
<td>Veure en pantalla completa.</td>
</tr>
<tr>
<td><img class="alignnone size-full wp-image-4700" title="tegla-a" src="http://www.codic.cat/wp-content/uploads/2010/02/tegla-a.png" alt="" width="27" height="27" /></td>
<td>Afegir una subscripció.</td>
</tr>
</tbody>
</table>
<p><img class="aligncenter size-full wp-image-4707" title="codic-cat-teclat-google-reader-remarcat-vermell" src="http://www.codic.cat/wp-content/uploads/2010/02/codic-cat-teclat-google-reader-remarcat-vermell.png" alt="" width="632" height="278" /></p>
<p>Si no us responen feu clic sobre el text d&#8217;una notícia per a situar el focus i tot seguit premeu la tecla.</p>
<p>Podeu consultar tots els accessos directes a <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3N1cHBvcnQvcmVhZGVyL2Jpbi9hbnN3ZXIucHk/aGw9ZW4mYW1wO2Fuc3dlcj02OTk3Mw==" target=\"_blank\">l&#8217;ajuda de google reader</a>.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4690" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2009/07/08 -- <a href="http://www.codic.cat/2009/07/08/alliberat-feedreader-3-14-en-catala/" title="Alliberat FeedReader 3.14 en Català">Alliberat FeedReader 3.14 en Català</a> (0)</li><li>2009/03/06 -- <a href="http://www.codic.cat/2009/03/06/problemes-amb-els-feeds-dalguns-blogs-i-portals-tal-vegada-causats-per-feedburner/" title="Problemes amb els feeds d&#8217;alguns blogs i portals, tal vegada causats per FeedBurner">Problemes amb els feeds d&#8217;alguns blogs i portals, tal vegada causats per FeedBurner</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/02/27/google-reader-drecera-acces-directe-teclat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programació CSS: Fer que surti una fletxeta als camps de text</title>
		<link>http://www.codic.cat/2010/02/02/programacio-css-fer-que-surti-una-fletxeta-als-camps-de-text/</link>
		<comments>http://www.codic.cat/2010/02/02/programacio-css-fer-que-surti-una-fletxeta-als-camps-de-text/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:05:05 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[HTML / CSS]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Trucs / Tips and tricks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Articles de Codi Ç]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4492</guid>
		<description><![CDATA[Us passo un truc per a fer que els formularis HTML de les planes web que programeu tinguin una fletxeta a l&#8217;esquerra quan es passi la fletxa del ratolí pel damunt. A més a més farem que mentre s&#8217;escrigui, la fletxa del cursor es converteixi en una mà, i el text aparegui en color blau. [...]]]></description>
			<content:encoded><![CDATA[<p>Us passo un truc per a fer que els formularis HTML de les planes web que programeu tinguin una fletxeta a l&#8217;esquerra quan es passi la fletxa del ratolí pel damunt.</p>
<div id="attachment_4494" class="wp-caption aligncenter" style="width: 207px"><img class="size-full wp-image-4494" style="border: 1px solid black;" title="codic-cat-fletxeta-a-la-dreta-input-formulari" src="http://www.codic.cat/wp-content/uploads/2010/02/codic-cat-fletxeta-a-la-dreta-input-formulari1.png" alt="Fletxeta vermella a la dreta" width="197" height="61" /><p class="wp-caption-text">Fletxeta vermella a la dreta</p></div>
<p style="text-align: left;">A més a més farem que mentre s&#8217;escrigui, la fletxa del cursor es converteixi en una mà, i el text aparegui en color blau.</p>
<div id="attachment_4495" class="wp-caption aligncenter" style="width: 207px"><img class="size-full wp-image-4495" style="border: 1px solid black;" title="codic-cat-fletxeta-a-la-dreta-input-formulari-mentre-escrivim" src="http://www.codic.cat/wp-content/uploads/2010/02/codic-cat-fletxeta-a-la-dreta-input-formulari-mentre-escrivim.png" alt="El text és blau mentre escrivim" width="197" height="61" /><p class="wp-caption-text">El text és blau mentre escrivim</p></div>
<p style="text-align: left;">Per a això haurem de crear un fitxer de tipus CSS, i col·locar-lo dins la carpeta <strong>css/</strong></p>
<p style="text-align: left;">També crearem la carpeta <strong>imatges/</strong> i hi posarem a dins la imatge de la fletxeta <img class="alignright size-full wp-image-4496" title="fletxa-e" src="http://www.codic.cat/wp-content/uploads/2010/02/fletxa-e.gif" alt="" width="8" height="15" /></p>
<p style="text-align: left;">
<p style="text-align: left;">Podeu descarregar-la des d&#8217;aquí: <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDIvZmxldHhhLWUuZ2lm" target=\"_blank\">fletxa-e.gif</a></p>
<p style="text-align: left;">Dins del directori css crearem un fitxer anomenat codic-cat-test-input-fletxa.css amb aquest contingut:</p>
<p style="text-align: left;">
<pre class="brush: css;">/* www.codic.cat
    Arxiu css per a l'efecte de la fletxeta vermella, color del text, i fletxa del ratolí
    Enllaç curt a aquest article: http://wp.me/pzeab-1as
*/
#codic-cat-test-fletxa input, #codic-cat-test-fletxa textarea {
	color: #010101;	/* Color del text escrit */
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	margin: 0 0 5px 0;
	padding: 1px 2px;
	cursor: pointer;
}

	#codic-cat-test-fletxa input:hover, #codic-cat-test-fletxa textarea:hover {
		color: #010101;
		background: #FFFFFF url(../imatges/fletxa-e.gif) right no-repeat;
	}

	#codic-cat-test-fletxa input:focus, #codic-cat-test-fletxa textarea:focus, #codic-cat-test-fletxa select:hover, #codic-cat-test-fletxa select:focus {
		color: #0101F1;	/* Color del text mentre escribim */
		background: none;
		background-color: #F7F7F7; /* Color gris de fons mentre escribim */
	}</pre>
<p>Un cop fet això, crearem a l&#8217;arrel del nostre projecte un arxiu html, el podeu anomenar com volgueu, jo li he dit codic-cat-test-input-fletxa.html.</p>
<pre class="brush: xhtml;">&lt;html&gt;
&lt;head&gt;
&lt;link rel="stylesheet" type="text/css" href="css/codic-cat-test-input-fletxa.css" /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;Codic.cat formulari de demostració&lt;/h1&gt;
&lt;div id="codic-cat-test-fletxa"&gt;
    &lt;form name="codic-cat-test" id="codic-cat-test" method="post"&gt;
        &lt;input type="text" name="nom" id="nom" /&gt;&lt;br /&gt;
        &lt;input type="text" name="cognom" id="cognom" /&gt;&lt;br /&gt;
        &lt;textarea name="comentaris" id="comentaris"&gt;&lt;/textarea&gt;&lt;br /&gt;
    &lt;/form&gt;
&lt;/div&gt;
&lt;div id="codic-texte"&gt;
    Passa la fletxa del ratolí per sobre dels camps per a veure la imatge.&lt;br /&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
<p>I executem l&#8217;arxiu html amb el navegador.</p>
<p style="text-align: center;"><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDIvY29kaWMtY2F0LWZsZXR4ZXRhLWEtbGEtZHJldGEtaW5wdXQtZm9ybXVsYXJpLWNvbXBsZXQucG5n"><img class="aligncenter size-full wp-image-4500" style="border: 1px solid black;" title="codic-cat-fletxeta-a-la-dreta-input-formulari-complet" src="http://www.codic.cat/wp-content/uploads/2010/02/codic-cat-fletxeta-a-la-dreta-input-formulari-complet.png" alt="" width="513" height="214" /></a></p>
<p style="text-align: left;">Aquest codi funciona perfectament en google chrome i en firefox, però no amb internet explorer 8 de microsoft.</p>
<p style="text-align: left;">microsoft té una terrible voluntat de no seguir els estàndards.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4492" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/servidors-web-iis-i-apache-alhora-en-el-mateix-servidor-windows-2003-server/" title="Servidors web IIS i Apache alhora en el mateix servidor windows 2003 server">Servidors web IIS i Apache alhora en el mateix servidor windows 2003 server</a> (0)</li><li>2010/07/10 -- <a href="http://www.codic.cat/2010/07/10/catalunya-is-not-spain-10-de-juliol-de-2010-democracia-i-independencia/" title="Catalunya is not spain. 10 de Juliol de 2010. Democràcia i Independència">Catalunya is not spain. 10 de Juliol de 2010. Democràcia i Independència</a> (0)</li><li>2010/06/26 -- <a href="http://www.codic.cat/2010/06/26/javascript-debugger-per-a-firefox-complement/" title="Javascript Debugger per a Firefox (complement)">Javascript Debugger per a Firefox (complement)</a> (0)</li><li>2010/06/25 -- <a href="http://www.codic.cat/2010/06/25/solucio-error-mysql-1064-creant-un-procediment-emmagatzemat-stored-procedure/" title="Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)">Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)</a> (0)</li><li>2010/05/25 -- <a href="http://www.codic.cat/2010/05/25/actualitza-el-teu-estil-de-programacio-web-xhtml/" title="Actualitza el teu estil de programació web XHTML">Actualitza el teu estil de programació web XHTML</a> (0)</li><li>2010/05/17 -- <a href="http://www.codic.cat/2010/05/17/toshiba-camileo-s10-es-un-imant-magnet/" title="Toshiba Camileo S10 és un imant (magnet)">Toshiba Camileo S10 és un imant (magnet)</a> (2)</li><li>2010/05/09 -- <a href="http://www.codic.cat/2010/05/09/10-000-onu-ginebra/" title="10.000 a la ONU a Ginebra">10.000 a la ONU a Ginebra</a> (0)</li><li>2010/04/04 -- <a href="http://www.codic.cat/2010/04/04/linux-reiserfs-25-segmentation-fault/" title="Linux reiserfs 25 Segmentation fault">Linux reiserfs 25 Segmentation fault</a> (0)</li><li>2010/04/02 -- <a href="http://www.codic.cat/2010/04/02/llista-de-processadors-cpu-per-potencia/" title="Llista de processadors (CPU) per potència">Llista de processadors (CPU) per potència</a> (2)</li><li>2010/03/08 -- <a href="http://www.codic.cat/2010/03/08/programacio-css-marcs-arrodonits/" title="Programació CSS: marcs arrodonits">Programació CSS: marcs arrodonits</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/02/02/programacio-css-fer-que-surti-una-fletxeta-als-camps-de-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greasemonkey per a Google Chrome</title>
		<link>http://www.codic.cat/2010/02/02/greasemonkey-per-a-google-chrome/</link>
		<comments>http://www.codic.cat/2010/02/02/greasemonkey-per-a-google-chrome/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 12:55:01 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bones Idees]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Aaron Boodman]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Greasemonkey]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4488</guid>
		<description><![CDATA[En un moviment d&#8217;una potència espectacular google ha contractat el creador de Greasemonkey (Aaron Boodman), un sistema d&#8217;scripts que ens permet fer el que vulguem per a Mozilla Firefox, i ha portat nativament GreaseMonkey a chrome 4. Això fa que que desenes de milers d&#8217;scripts (guions o programes interpretats en temps real), uns 40.000,  siguin [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDIvY2hyb21lZ3JlYXNlbW9ua2V5MS5qcGc="><img class="alignleft size-full wp-image-4489" title="chromegreasemonkey1" src="http://www.codic.cat/wp-content/uploads/2010/02/chromegreasemonkey1.jpg" alt="" width="250" height="223" /></a>En un moviment d&#8217;una potència espectacular google ha contractat el creador de Greasemonkey (Aaron Boodman), un sistema d&#8217;scripts que ens permet fer el que vulguem per a Mozilla Firefox, i ha portat nativament GreaseMonkey a chrome 4.</p>
<p>Això fa que que desenes de milers d&#8217;scripts (guions o programes interpretats en temps real), uns 40.000,  siguin disponibles per a google Chrome 4 només descarregar-lo i puguem fer tantes coses com permet fer aquest sistema d&#8217;scripts:</p>
<p>- treure la publicitat dels webs</p>
<p>- canviar el tipus de lletra</p>
<p>- descarregar totes les imatges en el resultat d&#8217;una cerca</p>
<p>&#8230;.</p>
<p>Es calcula que entre un 15 i un 25% dels scripts de Greasemonkey encara no funcionen en chrome, quelcom que canviarà aviat amb la incorporació del creador del motor d&#8217;scripts.</p>
<p>Via: <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5kb3dubG9hZHNxdWFkLmNvbS8yMDEwLzAyLzAxL2dyZWFzZW1vbmtleS1jb21lcy10by1jaHJvbWUtZ2V0LXlvdXItdXNlcnNjcmlwdHMtcmVhZHkv" target=\"_blank\">Donwload Squad</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4488" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/03/29 -- <a href="http://www.codic.cat/2010/03/29/chrome-developer-tools-i-firebug/" title="Chrome developer tools i Firebug">Chrome developer tools i Firebug</a> (0)</li><li>2010/01/26 -- <a href="http://www.codic.cat/2010/01/26/alliberat-google-chrome-4/" title="Alliberat google Chrome 4">Alliberat google Chrome 4</a> (0)</li><li>2009/11/19 -- <a href="http://www.codic.cat/2009/11/19/video-que-es-google-chrome-os/" title="Vídeo: què és google Chrome OS">Vídeo: què és google Chrome OS</a> (0)</li><li>2009/11/03 -- <a href="http://www.codic.cat/2009/11/03/truc-plugins-extensions-google-chrome-about/" title="Truc: saber quines extensions (plugins) tenim activades a google chrome">Truc: saber quines extensions (plugins) tenim activades a google chrome</a> (0)</li><li>2009/09/16 -- <a href="http://www.codic.cat/2009/09/16/alliberat-google-chrome-3-0-195-21/" title="Alliberat Google Chrome 3.0.195.21">Alliberat Google Chrome 3.0.195.21</a> (0)</li><li>2009/08/04 -- <a href="http://www.codic.cat/2009/08/04/alliberat-google-chrome-for-linux-amb-suport-per-a-plug-ins/" title="Alliberat google Chrome per a Linux amb suport per a plug-ins">Alliberat google Chrome per a Linux amb suport per a plug-ins</a> (0)</li><li>2009/06/04 -- <a href="http://www.codic.cat/2009/06/04/alliberada-nova-versio-de-google-chrome/" title="Alliberada nova versió de Google Chrome">Alliberada nova versió de Google Chrome</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/02/02/greasemonkey-per-a-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat google Chrome 4</title>
		<link>http://www.codic.cat/2010/01/26/alliberat-google-chrome-4/</link>
		<comments>http://www.codic.cat/2010/01/26/alliberat-google-chrome-4/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 03:49:23 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bones Idees]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Negocis]]></category>
		<category><![CDATA[Programari en Català]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Serveis gratuïts]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4436</guid>
		<description><![CDATA[S&#8217;acaba d&#8217;alliberar la versió final de google Chrome v. 4. Concretament és la 4.0.249.79. Aquesta versió presenta alguns avantatges molt interessants: La càrrega de planes és molt més ràpida Es poden instal·lar extensions (complements o plugins) Es pot sincronitzar els favorits (bookmarks) entre tots els nostres ordinadors La funcionalitat d&#8217;actualitzar els favorits (adreces d&#8217;interès) amb [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4437" title="codic-cat-2010-01-25-google-chrome-4" src="http://www.codic.cat/wp-content/uploads/2010/01/codic-cat-2010-01-25-google-chrome-41.png" alt="" width="384" height="228" />S&#8217;acaba d&#8217;alliberar la versió final de google Chrome v. 4.</p>
<p>Concretament és la 4.0.249.79.</p>
<p>Aquesta versió presenta alguns avantatges molt interessants:</p>
<ul>
<li>La càrrega de planes és molt més ràpida</li>
<li>Es poden instal·lar extensions (complements o plugins)</li>
<li>Es pot sincronitzar els favorits (bookmarks) entre tots els nostres ordinadors</li>
</ul>
<p><img class="size-full wp-image-4440 alignright" title="codic-cat-google-chrome-sincronitza" src="http://www.codic.cat/wp-content/uploads/2010/01/codic-cat-google-chrome-sincronitza1.png" alt="" width="339" height="351" />La funcionalitat d&#8217;actualitzar els favorits (adreces d&#8217;interès) amb tots els nostres equips és realment fàcil de fer servir.</p>
<p>Només cal que introduïm el correu electrònic i el mot de pas d&#8217;una conta de gmail, i ja està.</p>
<p>Els nostres favorits es guarden dins de la conta de gmail.</p>
<p>La funcionalitat d&#8217;extensions és realment fabulosa.</p>
<p>Podem instal·lar tot d&#8217;extensions anant a la plana:</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9jaHJvbWUuZ29vZ2xlLmNvbS9leHRlbnNpb25z" target=\"_blank\">https://chrome.google.com/extensions</a></p>
<p>A més a més segons google, les extensions ens avisaran automàticament quan hi hagi una nova versió.</p>
<p>Podeu veure algunes extensions en aquesta imatge, a l&#8217;extrem superior dret, que he capturat del <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PU5maTVVQ3g2dlR3" target=\"_blank\">vídeo oficial de google</a>:</p>
<p><img class="aligncenter size-full wp-image-4445" title="codic-cat-google-chrome-4-extensions" src="http://www.codic.cat/wp-content/uploads/2010/01/codic-cat-google-chrome-4-extensions.png" alt="" width="640" height="360" /></p>
<p>Per exemple amazon té una extensió que permet  afegir a la teva llista de productes desitjats (wish list) productes, afegir notes, i accedir quan vulguis.</p>
<p>Una aplicació que seria realment trencadora, kick ass que dirien a Amèrica (coça al cul de la competència), seria una que et notifiqués quan un producte que t&#8217;interessa (ebay, amazon&#8230;) baixa de preu.</p>
<p>Les extensions s&#8217;instal·len des del mateix navegador amb un click.</p>
<p>Els que coneixeu wordpress sabeu que podem instal·lar temes i ginys (extensions) amb un clic. El mateix.</p>
<p>Aquesta és la plana web de les extensions:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-4446" title="codic-cat-google-chrome-lloc-web-extensions" src="http://www.codic.cat/wp-content/uploads/2010/01/codic-cat-google-chrome-lloc-web-extensions.png" alt="" width="596" height="448" /></p>
<p style="text-align: left;"><img class="size-full wp-image-4449 alignleft" title="codic-cat-blockflash-11001" src="http://www.codic.cat/wp-content/uploads/2010/01/codic-cat-blockflash-11001.png" alt="" width="410" height="340" />Una extensió genial és <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9jaHJvbWUuZ29vZ2xlLmNvbS9leHRlbnNpb25zL2RldGFpbC9nb2ZoamtqbWtwaW5ocG9pYWJqcGxvYmNhaWduYWJubA==" target=\"_blank\">Flashblock</a>.</p>
<p style="text-align: left;">Aquesta extensió permet bloquejar el flash de les planes, fins i tot de manera individual.</p>
<p style="text-align: left;">Per exemple els banners de publicitat.</p>
<p style="text-align: left;">El que més memòria i temps de CPU menja de les múltiples planes amb les que navego és la publicitat flash amb la que ho envaeixen tot.</p>
<p style="text-align: left;">Amb aquesta extensió s&#8217;ha acabat el broquil!.</p>
<p style="text-align: left;"><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9jaHJvbWUuZ29vZ2xlLmNvbS9leHRlbnNpb25zL2RldGFpbC9wZ2tjZmloZXBlaWhkbGZwaGJuZGFnbW9tcGlha2VjaQ==" target=\"_blank\">Secbrowsing</a> també és molt recomanable ja que periòdicament revisa que tots els nostres complements o plugins estiguin actualitzats.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-4451" title="codic-cat-extensio-flashblock" src="http://www.codic.cat/wp-content/uploads/2010/01/codic-cat-extensio-flashblock.png" alt="" width="446" height="174" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-4453" title="codic-cat-chrome-secbrowse-check-plugins-1-actualitzacio" src="http://www.codic.cat/wp-content/uploads/2010/01/codic-cat-chrome-secbrowse-check-plugins-1-actualitzacio.png" alt="" width="504" height="278" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-4450" title="codic-cat-google-chrome-4-extensio-secbrowser" src="http://www.codic.cat/wp-content/uploads/2010/01/codic-cat-google-chrome-4-extensio-secbrowser.png" alt="" width="617" height="453" /></p>
<p style="text-align: left;">Via: <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2dvb2dsZWJsb2cuYmxvZ3Nwb3QuY29tLzIwMTAvMDEvZXh0ZW5zaW9ucy1ib29rbWFyay1zeW5jLWFuZC1tb3JlLWZvci5odG1s" target=\"_blank\">Official Google Blog</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4436" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2009/08/04 -- <a href="http://www.codic.cat/2009/08/04/alliberat-google-chrome-for-linux-amb-suport-per-a-plug-ins/" title="Alliberat google Chrome per a Linux amb suport per a plug-ins">Alliberat google Chrome per a Linux amb suport per a plug-ins</a> (0)</li><li>2010/05/11 -- <a href="http://www.codic.cat/2010/05/11/alliberat-firebug-1-5-4-ext/" title="Alliberat Firebug 1.5.4 (extensió Firefox)">Alliberat Firebug 1.5.4 (extensió Firefox)</a> (0)</li><li>2009/11/03 -- <a href="http://www.codic.cat/2009/11/03/truc-plugins-extensions-google-chrome-about/" title="Truc: saber quines extensions (plugins) tenim activades a google chrome">Truc: saber quines extensions (plugins) tenim activades a google chrome</a> (0)</li><li>2009/09/16 -- <a href="http://www.codic.cat/2009/09/16/alliberat-google-chrome-3-0-195-21/" title="Alliberat Google Chrome 3.0.195.21">Alliberat Google Chrome 3.0.195.21</a> (0)</li><li>2009/06/04 -- <a href="http://www.codic.cat/2009/06/04/alliberada-nova-versio-de-google-chrome/" title="Alliberada nova versió de Google Chrome">Alliberada nova versió de Google Chrome</a> (0)</li><li>2009/03/15 -- <a href="http://www.codic.cat/2009/03/15/nova-versio-de-flash-player/" title="Nova versió de Flash Player">Nova versió de Flash Player</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/01/26/alliberat-google-chrome-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAMP</title>
		<link>http://www.codic.cat/2009/12/24/wamp-server/</link>
		<comments>http://www.codic.cat/2009/12/24/wamp-server/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 01:21:16 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bases de Dades / Databases]]></category>
		<category><![CDATA[Bones Idees]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Programari en Català]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[PhpMyAdmin]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4045</guid>
		<description><![CDATA[WAMP vol dir: Windows Apache MySql PHP. És habitual l&#8217;expressió LAMP: Linux Apache MySql PHP. La gent de wampserver.com van desenvolupar un WAMP: Apache + MySql +  PHP per a Windows. Bàsicament han creat un executable que instal·la Apache, Php, i MySql tot llest per a començar a programar i que permet configurar la majoria [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4046" title="codic-cat-wamp-menu" src="http://www.codic.cat/wp-content/uploads/2009/12/codic-cat-wamp-menu.png" alt="" width="484" height="315" />WAMP vol dir:</p>
<p><strong>W</strong>indows</p>
<p><strong>A</strong>pache</p>
<p><strong>M</strong>ySql</p>
<p><strong>P</strong>HP.</p>
<p>És habitual l&#8217;expressió LAMP:</p>
<p><strong>L</strong>inux</p>
<p><strong> A</strong>pache</p>
<p><strong> M</strong>ySql</p>
<p><strong> P</strong>HP.</p>
<p>La gent de <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53YW1wc2VydmVyLmNvbQ==" target=\"_blank\">wampserver.com</a> van desenvolupar un WAMP:</p>
<p>Apache + MySql +  PHP per a Windows.</p>
<p>Bàsicament han creat un executable que instal·la Apache, Php, i MySql tot llest per a començar a programar i que permet configurar la majoria de coses amb un clic.</p>
<p><img class="alignleft size-full wp-image-4049" title="codic-cat-wamp-wamp-php-directives" src="http://www.codic.cat/wp-content/uploads/2009/12/codic-cat-wamp-wamp-php-directives.png" alt="" width="390" height="660" />Les directives de PHP.INI o d&#8217;Apache (httpd.conf) es poden modificar amb una simple pulsació del botó del ratolí, i llavors el programari modifica els fitxers de configuració.</p>
<p>Així per exemple per a activar en PHP que permeti usar <strong><em>&lt;?</em></strong> i no només <strong><em>&lt;?php</em></strong>, enlloc de modificar l&#8217;arxiu PHP.INI i acativar la directiva short open tag, fem clic a la opció pertinent, wamp fa que s&#8217;actualitzi la configuració, i al cap de 2 segons en el nostre entorn ja permet executar codis PHP com <strong><em>&lt;?=&#8221;Hola Catalunya&#8221;?&gt;.</em></strong></p>
<p>Crear àlies al servidor web es fa també des del ratolí i és terriblement fàcil.</p>
<p>Una altra de les gràcies és que permet disposar de diverses versions d&#8217;Apache, de PHP o de MySql i de bescanviar quina s&#8217;està executant amb un clic.</p>
<p>Nogensmenys per a fer això s&#8217;ha d&#8217;<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53YW1wc2VydmVyLmNvbS9lbi9hZGQtb25zLnBocA==" target=\"_blank\">instal·lar uns complements</a>.</p>
<p>I per a acabar-ho d&#8217;adobar incorpora el PHPMyAdmin, que és un administrador web per a MySql, per a poder crear les taules, índexs, afegir usuaris, permisos, etc&#8230; des de la mateixa eina.</p>
<p>No podia faltar la opció phpinfo(). ;-)</p>
<p>Jo acostumo a desenvolupar en PHP contra Linux, o bé contra Windows, però en configuracions on tot és instal·lat manualment i els arxius s&#8217;han de modificar a mà: el servidor Web, MySql, i el PHP&#8230;</p>
<p>I haig de dir que amb wampserver va ser descarregar-lo i començar a programar en qüestió de segons.</p>
<p>El fet de poder parar tots els serveis per a que no consumeixin memòria ni CPU mentre no els fem servir, i poder-los reiniciar en segons amb un clic, també és d&#8217;agrair.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4045" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2009/04/21 -- <a href="http://www.codic.cat/2009/04/21/oracle-compra-sun-microsystems/" title="Oracle compra Sun Microsystems">Oracle compra Sun Microsystems</a> (0)</li><li>2010/05/29 -- <a href="http://www.codic.cat/2010/05/29/truc-actualitzar-els-collations-de-totes-les-taules-duna-base-de-dades-mysql/" title="Truc: Actualitzar els collations de totes les taules d&#8217;una base de dades MySql">Truc: Actualitzar els collations de totes les taules d&#8217;una base de dades MySql</a> (2)</li><li>2010/04/24 -- <a href="http://www.codic.cat/2010/04/24/problemes-wamp-php-5-3-x/" title="Solució de problemes amb WAMP i PHP 5.3.x">Solució de problemes amb WAMP i PHP 5.3.x</a> (0)</li><li>2010/01/08 -- <a href="http://www.codic.cat/2010/01/08/php-veure-les-columnes-duna-taula/" title="PHP Veure les columnes d&#8217;una taula">PHP Veure les columnes d&#8217;una taula</a> (0)</li><li>2010/07/28 -- <a href="http://www.codic.cat/2010/07/28/mydebugger-un-depurador-debugger-per-a-mysql/" title="MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql">MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql</a> (0)</li><li>2010/06/25 -- <a href="http://www.codic.cat/2010/06/25/solucio-error-mysql-1064-creant-un-procediment-emmagatzemat-stored-procedure/" title="Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)">Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/alliberat-heidisql-5-1-0-3372/" title="Alliberat HeidiSql 5.1.0.3372">Alliberat HeidiSql 5.1.0.3372</a> (0)</li><li>2010/05/16 -- <a href="http://www.codic.cat/2010/05/16/trucs-per-a-eclipse/" title="Trucs per a Eclipse">Trucs per a Eclipse</a> (0)</li><li>2010/04/30 -- <a href="http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/" title="Alliberat Zend Studio 7.2">Alliberat Zend Studio 7.2</a> (0)</li><li>2010/04/17 -- <a href="http://www.codic.cat/2010/04/17/alliberat-heidisql-5-1/" title="Alliberat HeidiSql 5.1">Alliberat HeidiSql 5.1</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2009/12/24/wamp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat PHP 5.2.12</title>
		<link>http://www.codic.cat/2009/12/18/alliberat-php-5-2-12/</link>
		<comments>http://www.codic.cat/2009/12/18/alliberat-php-5-2-12/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 01:11:18 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[DoS - Denial of Service]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=3999</guid>
		<description><![CDATA[S&#8217;acaba d&#8217;alliberar la versió 5.2.12 de PHP. Aquesta versió soluciona més de 60 problemes i millora l&#8217;estabilitat. També s&#8217;ha incorporat la possibilitat de limitar el número de d&#8217;arxius que els usuaris poden enviar al servidor via formulari per a evitar atacs de denegació de servei DoS, com ja van fer el 17 de Novembre amb [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-319" title="php" src="http://www.codic.cat/wp-content/uploads/2009/03/php.gif" alt="php" width="120" height="67" />S&#8217;acaba d&#8217;alliberar la versió 5.2.12 de PHP.</p>
<p>Aquesta versió soluciona més de 60 problemes i millora l&#8217;estabilitat.</p>
<p>També s&#8217;ha incorporat la possibilitat de limitar el número de d&#8217;arxius que els usuaris poden enviar al servidor via formulari per a evitar atacs de denegació de servei DoS, com ja van fer el 17 de Novembre amb PHP 5.3.1.</p>
<p>Veure l&#8217;<a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5waHAubmV0L2luZGV4LnBocCNpZDIwMDktMTItMTctMQ==" target=\"_blank\">anunci oficial de PHP</a> (anglès, <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3RyYW5zbGF0ZS5nb29nbGUuY2F0L3RyYW5zbGF0ZT9qcz15JmFtcDtwcmV2PV90JmFtcDtobD1jYSZhbXA7aWU9VVRGLTgmYW1wO2xheW91dD0xJmFtcDtlb3RmPTEmYW1wO3U9aHR0cDovL3d3dy5waHAubmV0L2luZGV4LnBocCUyM2lkMjAwOS0xMi0xNy0xJmFtcDtzbD1lbiZhbXA7dGw9Y2E=" target=\"_blank\">traduir al Català</a> amb google).</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=3999" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/03/06 -- <a href="http://www.codic.cat/2010/03/06/alliberat-php-5-3-2/" title="Alliberat PHP 5.3.2">Alliberat PHP 5.3.2</a> (0)</li><li>2010/02/26 -- <a href="http://www.codic.cat/2010/02/26/alliberat-php-5-2-13/" title="Alliberat PHP 5.2.13">Alliberat PHP 5.2.13</a> (0)</li><li>2009/11/21 -- <a href="http://www.codic.cat/2009/11/21/alliberat-php-5-3-1/" title="Alliberat PHP 5.3.1">Alliberat PHP 5.3.1</a> (0)</li><li>2009/10/20 -- <a href="http://www.codic.cat/2009/10/20/wordpress-2-8-5-security/" title="Actualització Wordpress 2.8.5 (seguretat)">Actualització Wordpress 2.8.5 (seguretat)</a> (1)</li><li>2009/10/19 -- <a href="http://www.codic.cat/2009/10/19/poti-poti-news-sistemes-operatius-os-seguretat/" title="Poti poti de notícies de seguretat">Poti poti de notícies de seguretat</a> (0)</li><li>2009/09/20 -- <a href="http://www.codic.cat/2009/09/20/alliberat-php-5-2-11/" title="Alliberat PHP 5.2.11">Alliberat PHP 5.2.11</a> (0)</li><li>2009/06/25 -- <a href="http://www.codic.cat/2009/06/25/alliberat-php-5-2-10/" title="Alliberat PHP 5.2.10">Alliberat PHP 5.2.10</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/05/11 -- <a href="http://www.codic.cat/2010/05/11/alliberat-firebug-1-5-4-ext/" title="Alliberat Firebug 1.5.4 (extensió Firefox)">Alliberat Firebug 1.5.4 (extensió Firefox)</a> (0)</li><li>2010/04/30 -- <a href="http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/" title="Alliberat Zend Studio 7.2">Alliberat Zend Studio 7.2</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2009/12/18/alliberat-php-5-2-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
