<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>nataliav.me</title>
    <link>http://nataliav.me</link>
    <description>talking about social media. software, etcetera</description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" type="application/json" rel="http://api.friendfeed.com/2008/03#sup" href="http://posterous.com/api/sup_update#53b28c1fb" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/nataliav" /><feedburner:info uri="nataliav" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
      <pubDate>Mon, 04 Jan 2010 15:58:33 -0800</pubDate>
      <title>Customizing web pages</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/LuD48YG_2H8/customizing-web-pages</link>
      <guid isPermaLink="false">http://nataliav.me/customizing-web-pages</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Reading text on a white screen with a poor choice of typography is quite hard to the eyes. User style sheets is an accesibility feature that comes handy for everyone. For example on Safari, we can go to Preferences &amp;gt; Advances and select our custom made style sheet. The changes will apply on every website made in HTML, it won&amp;rsquo;t work on Flash sites.&lt;/p&gt;
&lt;h2&gt;Customizing background color and font&lt;/h2&gt;
&lt;p&gt;If you&amp;rsquo;re not familiar with CSS coding, you can try out &lt;a href="http://code.google.com/p/better-web-readability-project/"&gt;typography.css&lt;/a&gt; from the Better Web Readability Project. If you want to hand code your CSS choose a neutral background color, a font designed for the screen and a big font size.&lt;/p&gt;
&lt;h2&gt;Hiding undesired content&lt;/h2&gt;
&lt;p&gt;Do you participate in Twitter? If you don&amp;rsquo;t want to keep track of your followers number, look up the class or ID of the container in Firebug and add a line to your user style sheet.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#follower_count_link{display:none}&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;User vs Author style sheets&lt;/h2&gt;
&lt;p&gt;What does user styles sheet meant for designers? Just remember not to abuse on &lt;strong style="color: red;"&gt;!important&lt;/strong&gt; declarations, so that the user can adjust the web page to their needs and likes.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/customizing-web-pages"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/customizing-web-pages#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/LuD48YG_2H8" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/customizing-web-pages</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 28 Dec 2009 17:02:00 -0800</pubDate>
      <title>Navegadores web para Windows</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/aEIw5Bh7FbM/navegadores-web-para-windows</link>
      <guid isPermaLink="false">http://nataliav.me/navegadores-web-para-windows</guid>
      <description>&lt;p&gt;
	&lt;p&gt;A medida que Internet se torna m&amp;aacute;s participativa y adem&amp;aacute;s de mirar p&amp;aacute;ginas, empezamos a comprar online y usar aplicaciones basadas en web - desde el simple correo electr&amp;oacute;nico hasta aplicaciones para gestionar nuestro negocio - empieza a tomar relevancia cu&amp;aacute;l programa estamos usando.&lt;/p&gt;
&lt;p&gt;Usar la &amp;uacute;ltima versi&amp;oacute;n del navegador preferido, es altamente recomendable para evitar problemas de seguridad, pero aparte de la seguridad, hay caracter&amp;iacute;sticas que nos pueden resultar &amp;uacute;tiles. A continuaci&amp;oacute;n voy a comentar los puntos fuertes de cada navegador (en orden alfab&amp;eacute;tico).&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://www.apple.com/es/safari/"&gt;Apple Safari &lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Safari tiene una visualizaci&amp;oacute;n &amp;uacute;nica de las p&amp;aacute;ginas visitadas, el cover flow de Apple. Tiene tambi&amp;eacute;n un suavizado de fuentes propio, que hace que las tipograf&amp;iacute;as en tama&amp;ntilde;os grandes, luzcan asombrosas.&lt;/p&gt;
&lt;p&gt;Muchos desarrolladores utilizan el Firefug e YSlow (para Firefox), Safari cuenta con un inspector web y otras herramientas para desarrolladores nativas, que cumple las mismas funciones.&lt;/p&gt;
&lt;p&gt;Es ideal para dise&amp;ntilde;adores y desarrolladores y cualquier persona que valore la calidad hasta en los m&amp;aacute;s m&amp;iacute;nimos detalles.&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://flock.com/"&gt;Flock&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Se define como el navegador web social, adem&amp;aacute;s de como navegador, funciona como cliente de Facebook, Twitter y otros. Lo estuve probando y me aburr&amp;iacute; en 2 d&amp;iacute;as, no le encontr&amp;eacute; sentido a estar conectada todo el tiempo a Twitter, mientras estoy haciendo otras tareas y algunas funciones no son demasiado claras.&lt;/p&gt;
&lt;p&gt;Es ideal para quienes quieran probar algo nuevo, pero todav&amp;iacute;a le falta desarrollo.&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://www.google.com/chrome/"&gt;Google Chrome&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Chrome es el navegador web de Google, est&amp;aacute; basado en webkit, al igual que Safari. A primera vista, llama la atenci&amp;oacute;n su dise&amp;ntilde;o minimalista, pero con el uso, nos damos cuenta, que no le falta nada. La interfase ocupa pocos pixeles y no tiene colores que nos distraigan, lo m&amp;aacute;s importante al usar Google Chrome, es la web, no el programa en s&amp;iacute;.&lt;/p&gt;
&lt;p&gt;La barra de direcciones y el buscador est&amp;aacute;n integrados y se puede escribir una URL, el nombre de un sitio, palabras claves, etc. y siempre llegamos a nuestro destino. Los sitios m&amp;aacute;s visitados, las pesta&amp;ntilde;as cerradas recientemente, el historial y las descargas, son muy f&amp;aacute;ciles de usar.&lt;/p&gt;
&lt;h3&gt;Rendimiento y estabilidad&lt;/h3&gt;
&lt;p&gt;&lt;object height="417" width="500"&gt;&lt;param name="movie" value="http://www.youtube.com/v/9GLrAAChKRQ&amp;hl=en&amp;fs=1" /&gt;&lt;/param&gt;&lt;param name="wmode" value="window" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/9GLrAAChKRQ&amp;hl=en&amp;fs=1" allowfullscreen="true" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="window" height="417" width="500"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;p /&gt;  El rendimiento de Chrome y Safari es excepcional en las p&amp;aacute;ginas que utilizan JavaScript (aplicaciones). Otra ventaja, es que si una pesta&amp;ntilde;a se cuelga, se puede cerrar (con el administrador de tareas) sin afectar al resto.&lt;/p&gt;
&lt;p&gt;Chrome es ideal para quienes quieran enfocarse en la productividad.&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://www.microsoft.com/spain/windows/internet-explorer/"&gt;Microsoft Internet Explorer 8&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Los productos de Microsoft, suelen tener muchos detractores con cr&amp;iacute;ticas fundadas o infundadas. Es cierto que el Internet Explorer 6 tiene hoy en d&amp;iacute;a fallas graves de seguridad y problemas de visualizaci&amp;oacute;n, pero en la versi&amp;oacute;n 8 fueron totalmente solucionadas.&lt;/p&gt;
&lt;h3&gt;Navegaci&amp;oacute;n InPrivate (de inc&amp;oacute;gnito)&lt;/h3&gt;
&lt;p&gt;El ejemplo que se suele poner es que est&amp;aacute;s comprando un regalo de cumplea&amp;ntilde;os para alguien y no quer&amp;eacute;s que se entere, pero b&amp;aacute;sicamente sirve para navegar sin dejar rastros de nuestra actividad.&lt;/p&gt;
&lt;p&gt;Este navegador es ideal para personas que est&amp;eacute;n acostumbras a usar los programas de Microsoft (por ejemplo Office), porque les va a resultar familiar.&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://www.mozilla-europe.org/es/firefox/"&gt;Mozilla Firefox&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Firefox tiene muchos complementos. Fuera de eso, no le encuentro ninguna ventaja, No tiene ninguna funci&amp;oacute;n exclusiva, que los dem&amp;aacute;s navegadores no tengan. En cuanto al rendimiento, las &amp;uacute;ltimas versiones, son particularmente lentas, sobre todo a la hora de abrir el programa y actualizar los complementos, solicitando frecuentemente reiniciar el programa.&lt;/p&gt;
&lt;p&gt;Es ideal para los fan&amp;aacute;ticos a muerte del software libre o para los cr&amp;eacute;dulos que se convenzan de que es mejor que los dem&amp;aacute;s por la "barra de direcciones alucinante" y la "supervelocidad".&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://www.opera.com/browser/"&gt;Opera 10&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Le han incorporado tantas caracter&amp;iacute;sticas que hoy en d&amp;iacute;a suena raro llamarlo navegador a secas, es una suite que incorpora todas las funciones asociadas con la web, pero probablemente es demasiado para la mayor&amp;iacute;a de los usuarios. Los gestos del mouse, es una funci&amp;oacute;n, por ejemplo, que nunca le encontr&amp;eacute; utilidad ni conozco a nadie que la use.&lt;/p&gt;
&lt;h3&gt;Turbo&lt;/h3&gt;
&lt;p&gt;Una de las funciones m&amp;aacute;s interesantes de Opera es Turbo. Sirve para acelerar la navegaci&amp;oacute;n cuando detecta que la conexi&amp;oacute;n es lenta, el mecanismo es muy similar al Opera Mini (versi&amp;oacute;n para el celular).&lt;/p&gt;
&lt;h3&gt;Email, RSS, Torrents&lt;/h3&gt;
&lt;p&gt;Opera cuenta con un cliente de correo, un lector RSS y un gestor de descargas con BitTorrent, para descargar un torrent cada tanto, es m&amp;aacute;s pr&amp;aacute;ctico usar el Opera que un cliente de dudosa procedencia.&lt;/p&gt;
&lt;h3&gt;Discado r&amp;aacute;pido y m&amp;uacute;ltiples p&amp;aacute;ginas de inicio&lt;/h3&gt;
&lt;p&gt;Opera se abre con todas las pesta&amp;ntilde;as con las que se cerr&amp;oacute;, de esta manera permite tener m&amp;uacute;ltiples p&amp;aacute;ginas de inicio o restaurar la sesi&amp;oacute;n si el programa se cierra por error. Al discado r&amp;aacute;pido, se pueden agregar 9 sitios para acceder r&amp;aacute;pidamente, es parecido a los favoritos o marcadores. Hay otros programas que hacen lo mismo, pero Opera fue el precursor.&lt;/p&gt;
&lt;p&gt;Opera es ideal para quienes tengan una conexi&amp;oacute;n lenta y para quienes quieran tener todo en uno.&lt;/p&gt;
&lt;h2&gt;Conclusiones&lt;/h2&gt;
&lt;p&gt;Basarse exclusivamente en estad&amp;iacute;sticas de rendimiento o en datos t&amp;eacute;cnicos, no contempla la experiencia del usuario, que es lo m&amp;aacute;s importante cuando se usa un programa tan seguido, como en el caso de los navegadores.&amp;nbsp;Por eso, siempre y cuando est&amp;eacute; actualizado, recomiendo usar el navegador con el cual se sientan m&amp;aacute;s c&amp;oacute;modos.&lt;/p&gt;
&lt;p&gt;En lo personal, uso Chrome, porque me permite realizar mis tareas frecuentes online r&amp;aacute;pidamente y no desperdicio espacio en la pantalla con mil barras in&amp;uacute;tiles. &amp;iquest;Ustedes cu&amp;aacute;l prefieren y por qu&amp;eacute;?&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/navegadores-web-para-windows"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/navegadores-web-para-windows#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/aEIw5Bh7FbM" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/navegadores-web-para-windows</feedburner:origLink></item>
    <item>
      <pubDate>Sun, 27 Dec 2009 17:52:00 -0800</pubDate>
      <title>True Blood: When TV is better than books</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/oarDHnyviRY/true-blood-when-tv-is-better-than-books</link>
      <guid isPermaLink="false">http://nataliav.me/true-blood-when-tv-is-better-than-books</guid>
      <description>&lt;p&gt;
	&lt;p&gt;First of all I want say that I like TV, but I love reading. &lt;a href="http://www.hbo.com/trueblood/"&gt;HBO's True Blood&lt;/a&gt; is based on &lt;a href="http://www.charlaineharris.com/bibliography/bibliog-sookie.html"&gt;Charlaine Harris's Sookie Stackhouse novels&lt;/a&gt;, usually books are better than movies / TV shows, but not in this case.&lt;/p&gt;
