<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Bitacoras.com: canal "internal"</title>
	<atom:link href="http://bitacoras.com/feed/canales/internal" rel="self" type="application/rss+xml" />
	<link>http://bitacoras.com/feed/canales/internal</link>
	<description>Se muestran las ultimas 20 anotaciones para el canal "internal"</description>
	<copyright>Copyright 2008</copyright>
	<pubDate>Tue, 20 May 2008 15:04:52 +0200</pubDate>
	<generator>Bitacoras.com/2.0</generator>
	<image>
		<url>http://bitacoras.com/public/images/logo.png</url>
		<title>Bitacoras.com: canal "internal"</title>
		<link>http://bitacoras.com/feed/canales/internal</link>
	</image>
	<item>
		<dc:creator>Diego Cabai</dc:creator>
		<title>C&#243;mo migrar un WSUS a un nuevo Hardware [ Tutorial ]</title>
		<link>http://www.cabai.com.ar/2008/05/cmo-migrar-un-wsus-a-un-nuevo-hardware-tutorial.html</link>
		<guid isPermaLink="true">http://www.cabai.com.ar/2008/05/cmo-migrar-un-wsus-a-un-nuevo-hardware-tutorial.html</guid>
		<pubDate>Tue, 20 May 2008 15:04:52 +0200</pubDate>
		<category>wsus</category>
		<category>backup</category>
		<category>internal database</category>
		<category>microsoft</category>
		<category>migracion</category>
		<description><![CDATA[Por Diego Cabai en Diego Cabai Blog el 20 de mayo de 2008 a las 15:04:52

  La idea de armar este artículo surge porque he visto en varias comunidades que la gente sigue preguntando cómo realizarlo. Las razones pueden ser variadas, la mayoría porque el equipo le queda chico y quiere cambiar el hardware o bien porque el equipo anterior murió y tienen que instalarlo en uno nuevo.  El &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/dcabai">Diego Cabai</a> en <a href="http://bitacoras.com/bitacora/www.cabai.com.ar">Diego Cabai Blog</a> el 20 de mayo de 2008 a las 15:04:52</p>

<p> <div style="margin:0 10px 2px 0; float:left"></div> <p>La idea de armar este artículo surge porque he visto en varias comunidades que la gente sigue preguntando cómo realizarlo. Las razones pueden ser variadas, la mayoría porque el equipo le queda chico y quiere cambiar el hardware o bien porque el equipo anterior murió y tienen que instalarlo en uno nuevo. </p> <p>El procedimiento no es muy complicado ni difícil, igualmente en este caso lo voy a comentar con la base de datos que se instala en el asistente inicial. Si optaste por instalarlo en un SQL Server 2005 en el mismo equipo varía la parte de recuperación de la base de datos. Ahora si optaste por apuntar la base a otro SQL Server entonces sólo es necesario reestablecer esa conexión en el nuevo equipo. </p> <p>Para no seguir mareandote con palabras sin llegar a nada, vamos a pasar a la parte técnica de cómo realizarlo. Primero te comento el ambiente que tengo en el laboratorio para que estes mas en tema: <span id="more-397"></span></p> <blockquote><p>Servidor 1: <strong>2K3SU01</strong> - Actual WSUS - Futuro muerto jaja <br />Servidor 2: <strong>2K3SU02</strong> - Futuro WSUS <br />Base de Datos: Windows Internal Database <br />Ambos equipos están virtualizados con Microsoft Virtual Server 2005 R2 SP1. Hay 1600 parches en la base de datos con diferentes aprobaciones y un Servidor reportado como cliente (3KTITO). Veremos si esta información se mantiene en el nuevo equipo cuando lo migremos.</p> </blockquote> <p><a href="http://www.cabai.com.ar/images/posts/MigrarunWSUSaunnuevoHardware_C570/image.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 10px; border-right-width: 0px" height="148" alt="image" src="http://www.cabai.com.ar/images/posts/MigrarunWSUSaunnuevoHardware_C570/image_thumb.png" width="204" align="right" border="0" /></a>1. Revisemos el status inicial del servidor de WSUS actual. Esto nos va a servir para comparar la información origen con la destino y ver si la migración resultó ok. Si el equipo ya murió seguir con los pasos de mas adelante. Este es para una migración planificada. <br />  <br />2. Un paso interesante si tenemos el equipo todavía activo es realizar una limpieza de la base de datos para no migrar basura. Esto lo hacemos desde <strong>Options » Server Cleanup Wizard</strong>. Ahí podemos limpiar un poco la base de parches que no necesitamos, equipos que ya no se reportan, etc. Digamos que sería un paso previo a revisar el status del servidor, pero es un paso optativo. </p> <p>3. Realizamos un backup completo del WSUS con <strong>ntbackup</strong>. Si no sabes como hacerlo o queres los pasos te recomiendo que leas el siguiente artículo <a href="http://www.cabai.com.ar/2008/04/cmo-hacer-un-backup-del-wsus-tutorial.html">Cómo hacer un Backup del WSUS [ Tutorial ]</a> </p> <p>4. Una vez que tenemos el backup del equipo y la info correspondiente, podemos apagar el equipo original. Si el equipo estaba muerto debemos contar con un backup para poder instalarlo en un equipo nuevo sino deberá instalarse desde cero, bajar los parches y las PC’s deberán reportarse nuevamente. </p> <p><a href="http://www.cabai.com.ar/images/posts/MigrarunWSUSaunnuevoHardware_C570/image_3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 10px; border-right-width: 0px" height="148" alt="image" src="http://www.cabai.com.ar/images/posts/MigrarunWSUSaunnuevoHardware_C570/image_thumb_3.png" width="204" align="right" border="0" /></a> 5. Bueno, ya tenemos el equipo nuevo arriba, con el backup del 01 copiado y los archivos de instalación del WSUS listos para usarse. Por qué necesitamos los archivos de instalación? Porque la idea es reinstalar el WSUS y recuperar las configuraciones y base de datos. </p> <p>Lo que si vamos hacer es renombrar el servidor para que tenga el mismo nombre que el anterior así no debemos modificar políticas de WSUS. Esto lo hacemos desde <strong>My Computer » Properties » Computer Name » Change</strong>. </p> <p>6. Una vez renombrado el servidor debemos asegurarnos de tener todos los prerequisitos de WSUS instalados y luego iniciar la instalación de la misma forma que estaba instalado en el equipo anterior. Si no sabes como instalarlo o no estas seguro de los pasos te recomiendo que leas <a href="http://www.cabai.com.ar/2008/04/instalando-wsus-30-paso-a-paso-tutorial.html">Instalando WSUS 3.0 Paso a Paso [ Tutorial ]</a> <br />Lo instalamos con la misma ruta que el equipo anterior. Si queremos cambiar la ubicación de la base de datos podemos hacerlo luego, ahora recomiendo para levantar el equipo mantener la misma ruta. </p> <div style="margin:0 0 2px 10px; float:right"></div> <p>7. Una vez instalado, garantizamos que funcione bien. En cuanto lo vemos funcionando comenzamos con el restore de información para poder dejarlo igual a como estaba antes. Si tenes dudas de cómo realizar el Restore te recomiendo que revises el artículo comentado en el punto 3 donde hicimos el backup. Debemos hacer el restore en la misma ruta que fue tomado el backup. De esta manera garantizamos que los datos se pisaran con los que tenemos en nuestro backup. Debemos parar todos los servicios relacionados a WSUS antes de realizar dicho Restore para garantizar que pueda sobreescribir cualquier archivo. </p> <p>8. Si seguimos todos los pasos vamos a tener el WSUS levantado en un nuevo equipo con toda la info migrada y funcionando. Ahora bien, si apuntas a un SQL 2005 externo podes directamente apuntar a dicha base y luego hacer restore de los parches y directorios. Si queremos cambiar la ruta de los directorios de instalación de WSUS o bien de los parches para enviarlos a otra unidad, te recomiendo que sigas leyendo el Blog para el próximo artículo de WSUS.  :)</p> <p class="akst_link"><a href="http://www.cabai.com.ar/?p=397&akst_action=share-this" title="E-mail this, post to del.icio.us, etc." id="akst_link_397" class="akst_share_link" rel="nofollow">Compártelo</a> </p><div class="feedflare"> <a href="http://feeds.feedburner.com/~f/dcabai?a=e1EnRH"><img src="http://feeds.feedburner.com/~f/dcabai?i=e1EnRH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dcabai?a=1JlhwH"><img src="http://feeds.feedburner.com/~f/dcabai?i=1JlhwH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dcabai?a=Doe7uh"><img src="http://feeds.feedburner.com/~f/dcabai?i=Doe7uh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dcabai?a=D7pZWH"><img src="http://feeds.feedburner.com/~f/dcabai?i=D7pZWH" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/dcabai/~4/293863786" height="1" width="1"/>

<p>Etiquetas: <a href="http://bitacoras.com/canales/wsus">wsus</a>, <a href="http://bitacoras.com/canales/backup">backup</a>, <a href="http://bitacoras.com/canales/internal+database">internal database</a>, <a href="http://bitacoras.com/canales/microsoft">microsoft</a>, <a href="http://bitacoras.com/canales/migracion">migracion</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>bibi</dc:creator>
		<title>History repeats itself: Intel chooses XP over Vista</title>
		<link>http://www.desinformado.com/index.php/2008/06/26/history-repeats-itself-intel-chooses-xp-over-vista</link>
		<guid isPermaLink="true">http://www.desinformado.com/index.php/2008/06/26/history-repeats-itself-intel-chooses-xp-over-vista</guid>
		<pubDate>Fri, 27 Jun 2008 01:53:46 +0200</pubDate>
		<category>technology</category>
		<category>chip giant</category>
		<category>computers</category>
		<category>first glance</category>
		<category>footsteps</category>
		<description><![CDATA[Por bibi en Desinformado.com el 27 de junio de 2008 a las 01:53:46

The New York Times is reporting that, according to an anonymous tipster close to Intel, the chip giant has decided against upgrading its computers to Windows Vista, and is instead clinging to Windows XP. The company, which employs about 80,000, made the decision after a lengthy analysis by its internal technology s &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/desinformadomedia">bibi</a> en <a href="http://bitacoras.com/bitacora/www.desinformado.com">Desinformado.com</a> el 27 de junio de 2008 a las 01:53:46</p>

<p><a href='http://www.desinformado.com/wp-content/uploads/2007/12/expose_windows_vista.jpg'><img  src= "http://www.desinformado.com/wp-content/uploads/2007/12/expose_windows_vista.jpg"  alt= ""  title= "expose_windows_vista.jpg"  width= "420"  height= "279"  class= "alignnone size-full wp-image-869" /></a><br /><br /><br />The New York Times is reporting that, according to an anonymous tipster close to Intel, the chip giant has decided against upgrading its computers to Windows Vista, and is instead clinging to Windows XP. The company, which employs about 80,000, made the decision after a lengthy analysis by its internal technology staff of the potential benefits of moving to Vista. <span id="more-3326"></span>It found none. At first glance, it would seem that Intel might be following in GM’s footsteps and is considering “bypassing Vista,” but after taking a closer look, this is not explicitly said. Intel is testing and deploying Vista in certain departments but it has not stated whether it is dismissing Vista altogether or if it is simply holding off a bit longer.</p><br /><br /><p><a href="http://arstechnica.com/journals/microsoft.ars/2008/06/26/history-repeats-itself-intel-chooses-xp-over-vista">Source</a></p><br /><br /><span class="akst_link"><a href="http://www.desinformado.com/?p=3326&akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_3326"  class="akst_share_link">Share This</a><br /><br /></span><h3>Random Posts</h3><ul class="related_post"><li><a href="http://www.desinformado.com/index.php/2008/03/19/amd-unveils-open-source-eclipse-plug-in-to-enable-advanced-java-technology-profiling-functionality/" title="AMD Unveils Open Source Eclipse Plug-In to Enable Advanced Java Technology Profiling Functionality">AMD Unveils Open Source Eclipse Plug-In to Enable Advanced Java Technology Profiling Functionality (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/02/20/reigncom-to-launch-its-multimedia-electronic-dictionary-dicple-d30/" title="Reigncom to launch its multimedia electronic dictionary ‘Dicple D30′">Reigncom to launch its multimedia electronic dictionary ‘Dicple D30′ (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/04/01/dolby-laboratories-brings-rich-audio-experiences-to-symbian-os-smartphones/" title="Dolby Laboratories Brings Rich Audio Experiences to Symbian OS Smartphones">Dolby Laboratories Brings Rich Audio Experiences to Symbian OS Smartphones (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/03/06/casio-introduces-stylish-new-81-megapixel-digital-camera/" title="CASIO INTRODUCES STYLISH NEW 8.1 MEGAPIXEL DIGITAL CAMERA">CASIO INTRODUCES STYLISH NEW 8.1 MEGAPIXEL DIGITAL CAMERA (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/01/03/dell-mis-previewed-the-crystal-monitor-product-site-desappeared/" title="Dell (mis) previewed the Crystal Monitor (product site desappeared)">Dell (mis) previewed the Crystal Monitor (product site desappeared) (0)</a></li></ul>

<p>Etiquetas: <a href="http://bitacoras.com/canales/technology">technology</a>, <a href="http://bitacoras.com/canales/chip+giant">chip giant</a>, <a href="http://bitacoras.com/canales/computers">computers</a>, <a href="http://bitacoras.com/canales/first+glance">first glance</a>, <a href="http://bitacoras.com/canales/footsteps">footsteps</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>dario.lorenzo</dc:creator>
		<title>17 Million iPhones Readied and MMS Coming Soon, Maybe</title>
		<link>http://www.desinformado.com/index.php/2008/06/28/17-million-iphones-readied-and-mms-coming-soon-maybe</link>
		<guid isPermaLink="true">http://www.desinformado.com/index.php/2008/06/28/17-million-iphones-readied-and-mms-coming-soon-maybe</guid>
		<pubDate>Sat, 28 Jun 2008 14:09:23 +0200</pubDate>
		<category>apple</category>
		<category>iphohe</category>
		<category>iphone</category>
		<category>mobile</category>
		<category>technology</category>
		<description><![CDATA[Por dario.lorenzo en Desinformado.com el 28 de junio de 2008 a las 14:09:23

Appleinsider reports that Apple, Inc. has ordered 17 million iPhone, 2 million of these with EDGE-only, 15 million 3G. If this sounds too optimistic, you’d be doubly interested to note that the figure is for Apple phones that are still about to be shipped. It is expected Apple will sell all or most of the  &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/desinformadomedia">dario.lorenzo</a> en <a href="http://bitacoras.com/bitacora/www.desinformado.com">Desinformado.com</a> el 28 de junio de 2008 a las 14:09:23</p>

<p><img  src= "http://www.desinformado.com/wp-content/uploads/2008/06/iphone-millions-sales.jpg"  alt= ""  title= "iphone-millions-sales"  width= "425"  height= "283"  class= "aligncenter size-full wp-image-3373" /></p><br /><br /><p>Appleinsider reports that Apple, Inc. has ordered 17 million iPhone, 2 million of these with EDGE-only, 15 million 3G. If this sounds too optimistic, you’d be doubly interested to note that the figure is for Apple phones that are still about to be shipped. It is expected Apple will sell all or most of the 17 million before the end of this year. A staggering number, but when coupled with another rumor of iPhone finally supporting MMS, it might actually make a lot of sense. The source of this rumor is an internal memo passed on to iPhoneatlas and the bloggers there immediately noted that the plans for iPhone 3G does not include text messages, or it was omitted for a very important reason: MMS rates have yet to be finalized.</p><br /><br /><p>Via <a href="http://www.unwiredview.com/2008/06/26/apple-increases-iphone-production-15-million/">unwired</a></p><br /><br /><span class="akst_link"><a href="http://www.desinformado.com/?p=3372&akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_3372"  class="akst_share_link">Share This</a><br /><br /></span><h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.desinformado.com/index.php/2008/06/26/vodafone-opens-registration-for-phone-3g-in-india/" title="Vodafone Opens Registration for !Phone 3G in India">Vodafone Opens Registration for !Phone 3G in India (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/06/25/apple-set-to-profit-from-3g-iphone-due-to-cheaper-parts-memory/" title="Apple set to profit from 3G iPhone due to cheaper parts, memory">Apple set to profit from 3G iPhone due to cheaper parts, memory (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/06/25/apple-iphone-3g-placed-next-to-original-iphone/" title="Apple iPhone 3G Placed Next to Original iPhone">Apple iPhone 3G Placed Next to Original iPhone (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/06/24/unlimited-browsing-on-iphone-3g-costs-56-from-softbank/" title="Unlimited Browsing on iPhone 3G Costs $56 From Softbank">Unlimited Browsing on iPhone 3G Costs $56 From Softbank (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/06/24/the-price-of-an-iphone-3g-without-contract/" title="The Price of an iPhone 3G Without Contract">The Price of an iPhone 3G Without Contract (0)</a></li></ul>

<p>Etiquetas: <a href="http://bitacoras.com/canales/apple">apple</a>, <a href="http://bitacoras.com/canales/iphohe">iphohe</a>, <a href="http://bitacoras.com/canales/iphone">iphone</a>, <a href="http://bitacoras.com/canales/mobile">mobile</a>, <a href="http://bitacoras.com/canales/technology">technology</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>Ikanus</dc:creator>
		<title>Impresoras HP Deskjet 3300, 3400, 3500, 3600, 3700, and 3840 - Imprimiendo Pruebas internas</title>
		<link>http://peleandomecontodos.blogspot.com/2008/04/impresoras-hp-deskjet-3300-3400-3500.html</link>
		<guid isPermaLink="true">http://peleandomecontodos.blogspot.com/2008/04/impresoras-hp-deskjet-3300-3400-3500.html</guid>
		<pubDate>Fri, 25 Apr 2008 16:15:00 +0200</pubDate>
		<category>3840</category>
		<category>impresora</category>
		<category>deskjet</category>
		<category>3400</category>
		<category>3600</category>
		<description><![CDATA[Por Ikanus en PCT: Programación, Computadoras y Tecnología el 25 de abril de 2008 a las 16:15:00

En ocasiones, hay que realizar una prueba interna de la impresora, esta prueba verifica que el firmware de la impresora está funcionando correctamente, esta prueba no verifica conexiones o sirve para descartar porblemas con la computadora.Sigue leyendo...    1. Encienda la impresora.   &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/ikanus">Ikanus</a> en <a href="http://bitacoras.com/bitacora/peleandomecontodos.blogspot.com">PCT: Programación, Computadoras y Tecnología</a> el 25 de abril de 2008 a las 16:15:00</p>

En ocasiones, hay que realizar una prueba interna de la impresora, esta prueba verifica que el firmware de la impresora está funcionando correctamente, esta prueba no verifica conexiones o sirve para descartar porblemas con la computadora.<br /><br /><span class="summarypost"><br /><a href="http://peleandomecontodos.blogspot.com/2008/04/impresoras-hp-deskjet-3300-3400-3500.html">Sigue leyendo... </a><br /></span><br /><br /><span class="fullpost"><br /><br />   1. Encienda la impresora.<br /><br />   2. Presione y mantenga presionado el botón de encendido (en algunos casos será necesario utilizar un lapiz o lapicero para mantenerlo presionado).<br /><br />   3. Abra y cierre la tapa superior cuatro veces.<br /><br />   4. Libere el botón de encendido.<br /><br /></span><br />

<p>Etiquetas: <a href="http://bitacoras.com/canales/3840">3840</a>, <a href="http://bitacoras.com/canales/impresora">impresora</a>, <a href="http://bitacoras.com/canales/deskjet">deskjet</a>, <a href="http://bitacoras.com/canales/3400">3400</a>, <a href="http://bitacoras.com/canales/3600">3600</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>jguillen</dc:creator>
		<title>Lotus to unveil new 2+2 Sportscar this July</title>
		<link>http://www.desinformado.com/index.php/2008/07/15/lotus-to-unveil-new-22-sportscar-this-july</link>
		<guid isPermaLink="true">http://www.desinformado.com/index.php/2008/07/15/lotus-to-unveil-new-22-sportscar-this-july</guid>
		<pubDate>Tue, 15 Jul 2008 21:25:11 +0200</pubDate>
		<category>automobile</category>
		<category>lifestyle</category>
		<category>technology</category>
		<category>british motorshow</category>
		<category>chassis technology</category>
		<description><![CDATA[Por jguillen en Desinformado.com el 15 de julio de 2008 a las 21:25:11

Eagerly anticipated and making its official global debut at the British Motorshow in London on July 22nd, the first all-new car from Lotus since the iconic Elise in 1995, will enter the sportscar market as the only mid-engined 2 2 in production. The new car, which is known only by its project name ‘Eagle’, is a &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/desinformadomedia">jguillen</a> en <a href="http://bitacoras.com/bitacora/www.desinformado.com">Desinformado.com</a> el 15 de julio de 2008 a las 21:25:11</p>

<p><a href='http://www.desinformado.com/wp-content/uploads/2008/07/lotus-project-eagle.jpg'><img src="http://www.desinformado.com/wp-content/uploads/2008/07/lotus-project-eagle.jpg" alt="" title="lotus-project-eagle" width="425" height="239" class="alignnone size-full wp-image-3797" /></a></p><br /><br /><p>Eagerly anticipated and making its official global debut at the British Motorshow in London on July 22nd, the first all-new car from Lotus since the iconic Elise in 1995, will enter the sportscar market as the only mid-engined 2 2 in production. </p><br /><br /><p>The new car, which is known only by its project name ‘Eagle’, is a more holistic offering than the Elise and Exige models that have been so massively popular with track day enthusiasts.  The car, the name for which will be announced at the British Motorshow on 22nd July at an 11:30 press conference, is designed for people who desire exotic sportscar characteristics of stunning design, exclusivity, dramatic proportions and performance. Project Eagle also offers real-world usability and a unique sense of occasion.  </p><br /><br /><p>Powered by a 3.5-litre V6 producing 280 PS, the new car employs innovative lightweight chassis technology to ensure visceral all-round dynamic performance, in keeping with the great Lotus tradition.  Even in the very early stages of development testing, Lotus ride and handling engineers report that it is considerably faster around the famously demanding Nürburgring circuit than<br /><br /><br />the Elise and more stable at speed than the Exige.  </p><br /><br /><p>Inside, Project Eagle cocoons occupants with a sumptuous leather surfaces juxtaposed with contemporary high-tech features.  With driver focused instrumentation the driver sits in cockpit-esque surroundings.  A beautifully appointed dash boasts tactile details such as flush-mounted controls that glow with blue LED haloes and a stylised speedometer and rev counter ensuring<br /><br /><br />that controls are both attractive and accessible. </p><br /><br /><p>Styled in-house by Lotus Design, the Project Eagle’s sleek, sophisticated and attention-snaring lines brilliantly disguise its ability to accommodate passengers in the rear of the cabin, giving the car the external characteristics of a small, nimble sportscar whilst belying its internal space. As well as being<br /><br /><br />sold in a 2 2 configuration, the car will also be available as a purely two-seater, the space in the rear being allocated to luggage storage. Other derivatives are also planned for the future, including a convertible and an ultra-high performance version. </p><br /><br /><p>Deliveries of Project Eagle will begin in Spring 2009, and with only 2000 of the hand crafted cars planned each year, this exclusive and unique car is creating a real stir with celebrity enthusiasts around the world.  Hollywood actor and car enthusiast Patrick Dempsey is just one of the high profile collectors who are on the waiting list for a test drive. </p><br /><br /><p>Mike Kimberley, CEO of Group Lotus plc, had this to say about the new model: “Project Eagle is the biggest milestone Lotus has achieved since the Elise was born 13 years ago.  We are currently working at broadening the appeal of the Lotus brand through an aggressive 5-year model plan of which this car represents the first exciting step.” </p><br /><br /><br /><br />		<div id="usermessage2a" class="cf_info"></div><br /><br />		<form enctype="multipart/form-data" action="/index.php/feed/#usermessage2a" method="post" class="cform" id="cforms2form"><br /><br />		<fieldset class="cf-fs1"><br /><br />		<legend>Magazine Subscription</legend><br /><br />		<ol class="cf-ol"><br /><br />			<li id="li-2-2"><label for="cf2_field_2"><span>Your Name</span></label><input type="text" name="cf2_field_2" id="cf2_field_2" class="single fldrequired" value="Your Name" onfocus="clearField(this)" onblur="setField(this)" title="Please enter your first and last name."/><input type="hidden" name="cf2_field_2_regexp" id="cf2_field_2_regexp" value="^(?!Your Name$)" title="Please enter your first and last name."/><span class="reqtxt">(required)</span></li><br /><br />			<li id="li-2-3"><label for="cf2_field_3"><span>Your Email</span></label><input type="text" name="cf2_field_3" id="cf2_field_3" class="single fldemail fldrequired" value="" title="Only valid email addresses accepted."/><span class="emailreqtxt">(valid email required)</span></li><br /><br />		</ol><br /><br />		</fieldset><br /><br />		<fieldset class="cf_hidden"><br /><br />			<legend> </legend><br /><br />			<input type="hidden" name="cf_working2" id="cf_working2" value="One moment please..."/><br /><br />			<input type="hidden" name="cf_failure2" id="cf_failure2" value="Please fill in all the required fields."/><br /><br />			<input type="hidden" name="cf_codeerr2" id="cf_codeerr2" value="Please double-check your verification code."/><br /><br />			<input type="hidden" name="cf_customerr2" id="cf_customerr2" value="yyn"/><br /><br />			<input type="hidden" name="cf_popup2" id="cf_popup2" value="nn"/><br /><br />		</fieldset><br /><br />		<p class="cf-sb"><input type="submit" name="sendbutton2" id="sendbutton2" class="sendbutton" value="Subscribe" onclick="return cforms_validate('2', false)"/></p><br /><br />		</form><br /><br />		<p class="linklove" id="ll2"><a href="http://www.deliciousdays.com/cforms-plugin"><em>cforms</em> contact form by delicious:days</a></p><br /><br /><span class="akst_link"><a href="http://www.desinformado.com/?p=3796&akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_3796"  class="akst_share_link">Share This</a><br /><br /></span><br /><strong>Tags:</strong> <a href="http://www.desinformado.com/index.php/category/automobile/" title="Browse for Automobile" rel="tag">Automobile</a>, <a href="http://www.desinformado.com/index.php/category/lifestyle/" title="Browse for Lifestyle" rel="tag">Lifestyle</a>, <a href="http://www.desinformado.com/index.php/category/technology/" title="Browse for Technology" rel="tag">Technology</a>, <a href="http://www.desinformado.com/index.php/index.php/tag/design" title="Browse for design" rel="tag">design</a>, <a href="http://www.desinformado.com/index.php/index.php/tag/hollywood" title="Browse for hollywood" rel="tag">hollywood</a>, <a href="http://www.desinformado.com/index.php/index.php/tag/inside" title="Browse for inside" rel="tag">inside</a>, <a href="http://www.desinformado.com/index.php/index.php/tag/lotus" title="Browse for lotus" rel="tag">lotus</a>, <a href="http://www.desinformado.com/index.php/index.php/tag/models" title="Browse for models" rel="tag">models</a>, <a href="http://www.desinformado.com/index.php/index.php/tag/performance" title="Browse for performance" rel="tag">performance</a>, <a href="http://www.desinformado.com/index.php/index.php/tag/power" title="Browse for power" rel="tag">power</a>, <a href="http://www.desinformado.com/index.php/index.php/tag/style" title="Browse for style" rel="tag">style</a>, <a href="http://www.desinformado.com/index.php/index.php/tag/tactile" title="Browse for tactile" rel="tag">tactile</a><h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.desinformado.com/index.php/2008/06/26/more-from-the-new-dell-studio-brand-wpictures/" title="More from the New Dell Studio Brand (w/pictures)">More from the New Dell Studio Brand (w/pictures) (0)</a></li></ul>

<p>Etiquetas: <a href="http://bitacoras.com/canales/automobile">automobile</a>, <a href="http://bitacoras.com/canales/lifestyle">lifestyle</a>, <a href="http://bitacoras.com/canales/technology">technology</a>, <a href="http://bitacoras.com/canales/british+motorshow">british motorshow</a>, <a href="http://bitacoras.com/canales/chassis+technology">chassis technology</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>jguillen</dc:creator>
		<title>SONY CYBER-SHOT CAMERAS GET SMARTER</title>
		<link>http://www.desinformado.com/index.php/2008/08/07/sony-cyber-shot-cameras-get-smarter</link>
		<guid isPermaLink="true">http://www.desinformado.com/index.php/2008/08/07/sony-cyber-shot-cameras-get-smarter</guid>
		<pubDate>Thu, 07 Aug 2008 14:05:38 +0200</pubDate>
		<category>accesory</category>
		<category>applications</category>
		<category>multimedia</category>
		<category>photography</category>
		<category>sony</category>
		<description><![CDATA[Por jguillen en Desinformado.com el 07 de agosto de 2008 a las 14:05:38

Sony is making the grade with the introduction of the stylish Cyber-shot® DSC-T700 and DSC-T77 digital cameras with “intelligent” shooting functions.The 10-megapixel T77 camera is Sony’s thinnest model at less than 5/8 of an inch with a 3-inch, 16 x 9 touch panel LCD screen. It features updated intelligent sce &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/desinformadomedia">jguillen</a> en <a href="http://bitacoras.com/bitacora/www.desinformado.com">Desinformado.com</a> el 07 de agosto de 2008 a las 14:05:38</p>

<p><a href='http://www.desinformado.com/wp-content/uploads/2008/08/t700_silver_cybershot.jpg'><img src="http://www.desinformado.com/wp-content/uploads/2008/08/t700_silver_cybershot.jpg" alt="" title="t700_silver_cybershot" width="425" height="306" class="alignnone size-full wp-image-4072" /></a></p><br /><br /><p>Sony is making the grade with the introduction of the stylish Cyber-shot® DSC-T700 and DSC-T77 digital cameras with “intelligent” shooting functions.</p><br /><br /><p>The 10-megapixel T77 camera is Sony’s thinnest model at less than 5/8 of an inch with a 3-inch, 16 x 9 touch panel LCD screen. It features updated intelligent scene recognition technology, Smile Shutter™ and face detection technologies with child and adult priority, as well as high sensitivity shooting (up to ISO 3200), eleven scene modes, and in-camera image management.</p><br /><br /><p>The T700 model earns extra points as a “photo album in your pocket.” It has all the features of the T77 unit plus 4GB of internal memory that can store nearly 1,000 full-resolution or 40,000 VGA-quality photos; a 3.5-inch, wide touch panel Xtra Fine LCD™ screen for photo-like viewing (210 pixel-per-inch resolution) with high contrast and wide-angle viewing; and a thin profile (slightly more than 5/8 of an inch) so it can easily slip into a pocket or purse.</p><br /><br /><p>“Sony is taking the lead in developing “intelligent” cameras so that taking great pictures is an automatic function and not a complicated process,” said Phil Lubell, director of digital camera marketing at Sony Electronics. “This is part of our effort to enhance the camera experience for customers by offering new functionality.”</p><br /><br /><p>Substance and Style</p><br /><br /><p>While rich in technologies, style was a key factor in the development of both cameras, said Lubell. They feature a newly-developed Carl Zeiss® lens that integrates a 4x optical zoom and Optical SteadyShot™ image stabilization, yet achieves a slim form factor. They will also be available in a wider selection of color options than previous T-series cameras.</p><br /><br /><p>Both cameras feature updated intelligent scene recognition technology that can now select up to eight different scene modes, including macro, portrait and landscape modes.</p><br /><br /><p>This technology also includes a new anti-blink function in portrait mode that will virtually make closed-eyed photos an “old school” memory. The cameras will automatically take two shots and then determine whether the subject(s) have closed eyes using their advanced face detection technology. They will only record images with open-eyed subjects. If both pictures have subject(s) with closed eyes, the cameras will record one and display a warning so you can try again.</p><br /><br /><p>Sony’s Smile Shutter technology has also been improved. It is easily accessible as a “smiley face” icon, which is now a permanent fixture on the camera’s LCD screen in record mode, and can be toggled off and on at the touch of a finger. And during smile capture, auto focus and zoom functions are available, as well as the ability to take a limitless number of shots.</p><br /><br /><p>Not One, But Two Photo Libraries in Your Pocket</p><br /><br /><p>The T700 camera is ideal for anyone who wants to have what Lubell calls “bragging” photos of their kids, pets, vacation or sports highlights with them at all times.</p><br /><br /><p>Owing to the model’s internal database, thousands of photos can be searched in-camera by event, date, smile or face, including children and infants; displayed in calendar or chronological views; organized in folders; and shared as slide shows or fun scrapbooks.</p><br /><br /><p>Unlike previous models, this one allows you to store and manage images on both its 4GB internal memory and an optional Memory Stick® media card. You can maximize the number of pictures stored on the camera with the bundled Picture Motion Browser (PMB) software application and its new PC Synch feature.</p><br /><br /><p>This new feature lets you downsize images from full-resolution to VGA and export them back to the camera’s internal photo album. The application operates intelligently with the camera so you can shoot more photos. It will only detect, downsize and export the new shots. This allows you to store literally thousands of your favorite photos in the camera</p><br /><br /><p>It is also possible to export photos shot by other cameras or archived on other media into the camera.</p><br /><br /><p>The PMB Portable software inside the camera lets you easily upload photos or videos to popular social networking sites like YouTube™ (a trademark of Google Inc.) using an internet connection with any compatible PC via the supplied USB cable. It even has pre-programmed sites in the camera.</p><br /><br /><p>The camera also has a scrapbook function that automatically creates simulated scrapbook pages. Now you can share, print or save your scrapbooks unlike previous models.</p><br /><br /><p>The DSC-T77 camera replaces the former T70 model and will be available in brown, green, pink, black and silver in late September for about $300. The new DSC-T700 cameras ships at the same time in red, champagne gold, pink, dark gray and silver for about $400.</p><br /><br /><span class="akst_link"><a href="http://www.desinformado.com/?p=4071&akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_4071"  class="akst_share_link">Share This</a><br /><br /></span><br /><br /><!-- start wp-tags-to-technorati 0.95 --><br /><br /><br /><br /><p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/Array' rel='tag' target='_blank'>Array</a>, <a class='technorati-link' href='http://technorati.com/tag/Camera Experience' rel='tag' target='_blank'>Camera Experience</a>, <a class='technorati-link' href='http://technorati.com/tag/Carl Zeiss Lens' rel='tag' target='_blank'>Carl Zeiss Lens</a>, <a class='technorati-link' href='http://technorati.com/tag/Different Scene' rel='tag' target='_blank'>Different Scene</a>, <a class='technorati-link' href='http://technorati.com/tag/Face Detection' rel='tag' target='_blank'>Face Detection</a>, <a class='technorati-link' href='http://technorati.com/tag/inch resolution' rel='tag' target='_blank'>inch resolution</a>, <a class='technorati-link' href='http://technorati.com/tag/Intelligent Cameras' rel='tag' target='_blank'>Intelligent Cameras</a>, <a class='technorati-link' href='http://technorati.com/tag/Internal Memory' rel='tag' target='_blank'>Internal Memory</a>, <a class='technorati-link' href='http://technorati.com/tag/Landscape Modes' rel='tag' target='_blank'>Landscape Modes</a>, <a class='technorati-link' href='http://technorati.com/tag/Lubell' rel='tag' target='_blank'>Lubell</a>, <a class='technorati-link' href='http://technorati.com/tag/Portrait Mode' rel='tag' target='_blank'>Portrait Mode</a>, <a class='technorati-link' href='http://technorati.com/tag/Recognition Technology' rel='tag' target='_blank'>Recognition Technology</a>, <a class='technorati-link' href='http://technorati.com/tag/Scene Recognition' rel='tag' target='_blank'>Scene Recognition</a>, <a class='technorati-link' href='http://technorati.com/tag/Series Cameras' rel='tag' target='_blank'>Series Cameras</a>, <a class='technorati-link' href='http://technorati.com/tag/Sony Cyber Shot' rel='tag' target='_blank'>Sony Cyber Shot</a>, <a class='technorati-link' href='http://technorati.com/tag/Sony Cyber Shot Cameras' rel='tag' target='_blank'>Sony Cyber Shot Cameras</a>, <a class='technorati-link' href='http://technorati.com/tag/Sony Electronics' rel='tag' target='_blank'>Sony Electronics</a>, <a class='technorati-link' href='http://technorati.com/tag/Steadyshot Image Stabilization' rel='tag' target='_blank'>Steadyshot Image Stabilization</a>, <a class='technorati-link' href='http://technorati.com/tag/T77' rel='tag' target='_blank'>T77</a>, <a class='technorati-link' href='http://technorati.com/tag/Thin Profile' rel='tag' target='_blank'>Thin Profile</a>, <a class='technorati-link' href='http://technorati.com/tag/Vga Quality' rel='tag' target='_blank'>Vga Quality</a></p><br /><br /><br /><br /><!-- end wp-tags-to-technorati --><br /><br /><h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.desinformado.com/index.php/2008/07/21/panasonic-adds-ultimate-action-lumix-digital-camera-with-long-zoom-and-27mm-wide-angle-lens/" title="PANASONIC ADDS ULTIMATE ACTION LUMIX DIGITAL CAMERA WITH LONG ZOOM AND 27MM WIDE-ANGLE LENS">PANASONIC ADDS ULTIMATE ACTION LUMIX DIGITAL CAMERA WITH LONG ZOOM AND 27MM WIDE-ANGLE LENS (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/20/new-stylish-clock-radio-with-voice-messaging-from-philips/" title="New stylish clock radio with voice messaging from Philips">New stylish clock radio with voice messaging from Philips (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/17/sony’s-next-generation-blu-ray-disc-player-now-available-at-sony-style-stores-and-retailers-across-the-country/" title="SONY’S NEXT-GENERATION BLU-RAY DISC PLAYER NOW AVAILABLE AT SONY STYLE STORES AND RETAILERS ACROSS THE COUNTRY">SONY’S NEXT-GENERATION BLU-RAY DISC PLAYER NOW AVAILABLE AT SONY STYLE STORES AND RETAILERS ACROSS THE COUNTRY (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/15/new-sony-vaio-z-delivers-high-performance-in-small-package/" title="New Sony Vaio Z delivers high performance in small package">New Sony Vaio Z delivers high performance in small package (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/15/sony-unveils-world’s-first-164-inch-wide-multimedia-notebook/" title="SONY UNVEILS WORLD’S FIRST 16.4-INCH WIDE MULTIMEDIA NOTEBOOK">SONY UNVEILS WORLD’S FIRST 16.4-INCH WIDE MULTIMEDIA NOTEBOOK (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/14/10-million-reached-appstore-became-a-huge-success-for-apple-last-weekend/" title="10 million reached: AppStore became a huge success for Apple last weekend">10 million reached: AppStore became a huge success for Apple last weekend (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/09/3633/" title="Samsung unveils the new SC-MX20 Youtube Ready Camcorder">Samsung unveils the new SC-MX20 Youtube Ready Camcorder (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/03/the-willcom-9-the-very-first-google-friendly-mobile-phone-hands-on/" title="The Willcom 9: The Very First Google Friendly Mobile Phone, Hands-on!">The Willcom 9: The Very First Google Friendly Mobile Phone, Hands-on! (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/02/sony-files-patent-for-psp-with-touchscreen-phone-calls/" title="Sony Files Patent For PSP with Touchscreen, Phone Calls">Sony Files Patent For PSP with Touchscreen, Phone Calls (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/02/htc-diamond-and-raphael-going-cdma-for-verizon-and-sprint/" title="HTC Diamond and Raphael Going CDMA for Verizon and Sprint?">HTC Diamond and Raphael Going CDMA for Verizon and Sprint? (0)</a></li></ul><br /><br />	Tags: <a href="http://www.desinformado.com/index.php/category/accesory/" title="Accesory" rel="tag">Accesory</a>, <a href="http://www.desinformado.com/index.php/category/applications/" title="Applications" rel="tag">Applications</a>, <a href="http://www.desinformado.com/index.php/tag/array/" title="Array" rel="tag">Array</a>, <a href="http://www.desinformado.com/index.php/tag/camera-experience/" title="Camera Experience" rel="tag">Camera Experience</a>, <a href="http://www.desinformado.com/index.php/tag/carl-zeiss-lens/" title="Carl Zeiss Lens" rel="tag">Carl Zeiss Lens</a>, <a href="http://www.desinformado.com/index.php/tag/different-scene/" title="Different Scene" rel="tag">Different Scene</a>, <a href="http://www.desinformado.com/index.php/tag/face-detection/" title="Face Detection" rel="tag">Face Detection</a>, <a href="http://www.desinformado.com/index.php/tag/inch-resolution/" title="inch resolution" rel="tag">inch resolution</a>, <a href="http://www.desinformado.com/index.php/tag/intelligent-cameras/" title="Intelligent Cameras" rel="tag">Intelligent Cameras</a>, <a href="http://www.desinformado.com/index.php/tag/internal-memory/" title="Internal Memory" rel="tag">Internal Memory</a>, <a href="http://www.desinformado.com/index.php/tag/landscape-modes/" title="Landscape Modes" rel="tag">Landscape Modes</a>, <a href="http://www.desinformado.com/index.php/tag/lubell/" title="Lubell" rel="tag">Lubell</a>, <a href="http://www.desinformado.com/index.php/category/multimedia/" title="Multimedia" rel="tag">Multimedia</a>, <a href="http://www.desinformado.com/index.php/category/photography/" title="Photography" rel="tag">Photography</a>, <a href="http://www.desinformado.com/index.php/tag/portrait-mode/" title="Portrait Mode" rel="tag">Portrait Mode</a>, <a href="http://www.desinformado.com/index.php/tag/recognition-technology/" title="Recognition Technology" rel="tag">Recognition Technology</a>, <a href="http://www.desinformado.com/index.php/tag/scene-recognition/" title="Scene Recognition" rel="tag">Scene Recognition</a>, <a href="http://www.desinformado.com/index.php/tag/series-cameras/" title="Series Cameras" rel="tag">Series Cameras</a>, <a href="http://www.desinformado.com/index.php/category/sony/" title="Sony" rel="tag">Sony</a>, <a href="http://www.desinformado.com/index.php/tag/sony-cyber-shot/" title="Sony Cyber Shot" rel="tag">Sony Cyber Shot</a>, <a href="http://www.desinformado.com/index.php/tag/sony-cyber-shot-cameras/" title="Sony Cyber Shot Cameras" rel="tag">Sony Cyber Shot Cameras</a>, <a href="http://www.desinformado.com/index.php/tag/sony-electronics/" title="Sony Electronics" rel="tag">Sony Electronics</a>, <a href="http://www.desinformado.com/index.php/tag/steadyshot-image-stabilization/" title="Steadyshot Image Stabilization" rel="tag">Steadyshot Image Stabilization</a>, <a href="http://www.desinformado.com/index.php/tag/t77/" title="T77" rel="tag">T77</a>, <a href="http://www.desinformado.com/index.php/tag/thin-profile/" title="Thin Profile" rel="tag">Thin Profile</a>, <a href="http://www.desinformado.com/index.php/tag/vga-quality/" title="Vga Quality" rel="tag">Vga Quality</a><br /><br /><br /><br /><br />	<h4>More Related posts</h4><br /><br />	<ul class="st-related-posts"><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/06/25/will-google-trends-decide-whats-obscene/" title="Will Google Trends Decide What’s Obscene? (June 25, 2008)">Will Google Trends Decide What’s Obscene?</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/06/30/where-google-isnt-goliath/" title="Where Google Isn’t Goliath (June 30, 2008)">Where Google Isn’t Goliath</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/06/26/vodafone-says-htc-touch-diamond-is-better-than-the-phone/" title="Vodafone Says HTC Touch Diamond is Better Than The !Phone (June 26, 2008)">Vodafone Says HTC Touch Diamond is Better Than The !Phone</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/03/the-willcom-9-the-very-first-google-friendly-mobile-phone-hands-on/" title="The Willcom 9: The Very First Google Friendly Mobile Phone, Hands-on! (July 3, 2008)">The Willcom 9: The Very First Google Friendly Mobile Phone, Hands-on!</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/06/24/the-price-of-an-iphone-3g-without-contract/" title="The Price of an iPhone 3G Without Contract (June 24, 2008)">The Price of an iPhone 3G Without Contract</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/06/24/the-nokia-n78-now-available-in-us/" title="The Nokia N78 now available in US (June 24, 2008)">The Nokia N78 now available in US</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/06/27/sprint-runs-out-of-samsung-instinct-stock/" title="Sprint Runs Out of Samsung Instinct Stock (June 27, 2008)">Sprint Runs Out of Samsung Instinct Stock</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/06/30/sprint-instinct-software-update-on-june-30/" title="Sprint Instinct Software Update on June 30 (June 30, 2008)">Sprint Instinct Software Update on June 30</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/17/sony’s-next-generation-blu-ray-disc-player-now-available-at-sony-style-stores-and-retailers-across-the-country/" title="SONY’S NEXT-GENERATION BLU-RAY DISC PLAYER NOW AVAILABLE AT SONY STYLE STORES AND RETAILERS ACROSS THE COUNTRY (July 17, 2008)">SONY’S NEXT-GENERATION BLU-RAY DISC PLAYER NOW AVAILABLE AT SONY STYLE STORES AND RETAILERS ACROSS THE COUNTRY</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/15/sony-unveils-world’s-first-164-inch-wide-multimedia-notebook/" title="SONY UNVEILS WORLD’S FIRST 16.4-INCH WIDE MULTIMEDIA NOTEBOOK (July 15, 2008)">SONY UNVEILS WORLD’S FIRST 16.4-INCH WIDE MULTIMEDIA NOTEBOOK</a> (0)</li><br /><br /></ul>

<p>Etiquetas: <a href="http://bitacoras.com/canales/accesory">accesory</a>, <a href="http://bitacoras.com/canales/applications">applications</a>, <a href="http://bitacoras.com/canales/multimedia">multimedia</a>, <a href="http://bitacoras.com/canales/photography">photography</a>, <a href="http://bitacoras.com/canales/sony">sony</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>garciawilly</dc:creator>
		<title>Nikon also introduced the CoolPix S560, le S610, le S610c, S60, &#38; S710</title>
		<link>http://www.desinformado.com/index.php/2008/08/07/nikon-also-introduced-the-coolpix-s560-le-s610-le-s610c-s60-s710</link>
		<guid isPermaLink="true">http://www.desinformado.com/index.php/2008/08/07/nikon-also-introduced-the-coolpix-s560-le-s610-le-s610c-s60-s710</guid>
		<pubDate>Thu, 07 Aug 2008 15:14:17 +0200</pubDate>
		<category>technology</category>
		<category>10 megapixels</category>
		<category>3 ccd</category>
		<category>camera feature</category>
		<category>ccd sensor</category>
		<description><![CDATA[Por garciawilly en Desinformado.com el 07 de agosto de 2008 a las 15:14:17

Besides the CoolPix P6000 introducing, Nikon also unveiled 5 other Digital cameras: the S560, le S610, S610c, S60 and S710.CoolPix S610 & S610COur Point & shoot camera feature a 1/2.33-in. CCD sensor, a 4x Zoom-NIKKOR lens capable of 28mm wide-angle shooting (35mm format equivalent), a large 3.0-inch LCD mo &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/desinformadomedia">garciawilly</a> en <a href="http://bitacoras.com/bitacora/www.desinformado.com">Desinformado.com</a> el 07 de agosto de 2008 a las 15:14:17</p>

<p><a href='http://www.desinformado.com/wp-content/uploads/2008/08/coolpix_s610_1.jpg'><img src="http://www.desinformado.com/wp-content/uploads/2008/08/coolpix_s610_1.jpg" alt="" title="coolpix_s610_1" width="425" height="425" class="alignnone size-full wp-image-4076" /></a></p><br /><br /><p>Besides the CoolPix P6000 introducing, Nikon also unveiled 5 other Digital cameras: the S560, le S610, S610c, S60 and S710.</p><br /><br /><p>CoolPix S610 & S610C<br /><br /><br />Our Point & shoot camera feature a 1/2.33-in. CCD sensor, a 4x Zoom-NIKKOR lens capable of 28mm wide-angle shooting (35mm format equivalent), a large 3.0-inch LCD monitor, 45MB of internal memory, an ISO sensitivity up to 3200, SD/SDHC slot, as well as Face-priority, In-Camera Red-Eye Fix, D-Lighting, and WiFi connection. It will cost 269€.</p><br /><br /><p>CoolPix S710<br /><br /><br />This one is a 14.5Megapixels point & shoot Camera which features 1/1.72-inch CCD image sensor, new 3.6x Zoom-NIKKOR lens, 3.0-inch LCD monitor, an ISO sensitivity up to 3200 (even up to 12800 if you choose 3M image size (2048×1536)), SD/SDHC slot as well as Face-priority, In-Camera Red-Eye Fix, D-Lighting.<br /><br /><br />It’s announced a price of 299€.</p><br /><br /><p>CoolPix S560<br /><br /><br />The 10 Megapixels digital camera features 1/2.33-in. CCD sensor, a 5x Zoom-NIKKOR lens, 2.7 -inch LCD monitor, an ISO sensitivity up to 3200 and almost the same features as the S710. It comes with a price of 199€</p><br /><br /><p>CoolPix S60<br /><br /><br />This Point & Shoot camera comes with 1/2.3-in. CCD 10 Megapixels sensor, 5x Zoom-NIKKOR lens, 2.5 -inch LCD Touchscreen, an ISO sensitivity up to 3200, 20MB of Internal memory, a HDMI interface. This One will cost around 299€.</p><br /><br /><p><a href="http://www.akihabaranews.com">Source</a></p><br /><br /><span class="akst_link"><a href="http://www.desinformado.com/?p=4075&akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_4075"  class="akst_share_link">Share This</a><br /><br /></span><br /><br /><!-- start wp-tags-to-technorati 0.95 --><br /><br /><br /><br /><p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/10+Megapixels' rel='tag' target='_blank'>10 Megapixels</a>, <a class='technorati-link' href='http://technorati.com/tag/3+Ccd' rel='tag' target='_blank'>3 Ccd</a>, <a class='technorati-link' href='http://technorati.com/tag/3m' rel='tag' target='_blank'>3m</a>, <a class='technorati-link' href='http://technorati.com/tag/Camera+Feature' rel='tag' target='_blank'>Camera Feature</a>, <a class='technorati-link' href='http://technorati.com/tag/Ccd+Image+Sensor' rel='tag' target='_blank'>Ccd Image Sensor</a>, <a class='technorati-link' href='http://technorati.com/tag/Ccd+Sensor' rel='tag' target='_blank'>Ccd Sensor</a>, <a class='technorati-link' href='http://technorati.com/tag/Digital+Camera+Features' rel='tag' target='_blank'>Digital Camera Features</a>, <a class='technorati-link' href='http://technorati.com/tag/Digital+Cameras' rel='tag' target='_blank'>Digital Cameras</a>, <a class='technorati-link' href='http://technorati.com/tag/Hdmi+Interface' rel='tag' target='_blank'>Hdmi Interface</a>, <a class='technorati-link' href='http://technorati.com/tag/Image+Size' rel='tag' target='_blank'>Image Size</a>, <a class='technorati-link' href='http://technorati.com/tag/Inch+Ccd' rel='tag' target='_blank'>Inch Ccd</a>, <a class='technorati-link' href='http://technorati.com/tag/Internal+Memory' rel='tag' target='_blank'>Internal Memory</a>, <a class='technorati-link' href='http://technorati.com/tag/Iso+Sensitivity' rel='tag' target='_blank'>Iso Sensitivity</a>, <a class='technorati-link' href='http://technorati.com/tag/Lighting' rel='tag' target='_blank'>Lighting</a>, <a class='technorati-link' href='http://technorati.com/tag/Megapixels+Digital+Camera' rel='tag' target='_blank'>Megapixels Digital Camera</a>, <a class='technorati-link' href='http://technorati.com/tag/Nikon' rel='tag' target='_blank'>Nikon</a>, <a class='technorati-link' href='http://technorati.com/tag/Nikon+Coolpix' rel='tag' target='_blank'>Nikon Coolpix</a>, <a class='technorati-link' href='http://technorati.com/tag/Priority' rel='tag' target='_blank'>Priority</a>, <a class='technorati-link' href='http://technorati.com/tag/Red+Eye' rel='tag' target='_blank'>Red Eye</a>, <a class='technorati-link' href='http://technorati.com/tag/Sdhc' rel='tag' target='_blank'>Sdhc</a>, <a class='technorati-link' href='http://technorati.com/tag/Wide+Angle' rel='tag' target='_blank'>Wide Angle</a>, <a class='technorati-link' href='http://technorati.com/tag/Zoom' rel='tag' target='_blank'>Zoom</a></p><br /><br /><br /><br /><!-- end wp-tags-to-technorati --><br /><br /><h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.desinformado.com/index.php/2008/07/16/samsung-unveils-2008-second-half-digital-camera-line-up/" title="SAMSUNG Unveils 2008 Second-Half Digital Camera Line Up">SAMSUNG Unveils 2008 Second-Half Digital Camera Line Up (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/08/worlds-first-50-megapixel-ccd-sensor-sets-new-standard-for-professional-photographers/" title="World’s First 50 Megapixel CCD Sensor Sets New Standard for Professional Photographers">World’s First 50 Megapixel CCD Sensor Sets New Standard for Professional Photographers (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/08/07/sony-cyber-shot-cameras-get-smarter/" title="SONY CYBER-SHOT CAMERAS GET SMARTER">SONY CYBER-SHOT CAMERAS GET SMARTER (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/30/meridian-810-reference-video-system-is-way-better-than-your-tv/" title="Meridian 810 Reference Video System is way better than your TV">Meridian 810 Reference Video System is way better than your TV (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/30/sanyo-kits-out-the-xacti-range-with-new-dmx-hd800-hd-camcorder/" title="Sanyo Kits Out the Xacti Range With New DMX-HD800 HD Camcorder">Sanyo Kits Out the Xacti Range With New DMX-HD800 HD Camcorder (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/22/sony-ericsson-intros-two-top-walkman-phones/" title="Sony Ericsson intros two top Walkman phones">Sony Ericsson intros two top Walkman phones (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/12/kodak-unveils-a-suite-of-high-definition-products-that-deliver-new-experiences-in-content-creation-and-display/" title="Kodak Unveils a Suite of High-Definition Products that Deliver New Experiences in Content Creation and Display">Kodak Unveils a Suite of High-Definition Products that Deliver New Experiences in Content Creation and Display (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/09/3633/" title="Samsung unveils the new SC-MX20 Youtube Ready Camcorder">Samsung unveils the new SC-MX20 Youtube Ready Camcorder (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/08/a-50-megapixel-dslr-camera-h3dii-50-available-in-october/" title="A 50-megapixel DSLR camera ‘H3DII-50′ available in October">A 50-megapixel DSLR camera ‘H3DII-50′ available in October (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/08/casio-releases-firmware-update-for-exilim-pro-ex-f1-ultra-high-speed-burst-shooting-digital-camera/" title="CASIO RELEASES FIRMWARE UPDATE FOR EXILIM PRO EX-F1 ULTRA-HIGH SPEED BURST SHOOTING DIGITAL CAMERA">CASIO RELEASES FIRMWARE UPDATE FOR EXILIM PRO EX-F1 ULTRA-HIGH SPEED BURST SHOOTING DIGITAL CAMERA (0)</a></li></ul><br /><br />	Tags: <a href="http://www.desinformado.com/index.php/tag/10-megapixels/" title="10 Megapixels" rel="tag">10 Megapixels</a>, <a href="http://www.desinformado.com/index.php/tag/3-ccd/" title="3 Ccd" rel="tag">3 Ccd</a>, <a href="http://www.desinformado.com/index.php/tag/3m/" title="3m" rel="tag">3m</a>, <a href="http://www.desinformado.com/index.php/tag/camera-feature/" title="Camera Feature" rel="tag">Camera Feature</a>, <a href="http://www.desinformado.com/index.php/tag/ccd-image-sensor/" title="Ccd Image Sensor" rel="tag">Ccd Image Sensor</a>, <a href="http://www.desinformado.com/index.php/tag/ccd-sensor/" title="Ccd Sensor" rel="tag">Ccd Sensor</a>, <a href="http://www.desinformado.com/index.php/tag/digital-camera-features/" title="Digital Camera Features" rel="tag">Digital Camera Features</a>, <a href="http://www.desinformado.com/index.php/tag/digital-cameras/" title="Digital Cameras" rel="tag">Digital Cameras</a>, <a href="http://www.desinformado.com/index.php/tag/hdmi-interface/" title="Hdmi Interface" rel="tag">Hdmi Interface</a>, <a href="http://www.desinformado.com/index.php/tag/image-size/" title="Image Size" rel="tag">Image Size</a>, <a href="http://www.desinformado.com/index.php/tag/inch-ccd/" title="Inch Ccd" rel="tag">Inch Ccd</a>, <a href="http://www.desinformado.com/index.php/tag/internal-memory/" title="Internal Memory" rel="tag">Internal Memory</a>, <a href="http://www.desinformado.com/index.php/tag/iso-sensitivity/" title="Iso Sensitivity" rel="tag">Iso Sensitivity</a>, <a href="http://www.desinformado.com/index.php/tag/lighting/" title="Lighting" rel="tag">Lighting</a>, <a href="http://www.desinformado.com/index.php/tag/megapixels-digital-camera/" title="Megapixels Digital Camera" rel="tag">Megapixels Digital Camera</a>, <a href="http://www.desinformado.com/index.php/tag/nikon/" title="Nikon" rel="tag">Nikon</a>, <a href="http://www.desinformado.com/index.php/tag/nikon-coolpix/" title="Nikon Coolpix" rel="tag">Nikon Coolpix</a>, <a href="http://www.desinformado.com/index.php/tag/priority/" title="Priority" rel="tag">Priority</a>, <a href="http://www.desinformado.com/index.php/tag/red-eye/" title="Red Eye" rel="tag">Red Eye</a>, <a href="http://www.desinformado.com/index.php/tag/sdhc/" title="Sdhc" rel="tag">Sdhc</a>, <a href="http://www.desinformado.com/index.php/category/technology/" title="Technology" rel="tag">Technology</a>, <a href="http://www.desinformado.com/index.php/tag/wide-angle/" title="Wide Angle" rel="tag">Wide Angle</a>, <a href="http://www.desinformado.com/index.php/tag/zoom/" title="Zoom" rel="tag">Zoom</a><br /><br /><br /><br /><br />	<h4>More Related posts</h4><br /><br />	<ul class="st-related-posts"><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/08/worlds-first-50-megapixel-ccd-sensor-sets-new-standard-for-professional-photographers/" title="World’s First 50 Megapixel CCD Sensor Sets New Standard for Professional Photographers (July 8, 2008)">World’s First 50 Megapixel CCD Sensor Sets New Standard for Professional Photographers</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/16/samsung-unveils-2008-second-half-digital-camera-line-up/" title="SAMSUNG Unveils 2008 Second-Half Digital Camera Line Up (July 16, 2008)">SAMSUNG Unveils 2008 Second-Half Digital Camera Line Up</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/03/the-willcom-9-the-very-first-google-friendly-mobile-phone-hands-on/" title="The Willcom 9: The Very First Google Friendly Mobile Phone, Hands-on! (July 3, 2008)">The Willcom 9: The Very First Google Friendly Mobile Phone, Hands-on!</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/22/sony-ericsson-intros-two-top-walkman-phones/" title="Sony Ericsson intros two top Walkman phones (July 22, 2008)">Sony Ericsson intros two top Walkman phones</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/30/sanyo-kits-out-the-xacti-range-with-new-dmx-hd800-hd-camcorder/" title="Sanyo Kits Out the Xacti Range With New DMX-HD800 HD Camcorder (July 30, 2008)">Sanyo Kits Out the Xacti Range With New DMX-HD800 HD Camcorder</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/09/3633/" title="Samsung unveils the new SC-MX20 Youtube Ready Camcorder (July 9, 2008)">Samsung unveils the new SC-MX20 Youtube Ready Camcorder</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/03/nikon-updates-d3-d300-firmware-for-dslrs/" title="Nikon updates D3, D300 firmware for dSLRs (July 3, 2008)">Nikon updates D3, D300 firmware for dSLRs</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/06/24/new-windshield-animated-message-could-get-you-a-red-eye-arrested/" title="New windshield animated messages could get you a red eye… arrested (June 24, 2008)">New windshield animated messages could get you a red eye… arrested</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/30/meridian-810-reference-video-system-is-way-better-than-your-tv/" title="Meridian 810 Reference Video System is way better than your TV (July 30, 2008)">Meridian 810 Reference Video System is way better than your TV</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/12/kodak-unveils-a-suite-of-high-definition-products-that-deliver-new-experiences-in-content-creation-and-display/" title="Kodak Unveils a Suite of High-Definition Products that Deliver New Experiences in Content Creation and Display (July 12, 2008)">Kodak Unveils a Suite of High-Definition Products that Deliver New Experiences in Content Creation and Display</a> (0)</li><br /><br /></ul>

<p>Etiquetas: <a href="http://bitacoras.com/canales/technology">technology</a>, <a href="http://bitacoras.com/canales/10+megapixels">10 megapixels</a>, <a href="http://bitacoras.com/canales/3+ccd">3 ccd</a>, <a href="http://bitacoras.com/canales/camera+feature">camera feature</a>, <a href="http://bitacoras.com/canales/ccd+sensor">ccd sensor</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>jguillen</dc:creator>
		<title>CANON U.S.A. INTRODUCES THREE NEW ADDITIONS TO ITS VIXIA HIGH DEFINITION CAMCORDER LINE-UP</title>
		<link>http://www.desinformado.com/index.php/2008/08/07/canon-usa-introduces-three-new-additions-to-its-vixia-high-definition-camcorder-line-up</link>
		<guid isPermaLink="true">http://www.desinformado.com/index.php/2008/08/07/canon-usa-introduces-three-new-additions-to-its-vixia-high-definition-camcorder-line-up</guid>
		<pubDate>Thu, 07 Aug 2008 19:06:41 +0200</pubDate>
		<category>accesory</category>
		<category>appliance</category>
		<category>camera</category>
		<category>communication</category>
		<category>gadget</category>
		<description><![CDATA[Por jguillen en Desinformado.com el 07 de agosto de 2008 a las 19:06:41

Canon announces the VIXIA HF11 Dual Flash Memory Camcorder, and the VIXIA HG21 and VIXIA HG20 Hard Disk Drive camcorders, providing greater internal storage capacity, enhanced High-Definition image quality and added versatility for preserving life’s most precious moments.The newest members to the VIXIA HD camc &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/desinformadomedia">jguillen</a> en <a href="http://bitacoras.com/bitacora/www.desinformado.com">Desinformado.com</a> el 07 de agosto de 2008 a las 19:06:41</p>

<p><a href='http://www.desinformado.com/wp-content/uploads/2008/08/canon_hdr_camera.jpg'><img src="http://www.desinformado.com/wp-content/uploads/2008/08/canon_hdr_camera.jpg" alt="" title="canon_hdr_camera" width="425" height="221" class="alignnone size-full wp-image-4082" /></a></p><br /><br /><p>Canon announces the VIXIA HF11 Dual Flash Memory Camcorder, and the VIXIA HG21 and VIXIA HG20 Hard Disk Drive camcorders, providing greater internal storage capacity, enhanced High-Definition image quality and added versatility for preserving life’s most precious moments.</p><br /><br /><p>The newest members to the VIXIA HD camcorder family incorporate Canon’s core expertise in optics and image processing, and further raise the bar of High-Definition image quality by offering 24Mbps bit rate recording - the highest possible bit rate in the AVCHD format. The 24Mbps recording provides consumers enhanced detail, finer tonal gradation and improved reproduction of moving subjects. What’s more, the new camcorders have higher internal memory capacity. The VIXIA HF11 Dual Flash Memory camcorder can record up to 12 hours of High-Definition video to a 32GB internal Flash drive, as well as record directly to a removable SDHC card for expanded recording time. The VIXIA HG21 and VIXIA HG20 camcorders feature 120GB and 60GB Hard Disk Drives, respectively, for recording up to 45 or 22 hours of HD video, and also offer the ability to record directly to an SDHC card.</p><br /><br /><p>“The upgrade to 24Mbps enables consumers to capture the highest quality of video in the market today, providing the best High-Definition experience on an HDTV” said Yuichi Ishizuka, senior vice president and general manager, Consumer Imaging Group, Canon U.S.A. “This increase, as well as dual recording options on all three VIXIA camcorders, is just another example of Canon’s commitment to understanding the marketplace and helping to lay the groundwork to lead the market for the current and next generation of High-Definition camcorders.”</p><br /><br /><p><a href='http://www.desinformado.com/wp-content/uploads/2008/08/canon_hdr_camera2.jpg'><img src="http://www.desinformado.com/wp-content/uploads/2008/08/canon_hdr_camera2.jpg" alt="" title="canon_hdr_camera2" width="425" height="264" class="alignnone size-full wp-image-4083" /></a></p><br /><br /><p><strong>VIXIA Core Technologies</strong><br /><br /><br />All VIXIA camcorders feature Canon core technologies to create HD video that possess the highest level of image quality – a Genuine Canon HD Video Lens incorporates over 70 years of optics experience in professional broadcast and photography; a Canon designed and manufactured HD CMOS Image Sensor for Full HD (1920 x 1080) image capture; the Canon-developed DIGIC DV II Image Processor for superior color and clarity; Instant AutoFocus for fast and accurate auto focusing, which is crucial for HD; and SuperRange Optical Image Stabilization, which corrects a wide range of camcorder vibration for virtually shake-free images. </p><br /><br /><p>The ability to shoot video directly to an internal drive or to a removable SDHC memory card allows Canon camcorders to deliver a new level of performance, style and flexibility. Internal memory enables consumers to record video to the camcorder’s built-in drive even if they do not have an SDHC card handy. When the internal drive becomes full, footage can be easily transferred to an SDHC memory card, and when it comes time to view their video, the card is simply inserted into a memory card reader in a computer or HDTV for instant viewing. Furthermore, having an SDHC memory card slot allows for expandability, since greater capacity can be added in the future by purchasing additional cards.</p><br /><br /><p>Available in September, the Canon VIXIA HF11 Dual Flash Memory Camcorder, and VIXIA HG21 and VIXIA HG20 Hard Disk Drive camcorders will have a suggested selling price of $1199, $1299, and $949, respectively. All models come bundled with Pixela ImageMixer 3SE video editing software, which now supports Blu-Ray disk burning.</p><br /><br /><span class="akst_link"><a href="http://www.desinformado.com/?p=4081&akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_4081"  class="akst_share_link">Share This</a><br /><br /></span><br /><br /><!-- start wp-tags-to-technorati 0.95 --><br /><br /><br /><br /><p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/AVCHD' rel='tag' target='_blank'>AVCHD</a>, <a class='technorati-link' href='http://technorati.com/tag/avchd format' rel='tag' target='_blank'>avchd format</a>, <a class='technorati-link' href='http://technorati.com/tag/Bit Rate' rel='tag' target='_blank'>Bit Rate</a>, <a class='technorati-link' href='http://technorati.com/tag/Camcorder' rel='tag' target='_blank'>Camcorder</a>, <a class='technorati-link' href='http://technorati.com/tag/Canon' rel='tag' target='_blank'>Canon</a>, <a class='technorati-link' href='http://technorati.com/tag/cmos image sensor' rel='tag' target='_blank'>cmos image sensor</a>, <a class='technorati-link' href='http://technorati.com/tag/Consumer' rel='tag' target='_blank'>Consumer</a>, <a class='technorati-link' href='http://technorati.com/tag/Consumer Imaging' rel='tag' target='_blank'>Consumer Imaging</a>, <a class='technorati-link' href='http://technorati.com/tag/Core Expertise' rel='tag' target='_blank'>Core Expertise</a>, <a class='technorati-link' href='http://technorati.com/tag/Core Technologies' rel='tag' target='_blank'>Core Technologies</a>, <a class='technorati-link' href='http://technorati.com/tag/Definition Image' rel='tag' target='_blank'>Definition Image</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash Drive' rel='tag' target='_blank'>Flash Drive</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash Memory' rel='tag' target='_blank'>Flash Memory</a>, <a class='technorati-link' href='http://technorati.com/tag/Genuine Canon' rel='tag' target='_blank'>Genuine Canon</a>, <a class='technorati-link' href='http://technorati.com/tag/Hard Disk Drive' rel='tag' target='_blank'>Hard Disk Drive</a>, <a class='technorati-link' href='http://technorati.com/tag/Hd Camcorder' rel='tag' target='_blank'>Hd Camcorder</a>, <a class='technorati-link' href='http://technorati.com/tag/Hdtv' rel='tag' target='_blank'>Hdtv</a>, <a class='technorati-link' href='http://technorati.com/tag/High Definition' rel='tag' target='_blank'>High Definition</a>, <a class='technorati-link' href='http://technorati.com/tag/Image Quality' rel='tag' target='_blank'>Image Quality</a>, <a class='technorati-link' href='http://technorati.com/tag/Imaging Group' rel='tag' target='_blank'>Imaging Group</a>, <a class='technorati-link' href='http://technorati.com/tag/Internal Flash' rel='tag' target='_blank'>Internal Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Internal Memory' rel='tag' target='_blank'>Internal Memory</a>, <a class='technorati-link' href='http://technorati.com/tag/Internal Storage Capacity' rel='tag' target='_blank'>Internal Storage Capacity</a>, <a class='technorati-link' href='http://technorati.com/tag/Memory Capacity' rel='tag' target='_blank'>Memory Capacity</a>, <a class='technorati-link' href='http://technorati.com/tag/New Additions' rel='tag' target='_blank'>New Additions</a>, <a class='technorati-link' href='http://technorati.com/tag/Sdhc' rel='tag' target='_blank'>Sdhc</a>, <a class='technorati-link' href='http://technorati.com/tag/Senior Vice President' rel='tag' target='_blank'>Senior Vice President</a>, <a class='technorati-link' href='http://technorati.com/tag/Video Lens' rel='tag' target='_blank'>Video Lens</a>, <a class='technorati-link' href='http://technorati.com/tag/VIXIA' rel='tag' target='_blank'>VIXIA</a></p><br /><br /><br /><br /><!-- end wp-tags-to-technorati --><br /><br /><h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.desinformado.com/index.php/2008/08/07/nikon-also-introduced-the-coolpix-s560-le-s610-le-s610c-s60-s710/" title="Nikon also introduced the CoolPix S560, le S610, le S610c, S60, & S710">Nikon also introduced the CoolPix S560, le S610, le S610c, S60, & S710 (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/07/memory-stick-with-ipod-attitude/" title="Memory Stick with Ipod Attitude">Memory Stick with Ipod Attitude (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/06/27/upload-video-directly-to-youtube-with-the-dxg-567v-hd-camcorder/" title="Upload Video Directly to YouTube with the DXG-567V HD Camcorder">Upload Video Directly to YouTube with the DXG-567V HD Camcorder (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/08/07/sony-cyber-shot-cameras-get-smarter/" title="SONY CYBER-SHOT CAMERAS GET SMARTER">SONY CYBER-SHOT CAMERAS GET SMARTER (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/30/imation-now-shipping-500-gb-version-of-apollo-hard-drive/" title="Imation now shipping 500 GB version of Apollo Hard Drive">Imation now shipping 500 GB version of Apollo Hard Drive (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/30/sanyo-kits-out-the-xacti-range-with-new-dmx-hd800-hd-camcorder/" title="Sanyo Kits Out the Xacti Range With New DMX-HD800 HD Camcorder">Sanyo Kits Out the Xacti Range With New DMX-HD800 HD Camcorder (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/29/dell-studio-and-inspiron-pc-dell-sexier-most-beautiful-pc-in-dell-history/" title="Dell Studio and Inspiron PC: Dell Sexier, most beautiful PC in Dell History">Dell Studio and Inspiron PC: Dell Sexier, most beautiful PC in Dell History (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/21/panasonic-adds-ultimate-action-lumix-digital-camera-with-long-zoom-and-27mm-wide-angle-lens/" title="PANASONIC ADDS ULTIMATE ACTION LUMIX DIGITAL CAMERA WITH LONG ZOOM AND 27MM WIDE-ANGLE LENS">PANASONIC ADDS ULTIMATE ACTION LUMIX DIGITAL CAMERA WITH LONG ZOOM AND 27MM WIDE-ANGLE LENS (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/20/new-stylish-clock-radio-with-voice-messaging-from-philips/" title="New stylish clock radio with voice messaging from Philips">New stylish clock radio with voice messaging from Philips (0)</a></li><li><a href="http://www.desinformado.com/index.php/2008/07/16/transcend-unveils-classy-new-ultra-compact-usb-flash-drive/" title="Transcend Unveils Classy New Ultra-Compact USB Flash Drive">Transcend Unveils Classy New Ultra-Compact USB Flash Drive (0)</a></li></ul><br /><br />	Tags: <a href="http://www.desinformado.com/index.php/category/accesory/" title="Accesory" rel="tag">Accesory</a>, <a href="http://www.desinformado.com/index.php/category/appliance/" title="Appliance" rel="tag">Appliance</a>, <a href="http://www.desinformado.com/index.php/category/audio/" title="audio" rel="tag">audio</a>, <a href="http://www.desinformado.com/index.php/tag/avchd/" title="AVCHD" rel="tag">AVCHD</a>, <a href="http://www.desinformado.com/index.php/tag/avchd-format/" title="avchd format" rel="tag">avchd format</a>, <a href="http://www.desinformado.com/index.php/tag/bit-rate/" title="Bit Rate" rel="tag">Bit Rate</a>, <a href="http://www.desinformado.com/index.php/tag/camcorder/" title="Camcorder" rel="tag">Camcorder</a>, <a href="http://www.desinformado.com/index.php/category/camera/" title="Camera" rel="tag">Camera</a>, <a href="http://www.desinformado.com/index.php/tag/canon/" title="Canon" rel="tag">Canon</a>, <a href="http://www.desinformado.com/index.php/tag/cmos-image-sensor/" title="cmos image sensor" rel="tag">cmos image sensor</a>, <a href="http://www.desinformado.com/index.php/category/communication/" title="Communication" rel="tag">Communication</a>, <a href="http://www.desinformado.com/index.php/tag/consumer/" title="Consumer" rel="tag">Consumer</a>, <a href="http://www.desinformado.com/index.php/tag/consumer-imaging/" title="Consumer Imaging" rel="tag">Consumer Imaging</a>, <a href="http://www.desinformado.com/index.php/tag/core-expertise/" title="Core Expertise" rel="tag">Core Expertise</a>, <a href="http://www.desinformado.com/index.php/tag/core-technologies/" title="Core Technologies" rel="tag">Core Technologies</a>, <a href="http://www.desinformado.com/index.php/tag/definition-image/" title="Definition Image" rel="tag">Definition Image</a>, <a href="http://www.desinformado.com/index.php/tag/flash-drive/" title="Flash Drive" rel="tag">Flash Drive</a>, <a href="http://www.desinformado.com/index.php/tag/flash-memory/" title="Flash Memory" rel="tag">Flash Memory</a>, <a href="http://www.desinformado.com/index.php/category/gadget/" title="Gadget" rel="tag">Gadget</a>, <a href="http://www.desinformado.com/index.php/tag/genuine-canon/" title="Genuine Canon" rel="tag">Genuine Canon</a>, <a href="http://www.desinformado.com/index.php/tag/hard-disk-drive/" title="Hard Disk Drive" rel="tag">Hard Disk Drive</a>, <a href="http://www.desinformado.com/index.php/tag/hd-camcorder/" title="Hd Camcorder" rel="tag">Hd Camcorder</a>, <a href="http://www.desinformado.com/index.php/tag/hdtv/" title="Hdtv" rel="tag">Hdtv</a>, <a href="http://www.desinformado.com/index.php/tag/high-definition/" title="High Definition" rel="tag">High Definition</a>, <a href="http://www.desinformado.com/index.php/tag/image-quality/" title="Image Quality" rel="tag">Image Quality</a>, <a href="http://www.desinformado.com/index.php/tag/imaging-group/" title="Imaging Group" rel="tag">Imaging Group</a>, <a href="http://www.desinformado.com/index.php/tag/internal-flash/" title="Internal Flash" rel="tag">Internal Flash</a>, <a href="http://www.desinformado.com/index.php/tag/internal-memory/" title="Internal Memory" rel="tag">Internal Memory</a>, <a href="http://www.desinformado.com/index.php/tag/internal-storage-capacity/" title="Internal Storage Capacity" rel="tag">Internal Storage Capacity</a>, <a href="http://www.desinformado.com/index.php/tag/memory-capacity/" title="Memory Capacity" rel="tag">Memory Capacity</a>, <a href="http://www.desinformado.com/index.php/category/motorola/" title="Motorola" rel="tag">Motorola</a>, <a href="http://www.desinformado.com/index.php/category/multimedia/" title="Multimedia" rel="tag">Multimedia</a>, <a href="http://www.desinformado.com/index.php/tag/new-additions/" title="New Additions" rel="tag">New Additions</a>, <a href="http://www.desinformado.com/index.php/tag/sdhc/" title="Sdhc" rel="tag">Sdhc</a>, <a href="http://www.desinformado.com/index.php/tag/senior-vice-president/" title="Senior Vice President" rel="tag">Senior Vice President</a>, <a href="http://www.desinformado.com/index.php/tag/video-lens/" title="Video Lens" rel="tag">Video Lens</a>, <a href="http://www.desinformado.com/index.php/tag/vixia/" title="VIXIA" rel="tag">VIXIA</a><br /><br /><br /><br /><br />	<h4>More Related posts</h4><br /><br />	<ul class="st-related-posts"><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/06/27/upload-video-directly-to-youtube-with-the-dxg-567v-hd-camcorder/" title="Upload Video Directly to YouTube with the DXG-567V HD Camcorder (June 27, 2008)">Upload Video Directly to YouTube with the DXG-567V HD Camcorder</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/07/memory-stick-with-ipod-attitude/" title="Memory Stick with Ipod Attitude (July 7, 2008)">Memory Stick with Ipod Attitude</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/16/transcend-unveils-classy-new-ultra-compact-usb-flash-drive/" title="Transcend Unveils Classy New Ultra-Compact USB Flash Drive (July 16, 2008)">Transcend Unveils Classy New Ultra-Compact USB Flash Drive</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/03/the-willcom-9-the-very-first-google-friendly-mobile-phone-hands-on/" title="The Willcom 9: The Very First Google Friendly Mobile Phone, Hands-on! (July 3, 2008)">The Willcom 9: The Very First Google Friendly Mobile Phone, Hands-on!</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/15/sony-unveils-world’s-first-164-inch-wide-multimedia-notebook/" title="SONY UNVEILS WORLD’S FIRST 16.4-INCH WIDE MULTIMEDIA NOTEBOOK (July 15, 2008)">SONY UNVEILS WORLD’S FIRST 16.4-INCH WIDE MULTIMEDIA NOTEBOOK</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/08/07/sony-cyber-shot-cameras-get-smarter/" title="SONY CYBER-SHOT CAMERAS GET SMARTER (August 7, 2008)">SONY CYBER-SHOT CAMERAS GET SMARTER</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/30/sanyo-kits-out-the-xacti-range-with-new-dmx-hd800-hd-camcorder/" title="Sanyo Kits Out the Xacti Range With New DMX-HD800 HD Camcorder (July 30, 2008)">Sanyo Kits Out the Xacti Range With New DMX-HD800 HD Camcorder</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/21/panasonic-adds-ultimate-action-lumix-digital-camera-with-long-zoom-and-27mm-wide-angle-lens/" title="PANASONIC ADDS ULTIMATE ACTION LUMIX DIGITAL CAMERA WITH LONG ZOOM AND 27MM WIDE-ANGLE LENS (July 21, 2008)">PANASONIC ADDS ULTIMATE ACTION LUMIX DIGITAL CAMERA WITH LONG ZOOM AND 27MM WIDE-ANGLE LENS</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/20/new-stylish-clock-radio-with-voice-messaging-from-philips/" title="New stylish clock radio with voice messaging from Philips (July 20, 2008)">New stylish clock radio with voice messaging from Philips</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/07/15/new-sony-vaio-z-delivers-high-performance-in-small-package/" title="New Sony Vaio Z delivers high performance in small package (July 15, 2008)">New Sony Vaio Z delivers high performance in small package</a> (0)</li><br /><br /></ul>

<p>Etiquetas: <a href="http://bitacoras.com/canales/accesory">accesory</a>, <a href="http://bitacoras.com/canales/appliance">appliance</a>, <a href="http://bitacoras.com/canales/camera">camera</a>, <a href="http://bitacoras.com/canales/communication">communication</a>, <a href="http://bitacoras.com/canales/gadget">gadget</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>garciawilly</dc:creator>
		<title>Sony unwraps T500 camera with 720p video</title>
		<link>http://www.desinformado.com/index.php/2008/08/28/sony-unwraps-t500-camera-with-720p-video</link>
		<guid isPermaLink="true">http://www.desinformado.com/index.php/2008/08/28/sony-unwraps-t500-camera-with-720p-video</guid>
		<pubDate>Thu, 28 Aug 2008 13:59:43 +0200</pubDate>
		<category>technology</category>
		<category>720p</category>
		<category>announcements</category>
		<category>audio</category>
		<category>camera</category>
		<description><![CDATA[Por garciawilly en Desinformado.com el 28 de agosto de 2008 a las 13:59:43

Not content with earlier announcements, Sony on Thursday added another entry into its touchscreen Cyber-shots with a second high-end model. The T500 is dominated by the same 3.5-inch touchscreen interface and 10 megapixel sensor as the T700 but replaces the 4GB of internal storage with high-performance vide &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/desinformadomedia">garciawilly</a> en <a href="http://bitacoras.com/bitacora/www.desinformado.com">Desinformado.com</a> el 28 de agosto de 2008 a las 13:59:43</p>

<p><a href='http://www.desinformado.com/wp-content/uploads/2008/08/sony.jpg'><img src="http://www.desinformado.com/wp-content/uploads/2008/08/sony.jpg" alt="" title="sony" width="425" height="259" class="alignnone size-full wp-image-4510" /></a></p><br /><br /><p>Not <a href="http://www.desinformado.com/index.php/tag/content/" class="st_tag internal_tag" rel="tag" title="Posts tagged with content">content</a> with earlier <a href="http://www.desinformado.com/index.php/tag/announcements/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Announcements">announcements</a>, <a href="http://www.desinformado.com/index.php/tag/sony/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sony">Sony</a> on <a href="http://www.desinformado.com/index.php/tag/thursday/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Thursday">Thursday</a> added another <a href="http://www.desinformado.com/index.php/tag/entry/" class="st_tag internal_tag" rel="tag" title="Posts tagged with entry">entry</a> into its <a href="http://www.desinformado.com/index.php/tag/touchscreen/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Touchscreen">touchscreen</a> <a href="http://www.desinformado.com/index.php/tag/cyber-shots/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cyber-shots">Cyber-shots</a> with a <a href="http://www.desinformado.com/index.php/tag/second/" class="st_tag internal_tag" rel="tag" title="Posts tagged with second">second</a> high-<a href="http://www.desinformado.com/index.php/tag/end/" class="st_tag internal_tag" rel="tag" title="Posts tagged with end">end</a> <a href="http://www.desinformado.com/index.php/tag/model/" class="st_tag internal_tag" rel="tag" title="Posts tagged with model">model</a>. <a href="http://www.desinformado.com/index.php/tag/the/" class="st_tag internal_tag" rel="tag" title="Posts tagged with the">The</a> <a href="http://www.desinformado.com/index.php/tag/t500/" class="st_tag internal_tag" rel="tag" title="Posts tagged with T500">T500</a> is dominated by <a href="http://www.desinformado.com/index.php/tag/the/" class="st_tag internal_tag" rel="tag" title="Posts tagged with the">the</a> same 3.5-<a href="http://www.desinformado.com/index.php/tag/inch/" class="st_tag internal_tag" rel="tag" title="Posts tagged with inch">inch</a> <a href="http://www.desinformado.com/index.php/tag/touchscreen/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Touchscreen">touchscreen</a> interface and 10 <a href="http://www.desinformado.com/index.php/tag/megapixel/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Megapixel">megapixel</a> <a href="http://www.desinformado.com/index.php/tag/sensor/" class="st_tag internal_tag" rel="tag" title="Posts tagged with sensor">sensor</a> as <a href="http://www.desinformado.com/index.php/tag/the/" class="st_tag internal_tag" rel="tag" title="Posts tagged with the">the</a> <a href="http://www.desinformado.com/index.php/tag/t700/" class="st_tag internal_tag" rel="tag" title="Posts tagged with T700">T700</a> but replaces <a href="http://www.desinformado.com/index.php/tag/the/" class="st_tag internal_tag" rel="tag" title="Posts tagged with the">the</a> 4GB of internal <a href="http://www.desinformado.com/index.php/tag/storage/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Storage">storage</a> with high-<a href="http://www.desinformado.com/index.php/tag/performance/" class="st_tag internal_tag" rel="tag" title="Posts tagged with performance">performance</a> <a href="http://www.desinformado.com/index.php/tag/video/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Video">video</a> capture; as <a href="http://www.desinformado.com/index.php/tag/the/" class="st_tag internal_tag" rel="tag" title="Posts tagged with the">the</a> first <a href="http://www.desinformado.com/index.php/tag/sony/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sony">Sony</a> <a href="http://www.desinformado.com/index.php/tag/camera/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Camera">camera</a> capable of <a href="http://www.desinformado.com/index.php/tag/recording/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Recording">recording</a> in <a href="http://www.desinformado.com/index.php/tag/hd/" class="st_tag internal_tag" rel="tag" title="Posts tagged with HD">HD</a>, <a href="http://www.desinformado.com/index.php/tag/the/" class="st_tag internal_tag" rel="tag" title="Posts tagged with the">the</a> <a href="http://www.desinformado.com/index.php/tag/t500/" class="st_tag internal_tag" rel="tag" title="Posts tagged with T500">T500</a> records in <a href="http://www.desinformado.com/index.php/tag/widescreen/" class="st_tag internal_tag" rel="tag" title="Posts tagged with widescreen">widescreen</a> <a href="http://www.desinformado.com/index.php/tag/720p/" class="st_tag internal_tag" rel="tag" title="Posts tagged with 720p">720p</a> in H.264 with <a href="http://www.desinformado.com/index.php/tag/stereo/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stereo">stereo</a> <a href="http://www.desinformado.com/index.php/tag/audio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with audio">audio</a>, making clips easy to either edit in common <a href="http://www.desinformado.com/index.php/tag/hd/" class="st_tag internal_tag" rel="tag" title="Posts tagged with HD">HD</a> <a href="http://www.desinformado.com/index.php/tag/editing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with editing">editing</a> tools such as <a href="http://www.desinformado.com/index.php/tag/imovie/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Imovie">iMovie</a> or to <a href="http://www.desinformado.com/index.php/tag/downscale/" class="st_tag internal_tag" rel="tag" title="Posts tagged with downscale">downscale</a> for <a href="http://www.desinformado.com/index.php/tag/uploading/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Uploading">uploading</a> to most <a href="http://www.desinformado.com/index.php/tag/online/" class="st_tag internal_tag" rel="tag" title="Posts tagged with online">online</a> <a href="http://www.desinformado.com/index.php/tag/video/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Video">video</a> sites.</p><br /><br /><p><a href="http://www.electronista.com">Source</a></p><br /><br /><span class="akst_link"><a href="http://www.desinformado.com/?p=4509&akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_4509"  class="akst_share_link">Share This</a><br /><br /></span><br /><br /><!-- start wp-tags-to-technorati 0.95 --><br /><br /><br /><br /><p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/4G' rel='tag' target='_blank'>4G</a>, <a class='technorati-link' href='http://technorati.com/tag/720p' rel='tag' target='_blank'>720p</a>, <a class='technorati-link' href='http://technorati.com/tag/Announcements' rel='tag' target='_blank'>Announcements</a>, <a class='technorati-link' href='http://technorati.com/tag/audio' rel='tag' target='_blank'>audio</a>, <a class='technorati-link' href='http://technorati.com/tag/Camera' rel='tag' target='_blank'>Camera</a>, <a class='technorati-link' href='http://technorati.com/tag/Camera Video' rel='tag' target='_blank'>Camera Video</a>, <a class='technorati-link' href='http://technorati.com/tag/Conten' rel='tag' target='_blank'>Conten</a>, <a class='technorati-link' href='http://technorati.com/tag/content' rel='tag' target='_blank'>content</a>, <a class='technorati-link' href='http://technorati.com/tag/Cyber-shots' rel='tag' target='_blank'>Cyber-shots</a>, <a class='technorati-link' href='http://technorati.com/tag/downscale' rel='tag' target='_blank'>downscale</a>, <a class='technorati-link' href='http://technorati.com/tag/DS' rel='tag' target='_blank'>DS</a>, <a class='technorati-link' href='http://technorati.com/tag/Eco' rel='tag' target='_blank'>Eco</a>, <a class='technorati-link' href='http://technorati.com/tag/editing' rel='tag' target='_blank'>editing</a>, <a class='technorati-link' href='http://technorati.com/tag/Editing Tools' rel='tag' target='_blank'>Editing Tools</a>, <a class='technorati-link' href='http://technorati.com/tag/end' rel='tag' target='_blank'>end</a>, <a class='technorati-link' href='http://technorati.com/tag/entry' rel='tag' target='_blank'>entry</a>, <a class='technorati-link' href='http://technorati.com/tag/Face' rel='tag' target='_blank'>Face</a>, <a class='technorati-link' href='http://technorati.com/tag/Fi' rel='tag' target='_blank'>Fi</a>, <a class='technorati-link' href='http://technorati.com/tag/form' rel='tag' target='_blank'>form</a>, <a class='technorati-link' href='http://technorati.com/tag/Gb' rel='tag' target='_blank'>Gb</a>, <a class='technorati-link' href='http://technorati.com/tag/Gh' rel='tag' target='_blank'>Gh</a>, <a class='technorati-link' href='http://technorati.com/tag/H 264' rel='tag' target='_blank'>H 264</a>, <a class='technorati-link' href='http://technorati.com/tag/HD' rel='tag' target='_blank'>HD</a>, <a class='technorati-link' href='http://technorati.com/tag/High Performance' rel='tag' target='_blank'>High Performance</a>, <a class='technorati-link' href='http://technorati.com/tag/Imovie' rel='tag' target='_blank'>Imovie</a>, <a class='technorati-link' href='http://technorati.com/tag/Inc' rel='tag' target='_blank'>Inc</a>, <a class='technorati-link' href='http://technorati.com/tag/inch' rel='tag' target='_blank'>inch</a>, <a class='technorati-link' href='http://technorati.com/tag/Internal Storage' rel='tag' target='_blank'>Internal Storage</a>, <a class='technorati-link' href='http://technorati.com/tag/loading' rel='tag' target='_blank'>loading</a>, <a class='technorati-link' href='http://technorati.com/tag/Megapixel' rel='tag' target='_blank'>Megapixel</a>, <a class='technorati-link' href='http://technorati.com/tag/Megapixel Sensor' rel='tag' target='_blank'>Megapixel Sensor</a>, <a class='technorati-link' href='http://technorati.com/tag/mode' rel='tag' target='_blank'>mode</a>, <a class='technorati-link' href='http://technorati.com/tag/model' rel='tag' target='_blank'>model</a>, <a class='technorati-link' href='http://technorati.com/tag/online' rel='tag' target='_blank'>online</a>, <a class='technorati-link' href='http://technorati.com/tag/Online Video' rel='tag' target='_blank'>Online Video</a>, <a class='technorati-link' href='http://technorati.com/tag/Ovi' rel='tag' target='_blank'>Ovi</a>, <a class='technorati-link' href='http://technorati.com/tag/performance' rel='tag' target='_blank'>performance</a>, <a class='technorati-link' href='http://technorati.com/tag/Pl' rel='tag' target='_blank'>Pl</a>, <a class='technorati-link' href='http://technorati.com/tag/Record' rel='tag' target='_blank'>Record</a>, <a class='technorati-link' href='http://technorati.com/tag/Recording' rel='tag' target='_blank'>Recording</a>, <a class='technorati-link' href='http://technorati.com/tag/second' rel='tag' target='_blank'>second</a>, <a class='technorati-link' href='http://technorati.com/tag/sensor' rel='tag' target='_blank'>sensor</a>, <a class='technorati-link' href='http://technorati.com/tag/Sites Source' rel='tag' target='_blank'>Sites Source</a>, <a class='technorati-link' href='http://technorati.com/tag/son' rel='tag' target='_blank'>son</a>, <a class='technorati-link' href='http://technorati.com/tag/Sony' rel='tag' target='_blank'>Sony</a>, <a class='technorati-link' href='http://technorati.com/tag/Sony Camera' rel='tag' target='_blank'>Sony Camera</a>, <a class='technorati-link' href='http://technorati.com/tag/Sony Video' rel='tag' target='_blank'>Sony Video</a>, <a class='technorati-link' href='http://technorati.com/tag/Source' rel='tag' target='_blank'>Source</a>, <a class='technorati-link' href='http://technorati.com/tag/stereo' rel='tag' target='_blank'>stereo</a>, <a class='technorati-link' href='http://technorati.com/tag/Storage' rel='tag' target='_blank'>Storage</a>, <a class='technorati-link' href='http://technorati.com/tag/T500' rel='tag' target='_blank'>T500</a>, <a class='technorati-link' href='http://technorati.com/tag/T700' rel='tag' target='_blank'>T700</a>, <a class='technorati-link' href='http://technorati.com/tag/Thursday' rel='tag' target='_blank'>Thursday</a>, <a class='technorati-link' href='http://technorati.com/tag/touch' rel='tag' target='_blank'>touch</a>, <a class='technorati-link' href='http://technorati.com/tag/Touchscreen' rel='tag' target='_blank'>Touchscreen</a>, <a class='technorati-link' href='http://technorati.com/tag/touchscreen interface' rel='tag' target='_blank'>touchscreen interface</a>, <a class='technorati-link' href='http://technorati.com/tag/Uploading' rel='tag' target='_blank'>Uploading</a>, <a class='technorati-link' href='http://technorati.com/tag/Video' rel='tag' target='_blank'>Video</a>, <a class='technorati-link' href='http://technorati.com/tag/Video Capture' rel='tag' target='_blank'>Video Capture</a>, <a class='technorati-link' href='http://technorati.com/tag/Video Site' rel='tag' target='_blank'>Video Site</a>, <a class='technorati-link' href='http://technorati.com/tag/Video Sites' rel='tag' target='_blank'>Video Sites</a>, <a class='technorati-link' href='http://technorati.com/tag/widescreen' rel='tag' target='_blank'>widescreen</a>, <a class='technorati-link' href='http://technorati.com/tag/XEL' rel='tag' target='_blank'>XEL</a></p><br /><br /><br /><br /><!-- end wp-tags-to-technorati --><br /><br /><br /><br />	Tags: <a href="http://www.desinformado.com/index.php/tag/4g/" title="4G" rel="tag">4G</a>, <a href="http://www.desinformado.com/index.php/tag/720p/" title="720p" rel="tag">720p</a>, <a href="http://www.desinformado.com/index.php/tag/announcements/" title="Announcements" rel="tag">Announcements</a>, <a href="http://www.desinformado.com/index.php/tag/audio/" title="audio" rel="tag">audio</a>, <a href="http://www.desinformado.com/index.php/tag/camera/" title="Camera" rel="tag">Camera</a>, <a href="http://www.desinformado.com/index.php/tag/camera-video/" title="Camera Video" rel="tag">Camera Video</a>, <a href="http://www.desinformado.com/index.php/tag/conten/" title="Conten" rel="tag">Conten</a>, <a href="http://www.desinformado.com/index.php/tag/content/" title="content" rel="tag">content</a>, <a href="http://www.desinformado.com/index.php/tag/cyber-shots/" title="Cyber-shots" rel="tag">Cyber-shots</a>, <a href="http://www.desinformado.com/index.php/tag/downscale/" title="downscale" rel="tag">downscale</a>, <a href="http://www.desinformado.com/index.php/tag/ds/" title="DS" rel="tag">DS</a>, <a href="http://www.desinformado.com/index.php/tag/eco/" title="Eco" rel="tag">Eco</a>, <a href="http://www.desinformado.com/index.php/tag/editing/" title="editing" rel="tag">editing</a>, <a href="http://www.desinformado.com/index.php/tag/editing-tools/" title="Editing Tools" rel="tag">Editing Tools</a>, <a href="http://www.desinformado.com/index.php/tag/end/" title="end" rel="tag">end</a>, <a href="http://www.desinformado.com/index.php/tag/entry/" title="entry" rel="tag">entry</a>, <a href="http://www.desinformado.com/index.php/tag/face/" title="Face" rel="tag">Face</a>, <a href="http://www.desinformado.com/index.php/tag/fi/" title="Fi" rel="tag">Fi</a>, <a href="http://www.desinformado.com/index.php/tag/form/" title="form" rel="tag">form</a>, <a href="http://www.desinformado.com/index.php/tag/gb/" title="Gb" rel="tag">Gb</a>, <a href="http://www.desinformado.com/index.php/tag/gh/" title="Gh" rel="tag">Gh</a>, <a href="http://www.desinformado.com/index.php/tag/h-264/" title="H 264" rel="tag">H 264</a>, <a href="http://www.desinformado.com/index.php/tag/hd/" title="HD" rel="tag">HD</a>, <a href="http://www.desinformado.com/index.php/tag/high-performance/" title="High Performance" rel="tag">High Performance</a>, <a href="http://www.desinformado.com/index.php/tag/imovie/" title="Imovie" rel="tag">Imovie</a>, <a href="http://www.desinformado.com/index.php/tag/inc/" title="Inc" rel="tag">Inc</a>, <a href="http://www.desinformado.com/index.php/tag/inch/" title="inch" rel="tag">inch</a>, <a href="http://www.desinformado.com/index.php/tag/internal-storage/" title="Internal Storage" rel="tag">Internal Storage</a>, <a href="http://www.desinformado.com/index.php/tag/loading/" title="loading" rel="tag">loading</a>, <a href="http://www.desinformado.com/index.php/tag/megapixel/" title="Megapixel" rel="tag">Megapixel</a>, <a href="http://www.desinformado.com/index.php/tag/megapixel-sensor/" title="Megapixel Sensor" rel="tag">Megapixel Sensor</a>, <a href="http://www.desinformado.com/index.php/tag/mode/" title="mode" rel="tag">mode</a>, <a href="http://www.desinformado.com/index.php/tag/model/" title="model" rel="tag">model</a>, <a href="http://www.desinformado.com/index.php/tag/online/" title="online" rel="tag">online</a>, <a href="http://www.desinformado.com/index.php/tag/online-video/" title="Online Video" rel="tag">Online Video</a>, <a href="http://www.desinformado.com/index.php/tag/ovi/" title="Ovi" rel="tag">Ovi</a>, <a href="http://www.desinformado.com/index.php/tag/performance/" title="performance" rel="tag">performance</a>, <a href="http://www.desinformado.com/index.php/tag/pl/" title="Pl" rel="tag">Pl</a>, <a href="http://www.desinformado.com/index.php/tag/record/" title="Record" rel="tag">Record</a>, <a href="http://www.desinformado.com/index.php/tag/recording/" title="Recording" rel="tag">Recording</a>, <a href="http://www.desinformado.com/index.php/tag/second/" title="second" rel="tag">second</a>, <a href="http://www.desinformado.com/index.php/tag/sensor/" title="sensor" rel="tag">sensor</a>, <a href="http://www.desinformado.com/index.php/tag/sites-source/" title="Sites Source" rel="tag">Sites Source</a>, <a href="http://www.desinformado.com/index.php/tag/son/" title="son" rel="tag">son</a>, <a href="http://www.desinformado.com/index.php/tag/sony/" title="Sony" rel="tag">Sony</a>, <a href="http://www.desinformado.com/index.php/tag/sony-camera/" title="Sony Camera" rel="tag">Sony Camera</a>, <a href="http://www.desinformado.com/index.php/tag/sony-video/" title="Sony Video" rel="tag">Sony Video</a>, <a href="http://www.desinformado.com/index.php/tag/source/" title="Source" rel="tag">Source</a>, <a href="http://www.desinformado.com/index.php/tag/stereo/" title="stereo" rel="tag">stereo</a>, <a href="http://www.desinformado.com/index.php/tag/storage/" title="Storage" rel="tag">Storage</a>, <a href="http://www.desinformado.com/index.php/tag/t500/" title="T500" rel="tag">T500</a>, <a href="http://www.desinformado.com/index.php/tag/t700/" title="T700" rel="tag">T700</a>, <a href="http://www.desinformado.com/index.php/category/technology/" title="Technology" rel="tag">Technology</a>, <a href="http://www.desinformado.com/index.php/tag/thursday/" title="Thursday" rel="tag">Thursday</a>, <a href="http://www.desinformado.com/index.php/tag/touch/" title="touch" rel="tag">touch</a>, <a href="http://www.desinformado.com/index.php/tag/touchscreen/" title="Touchscreen" rel="tag">Touchscreen</a>, <a href="http://www.desinformado.com/index.php/tag/touchscreen-interface/" title="touchscreen interface" rel="tag">touchscreen interface</a>, <a href="http://www.desinformado.com/index.php/tag/uploading/" title="Uploading" rel="tag">Uploading</a>, <a href="http://www.desinformado.com/index.php/tag/video/" title="Video" rel="tag">Video</a>, <a href="http://www.desinformado.com/index.php/tag/video-capture/" title="Video Capture" rel="tag">Video Capture</a>, <a href="http://www.desinformado.com/index.php/tag/video-site/" title="Video Site" rel="tag">Video Site</a>, <a href="http://www.desinformado.com/index.php/tag/video-sites/" title="Video Sites" rel="tag">Video Sites</a>, <a href="http://www.desinformado.com/index.php/tag/widescreen/" title="widescreen" rel="tag">widescreen</a>, <a href="http://www.desinformado.com/index.php/tag/xel/" title="XEL" rel="tag">XEL</a><br /><br /><br /><br /><br />	<h4>More Related posts</h4><br /><br />	<ul class="st-related-posts"><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/08/15/ocz-adds-250gb-core-series-v2-ssd-drive/" title="OCZ adds 250GB Core Series V2 SSD drive (August 15, 2008)">OCZ adds 250GB Core Series V2 SSD drive</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/08/14/rumor-hints-2ghz-macbook-air-with-120gb-disk/" title="Rumor hints 2GHz MacBook Air with 120GB disk (August 14, 2008)">Rumor hints 2GHz MacBook Air with 120GB disk</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/08/21/nokia-samsung-motorola-unperturbed-by-iphone/" title="Nokia, Samsung, Motorola unperturbed by iPhone (August 21, 2008)">Nokia, Samsung, Motorola unperturbed by iPhone</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/08/19/nokia-intros-sports-car-inspired-8800-carbon-arte/" title="Nokia intros sports car-inspired 8800 Carbon Arte (August 19, 2008)">Nokia intros sports car-inspired 8800 Carbon Arte</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/08/15/dell-to-intro-two-mp3-players-media-sharing/" title="Dell to intro two MP3 players, media sharing (August 15, 2008)">Dell to intro two MP3 players, media sharing</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/08/19/sony-ericsson-intros-red-g900-touchscreen-phone-in-uk/" title="Sony Ericsson Intros Red G900 Touchscreen Phone in U.K. (August 19, 2008)">Sony Ericsson Intros Red G900 Touchscreen Phone in U.K.</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/08/19/sony-80gb-playstation-3-friday-22/" title="Sony 80GB PlayStation 3 Friday 22 (August 19, 2008)">Sony 80GB PlayStation 3 Friday 22</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/08/22/openframe-platform-acts-like-a-landline-locked-iphone/" title="OpenFrame Platform acts like a landline-locked iPhone (August 22, 2008)">OpenFrame Platform acts like a landline-locked iPhone</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/08/25/oosah’s-iphone-app-extends-storage-to-whopping-1tb/" title="Oosah’s iPhone App Extends Storage to Whopping 1TB (August 25, 2008)">Oosah’s iPhone App Extends Storage to Whopping 1TB</a> (0)</li><br /><br />	<li><a href="http://www.desinformado.com/index.php/2008/08/21/gigabyte-to-release-its-atom-based-mini-tablet-pc-in-korea/" title="Gigabyte to release its Atom-based mini tablet pc in Korea (August 21, 2008)">Gigabyte to release its Atom-based mini tablet pc in Korea</a> (0)</li><br /><br /></ul>

<p>Etiquetas: <a href="http://bitacoras.com/canales/technology">technology</a>, <a href="http://bitacoras.com/canales/720p">720p</a>, <a href="http://bitacoras.com/canales/announcements">announcements</a>, <a href="http://bitacoras.com/canales/audio">audio</a>, <a href="http://bitacoras.com/canales/camera">camera</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>garciawilly</dc:creator>
		<title>Nokia N96 starts shipping</title>
		<link>http://www.desinformado.com/index.php/2008/09/03/nokia-n96-starts-shipping</link>
		<guid isPermaLink="true">http://www.desinformado.com/index.php/2008/09/03/nokia-n96-starts-shipping</guid>
		<pubDate>Wed, 03 Sep 2008 14:58:34 +0200</pubDate>
		<category>technology</category>
		<category>art</category>
		<category>ati</category>
		<category>broadcast</category>
		<category>camera</category>
		<description><![CDATA[Por garciawilly en Desinformado.com el 03 de septiembre de 2008 a las 14:58:34

Nokia today finally began shipping the N96, its significantly delayed flagship smartphone. The two-way slider has the same specifications as when it was announced in February and improves on the N95 by holding 16GB of internal storage along with a microSDHC slot for at least 8GB more. Most versions also &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/desinformadomedia">garciawilly</a> en <a href="http://bitacoras.com/bitacora/www.desinformado.com">Desinformado.com</a> el 03 de septiembre de 2008 a las 14:58:34</p>

<p><a href='http://www.desinformado.com/wp-content/uploads/2008/09/nokia-n96.jpg'><img src="http://www.desinformado.com/wp-content/uploads/2008/09/nokia-n96.jpg" alt="" title="nokia-n96" width="420" height="223" class="alignnone size-full wp-image-4628" /></a></p><br /><br /><p>Nokia today finally began shipping the N96, its significantly delayed flagship smartphone. The two-way slider has the same specifications as when it was announced in February and improves on the N95 by holding 16GB of internal storage along with a microSDHC slot for at least 8GB more. Most versions also include a DVB-H tuner to pick up mobile digital TV broadcasts in Europe and other regions that support the new portable video standard. A five-megapixel camera with flash, true GPS and Wi-Fi are also onboard.</p><br /><br /><p><a href="http://www.electronista.com">Source</a></p><br /><br /><span class="akst_link"><a href="http://www.desinformado.com/?p=4627&akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_4627"  class="akst_share_link">Share This</a><br /><br /></span><br /><br /><!-- start wp-tags-to-technorati 0.95 --><br /><br /><br /><br /><p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/-' rel='tag' target='_blank'>-</a>, <a class='technorati-link' href='http://technorati.com/tag/Art' rel='tag' target='_blank'>Art</a>, <a class='technorati-link' href='http://technorati.com/tag/As' rel='tag' target='_blank'>As</a>, <a class='technorati-link' href='http://technorati.com/tag/ATI' rel='tag' target='_blank'>ATI</a>, <a class='technorati-link' href='http://technorati.com/tag/Broadcast' rel='tag' target='_blank'>Broadcast</a>, <a class='technorati-link' href='http://technorati.com/tag/Camera' rel='tag' target='_blank'>Camera</a>, <a class='technorati-link' href='http://technorati.com/tag/Dca' rel='tag' target='_blank'>Dca</a>, <a class='technorati-link' href='http://technorati.com/tag/delayed' rel='tag' target='_blank'>delayed</a>, <a class='technorati-link' href='http://technorati.com/tag/Dhc' rel='tag' target='_blank'>Dhc</a>, <a class='technorati-link' href='http://technorati.com/tag/Digital' rel='tag' target='_blank'>Digital</a>, <a class='technorati-link' href='http://technorati.com/tag/Digital+Tv' rel='tag' target='_blank'>Digital Tv</a>, <a class='technorati-link' href='http://technorati.com/tag/digital+tv+broadcasts' rel='tag' target='_blank'>digital tv broadcasts</a>, <a class='technorati-link' href='http://technorati.com/tag/Dvb' rel='tag' target='_blank'>Dvb</a>, <a class='technorati-link' href='http://technorati.com/tag/DVB-H' rel='tag' target='_blank'>DVB-H</a>, <a class='technorati-link' href='http://technorati.com/tag/Ea' rel='tag' target='_blank'>Ea</a>, <a class='technorati-link' href='http://technorati.com/tag/Europe' rel='tag' target='_blank'>Europe</a>, <a class='technorati-link' href='http://technorati.com/tag/February' rel='tag' target='_blank'>February</a>, <a class='technorati-link' href='http://technorati.com/tag/Fi' rel='tag' target='_blank'>Fi</a>, <a class='technorati-link' href='http://technorati.com/tag/Flagship' rel='tag' target='_blank'>Flagship</a>, <a class='technorati-link' href='http://technorati.com/tag/flash' rel='tag' target='_blank'>flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Gap' rel='tag' target='_blank'>Gap</a>, <a class='technorati-link' href='http://technorati.com/tag/Gb' rel='tag' target='_blank'>Gb</a>, <a class='technorati-link' href='http://technorati.com/tag/GPS' rel='tag' target='_blank'>GPS</a>, <a class='technorati-link' href='http://technorati.com/tag/Ign' rel='tag' target='_blank'>Ign</a>, <a class='technorati-link' href='http://technorati.com/tag/IM' rel='tag' target='_blank'>IM</a>, <a class='technorati-link' href='http://technorati.com/tag/in' rel='tag' target='_blank'>in</a>, <a class='technorati-link' href='http://technorati.com/tag/Inc' rel='tag' target='_blank'>Inc</a>, <a class='technorati-link' href='http://technorati.com/tag/Internal+Storage' rel='tag' target='_blank'>Internal Storage</a>, <a class='technorati-link' href='http://technorati.com/tag/Lot' rel='tag' target='_blank'>Lot</a>, <a class='technorati-link' href='http://technorati.com/tag/Megapixel' rel='tag' target='_blank'>Megapixel</a>, <a class='technorati-link' href='http://technorati.com/tag/Megapixel+Camera' rel='tag' target='_blank'>Megapixel Camera</a>, <a class='technorati-link' href='http://technorati.com/tag/megapixel+camera+with+flash' rel='tag' target='_blank'>megapixel camera with flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsd' rel='tag' target='_blank'>Microsd</a>, <a class='technorati-link' href='http://technorati.com/tag/microSDHC' rel='tag' target='_blank'>microSDHC</a>, <a class='technorati-link' href='http://technorati.com/tag/Mobile' rel='tag' target='_blank'>Mobile</a>, <a class='technorati-link' href='http://technorati.com/tag/mobile+digital+tv' rel='tag' target='_blank'>mobile digital tv</a>, <a class='technorati-link' href='http://technorati.com/tag/Mp' rel='tag' target='_blank'>Mp</a>, <a class='technorati-link' href='http://technorati.com/tag/n95' rel='tag' target='_blank'>n95</a>, <a class='technorati-link' href='http://technorati.com/tag/N96' rel='tag' target='_blank'>N96</a>, <a class='technorati-link' href='http://technorati.com/tag/New' rel='tag' target='_blank'>New</a>, <a class='technorati-link' href='http://technorati.com/tag/Nokia' rel='tag' target='_blank'>Nokia</a>, <a class='technorati-link' href='http://technorati.com/tag/Nokia+N96' rel='tag' target='_blank'>Nokia N96</a>, <a class='technorati-link' href='http://technorati.com/tag/onboard' rel='tag' target='_blank'>onboard</a>, <a class='technorati-link' href='http://technorati.com/tag/Ource' rel='tag' target='_blank'>Ource</a>, <a class='technorati-link' href='http://technorati.com/tag/Pho' rel='tag' target='_blank'>Pho</a>, <a class='technorati-link' href='http://technorati.com/tag/Phon' rel='tag' target='_blank'>Phon</a>, <a class='technorati-link' href='http://technorati.com/tag/Phone' rel='tag' target='_blank'>Phone</a>, <a class='technorati-link' href='http://technorati.com/tag/Portable' rel='tag' target='_blank'>Portable</a>, <a class='technorati-link' href='http://technorati.com/tag/region' rel='tag' target='_blank'>region</a>, <a class='technorati-link' href='http://technorati.com/tag/Sdhc' rel='tag' target='_blank'>Sdhc</a>, <a class='technorati-link' href='http://technorati.com/tag/Shipping' rel='tag' target='_blank'>Shipping</a>, <a class='technorati-link' href='http://technorati.com/tag/Slider' rel='tag' target='_blank'>Slider</a>, <a class='technorati-link' href='http://technorati.com/tag/slot' rel='tag' target='_blank'>slot</a>, <a class='technorati-link' href='http://technorati.com/tag/Smar' rel='tag' target='_blank'>Smar</a>, <a class='technorati-link' href='http://technorati.com/tag/Smart' rel='tag' target='_blank'>Smart</a>, <a class='technorati-link' href='http://technorati.com/tag/smartphone' rel='tag' target='_blank'>smartphone</a>, <a class='technorati-link' href='http://technorati.com/tag/Source' rel='tag' target='_blank'>Source</a>, <a class='technorati-link' href='http://technorati.com/tag/Spec' rel='tag' target='_blank'>Spec</a>, <a class='technorati-link' href='http://technorati.com/tag/standard' rel='tag' target='_blank'>standard</a>, <a class='technorati-link' href='http://technorati.com/tag/Storage' rel='tag' target='_blank'>Storage</a>, <a class='technorati-link' href='http://technorati.com/tag/support' rel='tag' target='_blank'>support</a>, <a class='technorati-link' href='http://technorati.com/tag/today' rel='tag' target='_blank'>today</a>, <a class='technorati-link' href='http://technorati.com/tag/tuner' rel='tag' target='_blank'>tuner</a>, <a class='technorati-link' href='http://technorati.com/tag/TV' rel='tag' target='_blank'>TV</a>, <a class='technorati-link' href='http://technorati.com/tag/version' rel='tag' target='_blank'>version</a>, <a class='technorati-link' href='http://technorati.com/tag/Video' rel='tag' target='_blank'>Video</a>, <a class='technorati-link' href='http://technorati.com/tag/way' rel='tag' target='_blank'>way</a>, <a class='technorati-link' href='http://technorati.com/tag/Wi' rel='tag' target='_blank'>Wi</a>, <a class='technorati-link' href='http://technorati.com/tag/Wi-Fi' rel='tag' target='_blank'>Wi-Fi</a>, <a class='technorati-link' href='http://technorati.com/tag/Wit' rel='tag' target='_blank'>Wit</a></p><br /><br /><br /><br /><!-- end wp-tags-to-technorati -->

<p>Etiquetas: <a href="http://bitacoras.com/canales/technology">technology</a>, <a href="http://bitacoras.com/canales/art">art</a>, <a href="http://bitacoras.com/canales/ati">ati</a>, <a href="http://bitacoras.com/canales/broadcast">broadcast</a>, <a href="http://bitacoras.com/canales/camera">camera</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>garciawilly</dc:creator>
		<title>Buffalo launched its first iPhone 3G Friendly NAS</title>
		<link>http://www.desinformado.com/index.php/2008/09/03/buffalo-launched-its-first-iphone-3g-friendly-nas</link>
		<guid isPermaLink="true">http://www.desinformado.com/index.php/2008/09/03/buffalo-launched-its-first-iphone-3g-friendly-nas</guid>
		<pubDate>Wed, 03 Sep 2008 15:05:59 +0200</pubDate>
		<category>technology</category>
		<category>1tb</category>
		<category>acce</category>
		<category>back</category>
		<category>buffalo</category>
		<description><![CDATA[Por garciawilly en Desinformado.com el 03 de septiembre de 2008 a las 15:05:59

Here you are a small NAS, the LS-GL series, available in either 500GB, 640GB or 1TB which is completely iPhone 3G friendly. Not only you will have a nice iPhone 3G ready web interface but you will be able to easily access to your Photos, Mp3 or Video from the very same interface and enjoy them on your d &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/desinformadomedia">garciawilly</a> en <a href="http://bitacoras.com/bitacora/www.desinformado.com">Desinformado.com</a> el 03 de septiembre de 2008 a las 15:05:59</p>

<p><a href='http://www.desinformado.com/wp-content/uploads/2008/09/buffalo_ls_gl_1.jpg'><img src="http://www.desinformado.com/wp-content/uploads/2008/09/buffalo_ls_gl_1.jpg" alt="" title="buffalo_ls_gl_1" width="425" height="659" class="alignnone size-full wp-image-4632" /></a></p><br /><br /><p>Here you are a small NAS, the LS-GL series, available in either 500GB, 640GB or 1TB which is completely iPhone 3G friendly. Not only you will have a nice iPhone 3G ready web interface but you will be able to easily access to your Photos, Mp3 or Video from the very same interface and enjoy them on your device. This feature will work either in your local network or on the go thanks to your 3G connection or a Free Wireless AP. Our LS-GL series NAS is Time Machine ready and capable of backing up any documents or photos (from a Digital camera) directly to its internal HDD without the needs of using a PC, this Via its USB port.</p><br /><br /><p><a href="http://www.akihabaranews.com">Source</a></p><br /><br /><span class="akst_link"><a href="http://www.desinformado.com/?p=4631&akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_4631"  class="akst_share_link">Share This</a><br /><br /></span><br /><br /><!-- start wp-tags-to-technorati 0.95 --><br /><br /><br /><br /><p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/-' rel='tag' target='_blank'>-</a>, <a class='technorati-link' href='http://technorati.com/tag/1tb' rel='tag' target='_blank'>1tb</a>, <a class='technorati-link' href='http://technorati.com/tag/3G' rel='tag' target='_blank'>3G</a>, <a class='technorati-link' href='http://technorati.com/tag/Acce' rel='tag' target='_blank'>Acce</a>, <a class='technorati-link' href='http://technorati.com/tag/back' rel='tag' target='_blank'>back</a>, <a class='technorati-link' href='http://technorati.com/tag/Buffalo' rel='tag' target='_blank'>Buffalo</a>, <a class='technorati-link' href='http://technorati.com/tag/Camera' rel='tag' target='_blank'>Camera</a>, <a class='technorati-link' href='http://technorati.com/tag/Connec' rel='tag' target='_blank'>Connec</a>, <a class='technorati-link' href='http://technorati.com/tag/connection' rel='tag' target='_blank'>connection</a>, <a class='technorati-link' href='http://technorati.com/tag/Cum' rel='tag' target='_blank'>Cum</a>, <a class='technorati-link' href='http://technorati.com/tag/device' rel='tag' target='_blank'>device</a>, <a class='technorati-link' href='http://technorati.com/tag/Digital' rel='tag' target='_blank'>Digital</a>, <a class='technorati-link' href='http://technorati.com/tag/Digital+Camera' rel='tag' target='_blank'>Digital Camera</a>, <a class='technorati-link' href='http://technorati.com/tag/DS' rel='tag' target='_blank'>DS</a>, <a class='technorati-link' href='http://technorati.com/tag/Ea' rel='tag' target='_blank'>Ea</a>, <a class='technorati-link' href='http://technorati.com/tag/end' rel='tag' target='_blank'>end</a>, <a class='technorati-link' href='http://technorati.com/tag/Face' rel='tag' target='_blank'>Face</a>, <a class='technorati-link' href='http://technorati.com/tag/feature' rel='tag' target='_blank'>feature</a>, <a class='technorati-link' href='http://technorati.com/tag/Fi' rel='tag' target='_blank'>Fi</a>, <a class='technorati-link' href='http://technorati.com/tag/Free' rel='tag' target='_blank'>Free</a>, <a class='technorati-link' href='http://technorati.com/tag/G+Friendly' rel='tag' target='_blank'>G Friendly</a>, <a class='technorati-link' href='http://technorati.com/tag/Gb' rel='tag' target='_blank'>Gb</a>, <a class='technorati-link' href='http://technorati.com/tag/Han' rel='tag' target='_blank'>Han</a>, <a class='technorati-link' href='http://technorati.com/tag/HD' rel='tag' target='_blank'>HD</a>, <a class='technorati-link' href='http://technorati.com/tag/Hdd' rel='tag' target='_blank'>Hdd</a>, <a class='technorati-link' href='http://technorati.com/tag/IM' rel='tag' target='_blank'>IM</a>, <a class='technorati-link' href='http://technorati.com/tag/Interface' rel='tag' target='_blank'>Interface</a>, <a class='technorati-link' href='http://technorati.com/tag/internal+hdd' rel='tag' target='_blank'>internal hdd</a>, <a class='technorati-link' href='http://technorati.com/tag/Iphon' rel='tag' target='_blank'>Iphon</a>, <a class='technorati-link' href='http://technorati.com/tag/Iphone' rel='tag' target='_blank'>Iphone</a>, <a class='technorati-link' href='http://technorati.com/tag/Launch' rel='tag' target='_blank'>Launch</a>, <a class='technorati-link' href='http://technorati.com/tag/Local+Network' rel='tag' target='_blank'>Local Network</a>, <a class='technorati-link' href='http://technorati.com/tag/LS-GL' rel='tag' target='_blank'>LS-GL</a>, <a class='technorati-link' href='http://technorati.com/tag/Mac' rel='tag' target='_blank'>Mac</a>, <a class='technorati-link' href='http://technorati.com/tag/machine' rel='tag' target='_blank'>machine</a>, <a class='technorati-link' href='http://technorati.com/tag/Mp' rel='tag' target='_blank'>Mp</a>, <a class='technorati-link' href='http://technorati.com/tag/MP3' rel='tag' target='_blank'>MP3</a>, <a class='technorati-link' href='http://technorati.com/tag/Nas' rel='tag' target='_blank'>Nas</a>, <a class='technorati-link' href='http://technorati.com/tag/netwo' rel='tag' target='_blank'>netwo</a>, <a class='technorati-link' href='http://technorati.com/tag/Network' rel='tag' target='_blank'>Network</a>, <a class='technorati-link' href='http://technorati.com/tag/Ource' rel='tag' target='_blank'>Ource</a>, <a class='technorati-link' href='http://technorati.com/tag/Pho' rel='tag' target='_blank'>Pho</a>, <a class='technorati-link' href='http://technorati.com/tag/Phone' rel='tag' target='_blank'>Phone</a>, <a class='technorati-link' href='http://technorati.com/tag/Photo' rel='tag' target='_blank'>Photo</a>, <a class='technorati-link' href='http://technorati.com/tag/Photos' rel='tag' target='_blank'>Photos</a>, <a class='technorati-link' href='http://technorati.com/tag/Pl' rel='tag' target='_blank'>Pl</a>, <a class='technorati-link' href='http://technorati.com/tag/Rea' rel='tag' target='_blank'>Rea</a>, <a class='technorati-link' href='http://technorati.com/tag/ready+web' rel='tag' target='_blank'>ready web</a>, <a class='technorati-link' href='http://technorati.com/tag/Series' rel='tag' target='_blank'>Series</a>, <a class='technorati-link' href='http://technorati.com/tag/Source' rel='tag' target='_blank'>Source</a>, <a class='technorati-link' href='http://technorati.com/tag/the' rel='tag' target='_blank'>the</a>, <a class='technorati-link' href='http://technorati.com/tag/time' rel='tag' target='_blank'>time</a>, <a class='technorati-link' href='http://technorati.com/tag/Time+Machine' rel='tag' target='_blank'>Time Machine</a>, <a class='technorati-link' href='http://technorati.com/tag/USB' rel='tag' target='_blank'>USB</a>, <a class='technorati-link' href='http://technorati.com/tag/Usb+Port' rel='tag' target='_blank'>Usb Port</a>, <a class='technorati-link' href='http://technorati.com/tag/Via' rel='tag' target='_blank'>Via</a>, <a class='technorati-link' href='http://technorati.com/tag/Video' rel='tag' target='_blank'>Video</a>, <a class='technorati-link' href='http://technorati.com/tag/web+interface' rel='tag' target='_blank'>web interface</a>, <a class='technorati-link' href='http://technorati.com/tag/Wireless' rel='tag' target='_blank'>Wireless</a>, <a class='technorati-link' href='http://technorati.com/tag/wireless+ap' rel='tag' target='_blank'>wireless ap</a>, <a class='technorati-link' href='http://technorati.com/tag/Wit' rel='tag' target='_blank'>Wit</a></p><br /><br /><br /><br /><!-- end wp-tags-to-technorati -->

<p>Etiquetas: <a href="http://bitacoras.com/canales/technology">technology</a>, <a href="http://bitacoras.com/canales/1tb">1tb</a>, <a href="http://bitacoras.com/canales/acce">acce</a>, <a href="http://bitacoras.com/canales/back">back</a>, <a href="http://bitacoras.com/canales/buffalo">buffalo</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>admin</dc:creator>
		<title>Griffing updates its product line for the iPhone 3G</title>
		<link>http://iphonenews.desinformado.com/index.php/2008/09/06/griffing-updates-its-product-line-for-the-iphone-3g</link>
		<guid isPermaLink="true">http://iphonenews.desinformado.com/index.php/2008/09/06/griffing-updates-its-product-line-for-the-iphone-3g</guid>
		<pubDate>Sun, 07 Sep 2008 01:48:11 +0200</pubDate>
		<category>ipod economy</category>
		<category>accesories</category>
		<category>ipod</category>
		<category>12v auto</category>
		<category>auto charger</category>
		<description><![CDATA[Por admin en Iphone News at Desinformado.com el 07 de septiembre de 2008 a las 01:48:11

Many of the new products introduced to the international market at IFA are new, updated models of Griffin’s best sellers. The seminal iTrip family of FM transmitters recently added a lithium-ion battery powered model – iTrip Universal. In addition, iTrip Auto sports a new look and refreshed des &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/desinformadomedia">admin</a> en <a href="http://bitacoras.com/bitacora/iphonenews.desinformado.com">Iphone News at Desinformado.com</a> el 07 de septiembre de 2008 a las 01:48:11</p>

Many of the new products introduced to the international market at IFA are new, updated models of Griffin’s best sellers. The seminal iTrip family of FM transmitters recently added a lithium-ion battery powered model – iTrip Universal. In addition, iTrip Auto sports a new look and refreshed design just in time for the upcoming holiday [...]

<p>Etiquetas: <a href="http://bitacoras.com/canales/ipod+economy">ipod economy</a>, <a href="http://bitacoras.com/canales/accesories">accesories</a>, <a href="http://bitacoras.com/canales/ipod">ipod</a>, <a href="http://bitacoras.com/canales/12v+auto">12v auto</a>, <a href="http://bitacoras.com/canales/auto+charger">auto charger</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>Frank Guillen</dc:creator>
		<title>LifeBook gets new swappable lids (Gallery included)</title>
		<link>http://www.desinformado.com/index.php/2008/10/04/lifebook-gets-new-swappable-lids-gallery-included</link>
		<guid isPermaLink="true">http://www.desinformado.com/index.php/2008/10/04/lifebook-gets-new-swappable-lids-gallery-included</guid>
		<pubDate>Sat, 04 Oct 2008 06:54:38 +0200</pubDate>
		<category>technology</category>
		<category>accidental spills</category>
		<category>base configuration</category>
		<category>bright images</category>
		<category>canadian customers</category>
		<description><![CDATA[Por Frank Guillen en Desinformado.com el 04 de octubre de 2008 a las 06:54:38

Fujitsu introduced a new swappable PC computer lids available in three vibrant colors with three distinct patterns on the new LifeBook A1110 sub-$800 multimedia notebook. Interchangeable by simply snapping the lids onto the LCD cover, consumers can express themselves with an eye-catching green mod labyri &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitaco