<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>wysiwyg &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/wysiwyg/</link>
	<description>Feed of posts on WordPress.com tagged "wysiwyg"</description>
	<pubDate>Mon, 30 Nov 2009 04:01:19 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[xHTML-редакторы. Часть №0.]]></title>
<link>http://htmland.wordpress.com/2009/11/29/xhtml-%d1%80%d0%b5%d0%b4%d0%b0%d0%ba%d1%82%d0%be%d1%80%d1%8b-%d1%87%d0%b0%d1%81%d1%82%d1%8c-%e2%84%960/</link>
<pubDate>Sun, 29 Nov 2009 21:02:58 +0000</pubDate>
<dc:creator>htmlhtml</dc:creator>
<guid>http://htmland.wordpress.com/2009/11/29/xhtml-%d1%80%d0%b5%d0%b4%d0%b0%d0%ba%d1%82%d0%be%d1%80%d1%8b-%d1%87%d0%b0%d1%81%d1%82%d1%8c-%e2%84%960/</guid>
<description><![CDATA[HTML-редактор — программа для создания веб-страниц. Несмотря на то, что любая веб-страница может быт]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>HTML-редактор — программа для создания веб-страниц. Несмотря на то, что любая веб-страница может быть создана в самом обычном текстовом редакторе на манер &#8220;Блокнота&#8221; в Windows или TextEdit в Mac OS, использование специализированных HTML-редакторов предпочтительнее, так как они предлагают более широкий функционал и обладают рядом удобств. Так, например, абсолютное большинство HTML-редакторов предоставляет средства для работы не только с HTML/XHTML, но и с целым рядом смежных технологий: CSS, JavaScript, PHP, XML и т.п. Естественно, любой редактор поддерживает подсветку синтаксиса, эффективно разделяющую участки HTML-кода. Помимо этого, многие HTML-редакторы имеют ряд &#8220;фишечек&#8221;, которые прийдутся по вкусу более искушенным веб-разработчикам: автодополнение, загрузка файлов по WebDAV и FTP, использование различных систем контроля версий и многое другое.<!--more--></p>
<h3>Виды HTML-редакторов.</h3>
<p>Редакторы по функционалу принято делить на четыре категории:</p>
<div id="_mcePaste">
<ul>
<li>текстовые редакторы;</li>
<li>объектные редакторы;</li>
<li>WYSIWYG-редакторы (What You See Is What You Get — получаешь то, что видишь);</li>
<li>WYSIWYM-редакторы (What You See Is What You Mean — получаешь то, что имеешь в виду).</li>
</ul>
</div>
<p>Текстовые HTML-редакторы — более функциональные аналоги &#8220;Блокнота&#8221;, обладающие рядом преимуществ и практически не имеющие недостатков. Основной особенностью, отличающей эти редакторы от остальных, является способ создания и редактирования HTML-страниц: девелопер работает непосредственно с HTML-кодом, среда же предлагает ряд удобств вроде подсветки синтаксиса, автодополнения и макросов. Эта группа HTML-редакторов прочно завоевала первое место среди профессиональных веб-разработчиков. Объяснение этому довольно простое: разработчик имеет полный контроль над кодом страницы, хотя, возможно, и жертвует простотой и скоростью разработки.</p>
<p>Объектные HTML-редакторы являются промежуточным звеном между текстовыми и WYSIWYG/WYSIWYM-редакторами. Такие редакторы позволяют одновременно редактировать свойства нескольких элементов кода, как одного, т.е. группы элементов, имеющих общие значения свойств, представляются в виде одного объекта. Например, цвет ссылок в блоке &#8220;меню&#8221; — объектный HTML-редактор позволяет объединить все эти ссылки в объект и управлять значениями свойств всей группы ссылок.</p>
<p>WYSIWYG-редакторы представляют собой смесь браузера и текстового редактора, позволяя редактировать как исходный код веб-страницы, так и ее внешний вид, в прямом смысле перетаскивая элементы страницы с помощью мыши. Благодаря своей простоте популярны у начинающих веб-разработчиков, потому как не требуют досконального знания HTML, CSS или JavaScript — большую часть работы можно выполнить с помощью мышки и шаблонов.</p>
<p>WYSIWYM-редакторы позволяют работать со смысловой составляющей страницы: выделяются содержательные части текста — списки, заголовки, цитаты и т.п. В результате редактор выдает валидный и качественный xhtml+css-код: содержательная (xhtml) часть отделена от визуальной (css). Чаще всего WYSIWYM-редакторы реализуют в виде набора JavaScript и используют в какой-либо CMS в качестве редактора для добавления/правки контента.</p>
<p>В ближайшее время будут опубликованы обзоры HTML-редакторов каждого вида: под нож попадут xhtml-редакторы для Windows и Mac OS X (пользователи Linux, как правило, давно определились с выбором).</p>
<ul>
<li>текстовые редакторы;</li>
<li>объектные редакторы;</li>
<li>WYSIWYG-редакторы (What You See Is What You Get — получаешь то, что видишь);</li>
<li>WYSIWYM-редакторы (What You See Is What You Mean — получаешь то, что имеешь в виду).</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[My First Post]]></title>
<link>http://newclarity.wordpress.com/2009/11/29/my-first-post/</link>
<pubDate>Sun, 29 Nov 2009 05:18:28 +0000</pubDate>
<dc:creator>newclarity</dc:creator>
<guid>http://newclarity.wordpress.com/2009/11/29/my-first-post/</guid>
<description><![CDATA[Here is where you write your first post. You can make the text bold or italics. You can also make pa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Here is where you write your first post.</p>
<p>You can make the text <strong>bold</strong> or <em>italics.</em></p>
<p style="text-align:right;">You can also make paragraph right aligned.</p>
<p style="text-align:left;">You can even add hyperlinks to <a href="http://www.google.com">Google</a> or <a href="http://twitter.com">Twitter</a> if you like!</p>
<p style="text-align:left;">You can do practically anything a WYSIWYG editor will allow!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Markdown]]></title>
<link>http://mizipzor.wordpress.com/2009/11/27/markdown/</link>
<pubDate>Thu, 26 Nov 2009 23:01:31 +0000</pubDate>
<dc:creator>mizipzor</dc:creator>
<guid>http://mizipzor.wordpress.com/2009/11/27/markdown/</guid>
<description><![CDATA[When I write my blog posts I usually write the html by hand in the HTML view of WordPress. Quite cum]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>When I write my blog posts I usually write the html by hand in the HTML view of WordPress. Quite cumbersome when you get long paragraphs, especially when they also contain a few links.</p>
<p>Before I knew it I was hacking away at a Python script that converted text between set characters into HTML. For example, I turned <code>_link_url_linktext_</code> into <code>&#60;a href="url"&#62;linktext&#60;/a&#62;</code>.</p>
<p>As I was doing this the syntax evolved and became more and more like the system used for input over at <a href="www.stackoverflow.com">Stackoverflow</a>. My subconscious was reminding me how the syntax worked and I reimplemented it. When I became aware of this, I stopped, went to Stackoverflow and checked the formatting help section. Quite funny actually.</p>
<p>The system used is called <a href="http://en.wikipedia.org/wiki/Markdown">Markdown</a>, and is designed specifically so you can write webcontent without making the actual source text a complete and utter mess. </p>
<p>I did some searching for a good &#8220;editor&#8221; and found one called <a href="http://attacklab.net/showdown/">Showdown</a>. Im actually on that site as Im tying this. There are two things I like about it:</p>
<ul>
<li>What I type is converted in realtime, so its near impossible for syntax errors to go unnoticed. </li>
<li>I can switch from the preview mode (rendered html) to raw HTML output, which is needed since I need to paste the entire thing into WordPress when Im done.</li>
</ul>
<p>I threw away my hacky script, <a href="http://www.codinghorror.com/blog/archives/001145.html">since Im currently not planning to learn more about wheels</a>, I just want my postwriting to be a bit easier.</p>
<p>Interested? Just head over to <a href="http://attacklab.net/showdown/">Showdown</a> and start experimenting, if you get stuck, check the full <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax reference</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Editor WYSIWYG ]]></title>
<link>http://programarenajax.wordpress.com/2009/11/21/editor-wysiwyg/</link>
<pubDate>Sat, 21 Nov 2009 18:48:36 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid>http://programarenajax.wordpress.com/2009/11/21/editor-wysiwyg/</guid>
<description><![CDATA[Por cuestiones de tiempo recién pude hacerlo hoy, dejo imagen y la url para que lo vean. Vale record]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Por cuestiones de tiempo recién pude hacerlo hoy, dejo imagen y la url para que lo vean. Vale recordar que esta clase de editor usa un iframe y la función execCommand. La función &#8220;resaltar()&#8221; va a ser la que va a mostrar el contenido del iframe con sus correspondientes caracteres.</p>
<p><a href="http://php-online.com.ar/muestras/editoriframe.html">Link </a>- sino clickear en la imagen -.</p>
<div class="wp-caption alignnone" style="width: 544px"><a href="http://php-online.com.ar/muestras/editoriframe.html"><img title="a" src="http://programarenajax.wordpress.com/files/2009/11/editor.gif" alt="a" width="534" height="435" /></a><p class="wp-caption-text">a</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Daryl Koopersmith: Elastic—Your Theme's Future WYSIWYG Editor]]></title>
<link>http://wordpress.tv/2009/11/14/daryl-koopersmith-elastic-nyc09/</link>
<pubDate>Sat, 14 Nov 2009 15:00:46 +0000</pubDate>
<dc:creator>Ryan Markel</dc:creator>
<guid>http://wordpress.tv/2009/11/14/daryl-koopersmith-elastic-nyc09/</guid>
<description><![CDATA[WordPress video]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><span id='plh-loop-video-embed-0' class='hidden'>done</span><script type="text/javascript" src="http://v.wordpress.com/wp-content/plugins/video/swfobject2.js"></script><ins style='text-decoration:none;'>
<div class='video-player' id='x-video-0'>
<p id='video-0'></p></div></ins><script type='text/javascript'>swfobject.embedSWF('http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.11', 'video-0', '400', '224', '9.0.115','http://v.wordpress.com/wp-content/plugins/video/expressInstall2.swf', {guid:'RaOFBXtA', javascriptid:'video-0', width:'400', height:'224', locksize:'no'}, {allowfullscreen: 'true', allowscriptaccess:'always', seamlesstabbing:'true', overstretch:'true'}, {'id':'video-0'});</script>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Usando Windows Live Writer (WLW)]]></title>
<link>http://gsaenz.wordpress.com/2009/11/11/usando-windows-live-writer-wlw/</link>
<pubDate>Wed, 11 Nov 2009 09:22:00 +0000</pubDate>
<dc:creator>gsaenz</dc:creator>
<guid>http://gsaenz.wordpress.com/2009/11/11/usando-windows-live-writer-wlw/</guid>
<description><![CDATA[Ya abierto el blog me he encontrado una herramienta que tiene muchísimas opciones para postear -en d]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Ya abierto el blog me he encontrado una herramienta que tiene muchísimas opciones para postear -en diferentes servicios de blog- y además se hace de forma rápida y sencilla. ¿Su nombre? <a title="¿Quieres saber más acerca de Windows Live Writer?" href="http://es.wikipedia.org/wiki/Windows_Live_Writer" target="_blank">Windows Live Writer</a>.</p>
<p>La interfaz de WLW es cómoda e intuitiva, puedes ir viendo como va quedando tu entrada al irla editando, es decir se trata de un editor <a title="¿Qué significa WYSIWYG?" href="http://es.wikipedia.org/wiki/WYSIWYG" target="_blank">WYSIWYG</a>, también es posible crear borradores estando offline.</p>
<p>Estoy comenzando a utilizarlo, anímense esta muy completo, es gratis y lo pueden descargar desde <a title="¡Descargar Windows Live Writer ya!" href="http://download.live.com/writer" target="_blank">aquí</a>. Como despedida un tip para quienes lo vayan a usar con WordPress y les salte un error al momento de agregar su cuenta (URL del blog, usuario y contraseña), lo que deben hacer es ir a su Dashboard o panel de control, en el menú opciones seleccionar opciones de escritura y por último seleccionar la opción &#8220;Activar los protocolos de publicación XML-RPC para WordPress, Movable Type, MetaWeblog y Blogger&#8221; tal y como se muestra en la siguiente imagen:</p>
<p><a href="http://gsaenz.files.wordpress.com/2009/11/entrada2.gif"><img style="display:inline;margin-left:0;margin-right:0;border-width:0;" title="Activar la publicación remota par WordPress" src="http://gsaenz.files.wordpress.com/2009/11/entrada2_thumb.gif?w=620&#038;h=155" border="0" alt="Activar la publicación remota par WordPress" width="620" height="155" /></a></p>
<p>Después de ello volvemos WLW y terminara por configurarse su cuenta de WordPress para editarla desde WLW posteriormente.</p>
<p>Dudas o comentarios, bienvenidos.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Happy Find... Be F---ing Awesome]]></title>
<link>http://monkeyblogmonkeydo.com/2009/11/04/happy-find-be-f-ing-awesome/</link>
<pubDate>Wed, 04 Nov 2009 18:47:11 +0000</pubDate>
<dc:creator>sgottahurt</dc:creator>
<guid>http://monkeyblogmonkeydo.com/2009/11/04/happy-find-be-f-ing-awesome/</guid>
<description><![CDATA[Are you tired of posting comments on your Twitter feed and not getting the reaffirming comments you ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Are you tired of posting comments on your <strong>Twitter</strong> feed and not getting the reaffirming comments you deserve?  Then I&#8217;ve* found the answer!</p>
<div id="attachment_3470" class="wp-caption alignnone" style="width: 478px"><img class="size-full wp-image-3470" title="befuckingawesome" src="http://monkeyblogmonkeydo.wordpress.com/files/2009/11/befuckingawesome.jpg" alt="befuckingawesome" width="468" height="447" /><p class="wp-caption-text">I&#39;ve only just begun my quest toward awesomeness!</p></div>
<p style="text-align:center;"><a href="http://befuckingawesome.com/"><strong>Be Fucking Awesome</strong></a>!</p>
<p>A haven of heavenly circle jerking!</p>
<p style="text-align:right;">A cornucopia of corny boasting!</p>
<p>A bucket of, um, buck-stops-here proclamations!</p>
<p style="text-align:center;">(I&#8217;m <strong>WYSeanIWYG</strong>, because, well, <strong>What You Sean Is What You Get</strong>.)</p>
<p style="text-align:right;"><em>*Actually found by <a href="http://twitter.com/not_thebees">Chris</a></em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[WYSIWYG editor]]></title>
<link>http://cmsdev.wordpress.com/2009/11/04/wysiwyg-editor/</link>
<pubDate>Wed, 04 Nov 2009 16:31:06 +0000</pubDate>
<dc:creator>LHK07</dc:creator>
<guid>http://cmsdev.wordpress.com/2009/11/04/wysiwyg-editor/</guid>
<description><![CDATA[When the user wants to write a post/page he would like to write without any code as if it was a word]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>When the user wants to write a post/page he would like to write without any code as if it was a word processor,but all the webpages need to be stored into html format.To convert normal text and images into HTML code directly a javascript program called WYSIWYG editor is used which parses the text and adds HTML tags accordingly. A good WYSIWYG editor also displays the HTML code symultaniously.<br />
A lot of editors are available freely for download and we choose &#8220;WIDGEDITOR&#8221; by <a rel="nofollow" href="http://www.themaninblue.com">Cameron Adam</a></p>
<p>because its easy to use and customize.</p>
<p>After tweaking and editing it according to the requirements and   looks this is what we got:</p>
<p><img class="alignnone size-full wp-image-21" title="preview3" src="http://cmsdev.wordpress.com/files/2009/11/preview3.jpg" alt="preview3" width="600" height="287" /></p>
<p>&#160;</p>
<p><img class="alignnone size-full wp-image-22" title="preview4" src="http://cmsdev.wordpress.com/files/2009/11/preview4.jpg" alt="preview4" width="600" height="294" /></p>
<p>&#160;</p>
<p>The converted html code is put into the database and displayed on the frontend.All images and media are stored in the html text with their locations referenced.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Color Management]]></title>
<link>http://digitalbeast.wordpress.com/2009/11/01/color-management/</link>
<pubDate>Mon, 02 Nov 2009 05:45:49 +0000</pubDate>
<dc:creator>Michael Stern</dc:creator>
<guid>http://digitalbeast.wordpress.com/2009/11/01/color-management/</guid>
<description><![CDATA[A Wing And A Hair It is importance to learn how to edit color using Photoshop. The following informa]]></description>
<content:encoded><![CDATA[A Wing And A Hair It is importance to learn how to edit color using Photoshop. The following informa]]></content:encoded>
</item>
<item>
<title><![CDATA[Cab driver gives passenger hope for life without dialysis]]></title>
<link>http://gnxnews.com/2009/10/28/cab-driver-gives-passeger-hope-for-life-without-dialysis/</link>
<pubDate>Wed, 28 Oct 2009 21:44:02 +0000</pubDate>
<dc:creator>gazowsky</dc:creator>
<guid>http://gnxnews.com/2009/10/28/cab-driver-gives-passeger-hope-for-life-without-dialysis/</guid>
<description><![CDATA[by Justin Collins Rita Van Loenen had no idea that riding in Thomas Chappell&#8217;s taxi cab could ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em>by Justin Collins</em></p>
<p>Rita Van Loenen had no idea that riding in Thomas Chappell&#8217;s taxi cab could end up being the journey that saved her life. Thomas, a veteran cab driver who has been driving Rita Van Loenen to dialysis appointments<!--more-->, blessed the woman a month ago by offering to donate his kidney. When testing Chappell, doctors found the cab driver and his passenger had the same blood type, that their kidneys were compatible, and a perfect match! The selfless act of this cabbie is an extreme  example of being a blessing to others. God used this man to go outside of his means and save Rita&#8217;s life.  God is so good.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Wysiwyg - El Hombre Anuncio Digital]]></title>
<link>http://josehoyosworkss.wordpress.com/2009/10/27/wysiwyg-el-hombre-anuncio-digital/</link>
<pubDate>Tue, 27 Oct 2009 22:47:43 +0000</pubDate>
<dc:creator>josehoyosworks</dc:creator>
<guid>http://josehoyosworkss.wordpress.com/2009/10/27/wysiwyg-el-hombre-anuncio-digital/</guid>
<description><![CDATA[Agencia: Wysiwyg Año: 2008 URL: www.elhombreanunciodigital.com]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><br />
<object type="application/x-shockwave-flash" width="400" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=7298149&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA"><param name="quality" value="best" /><param name="allowfullscreen" value="true" /><param name="scale" value="showAll" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=7298149&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA" /></object><br />
</span></p>
<p>Agencia: Wysiwyg</p>
<p>Año: 2008</p>
<p>URL: <a href="http://www.elhombreanunciodigital.com" target="_blank">www.elhombreanunciodigital.com</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Visual WebGui Web/Cloud Platform 6.4 Preview 4 released]]></title>
<link>http://webgui20.wordpress.com/2009/10/21/visual-webgui-webcloud-platform-6-4-preview-4-released/</link>
<pubDate>Wed, 21 Oct 2009 10:33:36 +0000</pubDate>
<dc:creator>webgui20</dc:creator>
<guid>http://webgui20.wordpress.com/2009/10/21/visual-webgui-webcloud-platform-6-4-preview-4-released/</guid>
<description><![CDATA[Visual WebGui 6.4 Preview 4 was released and available for download here. This version presents an i]]></description>
<content:encoded><![CDATA[Visual WebGui 6.4 Preview 4 was released and available for download here. This version presents an i]]></content:encoded>
</item>
<item>
<title><![CDATA[Sao Paulo "Cidade Limpa" by CIA de Foto]]></title>
<link>http://lizletter.com/2009/10/21/sao-paulo-cidade-limpa-by-cia-de-foto/</link>
<pubDate>Tue, 20 Oct 2009 22:10:16 +0000</pubDate>
<dc:creator>DarkSkinLady</dc:creator>
<guid>http://lizletter.com/2009/10/21/sao-paulo-cidade-limpa-by-cia-de-foto/</guid>
<description><![CDATA[Since January, 1st  2007, Sao Paulo became a city without any advertising on its walls, bus stops or]]></description>
<content:encoded><![CDATA[Since January, 1st  2007, Sao Paulo became a city without any advertising on its walls, bus stops or]]></content:encoded>
</item>
<item>
<title><![CDATA[Diseño Web con KompoZer]]></title>
<link>http://iyanmv.com/2009/10/18/diseno-web-con-kompozer/</link>
<pubDate>Sun, 18 Oct 2009 09:14:20 +0000</pubDate>
<dc:creator>iyanmv</dc:creator>
<guid>http://iyanmv.com/2009/10/18/diseno-web-con-kompozer/</guid>
<description><![CDATA[KompoZer es un editor HTML WYSIWYG opensource basado en Nvu. Es, mayormente, mantenido por una comun]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone size-full wp-image-1052" style="border:0 none;" title="kompozer" src="http://iyanovich.wordpress.com/files/2009/10/kompozer.png" alt="kompozer" width="480" height="360" /></p>
<blockquote><p><strong>KompoZer</strong> es un editor HTML WYSIWYG opensource basado en Nvu. Es, mayormente, mantenido por una comunidad de usuarios, la misma que bifurcó el proyecto.</p></blockquote>
<p>El proyecto parecía abandonado y no se había actualizado desde 2007 pero <strong>ha vuelto a dar señales de vida con una versión alpha</strong>, en concreto la versión 0.8 beta 1. Y no se trata de una versión en la que se corrigen bugs, está llena de novedades y aún tratándose de una versión en desarrollo es bastante más estable que la versión 0.7.10. Parece ser que <strong>Fabien Cazenave ha decidido recuperar el proyecto</strong> y se está poniendo manos a la obra. Habrá que seguir de cerca este proyecto porque tiene muy buena pinta.</p>
<p>Estas son las novedades de esta beta.</p>
<ul>
<li><strong>Soporte FTP</strong></li>
<li><strong>Resaltado de sintaxis en modo texto</strong></li>
<li>Nuevo editor de texto</li>
<li><strong>Mejorado el soporte para PHP</strong></li>
<li>Nuevo icono en SVG</li>
<li>Nuevo UUID</li>
</ul>
<p><a href="http://kompozer.net/" target="_blank">+ Web de KompoZer</a></p>
<p><a href="http://kompozer.net/screenshots.php" target="_blank">Capturas</a> &#124; <a href="http://kompozer.net/localizations.php" target="_blank">Traducciones</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Una Palabra]]></title>
<link>http://disparaletras.wordpress.com/2009/10/14/una-palabra/</link>
<pubDate>Wed, 14 Oct 2009 16:45:07 +0000</pubDate>
<dc:creator>Tim</dc:creator>
<guid>http://disparaletras.wordpress.com/2009/10/14/una-palabra/</guid>
<description><![CDATA[À duas noites atrás, uma daquelas noites em que parece que todos os mosquitos embirraram comigo, o c]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>À duas noites atrás, uma daquelas noites em que parece que todos os mosquitos embirraram comigo, o calor decidiu concentrar-se no meu corpo, e a ventoinha pareceu não me conhecer; decidi meter os fones no computador, e ouvir qualquer coisa que me distraísse..</p>
<p>Com as músicas vêm recordações, com as recordações acordam-se saudades e sentimentos de tristeza acumulada.. Una Palabra, Quero Paki, Fizz e Acme, Voar &#8211; Agir, Só entra Pombos, Stone Sour, Valete, Juju Gomes e etc; uma sequência aleatória que de aleatória não tinha nada. Parecia um sinal, um sinal de que o passado veio atrás de mim, atrás dos sorrisos que um dia tive.. Tive muita gente na minha vida, gente que foi aparecendo, gente que vinha  ia, gente que ainda vem e vai; mas há alguns que não se distanciam apesar da real distância.</p>
<p>Foi tudo espectacular, tudo sorridente, sorridente mesmo, feliz, e ás vezes meio &#8216;turvo&#8217;, mas a culpa era daquelas coisas que fumávamos pelas noites dentro, ahah.</p>
<p>Tenho saudades tuas meu irmão, dos momentos em que nos confessávamos como não fazíamos com mais ninguém, das alturas em que decidíamos que mesmo sem dinheiro íamos sorrir e viver como se fossemos ricos, como se os nossos bolsos vazios estivessem cheios e não tivessem fim. Não tenho como descrever uma amizade de 11 anos, que se mantém, mesmo estando do outro lado do mundo, e se fortalece com uma distância impotente perante aqueles verdadeiros SORRISOS e horas passadas.. tranquilamentee.</p>
<p>&#8216;Eu sou de todo lugar, eu sou um pouquinho daqui e um pouquinho de lá&#8217;</p>
<p>Ainda choro, não tenho como conter. Eu sei que não devia, porque chorando lembro aquela despedida, aquela noite na estação de Sjoão, em que não deu pra segurar, não deu para controlar, não consegui deixar de pensar que uma boa parte de mim ficava aí, junto de um amigo, que cedo, muito cedo se tornou um verdadeiro irmão.</p>
<p>Aquelas noites de putos, em que ficávamos a jogar, sempre a jogar, e no dia seguinte acordávamos para ver desenhos animados, jogar futebol com caricas, trocar as caricas por bebidas no Eduardo, O tony&#8217;s bar, o Bismark (ahah), Sebuteo, consolas antigas e jogos engraçados, cadernetas cheias de cromos das competições de futebol, cartas pokemon, brinquedos partidos que se tornaram recordações de uma infância difícil mas linda. Foi tudo complicado, foi tudo mais complicado do que parecia na altura, mas não podia pedir uma infância melhor. É como nós dizemos, as recordações vão aparecendo e são tantas que é impossivel recordar num texto ou num telefonema.</p>
<p>&#8216;olha, são amigos, é o que é&#8217;    <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Nem jogar FM, é a mesma coisa, sem ter as mensagens para te dizer as minhas conquistas, as contratações, para fazermos saves juntos, coisas que parecem parvas, mas têm mais significado do que aparentam..</p>
<p>Os nossos saves no CM 0304 continuam lá, e não apago nada, não sou capaz nem o quero fazer.. Um dia vamos jogá-los juntos, outra vez.</p>
<p>Trato-te como um irmão, falo contigo como um irmão, e gosto de ti como um irmão [] Nunca te esqueço meu puto, porta-te bem, mesmo.</p>
<p>El Capitan ~ Manti</p>
<p>Enterra Benfica ! :&#8217;D</p>
<p>João Fonseca &#38; João Ferrão ; SEMPRE.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nueva version de Kompozer 0.8b1]]></title>
<link>http://fausto23.wordpress.com/2009/10/12/nueva-version-de-kompozer-0-8b1/</link>
<pubDate>Tue, 13 Oct 2009 01:12:13 +0000</pubDate>
<dc:creator>fausto23</dc:creator>
<guid>http://fausto23.wordpress.com/2009/10/12/nueva-version-de-kompozer-0-8b1/</guid>
<description><![CDATA[Despues de mas de un año de liberar una version estable, Kompozer el editor WYSIWYG libre de la fami]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-1356" title="kompozer-logo" src="http://fausto23.wordpress.com/files/2009/10/kompozer-logo.png" alt="kompozer-logo" width="128" height="128" />Despues de mas de un año de liberar una version estable, <a href="http://www.kompozer.net/">Kompozer</a> el editor WYSIWYG libre de la familia Mozilla, ha publicado la primera beta de la version 0.8 con nuevas funcionalidades como:</p>
<ul>
<li>Al fin, soporte (real) para FTP</li>
<li>Remarcado en sintaxis en vista doble</li>
<li>Habilidad para editar archivos de texto</li>
<li>Mejor soporte para PHP en Linux</li>
<li>Nuevo icono SVG</li>
</ul>
<p>Ademas de las caracteristicas ya presente (Editor CSS, edicion grafica de HTML, resaltado, etiquetas). Al ser beta le faltan algunas cosas, como actualizar a la nueva version de Gecko (usa la version 1.8 y no la 1.9), pero planean solucionar este leve incoveniente en siguientes versiones.</p>
<p>Para instalarlo hay paquetes para <a href="http://sourceforge.net/project/downloading.php?group_id=170132&#38;filename=kompozer-0.8b1-win32.zip">Windows</a>, <a href="https://sourceforge.net/project/downloading.php?group_id=170132&#38;filename=kompozer-0.8b1-mac-universal.dmg">MacOSX</a> y un <a href="http://sourceforge.net/project/downloading.php?group_id=170132&#38;filename=kompozer-0.8b1-gcc4.2-i686.tar.gz">tar.gz generico para Linux</a>.</p>
<p>Es bueno saber que este proyecto no se ha detenido y sigue su curso, de utilidad para quienes necesiten un editor HTML, y sencillo de usar.</p>
<p>Anuncio &#124; <a href="http://kazhack.org/?post/2009/10/11/KompoZer-0.8b1">KompoZer 0.8b1</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[10 Really Web Based HTML Editors]]></title>
<link>http://cheapwebhostingreview.wordpress.com/2009/10/09/10-really-web-based-html-editors/</link>
<pubDate>Fri, 09 Oct 2009 18:18:57 +0000</pubDate>
<dc:creator>webhosting41256</dc:creator>
<guid>http://cheapwebhostingreview.wordpress.com/2009/10/09/10-really-web-based-html-editors/</guid>
<description><![CDATA[Web-based HTML Editor, WYSIWYG editor, or rich text editor, is a web component that let users enter ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Web-based HTML Editor, WYSIWYG editor, or rich text editor, is a web component that let users enter rich text input within the browser. Most of the time, these html editors are used within content management systems where administrators or authors can easily create posts and contents from the backend system.</p>
<p><strong>Without talking much, let’s see these powerful Web-based HTML Editors.</strong></p>
<p><strong>1. <a href="1. FCKeditor" target="_blank">FCKeditor</a></strong><br />
FCKeditor is one of the most famous online HTML editor. It brings the power and features of desktop editors to the web. It offers a complete integration pack for ASP, ASP.NET, PHP, Java, Perl, Phyton and etc. It supports skins, spell checker, lightweight, fast and has a lot of cool features.</p>
<p><strong>2. </strong><a href="http://nicedit.com/" target="_blank"><strong>NicEdit</strong></a><br />
NicEdit is a Javascript that integrates into any web page easily. It can turns any element/div to become editable or convert standard textareas to rich text editing.</p>
<p><strong>3. </strong><a href="3. TinyMCE" target="_blank"><strong>TinyMCE</strong></a><br />
TinyMCE is an online wysiwyg html editor released under LGPL license. Like other wysiwyg html editors, it is able to convert textarea or other html elements to editor instances.<!--more--><br />
<strong>4. </strong><a href="http://code.google.com/p/jwysiwyg/" target="_blank"><strong>jwysiwyg</strong><br />
</a>jwysiwyg is a jQuery WYSIWYG plugin with a tiny size (7kb packed). It is very simple and without much features.</p>
<p><strong>5. </strong><a href="http://developer.yahoo.com/yui/editor/" target="_blank"><strong>Yahoo! UI Library: Rich Text Editor</strong><br />
</a>The Rich Text Editor is part of the Yahoo YUI library and users can easily extend the features via creating plugin for it. It is very suitable for those who already familiar with other controls from YUI library.</p>
<p><strong>6. </strong><a href="http://xinha.webfactional.com/" target="_blank"><strong>Xinha</strong></a><br />
Xinha is a powerful WYSIWYG HTML editor component that works in all current browsers. It is built by the open source community, and everyone are welcome to contribute to the project.</p>
<p><strong>7. </strong><a href="http://www.openwebware.com/" target="_blank"><strong>Openwysiwyg<br />
</strong></a>Openwysiwyg is yet another powerful open source cross browser WYSIWYG editor that contains a lot of features. It enhances table creation and you can easily create tables and customize them with built-in properties.</p>
<p><strong>8. </strong><a href="http://freerichtexteditor.com/" target="_blank"><strong>Free Rich Text Editor</strong><br />
</a>Free Rich Text Editor is an extremely easy to use FREE javascript based HTML WYSIWYG editor for your website. It is easy to implement and manage to output XHTML compliant code.</p>
<p><strong>9. </strong><a href="http://wmd-editor.com/" target="_blank"><strong>WMD: The Wysiwym Markdown Editor</strong></a><br />
WMD is a simple and lightweight HTML editor which can be used in blog comment section or forum posts.</p>
<p><strong>10. </strong><a href="http://koivi.com/WYSIWYG-Editor/" target="_blank"><strong>TTW HTML Editor</strong><br />
</a>TTW HTML Editor is a very simple wysiwyg html editor that powered by javascript. Its spell checking feature is powered by SpellerPages, which can easily being implemented by adding parameter to the editor.</p>
<p><strong>Source:</strong> webdesignbooth.com</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[10 Blog Editors Download Free]]></title>
<link>http://lorenzobergamini.wordpress.com/2009/10/09/10-blog-editors-download-free/</link>
<pubDate>Fri, 09 Oct 2009 11:06:18 +0000</pubDate>
<dc:creator>lorenzobergamini</dc:creator>
<guid>http://lorenzobergamini.wordpress.com/2009/10/09/10-blog-editors-download-free/</guid>
<description><![CDATA[Chi ha un Blog non sempre può connettersi a Internet per inserire un nuovo articolo. E se anche il c]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="text-align:center;"><a href="http://lorenzobergamini.myblog.it/media/00/00/1788392180.jpg" target="_blank"><img style="border-width:0;margin:.7em 0;" src="http://lorenzobergamini.myblog.it/media/00/00/419835600.jpg" alt="bli-software-free-10-blog-editors-download-free.jpg" /></a></div>
<p><span style="font-family:verdana,geneva;"><span style="font-size:10pt;"><em><strong></strong><strong></strong></em> <span style="color:#ff0000;"><em><strong><br />
</strong></em></span>Chi ha un <em><strong>Blog</strong></em> non sempre può connettersi a <em><strong>Internet</strong></em> per inserire un nuovo articolo. E se anche il collegamento fosse disponibile spesso gli <em><strong>Editor</strong></em> dei <em><strong>Blogs</strong></em> dispongono di poche funzionalità, obbligando spesso il <em><strong>Blogger</strong></em> a scrivere un articolo con un <em><strong>Layout</strong></em> differente.</span></span></p>
<p>Si dovrebbe disporre di un <em><strong>Editor</strong></em> installato sul proprio <em><strong>PC</strong></em> (ambienti <em><strong>Windows</strong></em>, <em><strong>MacOS</strong></em> o <em><strong>Linux</strong></em>) che permetta di scrivere l&#8217;articolo per il nostro <em><strong>Blog</strong></em> sfruttando le molteplici funzionalità del <em><strong>PC</strong></em>, e successivamente scaricarlo cos&#8217;ì com&#8217;è sul nostro <em><strong>Sito Web</strong></em> o <em><strong>Blog</strong></em> quando si è connessi a <em><strong>Internet</strong></em>.</p>
<p>Fantasia o realtà?</p>
<p>Ebbene questo è fattibile!</p>
<p><span style="font-size:10pt;"><span style="font-family:verdana,geneva;"><a title="10 Blog Editors Download Free" href="http://www.bli.it/news-e-articoli/il-meglio-dal-web/free-software/251-10-blog-editors-download-free.html" target="_blank">Leggi tutto l&#8217;articolo e scarica i <span style="color:#ff0000;"><em><strong>10 Blog Editors Download Free</strong></em></span></a>.<span style="font-family:verdana,geneva;"><span style="font-size:10pt;"><br />
</span></span> </span></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cure for AIDS prophesied &amp; FOUND within 24 hours; part 3!!!]]></title>
<link>http://gnxnews.com/2009/09/28/cure-for-aids-prophesied-found-within-24-hours-part-3/</link>
<pubDate>Mon, 28 Sep 2009 13:00:11 +0000</pubDate>
<dc:creator>gazowsky</dc:creator>
<guid>http://gnxnews.com/2009/09/28/cure-for-aids-prophesied-found-within-24-hours-part-3/</guid>
<description><![CDATA[by Justin Collins Many of you may have read our previous stories on the cure for AIDS/HIV. As of 12 ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a rel="attachment wp-att-738" href="http://gnxnews.com/2009/09/28/cure-for-aids-prophesied-found-within-24-hours-part-3/ending_aids/"><img class="alignleft size-thumbnail wp-image-738" title="ending_aids" src="http://gnxnews.wordpress.com/files/2009/09/ending_aids.gif?w=105" alt="ending_aids" width="105" height="150" /></a> <em>by Justin Collins</em></p>
<p>Many of you may have read our previous stories on the cure for AIDS/HIV. As of 12 noon, Thursday, September 24th, a possible vaccine has been proven effective against combating the deadly disease. The vaccine reduced the risk of being infected with <span id="lw_1253792293_0" style="background:transparent none repeat scroll 0 0;cursor:pointer;">HIV</span>/AIDS greater than 31 percent in the world&#8217;s most extensive <span id="lw_1253792293_1" style="background:transparent none repeat scroll 0 0;cursor:pointer;">AIDS vaccine trial</span> of more than 16,000 volunteers in Thailand, researchers announced Thursday in Bangkok.<!--more--> &#8220;Today marks an historic milestone,&#8221; said Mitchell Warren, executive director of the <span id="lw_1253792293_7" style="background:transparent none repeat scroll 0 0;cursor:pointer;">AIDS Vaccine Advocacy</span> Coalition, an international group that has worked toward developing a vaccine.</p>
<p>&#8220;It will take time and resources to fully analyze and understand the data, but there is little doubt that this finding will energize and redirect the AIDS vaccine field,&#8221; he said in a statement. Even a marginally helpful vaccine could have a big impact. Every day, 7,500 people worldwide are newly infected with HIV; 2 million died of <span id="lw_1253792293_5" style="background:transparent none repeat scroll 0 0;cursor:pointer;">AIDS</span> in 2007, the U.N. agency <span id="lw_1253792293_6">UNAIDS</span> estimates.  This is extremely exciting news not only in health and medicine, but the world over. God is contining to heal nations through the medical field.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Topic 1.2 ...and What is the World Wide Web?]]></title>
<link>http://mattshine.wordpress.com/2009/09/27/topic-1-2-and-what-is-the-world-wide-web/</link>
<pubDate>Sun, 27 Sep 2009 23:51:34 +0000</pubDate>
<dc:creator>mattshine</dc:creator>
<guid>http://mattshine.wordpress.com/2009/09/27/topic-1-2-and-what-is-the-world-wide-web/</guid>
<description><![CDATA[This week follows on where last week left off, continuing to explain the difference between the Inte]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This week follows on where last week left off, continuing to explain the difference between the Internet and the WWW, and explaining some of the key features of the WWW. The introduction of hypertext was an interesting topic, especially being able see the effect that hypertext has had on the development on the WWW thus far. Hypertext and Tim Berners-Lee&#8217;s idea of linking documents together to form a &#8217;super database&#8217; of information that could be browsed intuitively by users, was the foundation of the WWW it&#8217;s something that I believe has been surpassed &#8211; the WWW today is a tool with many varied uses that is not limited to simply accessing information.</p>
<p><strong>Activities</strong></p>
<ol>
<li>Activity One served as an introduction to HTML, using the Blackboard discussion boards WYSIWYG editor to demonstrate various HTML tags used to create various text effects. Due to previous experience working with HTML this activity wasn&#8217;t new to me, however after learning about the history behind the WWW it&#8217;s quite interesting to see the fundamentals of the WWW are still there after so many years and despite the advances in web technologies to date.</li>
<li>This activity involved using <a href="http://www.archive.org/index.php">Archive.org&#8217;s Wayback machine</a> to view the differences in websites when they were first built (1996 &#8211; 2001) and today. It was quite amazing to see the changes websites such as google.com, dominos.com and wikipedia.org have gone through since their first appearance on the web. As with Activity One, I was able to identify that the fundamentals of the Web that Berners-Lee proposed (and developed) were still being used today.</li>
</ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[_levis unfamous music awards]]></title>
<link>http://lamadrigueradesign.wordpress.com/2009/09/23/_levis-unbuttoned-music-awards/</link>
<pubDate>Wed, 23 Sep 2009 11:10:34 +0000</pubDate>
<dc:creator>lamadrigueradesign</dc:creator>
<guid>http://lamadrigueradesign.wordpress.com/2009/09/23/_levis-unbuttoned-music-awards/</guid>
<description><![CDATA[Levi´s organiza los Unfamous Music Awards, un premio donde artistas famosos desconocidos podrán opta]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone size-full wp-image-1454" title="contratip" src="http://lamadrigueradesign.wordpress.com/files/2009/09/contratip.jpg" alt="contratip" width="500" height="348" /></p>
<p><strong>Levi´s</strong> organiza los <strong>Unfamous Music Awards</strong>, un premio donde artistas famosos desconocidos podrán optar a ser la revelación musical del año. El ganador de entre los 6 finalistas conseguirá una gira con Dorian en Madrid y Barcelona&#8230; Más info <a href="http://www.myspace.com/levisawards">aquí</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[briciole di drupal #2]]></title>
<link>http://kintaroisland.wordpress.com/2009/09/18/briciole-di-drupal-2/</link>
<pubDate>Fri, 18 Sep 2009 07:32:53 +0000</pubDate>
<dc:creator>Giulio</dc:creator>
<guid>http://kintaroisland.wordpress.com/2009/09/18/briciole-di-drupal-2/</guid>
<description><![CDATA[Drupal ver. 5.x Dopo aver speso diverso tempo a smanettare con IMCE, decido che l&#8217;interfaccia ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Drupal ver. 5.x</p>
<p><a href="http://kintaroisland.wordpress.com/2009/07/25/briciole-di-drupal-1/" target="_blank">Dopo aver</a> speso diverso tempo a smanettare con IMCE, decido che l&#8217;interfaccia non mi piace, ma soprattutto non permette la facile interazione con le immagini. In questo senso molto meglio il modulo <a href="http://drupal.org/project/image">Image</a> che permette di creare nodi come immagini, risolvendo l&#8217;imbarazzante problema dell&#8217;inserimento inline di immagini caricate.<br />
Insieme al modulo Image ho installato il modulo <a href="drupal.org/project/img_assist" target="_blank">Image assist</a> <a href="http://drupal.org/node/520586">(5.x-2.0-alpha4</a>) e speso giorni alla ricerca dell&#8217;integrazione con FCKEditor (<a href="http://drupal.org/node/577276">5.x-2.3</a>), sia tramite il modulo <a href="drupal.org/project/wysiwyg" target="_blank">wysiwyg API</a>, sia senza. Il problema era l&#8217;inserimento inline dell&#8217;immagine nell&#8217;editor.</p>
<p>L&#8217;integrazione tra i due moduli dovrebbe avvenire copiando il file img_assist_fckeditor.js dalla cartella dei plugin di fckeditor alla cartella del modulo img_assist. Purtroppo, anche se posso accedere a img_assist tramite l&#8217;editor, non si riesce a inserire l&#8217;immagine inline. Succede una cosa strana: viene attivato il pulsante img_assist sulla barra di fckeditor, e disabilitato quello di defualt, sotto il textbox. Invece, disabilitando l&#8217;editor rich-text, posso accedere a img_assist tramite il pulsante sotto il textbox, che ricompare per magia, e mi permette di inserire l&#8217;immagine attraverso il tag inline. Tornando alla versione rich-text però non vedo l&#8217;immagine, che però una volta pubblicata è visibile. <a href="http://drupal.org/project/issues/img_assist?text=fckeditor&#38;status=All&#38;priorities=All&#38;categories=All&#38;version=5.x&#38;component=All" target="_blank">Scopro </a>che non è un problema comune e provo diverse soluzioni, smanetto con i formati di input, installo il modulo Inline, dello stesso mantainer di Img_assist, installo la versione 1.x di img_assist, provo a debuggare il codice da me, ma le mie competenze informatiche di php e java sono ancora troppo &#8220;misto mare&#8221;. L&#8217;errore java che mi compare (usando IE) è &#8220;Line 84. Char 5. Error: Can&#8217;t move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. Code:0&#8243; , cercare su google non serve molto.</p>
<p>Il problema da risolvere è: come inserire facilmente immagini nel testo? Il modulo inline non è male e assomiglia all&#8217;inserimento di wordpress, tuttavia o si caricano le immagini tramite l&#8217;upload di drupal (creando il fastidioso effetto attach, che non mi piace), oppure si mischia l&#8217;upload di img_assist e inline, ma mi sa troppo di soluzione di ripiego.</p>
<p>Alla fine, bando alle ciance, installo <a href="http://drupal.org/project/tinymce" target="_blank">TinyMCE</a> tramite wysiwyg API. Questo permette l&#8217;integrazione nativa con img_assist, risolvendomi ogni problema. Tengo installato il modulo inline che potrà tornare comunque utile in futuro. Inoltre grazie all&#8217;API ho attualmente installato: TinyMCE, FCKEditor, OpenWYSIWYG, cercando di tenermi aperte diverse possibilità quando capirò le necessità degli utenti.</p>
<p>Prossimo problema: gallerie di immagini (in prova la funzione del modulo Image) e personalizzazione del titolo dei blog (diamine, pare un banale problema mai risolto).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Better Profits With Default Templates]]></title>
<link>http://roezer.com/2009/09/14/better-profits-with-default-templates/</link>
<pubDate>Mon, 14 Sep 2009 20:52:00 +0000</pubDate>
<dc:creator>roezer</dc:creator>
<guid>http://roezer.com/2009/09/14/better-profits-with-default-templates/</guid>
<description><![CDATA[Image via CrunchBase I had a Conversation with another Blogger over a period of time and We both agr]]></description>
<content:encoded><![CDATA[Image via CrunchBase I had a Conversation with another Blogger over a period of time and We both agr]]></content:encoded>
</item>
<item>
<title><![CDATA[WTH is WYSIWYG?]]></title>
<link>http://geekgoose.wordpress.com/2009/11/05/wth-is-wysiwyg/</link>
<pubDate>Thu, 05 Nov 2009 08:26:43 +0000</pubDate>
<dc:creator>geekgoose</dc:creator>
<guid>http://geekgoose.wordpress.com/2009/11/05/wth-is-wysiwyg/</guid>
<description><![CDATA[For those of you who don’t know the finer points of internet abbreviation, the title means “What the]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>For those of you who don’t know the finer points of internet abbreviation, the title means “What the Hell is WYSIWYG.”  WYSIWYG stands for “what you see is what you get,” as in WYSIWYG software.  You may not think you know what WYSIWYG software is, but in fact you use it all the time.  Microsoft Word, Adobe Photoshop, Final Cut Pro, and Dreamweaver are all examples of WYSIWYG.</p>
<p>The idea behind WYSIWYG is that it gives you, the creator, and idea of what your audience will see in the final product of your creation.  It also is design to make the creative process easier for you.  For instance, when using Dreamweaver to create a website, instead of having to type in all these laborious programming codes, you simply get a palette of windows with various options telling you what your options are and giving you a rough idea of what your design looks like.</p>
<p>The same can also be said of this blog.  Here&#8217;s a screenshot of what I see even while I type this sentence:</p>
<p><a href="http://geekgoose.wordpress.com/files/2009/11/screen-shot-2009-11-24-at-11-55-52-pm2.png"><img class="alignnone size-full wp-image-141" title="A window into my work window" src="http://geekgoose.wordpress.com/files/2009/11/screen-shot-2009-11-24-at-11-55-52-pm2.png" alt="Doesn't look like my blog!  Where are the moody colors?" width="510" height="348" /></a></p>
<p>As you can see, the user interface is neatly broken up into a writing window, a publishing window, a tag window, and a category window, along with the dashboard stuff to the left.  All is designed for ease of use and convenience.</p>
<p>All is also based on previous media.  Although the internet may be this newfangled thingamajig, our representations of it aren&#8217;t.  The text window?  Looks and operates a lot like a Word document, which in turn was based on typewriting.  Also, I can&#8217;t &#8220;publish&#8221; a blog.  It sounds fancy, but in reality it&#8217;s not going into print and circulating so that the academic world may benefit from my wealth of knowledge (don&#8217;t I wish!).  Categories and tags are metatext organizational tools for the information I submit, but there is no physical tag being placed on this blog.  We&#8217;re using old metaphors to describe new technology.</p>
<p>I&#8217;m not saying this is a bad thing.  We have to be able to transfer all of this information somehow, and the majority of the population does not understand HTML (or even know what it is).  This appropriation of older models helps us understand the technology.  But it also shapes our world view as well.</p>
<p>In his essay <em>Dreamweaver and the Procession of Simulations</em>, Collin Gifford Brooke uses the theories of a very wordy individual named Baudrillard to discuss something similar in Dreamweaver.  Brooke says,</p>
<blockquote><p>[T]he users of the interface believe that how they design a page using Dreamweaver is how the page will actually appear, and as Baudrillard would argue, this is an example of confusing the real with the model (17).  But as Baudrillard would also argue, we have no choice in the age of simulation but to let the model stand for the real and, in turn, become the real itself&#8221; (p.59)</p></blockquote>
<p>Trust me when I say that Brooke&#8217;s summary is easier than actually trying to read any of Baudrillard&#8217;s work.</p>
<p>So what am I trying to get at here?  Well basically I&#8217;m saying that we have taken these old terminologies and ideas and used them to the point where we forget to separate the real from the unreal or hyperreal.  A dashboard is no longer a place to throw your sunglasses; now it&#8217;s an organizational tool from which you control the way information is presented. We don&#8217;t look through windows, we look at windows (and Windows).</p>
<p>Baudrillard might argue that all these extra layers of reality are a bad thing, but he&#8217;s a little bit of a technophobe so we&#8217;ll just ignore him.  This multi-layered reality is the world that we live in, and I think it&#8217;s actually more exciting than just an ordinary one.  If we use old methods to explain new things, it&#8217;s just because we need a way of understanding and using them.  I&#8217;m not going to confuse this window with the window behind my head.  They&#8217;re separate.  But one lets me see a fence, while the other lets me view the world.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