&lt;p&gt;&lt;object height="281" width="500"&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3318600&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1" /&gt;&lt;embed allowfullscreen="true" src="http://vimeo.com/moogaloop.swf?clip_id=3318600&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" type="application/x-shockwave-flash" height="281" width="500"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;h2&gt;The Sex&lt;/h2&gt;
&lt;p&gt;In The Southern Vampire Mysteries, there are some sex scenes narrated from a female point of view. Sookie is a 26 year old who doesn't have much experience with men, so the descriptions are quite naive. &amp;nbsp;She says that vampires are cold, don't breathe and their harts don't beat, but in the TV show, Bill the vampire, really looks like a corpse. True Blood sex scenes are disturbing, in the necrophilia disturbing kind of way.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;The Drugs&lt;/h2&gt;
&lt;p&gt;When humans drink vampire blood, they get strength, highlightened senses, etc. In the book, humans drain vampires, which is a crime, and sell their blood. It's like saying that dealing drugs is bad&amp;hellip; In True Blood, there're vampires involved in the business, now, that's interesting. &amp;nbsp;&lt;/p&gt;
&lt;h2&gt;The Characters&lt;/h2&gt;
&lt;p&gt;Sookie, Bill, Eric, Sam, etc. are give or take the same in the book and the TV show. Supporting characters like Lafayette and the maenad are brute diamonds in the book that shine on TV.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Lafayette is a colorful African American gay cooker, who gets killed in about the 2nd page of Dead in Dallas. On TV, he doesn't do anything extraordinary, but he shows the double standard of politicians, and helps to define the identity of other characters.&lt;/p&gt;
&lt;p&gt;The maenad is a mythological being that is passing through Bon Temps and causes minor disturbances. In True Blood, Mary Anne makes the whole town participate in an orgy and wants to sacrifice a shape shifter in a pagan ritual.&lt;/p&gt;
&lt;p&gt;In the books, when a vampires kills another, she must pay a fine. In True Blood, justice is not about money, it's making a new vampire, so there's a teenage vampire. The humans are in the late twenties or thirties, and the vampires of course are mature, so having a teenager character adds a note of humor.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;The Sookie Stackhouse novels and True Blood are different, the books are not bad at all and worth reading, specially if you're a woman, since they're quite romantic. The books are just yet another vampire tale, but True Blood definetely stands out from the other vampires TV shows. There's a female woman and a male vampire, but that's the only coincidence with other shows.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What Alan Ball did with Charlaine Harris world reminds me of what Stanley Kubrick / Steven Spielberg done with &lt;em&gt;Super-Toys Last All Summer Long&lt;/em&gt;, discovering a good idea and make it better.&lt;/p&gt;
&lt;p&gt;&amp;iquest;Are you a book worm or a couch potato? &amp;iquest;What do you like better, The Sookie Stackhouse novels or True Blood?&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/true-blood-when-tv-is-better-than-books"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/true-blood-when-tv-is-better-than-books#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/oarDHnyviRY" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/true-blood-when-tv-is-better-than-books</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 24 Dec 2009 05:49:00 -0800</pubDate>
      <title>Fuentes gratis vs fuentes comerciales</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/taGf1hzSlBQ/fuentes-gratis-vs-fuentes-comerciales</link>
      <guid isPermaLink="false">http://nataliav.me/fuentes-gratis-vs-fuentes-comerciales</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Para realizar una pieza impresa o digital podemos optar por utilizar recursos gratuitos o pagos, pero &amp;iquest;en dise&amp;ntilde;o, lo barato sale caro?&lt;/p&gt;
