<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZoneArtCSS &#124; Desarrollo Web, Diseño de páginas Web, Aplicaciones Móviles, Notas de Tecnología &#187; Html</title>
	<atom:link href="http://www.zoneartcss.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoneartcss.com</link>
	<description>Tips de Diseño y Desarrollo Web</description>
	<lastBuildDate>Wed, 26 Oct 2011 18:31:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Convetir texto a HTML</title>
		<link>http://www.zoneartcss.com/webdevelopment/tutorial/tutorial-php/convetir-texto-a-html/</link>
		<comments>http://www.zoneartcss.com/webdevelopment/tutorial/tutorial-php/convetir-texto-a-html/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 21:59:30 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[nl2br()]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=2126</guid>
		<description><![CDATA[nl2br() convierte todas las lineas nuevas a su equivalente compatible con XHTML, o en otras palabras agrega el elemento al final de cada linea. Ejemplo: 1 2 3 4 5 6 7 8 &#160; $texto = &#34;HOla como estas espero que bien tambien esto esta bien: 1.- bien 2.- malo 3.- muy malo&#34;; echo nl2br&#40;$texto&#41;;]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p>nl2br() convierte todas las lineas nuevas a su equivalente compatible con XHTML, o en otras palabras agrega el elemento <br /> al final de cada linea.<br />
<span id="more-2126"></span></p>
<p>Ejemplo:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&nbsp;
<span style="color: #000088;">$texto</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;HOla como estas
espero que bien
tambien esto esta bien:
1.- bien
2.- malo
3.- muy malo&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #990000;">nl2br</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$texto</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdevelopment/tutorial/tutorial-php/convetir-texto-a-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LiveValidation &#8211; Valida campos de un formulario en tiempo real.</title>
		<link>http://www.zoneartcss.com/webdevelopment/php/livevalidation-valida-campos-de-un-formulario-en-tiempo-real/</link>
		<comments>http://www.zoneartcss.com/webdevelopment/php/livevalidation-valida-campos-de-un-formulario-en-tiempo-real/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 17:09:37 +0000</pubDate>
		<dc:creator>adda</dc:creator>
				<category><![CDATA[Desarrollo Web]]></category>
		<category><![CDATA[Herramientas Web]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Seguridad Web]]></category>
		<category><![CDATA[biblioteca]]></category>
		<category><![CDATA[campos]]></category>
		<category><![CDATA[tiempo real]]></category>
		<category><![CDATA[validacion]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=1863</guid>
		<description><![CDATA[LiveValidation es una pequeña biblioteca abierta Javascript fuente para hacer la validación del lado del cliente rápido, fácil y potente. Valida todas las entradas de un formulario en HTML (textarea, input text, input check) en tiempo real. Se compone de dos partes principales. En primer lugar, ofrece a los desarrolladores un completo conjunto de métodos de validación de base, que también se puede utilizar fuera del contexto de los forms. En segundo lugar, ofrece a [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p>LiveValidation es una pequeña biblioteca abierta Javascript fuente para hacer la validación del lado del cliente rápido, fácil y potente. Valida todas las entradas de un formulario en<a href="http://www.miempresaenlinea.com/web-hosting/asp-planes-de-hosting-asp-en-mexico.aspx" target="_blank"> HTML</a> (textarea, input text, input check) en tiempo real. Se compone de dos partes principales. En primer lugar, ofrece a los desarrolladores un completo conjunto de métodos de validación de base, que también se puede utilizar fuera del contexto de los forms. En segundo lugar, ofrece a sus visitantes con información de validación en tiempo real mientras se llenan los formularios, que les ayude a conseguirlo a la primera, haciendo que los forms sean más fáciles, más rápidos y menos intimidante para completar.</p>
<p>Dos versiones se proporcionan &#8211; una versión prototype.js (ideal para usar con Rails), y una versión independiente (para usar con cualquier otro marco de Javascript, o al tener uno en todos sería demasiado). Ambos están totalmente probados en los navegadores más modernos con una suite completa de los ensayos.</p>
<ul>
<li>Verifica que los campos no esten vacios.</li>
<li>Verifica que el texto ingresado sea el que corresponde al campo determinado.</li>
<li>Verifica que ciertas palabras ingresen en el formato requerido por el campo.</li>
<li>Verifica la longitud del texto ingresado al campo.</li>
<li>Verifica que un checkbox este clickeado o no.</li>
<li>Verifica que contraseña y confirmanción coincidan.</li>
</ul>
<p>Enlace: <a href="http://www.reencoded.com/2010/04/18/15-great-ajax-scripts-for-web-development/">reencoded.com</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdevelopment/php/livevalidation-valida-campos-de-un-formulario-en-tiempo-real/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Inicio de Sesión con Php y Mysql</title>
		<link>http://www.zoneartcss.com/webdevelopment/programacion-con-style/simple-inicio-de-sesion-con-php-y-mysql/</link>
		<comments>http://www.zoneartcss.com/webdevelopment/programacion-con-style/simple-inicio-de-sesion-con-php-y-mysql/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 20:17:37 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Programación con Style]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[como crear un sistema de login]]></category>
		<category><![CDATA[con php y mysql]]></category>
		<category><![CDATA[crear login]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[inicio de sesion php]]></category>
		<category><![CDATA[multiusuario]]></category>
		<category><![CDATA[sesiones multiuruario]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=928</guid>
		<description><![CDATA[Pequeño y simple sistema de Login con PHP y MySql Se que esto es demasiado fácil y sencillo para este blog, que con mucho esfuerzo publicamos por el corto tiempo que tenemos libre, pero este codigo se que a muchas personas les va a ayudar por la sencillez y simplitud para poder explicar el famoso tema de inicios de sesión simple. Primero creamos un archivo llamado index.php En este archivo pondremos el formulario con sus [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://zoneartcss.com/wp-content/login_php_mysql.jpg" alt="Crear login para tu sitio web" width="500" height="130" /></p>
<h4 style="text-align: center;"><span style="color: #ff9900;">Pequeño y simple sistema de Login con PHP y MySql</h4>
<p>Se que esto es demasiado fácil y sencillo para este blog, que con mucho esfuerzo publicamos por el corto tiempo que tenemos libre, pero este codigo se que a muchas personas les va a ayudar por la sencillez y simplitud para poder explicar el famoso tema de inicios de sesión simple.<br />
<span id="more-928"></span></p>
<h4 style="text-align: center;"><span style="color: #ff9900;">Primero creamos un archivo llamado index.php</h4>
<p>En este archivo pondremos  el formulario con sus respectivas casillas de usuario y contraseña con un botón de &#8220;Iniciar sesión&#8221;. y en este mismo archivo validados sencillamente el usuario y pass (ojo les recuerdo que ese tipo de inicio de sesión hay que validad bien las variables pro que si no te podrán hacer fácilmente una inyección mysql)</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Sistema de Administración&lt;/title&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;table width=&quot;100%&quot; height=&quot;100%&quot; border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;        
&lt;h5 align=&quot;center&quot;&gt;
  <span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;acceso&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">==</span><span style="color: #0000ff;">&quot;AIUFCHMSEUFCNSMUDFH&quot;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
&nbsp;
<span style="color: #000088;">$datos</span><span style="color: #339933;">=</span><span style="color: #000088;">$_POST</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$nombre</span><span style="color: #339933;">=</span><span style="color: #000088;">$datos</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'nombre'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$clave</span><span style="color: #339933;">=</span><span style="color: #000088;">$datos</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'clave'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$query</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;SELECT * FROM date_sistem WHERE  usuario='&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$nombre</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;' AND clave='&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$clave</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;'&quot;</span> <span style="color: #339933;">;</span>
<span style="color: #000088;">$result</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_query</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$query</span><span style="color: #339933;">,</span> <span style="color: #000088;">$link</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">mysql_num_rows</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$result</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		  <span style="color: #b1b100;">while</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$row</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_fetch_row</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$result</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
		  <span style="color: #009900;">&#123;</span>
				<span style="color: #990000;">die</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;script&gt;window.location = 'login.php?user=747524527000245'&lt;/script&gt;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
		  <span style="color: #009900;">&#125;</span>
   <span style="color: #009900;">&#125;</span><span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
   			<span style="color: #b1b100;">print</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;El usuario y/o la clave no son válidos&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #009900;">&#125;</span>
<span style="color: #990000;">mysql_close</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$link</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/h5&gt;&lt;form name=&quot;form1&quot; target=&quot;_self&quot; method=&quot;post&quot; action=&quot;index.php?acceso=AIUFCHMSEUFCNSMUDFH&quot;&gt;
&lt;table width=&quot;255&quot; height=&quot;127&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; background=&quot;images/fondo_login.png&quot;&gt;
                    &lt;tr&gt;
                      &lt;td class=&quot;text&quot;&gt;&amp;nbsp;&lt;/td&gt;
                      &lt;td&gt;&amp;nbsp;&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td width=&quot;90&quot; class=&quot;text&quot;&gt;
                            &lt;p align=&quot;right&quot;&gt;Usuario:&lt;/p&gt;						&lt;/td&gt;
                        &lt;td width=&quot;151&quot;&gt;&lt;input type=&quot;text&quot; name=&quot;nombre&quot;&gt;&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td width=&quot;90&quot; class=&quot;text&quot;&gt;
                            &lt;p align=&quot;right&quot;&gt;Contraseña:&lt;/p&gt;						&lt;/td&gt;
                        &lt;td width=&quot;151&quot;&gt;
							&lt;input type=&quot;password&quot; name=&quot;clave&quot;&gt;						&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                      &lt;td class=&quot;text&quot;&gt;&lt;/td&gt;
                      &lt;td&gt;&lt;input type=&quot;submit&quot; name=&quot;formbutton1&quot; value=&quot;Iniciar Sesi&amp;oacute;n !!&quot;&gt;&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td width=&quot;90&quot; class=&quot;text&quot;&gt;&lt;/td&gt;
                        &lt;td width=&quot;151&quot;&gt;&amp;nbsp;&lt;/td&gt;
                    &lt;/tr&gt;
  &lt;/table&gt;
&lt;/form&gt;	&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&nbsp;
&lt;/body&gt;
&lt;/html&gt;
&nbsp;
Espero que les sea de utilidad, cualquier cosa que escriban sus dudas en la parte de abajo de los comentarios.</pre></div></div>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdevelopment/programacion-con-style/simple-inicio-de-sesion-con-php-y-mysql/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Parámetros HTML &#8211; Flash en tu Web</title>
		<link>http://www.zoneartcss.com/tips/parametros-html-flash-en-tu-web/</link>
		<comments>http://www.zoneartcss.com/tips/parametros-html-flash-en-tu-web/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 20:28:46 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[flash en mi web]]></category>
		<category><![CDATA[flash en tu web]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[parametros html]]></category>
		<category><![CDATA[propiedades flash]]></category>
		<category><![CDATA[Transparent]]></category>
		<category><![CDATA[Wmode]]></category>
		<category><![CDATA[z-index flash]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=664</guid>
		<description><![CDATA[Parámetros y opciones Flash Se que aveces es muy, pero muy fácil insertar un swf en tu pagina web, con dar unos cuantos click&#8217;s en tu editor de dreamweaver. Pero me he encontrado con muchas paginas que cuanto utilizan un lightbox por ejemplo me doy cuenta que el objeto en flash se sobrepone al efecto y en varios lados he visto este error, que bien con un z-index podriamos arreglar&#8230; pero necesitamos que el elemento [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://zoneartcss.com/wp-content/flash.jpg" alt="Flash en tu Web" width="500" height="130" /></p>
<h4 style="text-align: center;"><span style="color: #ff9900;">Parámetros y opciones Flash</span></h4>
<p><span id="more-664"></span><br />
Se que aveces es muy, pero muy fácil insertar un <strong>swf</strong> en tu pagina web, con dar unos cuantos click&#8217;s en tu editor de <strong>dreamweaver</strong>. Pero me he encontrado con muchas paginas que cuanto utilizan un <strong>lightbox</strong> por ejemplo me doy cuenta que el objeto en flash se sobrepone al efecto y en varios lados he visto este error, que bien con un <strong>z-index</strong> podriamos arreglar&#8230; pero necesitamos que el elemento <strong>swf</strong> tenga el siguiente parametro en su etiqueta &#8220;<strong>object</strong>&#8221; para ie y el &#8220;<strong>embed</strong>&#8221; para los navegadores buenos&#8230;</p>
<h4 style="text-align: center;"><span style="color: #ff9900;">Corregir el z-index del flash en el object</span></h4>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;object&gt;&lt;param name=&quot;WMode&quot; value=&quot;Transparent&quot;&gt;&lt;/object&gt;</pre></td></tr></table></div>

<h4 style="text-align: center;"><span style="color: #ff9900;">Corregir el z-index del flash en el embed</span></h4>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;embed WMode=&quot;Transparent&quot;&gt;&lt;/embed&gt;</pre></td></tr></table></div>

<p>Les dejo un ejemplo de codigo para insertar el flash con los parametros adecuados para que funcione correctamente.</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0&quot; width=&quot;408&quot; height=&quot;240&quot; hspace=&quot;0&quot; vspace=&quot;0&quot;&gt;
        &lt;param name=&quot;movie&quot; value=&quot;topbar.swf&quot;&gt;
        &lt;param name=&quot;quality&quot; value=&quot;High&quot;&gt;
        &lt;param name=&quot;_cx&quot; value=&quot;5080&quot;&gt;
        &lt;param name=&quot;_cy&quot; value=&quot;5080&quot;&gt;
        &lt;param name=&quot;src&quot; value=&quot;topbar.swf&quot;&gt;
        &lt;param name=&quot;WMode&quot; value=&quot;Transparent&quot;&gt;
        &lt;param name=&quot;Play&quot; value=&quot;true&quot;&gt;
        &lt;param name=&quot;Loop&quot; value=&quot;true&quot;&gt;
        &lt;param name=&quot;Menu&quot; value=&quot;true&quot;&gt;
        &lt;param name=&quot;Scale&quot; value=&quot;ShowAll&quot;&gt;
        &lt;param name=&quot;DeviceFont&quot; value=&quot;false&quot;&gt;
        &lt;param name=&quot;EmbedMovie&quot; value=&quot;false&quot;&gt;
        &lt;param name=&quot;SeamlessTabbing&quot; value=&quot;true&quot;&gt;
        &lt;param name=&quot;Profile&quot; value=&quot;false&quot;&gt;
        &lt;param name=&quot;ProfilePort&quot; value=&quot;0&quot;&gt;
        &lt;param name=&quot;AllowNetworking&quot; value=&quot;all&quot;&gt;
        &lt;param name=&quot;AllowFullScreen&quot; value=&quot;false&quot;&gt;
        &lt;embed src=&quot;topbar.swf&quot; width=&quot;408&quot; height=&quot;240&quot; hspace=&quot;0&quot; vspace=&quot;0&quot; quality=&quot;High&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; WMode=&quot;Transparent&quot; Play=&quot;true&quot; Loop=&quot;true&quot; Menu=&quot;true&quot; Scale=&quot;ShowAll&quot; DeviceFont=&quot;false&quot; EmbedMovie=&quot;false&quot; SeamlessTabbing=&quot;true&quot; Profile=&quot;false&quot; ProfilePort=&quot;0&quot; AllowNetworking=&quot;all&quot; AllowFullScreen=&quot;false&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;</pre></td></tr></table></div>

<p>Recuerda poner siempre el object y embed por la cuestion de los navegadores.</p>
<p>Saludos.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/tips/parametros-html-flash-en-tu-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Función en php para poner acentos html</title>
		<link>http://www.zoneartcss.com/tips/funcion-en-php-para-poner-acentos-html/</link>
		<comments>http://www.zoneartcss.com/tips/funcion-en-php-para-poner-acentos-html/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:11:05 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[caracteres extraños]]></category>
		<category><![CDATA[codificacion con php]]></category>
		<category><![CDATA[error de codificacion]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[problema con acentos]]></category>
		<category><![CDATA[tildes]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=604</guid>
		<description><![CDATA[PHP para corregir los acentos en el código HTML Aqui les presento una función que la cuata de liz me paso, nose por que no lo habia publicado, pero en fin, yo la estoy publicando, la verdad no se de donde la agarro, si ella lo hiso o la copio, pero es de gran utilidad y espero que les sirva. La funcion en php es la siguiente. &#60;? function Reemplaza_Acentos&#40;$Cadena&#41;&#123; $Cadena = str_replace&#40;'á','&#38;aacute;',$Cadena&#41;; $Cadena = [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://www.zoneartcss.com/wp-content/acentos_html.jpg" alt="Acentos HTML" width="500" height="130" /></p>
<p><span id="more-604"></span></p>
<h4><span style="color: #ff9900;text-align:center;">PHP para corregir los acentos en el código HTML</span></h4>
<p>Aqui les presento una función que la cuata de liz me paso, nose por que no lo habia publicado, pero en fin, yo la estoy publicando, la verdad no se de donde la agarro, si ella lo hiso o la copio, pero es de gran utilidad y espero que les sirva.</p>
<p>La funcion en php es la siguiente.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?</span>
<span style="color: #000000; font-weight: bold;">function</span> Reemplaza_Acentos<span style="color: #009900;">&#40;</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'á'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;aacute;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'é'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;eacute;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'í'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;iacute;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ó'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;oacute;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ú'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;uacute;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Á'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Aacute;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'É'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Eacute;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Í'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Iacute;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Ó'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Oacute;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Ú'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Uacute;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ñ'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;ntilde;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Ñ'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Ntilde;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ä'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;auml;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ë'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;euml;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ï'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;iuml;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ö'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;ouml;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ü'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;uuml;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Ä'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Auml;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Ë'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Euml;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Ï'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Iuml;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Ö'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Ouml;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Ü'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Uuml;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'²'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;sup2;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ñ'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;ntilde;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000088;">$Cadena</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Ñ'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;Ntilde;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$Cadena</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #b1b100;">return</span> <span style="color: #000088;">$Cadena</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Y la llamas de la siguiente manera.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;?
Reemplaza_Acentos<span style="color: #00AA00;">&#40;</span>&lt;--aqui va la cadena--<span style="color: #00AA00;">&gt;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
?<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>esto es todo de esta función pero a mi me fue de utilidad.</p>
<p>Saludos y voy a tratar de publicar mas seguido.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/tips/funcion-en-php-para-poner-acentos-html/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Editor HTML CSS JS online</title>
		<link>http://www.zoneartcss.com/webdesign/herramientas-web/pizarra-web-en-web/</link>
		<comments>http://www.zoneartcss.com/webdesign/herramientas-web/pizarra-web-en-web/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 22:06:11 +0000</pubDate>
		<dc:creator>Maumas</dc:creator>
				<category><![CDATA[Herramientas Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[preview code online]]></category>
		<category><![CDATA[test online code]]></category>
		<category><![CDATA[verific]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=586</guid>
		<description><![CDATA[Pizarra Web &#124;&#124; Editor HTML CSS JS online Bueno hoy saco de mi baul una herramienta de lujooo..  RENDUR Por lo general los programadores web estamos acostumbrados a probar nuestras lineas de codigo desde nuestro local pero ups!! no siempre tenemos a nuestro equipo y mucho menos estar en una makina con todo lo elemental que se necesita, bueno ahora les mando una herramienta Web online =S &#8212;&#62; RENDUR En ella podran verificar que sus lineas sean [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://zoneartcss.com/wp-content/pizarra_web.jpg" alt="Editor Online" width="500" height="130" /></p>
<p><span id="more-586"></span></p>
<h4><span style="color: #ff9900;text-align: center;">Pizarra Web || Editor HTML CSS JS online</span></h4>
<p>Bueno hoy saco de mi baul una herramienta de lujooo..  <a title="Rendur" href="http://rendur.com/" target="_blank">RENDUR</a></p>
<p>Por lo general los programadores web estamos acostumbrados a probar nuestras lineas de codigo desde nuestro local pero ups!! no siempre tenemos a nuestro equipo y mucho menos estar en una makina con todo lo elemental que se necesita, bueno ahora les mando una herramienta Web online =S &#8212;&gt; <a title="Rendur" href="http://rendur.com/" target="_blank">RENDUR</a></p>
<p>En ella podran verificar que sus lineas sean correctas tanto de CSS como javascript y poder ver como quedarian, tan solo deberan poner su codigo&#8230; espero les guste !!!</p>
<p>Reseña Alex Aguiar:<br />
Bueno eh probado la aplicacion, y es util, cuando prestamos ayuda rapida a colegas o bien hacer rapidos test de codigo para evitar abrir DW Notepad++ entre otros, o bien si no tenemos estos es muy util usar <strong>Herramienta web</strong> de Rendur, que es un <strong>editor online</strong> de <strong>XHTML</strong> <strong>CSS</strong> y <strong>Javascript</strong>, y al estar escribiendo vemos los resultados a un costado en la misma ventana del navegador&#8230;. es muy util pruebenla chao!&#8230;<br />
PD: Perdon por poner la imagen hasta ahora jeje.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdesign/herramientas-web/pizarra-web-en-web/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