&lt;p&gt;Una familia completa (regular, cursiva, negrita y otras variantes) cuesta alrededor de US$ 150, es bastante tentador entonces utilizar una fuente gratis. Cualquiera puede dise&amp;ntilde;ar un alfabeto, pero un buen dise&amp;ntilde;o deber&amp;iacute;a tener en cuenta varios factores, por ejemplo:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;el idioma&lt;/strong&gt;: cada idioma tienen secuencias de letras que se repiten, en espa&amp;ntilde;ol, despu&amp;eacute;s de la q siempre va una u, por lo tanto aparte del dise&amp;ntilde;o del caracter individual, qu tiene que funcionar bien juntos. Obviamente tambi&amp;eacute;n vamos a necesitar tildes y &amp;ntilde;. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;el medio&lt;/strong&gt;: teniendo en cuenta c&amp;oacute;mo los pixeles forman una imagen en la pantalla o c&amp;oacute;mo los puntos de tinta dibujan las formas, hay tipograf&amp;iacute;as optimizadas para distintos medios, inclusive hay &lt;a href="http://www.tipotype.com/tipos/economica/economica_esp.html"&gt;tipograf&amp;iacute;as dise&amp;ntilde;adas para ahorrar papel&lt;/a&gt;&amp;nbsp;o tinta. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;la t&amp;eacute;cnica&lt;/strong&gt;: &lt;a href="http://www.unostiposduros.com/?p=2203"&gt;dibujar una letra&lt;/a&gt;, no es tan sencillo como parece, prueben imprimir un par de letras de distintas fuentes en tama&amp;ntilde;o A4 y van a notar la diferencia. &lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Usos de las fuentes gratis&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Piezas publicitarias&lt;/strong&gt; (folletos, calendarios, volantes, afiches, animaciones): en el tama&amp;ntilde;o que se van a usar, si tuvieran defectos, no se notan, y no tiene mucho sentido gastar en una fuente fantas&amp;iacute;a que se va a utilizar una &amp;uacute;nica vez.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Logotipos&lt;/strong&gt;: si la tipograf&amp;iacute;a se va a modificar sustancialmente y es s&amp;oacute;lo el punto de partida y adem&amp;aacute;s se necesitan unas pocos caracteres&amp;nbsp; - no el set completo - se puede utilizar cualquier fuente, hay muchas fuentes gratis que son "parecidas a..." y en este caso con parecido alcanza y sobra.&lt;/p&gt;
&lt;h2&gt;Usos de las fuentes comerciales&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Dise&amp;ntilde;o editorial&lt;/strong&gt;: en diarios, revistas, libros, conviene usar una tipograf&amp;iacute;a de las cl&amp;aacute;sicas, que son todas con licencia, o una tipograf&amp;iacute;a de un dise&amp;ntilde;ador contempor&amp;aacute;neo, pero de calidad comprobada, porque es mucha cantidad de texto y en tama&amp;ntilde;os peque&amp;ntilde;os, como para arriesgarse.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Se&amp;ntilde;al&amp;eacute;tica&lt;/strong&gt;: en proyectos de gran envergadura, con un costo alto, es rid&amp;iacute;culo quererse ahorrar unos d&amp;oacute;lares. De las fuentes comerciales hay mucha informaci&amp;oacute;n disponible y se puede investigar f&amp;aacute;cilmente qu&amp;eacute; tipograf&amp;iacute;as son m&amp;aacute;s adecuadas para este tipo de piezas.&lt;/p&gt;
&lt;h2&gt;&amp;iquest;Y para el dise&amp;ntilde;o web?&lt;/h2&gt;
&lt;p&gt;Aparte de las fuentes del sistema, ahora con &lt;a href="http://www.fontsquirrel.com/fontface"&gt;@font-face&lt;/a&gt; y varios servicios (&lt;a href="http://nataliav.me/?sort=&amp;amp;search=typekit"&gt;Typekit&lt;/a&gt;&amp;nbsp;y otros) se puede usar cualquier fuente cuya licencia lo permita, en dise&amp;ntilde;o web, lo que estamos viendo en la pantalla es el producto final, as&amp;iacute; que si queda bien, es v&amp;aacute;lido.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/fuentes-gratis-vs-fuentes-comerciales"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/fuentes-gratis-vs-fuentes-comerciales#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/taGf1hzSlBQ" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/fuentes-gratis-vs-fuentes-comerciales</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 30 Nov 2009 17:28:00 -0800</pubDate>
      <title>¿Is Google Wave right for you?</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/TXGxm-CAUqw/is-google-wave-right-for-you</link>
      <guid isPermaLink="false">http://nataliav.me/is-google-wave-right-for-you</guid>
      <description>&lt;p&gt;
	&lt;h2&gt;Google Wave vs Email&lt;/h2&gt;
&lt;p&gt;Once you send an email, it's gone, you can't edit it. If you want to add someone to the conversation, you have to search and forward messages.&lt;/p&gt;
&lt;p&gt;In Google Wave, you can always edit and adding more people is as easy as drag and drop.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://nataliaventre.com/nataliav/replyedit.png" alt="" /&gt;&lt;/p&gt;
&lt;h2&gt;Google Wave vs Google Docs&lt;/h2&gt;
&lt;p&gt;In Google Docs, if you want to know who write it, you have to previously agree in some kind of code to identify each other. You can see the date of the last modification, but have I read it already? Is there something new? Who knows&amp;hellip;&lt;/p&gt;
&lt;p&gt;In Google Wave, you have the choice to edit or reply at any place in the document / conversation. There's a clear green indicator of unread items.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://nataliaventre.com/nataliav/unread.png" alt="" /&gt;&lt;/p&gt;
&lt;h2&gt;Google Wave vs Instant Messaging&lt;/h2&gt;
&lt;p&gt;Sometimes when you're chatting with several people, you have the need to say something in private, so you'll end up with multiple windows open and more chances to make a mistake.&lt;/p&gt;
&lt;p&gt;In Google Wave, you can have private conversations inside a public conversation, so you can deliver the message to who you want, without making noise to the others.&lt;/p&gt;
&lt;h2&gt;Conclusion: Google Wave at the workplace&lt;/h2&gt;
&lt;p&gt;Google Wave has a good mix of communication and collaboration tools to work in a project with other people. &amp;iquest;A new member has joined the team? Just add her to the wave, and let her know what you've been doing.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://nataliaventre.com/nataliav/addparticipants.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;In other words, Google Wave is just great for the workplace.&lt;/p&gt;
&lt;h2&gt;Conclusion: Google Wave with friends and family&lt;/h2&gt;
&lt;p&gt;Forwarding a video attachment is a waste of time and resources, but when you are hanging out with friends, who cares about productivity?&lt;/p&gt;
&lt;p&gt;For a senior citizen, email is easy, after all is a letter that she can send from the comfort of her home, but a wave, a blip, an extension and a bot&amp;hellip; what are you talking about? There are too many new terms. Adding a bot to your contacts, and then to a wave, to perform automated tasks, I can't imagine explaining that to my mother.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/d1DlxcaKPT1AFHeZnL1G0iTrfvVkI0xdLiUwwv3NbcCXtpcFYPHYdoDdkN1R/bots.png" width="418" height="226"/&gt;
&lt;/p&gt;
&lt;p&gt;For friends and family, stick with Facebook (or email, or better: get together in person!).&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/is-google-wave-right-for-you"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/is-google-wave-right-for-you#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/TXGxm-CAUqw" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/is-google-wave-right-for-you</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 21 Nov 2009 14:46:00 -0800</pubDate>
      <title>Testing Google Chrome OS</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/rrehb2QkoL4/testing-google-os</link>
      <guid isPermaLink="false">http://nataliav.me/testing-google-os</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Following the instructions on &lt;a href="http://www.techcrunch.com/2009/11/19/guide-install-google-chrome-os/"&gt;this article&lt;/a&gt; and downloading the files from &lt;a href="http://gdgt.com/google/chrome-os/download/"&gt;this site&lt;/a&gt;, I installed Google Chrome OS.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Starting&lt;/h2&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/V5ddc8O38gBDP4o6aPbfQMFcQEHARKTxbvZSCwGxMrPDLF45Opfzb1bWKKxF/login.png'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/KaxVcAiak5LZxxJdUgz8tR7wCImNdn5F6ZnsGDAIWWBM6DDLmQO34KvANJyv/login.png.scaled.500.jpg" width="500" height="416"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;Login with a Google Account is a good concept, because you don't need one more extra password and you log in Google at the same time. On the other hand, I had personal and business accounts, so I need to be able to login at different websites with different credentials, I don't think this will be possible without restarting.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;The Operating System&lt;/h2&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/MdZdcVCWBTGQptrPIzKwjHpWphtYJSlMZb6tMn2MhjPFDTiamKA64bLNenna/chromium.png'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/jGXqFnqDQtZAbyNTkxZ9R9d18bFm8Lj1ZuIH4Qi9zY3MrgbrooPEMGYMpNBM/chromium.png.scaled.500.jpg" width="500" height="416"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;It's just a browser!&lt;/strong&gt; There are 2 icons, a battery indicator and an option to turn in/off the Wi-Fi, and nothing more. There's a big icon that apparently is a menu, but nothing happens, so we're going to be patient and wait till next year to fully test the OS. &amp;nbsp;&lt;/p&gt;
&lt;h2&gt;The OS concept&lt;/h2&gt;
&lt;div&gt;&lt;object height="417" width="500"&gt;&lt;param name="movie" value="http://www.youtube.com/v/0QRO3gKj3qw&amp;hl=en&amp;fs=1" /&gt;&lt;/param&gt;&lt;param name="wmode" value="window" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/0QRO3gKj3qw&amp;hl=en&amp;fs=1" allowfullscreen="true" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="window" height="417" width="500"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;p&gt;Google's OS is the first OS with a concept behind: accessing Internet very fast (7 seconds). As a graphic designer, I can't give up all the desktop software, but I think it's a good idea for some people. Way too minimal maybe.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;At this stage, I've seen a more appealing Linux version for netbooks, but it's nice to have more Open Source options.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/testing-google-os"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/testing-google-os#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/rrehb2QkoL4" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/testing-google-os</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 18 Nov 2009 11:54:00 -0800</pubDate>
      <title>Más visualizaciones para Google Analytics</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/MWq7BBNds3Y/mas-visualizaciones-para-google-analytics</link>
      <guid isPermaLink="false">http://nataliav.me/mas-visualizaciones-para-google-analytics</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;a href="http://analyticsvisualizations.appspot.com/"&gt;Juice Analytics&lt;/a&gt; ofrece 2 visualizaciones.&lt;/p&gt;
&lt;h2&gt;El flujo de referrers&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/36X0G4AAXifWGccNzhqUFMTJpVrUomYLx3tnbvk8figbYv9rapQYwsqQ5aNP/mosaico.png" width="457" height="458"/&gt;
&lt;/p&gt;
&lt;p&gt;Desde qu&amp;eacute; fuente ingresan los visitantes a cu&amp;aacute;l p&amp;aacute;gina. Cada rect&amp;aacute;ngulo es una p&amp;aacute;gina, el tama&amp;ntilde;o representa la cantidad de visitas y los colores el bounce rate. Est&amp;aacute; muy interesante para analizar el bounce rate en contexto. Por ejemplo, los visitantes que vienen desde Google, s&amp;oacute;lo miran una p&amp;aacute;gina y se van? &amp;iquest;Qu&amp;eacute; acciones se pueden tomar para que sigan navegando el sitio y se conviertan en lectores?&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;El &amp;aacute;rbol de keywords&lt;/h2&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/zC36MTp3dnysH5C48Y9mpDM4F931ju2SigcjEFTC29L6t2ThlQB0Ye4w8smr/tree.png'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/d7nDj3yXEsbF13Q1CX4r5jIeQAlDOtY3zAgRvGPSkZjHxew84zQnZ7ENwb5d/tree.png.scaled.500.jpg" width="500" height="117"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;Conecta las palabras claves a trav&amp;eacute;s de las cuales los visitantes acceden al sitio. El color y el tama&amp;ntilde;o representan la performance. Nos recuerda que las palabras claves que utilizan los usuarios, no son necesariamente palabras, sino generalmente frases.&lt;/p&gt;
&lt;p&gt;Las visualizaciones son muy &amp;uacute;tiles para detectar tendencias, ya que cuando miramos una tabla, nos concentramos demasiado en las cantidades, el &amp;aacute;rbol nos tapa el bosque.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/mas-visualizaciones-para-google-analytics"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/mas-visualizaciones-para-google-analytics#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/MWq7BBNds3Y" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/mas-visualizaciones-para-google-analytics</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 17 Nov 2009 12:26:00 -0800</pubDate>
      <title>Razones para usar Twitter via web</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/SPUSdESkfXI/razones-para-usar-twitter-via-web</link>
      <guid isPermaLink="false">http://nataliav.me/razones-para-usar-twitter-via-web</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Hace un tiempo atr&amp;aacute;s opinaba que era mejor usar un cliente que la web de Twitter, pero las cosas est&amp;aacute;n cambiando...&lt;/p&gt;
&lt;h2&gt;Notificaciones&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/0fpezdpXVgva4jJ5hchbBk2I8OADpfJiQ2QcPWk3oB0uyJMWr2MFHVk1fMH4/notificacion.png" width="322" height="465"/&gt;
&lt;/p&gt;
&lt;p&gt;Empec&amp;eacute; a usar un cliente para no tener que actualizar la p&amp;aacute;gina con F5 a cada rato, pero ahora hay un mensaje con la cantidad de tweets nuevos y es bastante sencillo.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;En la p&amp;aacute;gina no hay excesiva cantidad de tweets y se pueden leer en poco tiempo.&lt;/li&gt;
&lt;li&gt;Luego, cuando hay tweets nuevos, se sabe cu&amp;aacute;ntos y se pueden leer instant&amp;aacute;neamente o dejar que se acumulen.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Mientas que la ventana est&amp;aacute; abierta, va cambiando el t&amp;iacute;tulo (con la cantidad de nuevos), pero obviamente no hace ruido ni ning&amp;uacute;n tipo de notificaci&amp;oacute;n molesta en la pantalla que perturbe el trabajo.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Los Retweets&lt;/h2&gt;
&lt;p&gt;El re-tweets surgi&amp;oacute; espont&amp;aacute;neamente, no estaba dentro de las funcionalidades originales de Twitter.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Con la proliferaci&amp;oacute;n de los clientes, cada vez se torna m&amp;aacute;s confuso el tema, al principio se usaba "RT", pero algunos clientes lo denominan "via", otros te dejan elegir, a veces seg&amp;uacute;n el cliente de cada usuario quedan simult&amp;aacute;neamente "RT" y "via" simult&amp;aacute;neamente, m&amp;aacute;s varios nombres de usuarios, que simplemente son ruido.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Twitter demor&amp;oacute; realmente mucho tiempo en implementarlo en la web, pero ese tiempo les sirvi&amp;oacute; para investigar la problem&amp;aacute;tica y la soluci&amp;oacute;n que proponen es diferente a c&amp;oacute;mo est&amp;aacute; implementado hoy en d&amp;iacute;a en los clientes. El proceso est&amp;aacute; muy bien explicado en &amp;nbsp;&lt;a href="http://evhead.com/2009/11/why-retweet-works-way-it-does.html"&gt;Why Retweet works the way it does&lt;/a&gt;. Que el mismo retweet no aparezca una vez tras otra en la timeline, es muy &amp;uacute;til, ya que leer lo mismo una y otra vez, es una p&amp;eacute;rdida de tiempo, adem&amp;aacute;s de aburrid&amp;iacute;simo.&lt;/p&gt;
&lt;p&gt;Al estar integrados al sistema, se pueden ver filtrados:&lt;/p&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/9kO16ExR2DI4x4XZAHDbr9lq8ybZtrMUOJWfUNAkP0cSmtfZLiV7QsU6xjtJ/retweets.png'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/XkORxReeA3SuvFt6P6i3x3xAo2YH4mV6KIIQBAU0KsSJRW0wkYKKNdQoegaQ/retweets.png.scaled.500.jpg" width="500" height="162"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;h2&gt;Las listas&lt;/h2&gt;
&lt;p&gt;El concepto es parecido a los grupos de TweetDeck. Dentro de un gran conjunto de following, se puede crear un subconjunto, darle un nombre para identificarlo.&amp;iquest;Para qu&amp;eacute;? Los grupos eran para darle una prioridad de lectura a ciertos tweets, pero las listas van m&amp;aacute;s all&amp;aacute;. Ser listado pasa a ser m&amp;aacute;s prestigioso que ser simplemente seguido y al ser p&amp;uacute;blicas aumentan las posibilidades de networking.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/yVHwoZSR8HDNs8Bw9546SICLoIoz0D9BVgn3CMCfjar2si7i2o5OoAU7b4DC/listas.png'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/rFexCPTHsi2WOytpCUhlZjrtTyvKRYG6KYFq1RVxG6sLe4GY33MclbDXJPHv/listas.png.scaled.500.jpg" width="500" height="192"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;h2&gt;&amp;iquest;Qu&amp;eacute; le falta a Twitter?&lt;/h2&gt;
&lt;p&gt;No estar&amp;iacute;a mal tener un URL shortener, integrado al sistema.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/razones-para-usar-twitter-via-web"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/razones-para-usar-twitter-via-web#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/SPUSdESkfXI" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/razones-para-usar-twitter-via-web</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 14 Nov 2009 11:34:00 -0800</pubDate>
      <title>Choosing a wireframing software</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/UUK_KusPX2Q/choosing-a-wireframing-software</link>
      <guid isPermaLink="false">http://nataliav.me/choosing-a-wireframing-software</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Wireframing is like paper prototyping but digital. Two advantages are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;digital files are easy to share (with co-workers, clients)&lt;/li&gt;
&lt;li&gt;changing the position of elements is a snap&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It can be done with any software that allows you to draw basic shapes, so why look for a specific software?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;to have a library of commonly used components that can be edited&amp;nbsp;&lt;/li&gt;
&lt;li&gt;to build basic interactivity without programming, in order to test usability at an early stage&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I've tested 5 softwares, I draw the same basic layout in each one. In alphabetical order:&lt;/p&gt;
&lt;h3&gt;1. &lt;a href="http://www.axure.com/"&gt;Axure&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/eaj7DNcIIlvlZq0xg8z3jEqxKb2dqgohfBq8xDNZ6xWkrCl0SXIjPR4WJavj/axure.png.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/AV2omcRxcCR7wXCPQ0JmSHxmo2E1FBHNcGJtCE6vE8kEhMLH7fE4IH79LTMJ/axure.png.scaled.500.jpg" width="500" height="305"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Type: desktop | Price: $589&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Axure has a two side panels, so the working space is small. It has too many options and it seems quite difficult for doing a quick wireframe. Sometimes you have an idea and you want to draw it, and the complexity of this software gets in the way.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;2. &lt;a href="http://www.balsamiq.com/"&gt;Balsamiq&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/H6WkQueAgIaKyqOF38qXME3HkUuiXMXu0KOzpLU85pbOOM71Binruu4s5YmL/balsamiq.png.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/ySnkSXpIIzpbdndP0v6FhS88pWQ1A1ZO635oMEae6XwiGm8aF0Fe5u4UHDFB/balsamiq.png.scaled.500.jpg" width="500" height="286"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Type: Desktop (Adobe Air) | Price: US$ 79&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Balsamiq is probably the most popular software. It has a sketchy feeling that looks kind of cute, but also childish, I don't see myself showing that to a client. The preview of the components is not very clear, I had to drag some to the working area to see what they were. I loved the grid at first sight, but it didn't help me much. It has good keyboard support (CTRL+C, CRTL+V).&lt;/p&gt;
&lt;h3&gt;3. &lt;a href="http://www.flairbuilder.com/"&gt;FlairBuilder&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/OiVewPlpKutmhiiJjAhpu1SS1NzuK9ZKCxMXqCKPwkMPJKyvEkTuy1t3u6sl/flair_builder.png.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/QtM3iREgT23jvBsFCKqhvWFYK7dCD6wHjCnpf2zInKGtJYFrV6ybk6vE5V1r/flair_builder.png.scaled.500.jpg" width="500" height="305"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Type: Desktop (Adobe Air) | Price: US$ 99&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;FlairBuilder has two different themes (classic and sketchy). You can see the measure of the elements while you draw, so if you want an specific width, you don't need further editing. It has a design and a preview mode, in preview, the videos and maps really work!&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;4. &lt;a href="http://www.mockflow.com/"&gt;Mockflow&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/wx6bkBSIlDjUDJQ6G2kd579qnxSaiBBCyB1wTaRs9FCEcTbv6MxN6NeshtUZ/mockflow.png.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/tHyzjc6ChBKsJqqICkN164fVUx6jHMHIZhZjypbbXlIFyvHY9Uea3AAI9cnx/mockflow.png.scaled.500.jpg" width="500" height="302"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Type: Web app | Price: Free (limited), US$ 50/year&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The elements can be aligned using guide lines that work similar to Adobe Flash. Besides the default library, you can add more, for example cursors and different browser windows.&lt;/p&gt;
&lt;h3&gt;5. &lt;a href="http://www.evolus.vn/Pencil/"&gt;Pencil&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/Ez3i43uenjPpLyRMSSJgQU6EhrZgw5fK02385DwrbG2RmJlIFnqJLS0aQWBL/pencil.png.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/iilYTPMWdGkShdO6nj0EZIJL91Rq6mIVis9LFTMQ0jPCI4ajM9wsyPCDKGAX/pencil.png.scaled.500.jpg" width="500" height="305"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Type: Mozilla Firefox add on | Price: free&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The working area is tiny, there are not many components and they are all desktop software oriented. The point of wireframing is no to insert every single image, so "no image" is ridiculous.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;The Choice&lt;/h2&gt;
&lt;p&gt;Both Flair Builder and Mockflow have the functionalities I want (components library and building interactivity). For wireframing they are more expensive than what I expected, but you can substitute the placeholders for actual images, change colors, etc. so the wireframe can evolve and depending on the project, you can jump to the coding stage without using other software in the middle.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I choose Mockflow, because since it is web based, I can use it at home (in my desktop or my laptop) and at the office, without paying for additional licenses.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you use any wireframing software?&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/choosing-a-wireframing-software"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/choosing-a-wireframing-software#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/UUK_KusPX2Q" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/choosing-a-wireframing-software</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 14 Nov 2009 11:25:00 -0800</pubDate>
      <title>Comentarios sobre Montevideo Valley 2 y otras yerbas</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/owGBzAlMHSM/comentarios-sobre-montevideo-valley-2-y-otras</link>
      <guid isPermaLink="false">http://nataliav.me/comentarios-sobre-montevideo-valley-2-y-otras</guid>
      <description>&lt;p&gt;
	&lt;p&gt;El jueves pasado en el hotel Balmoral, se llev&amp;oacute; a cabo Montevideo Valley 2 con ponenecias de:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pedidos Ya&lt;/li&gt;
&lt;li&gt;Microsoft (Presentaci&amp;oacute;n de WebSpark)&lt;/li&gt;
&lt;li&gt;Pablo Sueiro&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hab&amp;iacute;a entendido que iba a hablar alguien de Opina, no s&amp;eacute; si entend&amp;iacute; mal o se cancel&amp;oacute;. Casi 1 hora para acreditar 100 y poco de personas, me parece un disparate, hubiera preferido pagar una entrada y que la organizaci&amp;oacute;n fuera mejor, pero lo m&amp;aacute;s importante, que son las ponencias, estuvieron bien.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Falt&amp;oacute; quiz&amp;aacute;s una introducci&amp;oacute;n a qu&amp;eacute; es "Montevideo Valley", ya que he escuchado acerca de Palermo Valley, pero no s&amp;eacute; si Montevideo Valley tiene una agenda, o si es algo totalmente neutral.&lt;/p&gt;
&lt;p&gt;El tema que m&amp;aacute;s me interesaba es el de social media, pero Pablo Sueiro no dijo nada nuevo para m&amp;iacute;.&lt;/p&gt;
&lt;p&gt;La presentaci&amp;oacute;n que m&amp;aacute;s me gust&amp;oacute; fue la de Microsoft, porque tienen varios productos para emprendedores que no conoc&amp;iacute;a y adem&amp;aacute;s habl&amp;oacute; con profesionalismo, por la ORT estoy muy acostumbrada a presentaciones a nivel estudiante y su presentaci&amp;oacute;n no ten&amp;iacute;a ninguno de los t&amp;iacute;picos errores (Este&amp;hellip; ).&lt;/p&gt;
&lt;p&gt;A Uruguay lamentablemente todo llega un par de a&amp;ntilde;os m&amp;aacute;s tarde, pero por suerte con el nivel cultural se equipara y si bien hay mucho camino para andar, no somos los &amp;uacute;ltimos y hay algunos proyectos interesantes o por lo menos gente que tiene ganas.&lt;/p&gt;
&lt;p&gt;Los pol&amp;iacute;ticos ya la tienen clara, mirando sus p&amp;aacute;ginas de Facebook y su publicidad online, no queda nninguna duda, a las empresas privadas s&amp;iacute;, a&amp;uacute;n les falta incorporar m&amp;aacute;s medios al mix, pero sobre todo falta educaci&amp;oacute;n. Las carreras universitarias se han quedado en el tiempo, y no s&amp;eacute; si debido a la burocracia del Ministerio de Educaci&amp;oacute;n y Cultura o a que los profesores muchas veces tienen cero experiencia laboral y se han quedado en el tiempo, no hay formaci&amp;oacute;n integral orientada a la web.&lt;/p&gt;
&lt;p&gt;Me parece ir&amp;oacute;nico, que por un lado los escolares tengan los laptops del Plan Ceibal y dep&amp;uacute;es yo en una clase en una facultad privada tenga que escuchar que una clase y una ID son lo mismo y es un gusto personal del dise&amp;ntilde;ador elegir cu&amp;aacute;l usar, que obviamente es un reverendo disparate. Es el pa&amp;iacute;s de contradicciones en el que vivimos, pero eventos como este Montevideo Valley y otras iniaciativas, son favorables, por lo menos para abrirle la cabeza a algunos dinosaurios que todav&amp;iacute;a no se extinguieron y para que el autodidacta no se sienta tan solo.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/comentarios-sobre-montevideo-valley-2-y-otras"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/comentarios-sobre-montevideo-valley-2-y-otras#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/owGBzAlMHSM" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/comentarios-sobre-montevideo-valley-2-y-otras</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 07 Nov 2009 18:07:00 -0800</pubDate>
      <title>Facebook Touch</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/Jeud7yvx768/facebook-touch</link>
      <guid isPermaLink="false">http://nataliav.me/facebook-touch</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Me sorprend&amp;iacute; gratamente al enterarme de que Facebook, aparte de la versi&amp;oacute;n para celulares (&lt;a href="http://m.facebook.com"&gt;http://m.facebook.com&lt;/a&gt;) tiene otra espec&amp;iacute;fica para celulares con pantalla t&amp;aacute;ctil, a la que se puede acceder entrando a &lt;a href="http://touch.facebook.com"&gt;http://touch.facebook.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Facebook m:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/3BGj92Pum0KMUtuPXIlk4Nn3BHJi2IRoRQdUbsHXwK0Hl4bQYwJUHwV9788f/facebook_mobil.jpg" width="350" height="213"/&gt;
&lt;/p&gt;
&lt;p&gt;Facebook Touch:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/e4bMyOcmU5DdkVfSl5B7LqG0FGAjVIT5he7Y3w8xZ8SSdW8SDEBZ2wI3xM1e/facebook_touch.jpg" width="350" height="212"/&gt;
&lt;/p&gt;
&lt;p&gt;La gran diferencia es que en la versi&amp;oacute;n para touchscreens los enlaces son m&amp;aacute;s f&amp;aacute;ciles de clickear con el dedo porque son m&amp;aacute;s grandes. Otra diferencia, es que tiene m&amp;aacute;s im&amp;aacute;genes, dado que se trata de celulares con pantallas grandes (3 - 3.5''), luce casi id&amp;eacute;ntico a la versi&amp;oacute;n de escritorio.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Si bien no es novedad que los enlaces de texto son m&amp;aacute;s f&amp;aacute;ciles de clickear si tienen padding, estos detalles van cobrando m&amp;aacute;s importancia cuando se accede desde dispositivos que no sean una computadora de escritorio. Generalmente los dise&amp;ntilde;adores trabajan con un mouse preciso de buena calidad (&amp;oacute;ptico o l&amp;aacute;ser), con un monitor gigante y obviamente tienen una buena habilidad motriz, pero para un usuario normal clickear un bot&amp;oacute;n de 5x5px, o un enlace de texto de una lista con una fuente peque&amp;ntilde;a con interlineado normal, no es tarea sencilla. Imposible en una pantalla t&amp;aacute;ctil.&lt;/p&gt;
&lt;p&gt;Con Internet en los celulares, vuelve tambi&amp;eacute;n el tema de hacer p&amp;aacute;ginas livianas, que se carguen r&amp;aacute;pido (sobre todo si la conexi&amp;oacute;n es GPRS) y que las funciones principales del sitio no dependan de que est&amp;eacute; Flash instalado, por ejemplo. Hacer otra versi&amp;oacute;n de un sitio, evidentemente implica un trabajo extra, pero hay demasiada cantidad de gente con un celular en la mano, como para no tenerlos en cuenta.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/facebook-touch"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/facebook-touch#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/Jeud7yvx768" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/facebook-touch</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 03 Nov 2009 12:27:00 -0800</pubDate>
      <title>Surfing the wave</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/bHPuhMZZRIk/surfing-the-wave-0</link>
      <guid isPermaLink="false">http://nataliav.me/surfing-the-wave-0</guid>
      <description>&lt;p&gt;
	&lt;p&gt;The easiest way to understand a new technology is to compare it with something known. &amp;nbsp;For example, a car is a carriage without the horses, e-mail is a letter without paper, a mobile phone is a phone without the wire and so on. You can explain almost everything in that format.&lt;/p&gt;
&lt;p&gt;Almost. Twitter is like ___ without ____. And Google Wave? Well, I think you have to be a user of Twitter and Google Wave to understand what are they about or what are they good for.&amp;nbsp;When it comes to communication tools, you obviously need someone to communicate with, because the value of the tool is linked to what your friends are doing with it.&amp;nbsp;I've using Wave for only a couple of days, and at first glance is hard to understand where to start. Plus, the only way in is by invitation, so not everybody is there yet.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;object height="303" width="500"&gt;
&lt;param name="movie" value="http://www.youtube.com/v/xcxF9oz9Cu0&amp;amp;hl=es&amp;amp;fs=1&amp;amp;" /&gt;
&lt;param name="allowFullScreen" value="true" /&gt;
&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed src="http://www.youtube.com/v/xcxF9oz9Cu0&amp;amp;hl=es&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" height="303" width="500"&gt;&lt;/embed&gt;
&lt;/param&gt;&lt;/param&gt;&lt;/param&gt;&lt;/object&gt;
&lt;/p&gt;
&lt;h3&gt;Let's wave together!&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;If you want to add me to your contacts, I'm natalia.ventre[at]@&lt;a href="http://googlewave.com"&gt;googlewave.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;I have 18 invitations left,&amp;nbsp;if your are interested,&amp;nbsp;send me a DM at Twitter, a message via FaceBook, or whatever you like, with your email.&lt;/li&gt;
&lt;/ul&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/surfing-the-wave-0"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/surfing-the-wave-0#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/bHPuhMZZRIk" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/surfing-the-wave-0</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 19 Oct 2009 17:54:00 -0700</pubDate>
      <title>¿Es tan difícil copiar a Digg?</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/kIMEJQHbrMg/es-tan-dificil-copiar-a-digg</link>
      <guid isPermaLink="false">http://nataliav.me/es-tan-dificil-copiar-a-digg</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Hace un tiempo publiqu&amp;eacute; &lt;a href="http://nataliav.me/por-que-meneame-no-es-mas-similar-a-digg"&gt;&amp;iquest;Por qu&amp;eacute; Men&amp;eacute;ame no es m&amp;aacute;s similar a Digg?&lt;/a&gt;&amp;nbsp;Hace unos d&amp;iacute;as atr&amp;aacute;s me cruc&amp;eacute; con otro sitio para votar sitios en espa&amp;ntilde;ol: Bit&amp;aacute;coras.com y lo quise implementar en un blog para probar si daba buenos resultados.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Repasemos, c&amp;oacute;mo se implementa Digg?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Haciendo nada, s&amp;iacute; nada, no es necesario hacer ning&amp;uacute;n procedimiento especial para que un sitio sea votable en Digg&lt;/li&gt;
&lt;li&gt;(opcional) Copiar y pegar un JavaScript para mostrar en el sitio el bot&amp;oacute;n "Digg This".&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;C&amp;oacute;mo se implementa Bit&amp;aacute;coras.com&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;SI vot&amp;aacute;s un sitio que no est&amp;aacute; agregado al directorio, no se agrega! Mandan un trackback - que Akismet lo marca como spam - avis&amp;aacute;ndole al autor que se registre.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/uQRc85YehtTxxKrRGREStYih555dJVnntbRhRPl8UVjV9pRwLgL3PnXCZ9SW/trackback.png" width="500" height="69"/&gt;
&lt;/p&gt;
&lt;p&gt;Procedemos al registro entonces...&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Hay que crear una cuenta o entrar con Facebook Connect (igual que en Digg)&lt;/li&gt;
&lt;li&gt;Hay que a&amp;ntilde;adir la bit&amp;aacute;cora completando un formulario con 5 campos&lt;/li&gt;
&lt;li&gt; Esperar a que la revisen y aprueben&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Los botones son tambi&amp;eacute;n en JavaScript, pero para WordPress hay adem&amp;aacute;s un plugin.&lt;/p&gt;
&lt;p&gt;La documentaci&amp;oacute;n de lo que hay que agregar en el template es la siguiente:&lt;/p&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/TvToWW0Wob6zQhbN1wYB2G5XcNybuI6f7hkFU8gvX6IxVEThHLZKDoOjBKVu/documentacion.png'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/BYC62Kphv1AW1L1ox3hsQa0Om59e7zVjuChqpiKzk6GbBYlvHQIj10lier9u/documentacion.png.scaled.500.jpg" width="500" height="96"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&amp;iquest;? Es una descripci&amp;oacute;n de la funci&amp;oacute;n, pero no sigue el mismo formato del Codex en WordPress.org lo que resulta confuso y no ponen un ejemplo. Suponiendo que ya tenemos experiencia con los templates de WordPress, nos quedar&amp;iacute;a esto:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/o5l7e1g3GrQXi1aUUQ8g70neScDxDe9vWjqR2LBAqNmtXEQ3uJDJyBc2Gq65/codigo.png" width="270" height="31"/&gt;
&lt;/p&gt;
&lt;p&gt;y listo! Queda el bot&amp;oacute;n en la p&amp;aacute;gina, &lt;strong&gt;pero&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Da error agregar una entrada que no est&amp;aacute; en el feed. Al momento de registrar la bit&amp;aacute;cora y seg&amp;uacute;n cu&amp;aacute;ntas entradas tengamos configuradas en el feed, va a agregar las 10 &amp;uacute;ltimas por ejemplo, as&amp;iacute; que si es un blog con mayor cantidad de entradas, las anteriores no se pueden votar!&lt;/li&gt;
&lt;li&gt;Entonces probemos votar una entrada m&amp;aacute;s reciente... Si la entrada est&amp;aacute; en el feed pero su fecha tiene m&amp;aacute;s de 2 semanas de antig&amp;uuml;edad, tampoco se puede votar!!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ser&amp;iacute;a aconsejable entonces llamar a la funci&amp;oacute;n agregador_bitacoras_com dentro de un condicional if para verificar nosotros mismos que la fecha sea aceptable.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Un detalle que me llam&amp;oacute; la atenci&amp;oacute;n: el bot&amp;oacute;n de Bit&amp;aacute;coras que se coloca en los sitios es naranja y girs y el que est&amp;aacute; en el sitio de ellos es azul, es un camale&amp;oacute;n; el bot&amp;oacute;n de Digg es siempre amarillo, reforzando la imagen de la marca.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;En conclusi&amp;oacute;n, Digg es el sitio de social news m&amp;aacute;s grande y popular, entonces si vamos a hacer un sitio con el mismo concepto b&amp;aacute;sico, por qu&amp;eacute; no analizar primero c&amp;oacute;mo funciona Digg, qu&amp;eacute; puntos buenos tiene y cu&amp;aacute;les se pueden mejorar, para de esta manera lograr un sitio que sea realmente &amp;uacute;til y ante todo f&amp;aacute;cil de usar, sin complicaciones para que m&amp;aacute;s usuarios puedan beneficiarse.&amp;nbsp;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/es-tan-dificil-copiar-a-digg"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/es-tan-dificil-copiar-a-digg#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/kIMEJQHbrMg" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/es-tan-dificil-copiar-a-digg</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 16 Oct 2009 15:55:00 -0700</pubDate>
      <title>To CMS or not to CMS</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/a0RUgtQysCk/to-cms-or-not-to-cms</link>
      <guid isPermaLink="false">http://nataliav.me/to-cms-or-not-to-cms</guid>
      <description>&lt;p&gt;
	&lt;p&gt;When we start a new project, we face the question to make a static site (HMTL) or a dynamic (database driven) website. To use or not to use a CMS.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Reasons for using a CMS&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the content is updated frequently&lt;/li&gt;
&lt;li&gt;the content is updated by the average Joe&lt;/li&gt;
&lt;li&gt;you need features, such as a search box, and you are not a programmer&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Reasons against using a CMS&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the content is unlikely to be updated&lt;/li&gt;
&lt;li&gt;CMSs come with too many features that you are not going to use&lt;/li&gt;
&lt;li&gt;CMSs are hard to customize&lt;/li&gt;
&lt;li&gt;CMSs are not secure and not SEO friendly&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;No updating the content frequently is a bad idea from the SEO point of view and besides the content always needs some degree of updating. Maybe a phone number changed, maybe now you are selling a new product, The content always changes.&lt;/p&gt;
&lt;p&gt;You can change that hardcoded content, that's right, but who really can do it? You need to know HTML or have the right software to edit and upload a web page, it not that hard, &amp;nbsp;but even for the most skilled, it takes time. Changing a phone number can take a couple of minutes, but adding a new page, integrate it (link it) to the rest of the site, uploading it, well&amp;hellip;, that takes a little longer. Would you rather waste time making little changes or work in a new more profitable project? if you have a CMS whoever can log in and update the site right away.&lt;/p&gt;
&lt;p&gt;You do need a content management system, now the question boils down to choosing the right CMS or go for a custom development. I'll discuss this topic in an upcoming post. &lt;a href="http://feeds.feedburner.com/nataliav"&gt;Subscribe to the RSS feed&lt;/a&gt; to read on this matter.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/to-cms-or-not-to-cms"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/to-cms-or-not-to-cms#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/a0RUgtQysCk" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/to-cms-or-not-to-cms</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 15 Oct 2009 19:16:00 -0700</pubDate>
      <title>Get your contacts organized with Twitter and TweetDeck</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/_HZwxajnbs8/get-your-contacts-organized-with-twitter-and</link>
      <guid isPermaLink="false">http://nataliav.me/get-your-contacts-organized-with-twitter-and</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Todat Twitter and TweetDeck launched 2 promising new features.&lt;/p&gt;
&lt;h2&gt;Twitter Lists&lt;/h2&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/dOQ9IeQ7eac4AhR92ISEhVhF8wZcIBbav8URRZ0lUEY6pnWOOh908kmfiMlB/listas.png'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/LtpSwlRF1szuSSoeIe8Pj9O1GMP9wH5wLGdUuZJnp6dpqWgc2xE5jp0QxIge/listas.png.scaled.500.jpg" width="500" height="116"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;Now you can organize the people your are following on &lt;a href="http://twitter.com"&gt;Twitter &lt;/a&gt;in &lt;a href="http://twitter.com/nataliav/lists"&gt;lists&lt;/a&gt;, (like in FriendFeed or FaceBook), plus other people can suscribe to the list (if the list is public, of course).&lt;/p&gt;
&lt;p&gt;There's a bug, you can't create a list called "blog" because you can't add people and the link redirects to &lt;a href="http://blog.twitter.com"&gt;blog.twitter.com&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;New Followers Column&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/3zXrT0EJslxe8lezQurtsmQ7rbRE0XmDjGVnWjY9VLQ8dApF3MClHuBdTUCz/newfollowers.png" width="343" height="362"/&gt;
&lt;/p&gt;
&lt;p&gt;The version released today of &lt;a href="http://tweetdeck.com/beta/"&gt;TweetDeck&lt;/a&gt; allows you to add a new Twitter column: New Followers, so now you don't need to read Twitter emails notifications of new followers and can manage them straight from TweetDeck, Congrats to&amp;nbsp;&lt;a href="http://twitter.com/iainDodsworth"&gt;Ian Dodsworth&lt;/a&gt; for this extremely useful new feature :)&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/get-your-contacts-organized-with-twitter-and"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/get-your-contacts-organized-with-twitter-and#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/_HZwxajnbs8" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/get-your-contacts-organized-with-twitter-and</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 10 Oct 2009 15:23:00 -0700</pubDate>
      <title>List posts: the good, the bad and the ugly</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/6u-aKHAzB1Q/list-posts-the-good-the-bad-and-the-ugly</link>
      <guid isPermaLink="false">http://nataliav.me/list-posts-the-good-the-bad-and-the-ugly</guid>
      <description>&lt;p&gt;
	&lt;p&gt;This week challenge at &lt;a href="http://problogger.com"&gt;Problogger&lt;/a&gt; was to write a list post. List post are great to generate traffic, but in some cases, a list can be a FAIL.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;The Good&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;12 Tips for Creating a Great Portfolio Site&lt;/em&gt; is an easy to read list of tips, a paragraph (an explanation of the tip or why you should do it), and an example. Some tips are obvious and others probably you haven't think about them before. This list is good because the information is useful and well presented (easy to read).&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/tTRJArB8to2VzKmojHUNzfIHsemXFV4ECqMiMiUcEElOHv5RPd2CRIQSfgBV/noupe.png" width="300" height="168"/&gt;
&lt;/p&gt;
&lt;h3&gt;The Bad&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;35 Useful Source Code Editors Reviewed&lt;/em&gt; is a list of 35 code editors for Mac, Windows, Linux or cross - platform and from freeware up to $295. This is what I call a "Google Search Post", because there is no difference between reading the post and perform an web search. There are about 20 code editors for Windows listed, should I install them all and give them a try? Browse to 20 products sites to learn more... please help me make a decision! &amp;nbsp;The search post is bad because it lacks analysis.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/3cFig5FIvq7P3j6FgVIqOeBJAS8A9EOloBMZbMAN6R02B6oP98htkgNrqYTU/smashing.png" width="300" height="168"/&gt;
&lt;/p&gt;
&lt;h3&gt;The Ugly&lt;/h3&gt;
&lt;p&gt;Inspiration lists are ugly, for example &lt;em&gt;28 Beautiful Animal Inspired Logo Designs&lt;/em&gt;. First of all, design is not art, design has a function, so why are this good designs? why do they work? In case someone wants to talk just about the aesthetics, why are this logotypes in the list? Inspiration list post are ugly because they seem random, usually there are a couple of great examples and others not that great.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/t9ib2wboFjlEfNt2XxNR19wYkJqPwWruoEgBNIkM1opPhFpBb3IiILGXtpKd/logos.png" width="300" height="168"/&gt;
&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/list-posts-the-good-the-bad-and-the-ugly"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/list-posts-the-good-the-bad-and-the-ugly#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/6u-aKHAzB1Q" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/list-posts-the-good-the-bad-and-the-ugly</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 10 Oct 2009 13:36:00 -0700</pubDate>
      <title>The Dr Jekill and Mr Hyde Google's design team</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/yfyfQoMsDSQ/the-dr-jekill-and-mr-hyde-googles-design-team</link>
      <guid isPermaLink="false">http://nataliav.me/the-dr-jekill-and-mr-hyde-googles-design-team</guid>
      <description>&lt;p&gt;
	&lt;p&gt;The first time I ran Google Chrome, I was impressed by the minimal interface.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/1AeBMMjSWLWNqA41vcWFZkgC16YI3WgfGyLVmBEoyBgTVanULeKhNvgpEykR/interface-chrome.png" width="445" height="101"/&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the icons are in solid colors, without text labels, all icons in the normal state are the same color&lt;/li&gt;
&lt;li&gt;no fancy gradients&lt;/li&gt;
&lt;li&gt;there is only one bar at the top&lt;/li&gt;
&lt;li&gt;the search and address bar are the same&lt;/li&gt;
&lt;li&gt;etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Then a few days ago, I saw this page peal, so I click it.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/heSGa0ybcTw8rfvWWzoJdWdtxamk3kAs655uiqzuyKNafQ5pnzmXi4fvhDsh/pagepeal.png" width="132" height="151"/&gt;
&lt;/p&gt;
&lt;p&gt;Surprise! The Google themes... I don't know how to describe them, they're so busy! Who wants to browse the web within a yellow notepad???&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/qLrUnGSQKkzwVwFa4emML5PQTFo3MOYcHn8lI99zlKjOhzv8CMKqnEh1p5Y7/temas.png" width="451" height="288"/&gt;
&lt;/p&gt;
&lt;p&gt;It's not the first time Google design team comes up with this kind of stuff (have you ever tried Gmail themes?), but they don't cease to amuse me.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/the-dr-jekill-and-mr-hyde-googles-design-team"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/the-dr-jekill-and-mr-hyde-googles-design-team#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/yfyfQoMsDSQ" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/the-dr-jekill-and-mr-hyde-googles-design-team</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 08 Oct 2009 17:19:00 -0700</pubDate>
      <title>Alternative to WordPress built in editor</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/4GbFd6AvrBE/alternative-to-wordpress-built-in-editor</link>
      <guid isPermaLink="false">http://nataliav.me/alternative-to-wordpress-built-in-editor</guid>
      <description>&lt;p&gt;
	&lt;p&gt;WordPress uses TinyMCE, a very complete WYSIWYG (What You See Is What You Get) editor. It's similar to Word, which is good for most users, but what if you're more like a notepad type of person?&lt;/p&gt;
&lt;p&gt;You can disable the visual editor, and write HTML. I know HTML, so that's not a problem for me, but creative writing and coding don't mix well.&lt;/p&gt;
&lt;p&gt;I first met &lt;a href="http://daringfireball.net/projects/markdown/"&gt;Markdown &lt;/a&gt;when I was using Tumblr. Markdown has a simple philosophy: easy writing, easy reading. If you want to format a title, for example, you type this:&lt;/p&gt;
&lt;p&gt;This is a title&lt;br /&gt; ===============&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;# This is a title&lt;/p&gt;
&lt;p&gt;Then Markdown translates this into HTML code, so in the web page, there's gonna be a H1 tag.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Benefits of Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The keyboard is faster than the mouse. Typing some characters is faster than moving the mouse to the right place, selecting text, moving again the mouse, selecting an option from a menu or pressing a button.&lt;/li&gt;
&lt;li&gt;It looks pretty natural, you have to learn how to do it, but most styles are you're probably already doing in a .txt file.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;How to install Markdown&lt;/h2&gt;
&lt;p&gt;Install the &lt;a href="http://wordpress.org/extend/plugins/markdown-for-wordpress-and-bbpress/"&gt;Markdown &lt;/a&gt;plugin and disable the text editor and you're ready to go.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/alternative-to-wordpress-built-in-editor"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/alternative-to-wordpress-built-in-editor#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/4GbFd6AvrBE" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/alternative-to-wordpress-built-in-editor</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 07 Oct 2009 14:59:00 -0700</pubDate>
      <title>5 must have tools for bloggers</title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/BJRdJn6TDtc/5-must-have-tools-for-bloggers</link>
      <guid isPermaLink="false">http://nataliav.me/5-must-have-tools-for-bloggers</guid>
      <description>&lt;p&gt;
	&lt;p&gt;No matter what your blog is about, besides a blog plattaform to publish your work, you need some tools to blog efficiently. Here's a list of the top 5:&lt;/p&gt;
&lt;h3&gt;1. A distraction free text editor&lt;/h3&gt;
&lt;p&gt;For Windows, I recommend &lt;a href="http://www.baara.com/q10/"&gt;Q10&lt;/a&gt;, it's a free fullscreen text editor, similar to Notepad, it doesn't have format options (bold, italic, colors, etc.) so you can focus on just writing. You can configure the background and font color, if you don't like the "console" look and feel. You can then paste your work in your favorite blog plattaform. Q10 saves the files as .txt Other options: Darkroom (Windows), WriteRoom (Mac).&lt;/p&gt;
&lt;h3&gt;2. Statistics&lt;/h3&gt;
&lt;p&gt;To measure the success of the posts and the blog in general, statistics come in handy. For web traffic, Google Analytics is very complete, but for a blog, you need also FeedBurner to keep track of your RSS feeds. For social media reactions, you can use Tweetmeme (Twitter only), ShareThis, etc.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;3. Notebooks&lt;/h3&gt;
&lt;p&gt;With &lt;a href="http://www.evernote.com/"&gt;Evernote&lt;/a&gt;, you can store all the important information online and access it from your PC, laptop, iPhone... from everywhere. You can create a notebook for all the good blogging tips you find on the Internet - specially on Problogger.net -, another notebook for WordPress code snippets (recipes) and of course take notes for your upcoming post. The notes can be typed text, handwritten with a tablet, audio, photos... It's great to research about a topic and have all the material in one place!&lt;/p&gt;
&lt;h3&gt;4. A feed reader&lt;/h3&gt;
&lt;p&gt;You want to have readers, but do you read other blogs? There are many free options like Google Reader (online) or FeedReader (desktop), but I recommend &lt;a href="http://feedafever.com/"&gt;Fever&lt;/a&gt; that works better if you follow a large number of feeds.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;5. Twitter - Facebook client&lt;/h3&gt;
&lt;p&gt;Twitter and Facebook are good ways to promote your blog and get in touch with your readers. A software like &lt;a href="http://tweetdeck.com/beta/"&gt;TweetDeck &lt;/a&gt;let you login and update your status in different sites. It has an integrated URL shortener and other functions to make your social media experience faster and more productive. &amp;nbsp;Other options: Seesmic Desktop&lt;/p&gt;
&lt;p&gt;What other tools can't you blog without?&amp;nbsp;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/5-must-have-tools-for-bloggers"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/5-must-have-tools-for-bloggers#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/BJRdJn6TDtc" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/5-must-have-tools-for-bloggers</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 05 Oct 2009 16:00:00 -0700</pubDate>
      <title>Setting up a listening station with Fever </title>
      <link>http://feedproxy.google.com/~r/nataliav/~3/-q3dx6pgsGA/setting-up-a-listening-station-with-fever</link>
      <guid isPermaLink="false">http://nataliav.me/setting-up-a-listening-station-with-fever</guid>
      <description>&lt;p&gt;
	&lt;p&gt;If you've read &lt;a href="http://www.trustagent.com/"&gt;Trust Agents&lt;/a&gt; or &lt;a href="http://www.sitepoint.com/books/online1/"&gt;Online Marketing Inside Out&lt;/a&gt;, you already know what I'm talking about. What can you "listen" on the Internet? You can listen what others are saying about:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;yourself (or your product, or your company)&lt;/li&gt;
&lt;li&gt;your competitors&lt;/li&gt;
&lt;li&gt;news in your industry&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;How can you listen? Using RSS. Not only blogs have&amp;nbsp;RSS feeds,&amp;nbsp;forums, Technorati searches, Delicious tags,&amp;nbsp;Digg categories, etc. have RSS, too. If you never used RSS before, watch the next video and you'll get the idea.&lt;/p&gt;
&lt;p&gt;&lt;object height="417" width="500"&gt;&lt;param name="movie" value="http://www.youtube.com/v/0klgLsSxGsU&amp;hl=en&amp;fs=1" /&gt;&lt;/param&gt;&lt;param name="wmode" value="window" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/0klgLsSxGsU&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" height="417" wmode="window" width="500"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;So now, what? You stuff your RSS reader with everything you've found about the topic you're interested and then spend hours reading and not get your job done. I don't think so. Fever is a feed reader specially designed to manage large amounts of feeds.&lt;/p&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/WogX19PB7ipVYFVTlJpJkTOiJrKNeOnC51wCTcEMfFSinBLpcLMQ24GNxkrm/kindling.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/ptrvOhKjCr02WFhWtWHp5aaScUvPoSk9uV11WZKHiulRIRuqbSmFiijCH4aG/kindling.jpg.scaled.500.jpg" width="500" height="122"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;The feeds that you must read you save them as "&lt;strong&gt;Kindling&lt;/strong&gt;". In my case, I have few blogging and web design related blogs and Feedburner's FeedBulletin.&lt;/p&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/H8cFOTyz1wfFyGdvFvPQtRqhz7H3Ybn30iSYOdkvBRLC6y3FuY35PoWOFRt9/sparks.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/S57yjBoWk01gT0ZMzNX23VBPsl8qetwG0BHZiJpDVYT494EDJHSttmT9Gl3W/sparks.jpg.scaled.500.jpg" width="500" height="294"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;Everything else is a "&lt;strong&gt;Spark&lt;/strong&gt;". Good candidates for sparks are&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;link blogs&lt;/li&gt;
&lt;li&gt;&amp;gt;Delicious accounts of people in your network&lt;/li&gt;
&lt;li&gt;Delicious tags of industry related topics&lt;/li&gt;
&lt;li&gt;Digg categories&lt;/li&gt;
&lt;li&gt;Digg searches&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Fever does a list of what's Hot, based on how many of your sparks share the same link, so you don't have to read every single spark. You browse your Hot list and you'll never miss an important topic. A couple of weeks everybody was talking about Typedia, then about Google Chrome Frame, those topics had a fever, and I found out about them effortlessly.&lt;/p&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/nataliav/TqtwwRuDRNlAMiVN2BC1w7B4X1Ee7tDy8pQduYwUoVR3zGydPf3hcsANHDxR/hot.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/nataliav/3WXOffOD1cYa5T5azqdNEAloA4XzCTZjHGtbxYYNlVE2uT0dRFFMggDKJgUU/hot.jpg.scaled.500.jpg" width="500" height="447"/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;You can read more information about &lt;a href="http://feedafever.com/"&gt;Fever&lt;/a&gt; in feedafever.com but trust me, it's very easy to use and don't get scared by the installation.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nataliav.me/setting-up-a-listening-station-with-fever"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://nataliav.me/setting-up-a-listening-station-with-fever#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/nataliav/~4/-q3dx6pgsGA" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/119546/msn.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAVnX2JxUuR</posterous:profileUrl>
        <posterous:firstName>Natalia</posterous:firstName>
        <posterous:lastnNme>Ventre</posterous:lastnNme>
        <posterous:nickName>nataliav</posterous:nickName>
        <posterous:displayName>Natalia Ventre</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://nataliav.me/setting-up-a-listening-station-with-fever</feedburner:origLink></item>
  </channel>
</rss>
