<?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>Scriptmatico.Com &#187; Javascript</title>
	<atom:link href="http://www.scriptmatico.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptmatico.com</link>
	<description>Blog de tecnologia, programacion, articulos y mas...</description>
	<lastBuildDate>Fri, 05 Aug 2011 23:39:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Creando Una Interfaz de Tabs Usando jQuery y CSS</title>
		<link>http://www.scriptmatico.com/2009/10/07/creando-una-interfaz-de-tabs-usando-jquery-y-css/</link>
		<comments>http://www.scriptmatico.com/2009/10/07/creando-una-interfaz-de-tabs-usando-jquery-y-css/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 16:28:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.scriptmatico.com/?p=305</guid>
		<description><![CDATA[Para aquellos que deseaban crear TABS para sus aplicaciones en esta ocacion usaremos una de las bibliotecas de jQuery denominada jQuery UI Library, que es la libreria para la creacion de Interfaz del usuario , nettuts ha preparado un extraordinario tutorial muy simple de seguir, y con el cual aprenderan a montarlo y conocer como [...]]]></description>
			<content:encoded><![CDATA[<p>Para aquellos que deseaban crear TABS para sus aplicaciones en esta ocacion usaremos una de las bibliotecas de jQuery denominada jQuery UI Library, que es la libreria para la creacion de Interfaz del usuario , <a href="http://nettuts.com/javascript-ajax/create-a-tabbed-interface-using-jquery/">nettuts</a> ha preparado un extraordinario tutorial muy simple de seguir, y con el cual aprenderan a montarlo y conocer como diseñarlos desde cero.</p>
<p>A continuacion les pongo los links de descarga y demo de la aplicación.</p>
<p>Estoy seguros de que quedaran encantados.</p>
<p>Ver <a href="http://nettuts.s3.amazonaws.com/042_jQueryUITabs/demo/index.html">Demo </a>- <a href="http://nettuts.s3.amazonaws.com/042_jQueryUITabs/source.zip">Descarga </a>- Web Original <a href="http://nettuts.com/javascript-ajax/create-a-tabbed-interface-using-jquery/">Create A Tabbed Interface Using jQuery</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Creando+Una+Interfaz+de+Tabs+Usando+jQuery+y+CSS+http%3A%2F%2Ftinyurl.com%2F3ow5l5x" title="Enviar a Twitter"><img class="nothumb" src="http://www.scriptmatico.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Creando+Una+Interfaz+de+Tabs+Usando+jQuery+y+CSS+http%3A%2F%2Ftinyurl.com%2F3ow5l5x" title="Enviar a Twitter">  </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.scriptmatico.com/2009/10/07/creando-una-interfaz-de-tabs-usando-jquery-y-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogroll Dinamico Usando jQUERY</title>
		<link>http://www.scriptmatico.com/2008/12/03/blogroll-dinamico-usando-jquery/</link>
		<comments>http://www.scriptmatico.com/2008/12/03/blogroll-dinamico-usando-jquery/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 15:07:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.exodo999.phpnet.us/2008/12/03/blogroll-dinamico-usando-jquery/</guid>
		<description><![CDATA[La idea de contstruir este blog roll es usar las siguientes herramientas de desarrollo: XHTML/CSS para obtener un diseño de widget. Usaremos jQuery y Coda Slider plugin para la animacion. Y para el contenido dinamico PHP y SimplePie. Puedes Bajar el codigo de ejemplo dando click aqui o ver el demo. Puedes igual visitar la [...]]]></description>
			<content:encoded><![CDATA[<p><img  src="http://img530.imageshack.us/img530/6575/blogrollcf3.jpg" alt="" width="300" height="347" /></p>
<div style="clear:both;"></div>
<div>
La idea de contstruir este blog roll es usar las siguientes herramientas de desarrollo:</p>
<ul>
<li><strong>XHTML/CSS</strong> para obtener un diseño de widget.</li>
<li>Usaremos <a href="http://jquery.com/">jQuery</a> y <a href="http://www.ndoherty.com/demos/coda-slider/1.1.1/">Coda Slider plugin</a> para la animacion.</li>
<li>Y para el contenido dinamico <a href="http://www.php.net/">PHP</a> y <a href="http://simplepie.org/">SimplePie</a>.</li>
</ul>
<p>Puedes Bajar el codigo de ejemplo dando click <a href="http://nettuts.s3.amazonaws.com/036_BetterBlogRoll/sourceFiles.zip">aqui</a> o ver el <a href="http://nettuts.s3.amazonaws.com/036_BetterBlogRoll/sourceFiles/index.html" target="_blank">demo</a>.</p>
<p>Puedes igual visitar la pagina del author original del articulo <a href="http://nettuts.com/tutorials/javascript-ajax/building-a-better-blogroll-dynamic-fun-with-simplepie-and-jquery/">aqui.</a>
</div>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Blogroll+Dinamico+Usando+jQUERY+http%3A%2F%2Ftinyurl.com%2F3t62q3l" title="Enviar a Twitter"><img class="nothumb" src="http://www.scriptmatico.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Blogroll+Dinamico+Usando+jQUERY+http%3A%2F%2Ftinyurl.com%2F3t62q3l" title="Enviar a Twitter">  </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.scriptmatico.com/2008/12/03/blogroll-dinamico-usando-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessible News Slider: Plugin para realizar sliders con jQuery</title>
		<link>http://www.scriptmatico.com/2008/10/07/accessible-news-slider-plugin-para-realizar-sliders-con-jquery/</link>
		<comments>http://www.scriptmatico.com/2008/10/07/accessible-news-slider-plugin-para-realizar-sliders-con-jquery/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 23:10:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.exodo999.phpnet.us/2008/10/07/accessible-news-slider-plugin-para-realizar-sliders-con-jquery/</guid>
		<description><![CDATA[Accesible News Slider, es una libreria para crear Slide Horizontales basados en jquery. Esta fantastica herramienta puede tener bastantes usos y es muy sencilla de usar y personalizar. Ver demo &#8211; Descarga &#8211; Mas Info Reindel]]></description>
			<content:encoded><![CDATA[<p><img src="http://img385.imageshack.us/img385/599/sliderpg3.jpg" width="396" height="92" /></p>
<p><a href="http://www.reindel.com/accessible_news_slider/">Accesible News Slider</a>, es una libreria para crear Slide Horizontales basados en jquery. Esta fantastica herramienta puede tener bastantes usos y es muy sencilla de usar y personalizar.</p>
<p>Ver <a href="http://www.reindel.com/accessible_news_slider/">demo</a> &#8211;  <a href="http://www.reindel.com/accessible_news_slider/accessible-news-slider-1.3.zip">Descarga</a> &#8211; Mas Info <a href="http://www.reindel.com/accessible_news_slider/">Reindel </a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Accessible+News+Slider%3A+Plugin+para+realizar+sliders+con+jQuery+http%3A%2F%2Ftinyurl.com%2F3cupaes" title="Enviar a Twitter"><img class="nothumb" src="http://www.scriptmatico.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Accessible+News+Slider%3A+Plugin+para+realizar+sliders+con+jQuery+http%3A%2F%2Ftinyurl.com%2F3cupaes" title="Enviar a Twitter">  </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.scriptmatico.com/2008/10/07/accessible-news-slider-plugin-para-realizar-sliders-con-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Picker con JQuery</title>
		<link>http://www.scriptmatico.com/2008/09/08/color-picker-con-jquery/</link>
		<comments>http://www.scriptmatico.com/2008/09/08/color-picker-con-jquery/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 16:08:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.exodo999.phpnet.us/2008/09/08/color-picker-con-jquery/</guid>
		<description><![CDATA[Color Picker &#8211; jQuery Plugin es un simple componente para seleccionar el color de la misma manera que sueles hacerlo en algun programa de diseño como photoshop o illustrator. Sin duda este pequeño componente estaria bien para implementarlo en alguna web. Lo unico que hay que hacer es descargarlo de la pagina oficial y seguir [...]]]></description>
			<content:encoded><![CDATA[<p>Color Picker &#8211; jQuery Plugin es un simple componente para seleccionar el color de la misma manera que sueles hacerlo en algun programa de diseño como photoshop o illustrator. Sin duda este pequeño componente estaria bien para implementarlo en alguna web.</p>
<p>Lo unico que hay que hacer es <a href="http://eyecon.ro/colorpicker/#download">descargarlo</a> de la pagina oficial y seguir los sencillos pasos de instalacion puedes ver un demo <a href="http://eyecon.ro/colorpicker/" target="_blank">aqui</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Color+Picker+con+JQuery+http%3A%2F%2Ftinyurl.com%2F3plpo9f" title="Enviar a Twitter"><img class="nothumb" src="http://www.scriptmatico.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Color+Picker+con+JQuery+http%3A%2F%2Ftinyurl.com%2F3plpo9f" title="Enviar a Twitter">  </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.scriptmatico.com/2008/09/08/color-picker-con-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pacman En CSS y Javascript</title>
		<link>http://www.scriptmatico.com/2008/08/18/pacman-en-css-y-javascript/</link>
		<comments>http://www.scriptmatico.com/2008/08/18/pacman-en-css-y-javascript/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 23:04:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.exodo999.phpnet.us/2008/08/18/pacman-en-css-y-javascript/</guid>
		<description><![CDATA[A mi en lo personal sigue impresionandome las maravillas que se pueden hacer usando CSS y Javascript. En esta ocacion me he topado con el juego de pacman totalmente echo con CSS y Javascript. El desarrollador de esta interesante aplicacion nos dice que no se usaron imagenes para la creacion. Solo uso Estilos CSS,Javascript y [...]]]></description>
			<content:encoded><![CDATA[<p>A mi en lo personal sigue impresionandome las maravillas que se pueden hacer usando CSS y Javascript.</p>
<p>En esta ocacion me he topado con el juego de pacman totalmente echo con CSS y Javascript.</p>
<p>El desarrollador de esta interesante aplicacion nos dice que no se usaron imagenes para la creacion. Solo uso Estilos CSS,Javascript y  Las fuentes del sistema.</p>
<p>Puedes ver esta aplicacion funcionando <a href="http://www.romancortes.com/ficheros/pacman_css.html" target="_blank">aqui</a></p>
<p>Aunque el juego no es totalmente funcional ya que cuando te toca un fantasma no pierdes y tampoco cambian de color es interesante lo que se puede hacer utilizando Css y javascript convinados con un poco de creatividad.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Pacman+En+CSS+y+Javascript+http%3A%2F%2Ftinyurl.com%2F3mlklql" title="Enviar a Twitter"><img class="nothumb" src="http://www.scriptmatico.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Pacman+En+CSS+y+Javascript+http%3A%2F%2Ftinyurl.com%2F3mlklql" title="Enviar a Twitter">  </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.scriptmatico.com/2008/08/18/pacman-en-css-y-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spoiler Revealer – Ocultar y mostrar contenido adicional con jquery</title>
		<link>http://www.scriptmatico.com/2008/05/01/spoiler-revealer-%e2%80%93-ocultar-y-mostrar-contenido-adicional-con-jquery/</link>
		<comments>http://www.scriptmatico.com/2008/05/01/spoiler-revealer-%e2%80%93-ocultar-y-mostrar-contenido-adicional-con-jquery/#comments</comments>
		<pubDate>Thu, 01 May 2008 18:16:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.exodo999.phpnet.us/2008/05/01/spoiler-revealer-%e2%80%93-ocultar-y-mostrar-contenido-adicional-con-jquery/</guid>
		<description><![CDATA[Fade-in Spoiler Revealer, es una agradable técnica que veo en css-tricks, en la cual usando jQuery podremos ocultar o mostrar toda la parte de un texto y sustituirla por un &#8221; revelar contenido adicional&#8221; o “seguir leyendo”. Inclusive al Mostar el contenido oculto, se produce un efecto desvanecimiento que lo hace ver muy bonito. Queda [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img329.imageshack.us/img329/3251/spoilerol3.jpg" /><br />
<a href="http://css-tricks.com/fade-in-spoiler-revealer/">Fade-in Spoiler Revealer</a>, es una agradable técnica que veo en <a href="http://css-tricks.com/fade-in-spoiler-revealer/">css-tricks</a>, en la cual usando jQuery podremos ocultar o mostrar toda la parte de un texto y sustituirla por un &#8221; revelar contenido adicional&#8221; o “seguir leyendo”. Inclusive al Mostar el contenido oculto, se produce un efecto desvanecimiento que lo hace ver muy bonito. Queda en ustedes, pensar en que proyecto en el cual trabajan podrá ser realmente útil. Ver <a href="http://css-tricks.com/examples/SpoilerRevealer/">Demo</a> -</p>
<p>Mas Info <a href="http://css-tricks.com/fade-in-spoiler-revealer/">css-tricks</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Spoiler+Revealer+%E2%80%93+Ocultar+y+mostrar+contenido+adicional+con+jquery+http%3A%2F%2Ftinyurl.com%2F3ja672b" title="Enviar a Twitter"><img class="nothumb" src="http://www.scriptmatico.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Spoiler+Revealer+%E2%80%93+Ocultar+y+mostrar+contenido+adicional+con+jquery+http%3A%2F%2Ftinyurl.com%2F3ja672b" title="Enviar a Twitter">  </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.scriptmatico.com/2008/05/01/spoiler-revealer-%e2%80%93-ocultar-y-mostrar-contenido-adicional-con-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asciible: Convierte tu Codigo HTML Con Caracteres Ascii Validos</title>
		<link>http://www.scriptmatico.com/2008/04/20/asciible-convierte-tu-codigo-html-con-caracteres-ascii-validos/</link>
		<comments>http://www.scriptmatico.com/2008/04/20/asciible-convierte-tu-codigo-html-con-caracteres-ascii-validos/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 01:17:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.exodo999.phpnet.us/2008/04/20/asciible-convierte-tu-codigo-html-con-caracteres-ascii-validos/</guid>
		<description><![CDATA[Asciible es una sencilla aplicación que convierte los caracteres especiales de nuestro codigo HTML a codigo Ascii. Si eres uno de muchos desarrolladores web que esta arto de escribir en cada momento el caracter &#38;amp; o &#38;aacute; entre otros. Entonces Asciible es para ti. Asciible no es la primera aplicacion de este tipo pero enpruebas, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://img210.imageshack.us/img210/2922/imagened0.jpg"><img border="0" src="http://img210.imageshack.us/img210/2922/imagened0.jpg" height="456" width="440" /></a></p>
<p>Asciible es una sencilla aplicación que convierte los caracteres especiales de nuestro codigo HTML a codigo Ascii.<br />
Si eres uno de muchos desarrolladores  web que esta arto de escribir en cada momento el caracter &amp;amp; o &amp;aacute; entre otros.  Entonces Asciible es para ti.</p>
<p>Asciible no es la primera aplicacion de este tipo pero enpruebas, Firefox 2 es capaz de procesar una entrada de 250000 caracteres en menos de 700 milisegundos (Firefox 3 mejora esto). El altamente optimizado motor de expresiones regulares en Internet Explorer tiene menos de 70 milisegundos.</p>
<p>Pueden checar esta aplicacion <a href="http://www.jeremymartin.name/projects.php?project=asciible" target="_blank">aquí</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Asciible%3A+Convierte+tu+Codigo+HTML+Con+Caracteres+Ascii+Validos+http%3A%2F%2Ftinyurl.com%2F44dg2d6" title="Enviar a Twitter"><img class="nothumb" src="http://www.scriptmatico.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Asciible%3A+Convierte+tu+Codigo+HTML+Con+Caracteres+Ascii+Validos+http%3A%2F%2Ftinyurl.com%2F44dg2d6" title="Enviar a Twitter">  </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.scriptmatico.com/2008/04/20/asciible-convierte-tu-codigo-html-con-caracteres-ascii-validos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Select All&#8221; Seleccionando todos los elementos que se postean como un array</title>
		<link>http://www.scriptmatico.com/2008/04/18/select-all-seleccionando-todos-los-elementos-que-se-postean-como-un-array/</link>
		<comments>http://www.scriptmatico.com/2008/04/18/select-all-seleccionando-todos-los-elementos-que-se-postean-como-un-array/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 15:26:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.exodo999.phpnet.us/2008/04/18/select-all-seleccionando-todos-los-elementos-que-se-postean-como-un-array/</guid>
		<description><![CDATA[Esta es una pequeña traduccion de un articulo que me encontre y se me hizo buena idea traducirlo y ponerlo a la dispocicion de todos. El articulo se llama "Select All" JavaScript for Forms Posting to an Array Bien este articulo nos explica lo siguiente: El problema original es que al enviar nuestro formulario a [...]]]></description>
			<content:encoded><![CDATA[<p>Esta es una pequeña traduccion de un articulo que me encontre y se me hizo buena idea traducirlo y ponerlo a la dispocicion de todos.</p>
<p>El articulo se llama<a href="http://www.ilovejackdaniels.com/blog/select-all-javascript-for-forms-posting-to-an-array/"> "Select All" JavaScript for Forms Posting to an Array</a></p>
<p>Bien este articulo nos explica lo siguiente:</p>
<p>El problema original es que al enviar nuestro formulario a un script PHP, con el fin de tener el resultado de una matriz de controles (cuando se utiliza una serie de casillas de verificación, por ejemplo), la forma más rápida de hacer esto es añadir "[]" para el nombre del elemento ( Por ejemplo 'name = "zona[]"). Luego, PHP puede acceder a $ _POST [ 'zona'] como una matriz en  el script.</p>
<p>Pero lamentablemente, la adición de corchetes causas problemas con JavaScript, especialmente con una función "Seleccionar todo". El siguiente script funciona en torno a el uso de expresiones regulares, y puede ser útil a alguien que experimente este mismo problema más adelante.</p>
<div class="igBar"><span id="lhtml-2"><a href="#" onclick="javascript:showPlainTxt('html-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-2">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #00bbdd;">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/html.html"><span style="color: #000000; font-weight: bold;">&lt;html&gt;</span></a></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/head.html"><span style="color: #000000; font-weight: bold;">&lt;head&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/title.html"><span style="color: #000000; font-weight: bold;">&lt;title&gt;</span></a></span>Checkbox Fun<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"text/javascript"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><span style="color: #808080; font-style: italic;">&lt;!--</span></div>
</li>
<li style="font-weight: bold;color:#26536A;"></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">var formblock;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">var forminputs;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"></li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">function prepare() {</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; formblock= document.getElementById('form_id');</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; forminputs = formblock.getElementsByTagName('input');</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">}</span></div>
</li>
<li style="font-weight: bold;color:#26536A;"></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">function select_all(name, value) {</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; for (i = 0; i &lt;forminputs.length; i++) {</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; &nbsp; // regex here to check name attribute</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; &nbsp; var regex = new RegExp(name, &quot;i&quot;);</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; &nbsp; if (regex.test(forminputs[i].getAttribute('name'))) {</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; &nbsp; &nbsp; if (value == '1') {</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; &nbsp; &nbsp; &nbsp; forminputs[i].checked = true;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; &nbsp; &nbsp; } else {</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; &nbsp; &nbsp; &nbsp; forminputs[i].checked = false;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; }</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; &nbsp; }</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; }</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">}</span></div>
</li>
<li style="font-weight: bold;color:#26536A;"></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">if (window.addEventListener) {</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; window.addEventListener(&quot;load&quot;, prepare, false);</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">} else if (window.attachEvent) {</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; window.attachEvent(&quot;onload&quot;, prepare)</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">} else if (document.getElementById) {</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; window.onload = prepare;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">}</span></div>
</li>
<li style="font-weight: bold;color:#26536A;"></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">//--&gt;</span></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/head&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/body.html"><span style="color: #000000; font-weight: bold;">&lt;body&gt;</span></a></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/form.html"><span style="color: #000000; font-weight: bold;">&lt;form</span></a> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">"form_id"</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">"myform"</span> <span style="color: #000066;">method</span>=<span style="color: #ff0000;">"get"</span> <span style="color: #000066;">action</span>=<span style="color: #ff0000;">"search.php"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"#"</span> <span style="color: #000066;">onClick</span>=<span style="color: #ff0000;">"select_all('area', '1');"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Check All Fruit<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span> | <span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"#"</span> <span style="color: #000066;">onClick</span>=<span style="color: #ff0000;">"select_all('area', '0');"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Uncheck All</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Fruit<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span><span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;input</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"checkbox"</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">"area[]"</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">"1"</span> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Apples<span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;input</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"checkbox"</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">"area[]"</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">"2"</span> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Bananas<span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;input</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"checkbox"</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">"area[]"</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">"3"</span> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Chickens<span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;input</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"checkbox"</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">"area[]"</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">"4"</span> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Stoats</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"#"</span> <span style="color: #000066;">onClick</span>=<span style="color: #ff0000;">"select_all('location', '1');"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Check All Locations<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span> | <span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"#"</span> <span style="color: #000066;">onClick</span>=<span style="color: #ff0000;">"select_all('location',</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">'0');"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Uncheck All Locations<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span><span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;input</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"checkbox"</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">"location[]"</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">"1"</span> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Brighton<span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;input</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"checkbox"</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">"location[]"</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">"2"</span> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Hove<span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/form&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/body&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/html&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=%E2%80%9CSelect+All%E2%80%9D+Seleccionando+todos+los+elementos+que+se+postean+como+un+array+http%3A%2F%2Ftinyurl.com%2F3qmqqh2" title="Enviar a Twitter"><img class="nothumb" src="http://www.scriptmatico.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=%E2%80%9CSelect+All%E2%80%9D+Seleccionando+todos+los+elementos+que+se+postean+como+un+array+http%3A%2F%2Ftinyurl.com%2F3qmqqh2" title="Enviar a Twitter">  </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.scriptmatico.com/2008/04/18/select-all-seleccionando-todos-los-elementos-que-se-postean-como-un-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSSTXT &#8211; Aplicando estilos CSS a nuestros Textos Rapido y Simple</title>
		<link>http://www.scriptmatico.com/2008/04/15/csstxt-aplicando-estilos-css-a-nuestros-textos-rapido-y-simple/</link>
		<comments>http://www.scriptmatico.com/2008/04/15/csstxt-aplicando-estilos-css-a-nuestros-textos-rapido-y-simple/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 01:28:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.exodo999.phpnet.us/2008/04/15/csstxt-aplicando-estilos-css-a-nuestros-textos-rapido-y-simple/</guid>
		<description><![CDATA[CSSTXT es una sencilla aplicacion desarrollada en javascript, esta pequeña pero poderosa herramienta nos puede sacar de muchos apuros, principalmente a los que no estan familiarizados con los estilos CSS. Básicamente CSSTXT nos permite dar formato a nuestros párrafos o textos de la forma mas sencilla posible, tan solo deberemos ir configurando o seleccionando en [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img148.imageshack.us/img148/5456/2402302689d72737ae2bocb8.png" height="364" width="412" /></p>
<p><a href="http://csstxt.com/">CSSTXT</a> es una sencilla aplicacion desarrollada en javascript, esta pequeña pero poderosa herramienta nos puede sacar de muchos apuros, principalmente a los que no estan familiarizados con los estilos CSS. Básicamente CSSTXT nos permite dar formato a nuestros párrafos o textos de la forma mas sencilla posible, tan solo deberemos ir configurando o seleccionando en las opciones la fuente a utilizar, color, espacios, etc. Para que automáticamente CSSTXT nos genere la estructura, y específicamente el código CSS para lograr la personalización deseada.</p>
<p>Enlace  <a href="http://csstxt.com/">CSSTXT</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=CSSTXT+%E2%80%93+Aplicando+estilos+CSS+a+nuestros+Textos+Rapido+y+Simple+http%3A%2F%2Ftinyurl.com%2F3l9brwj" title="Enviar a Twitter"><img class="nothumb" src="http://www.scriptmatico.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=CSSTXT+%E2%80%93+Aplicando+estilos+CSS+a+nuestros+Textos+Rapido+y+Simple+http%3A%2F%2Ftinyurl.com%2F3l9brwj" title="Enviar a Twitter">  </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.scriptmatico.com/2008/04/15/csstxt-aplicando-estilos-css-a-nuestros-textos-rapido-y-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Window Growl 2.0 &#8211; Enviar mensajes emergentes mediante javascript</title>
		<link>http://www.scriptmatico.com/2008/04/15/window-growl-20-enviar-mensajes-emergentes-mediante-javascript/</link>
		<comments>http://www.scriptmatico.com/2008/04/15/window-growl-20-enviar-mensajes-emergentes-mediante-javascript/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 00:51:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.exodo999.phpnet.us/2008/04/15/window-growl-20-enviar-mensajes-emergentes-mediante-javascript/</guid>
		<description><![CDATA[Window Growl es un bonito Script diseñado por Daniel Mota que nos permite enviar mensajes emergentes por medio de javascript. Es realmente muy fácil de emplear y sobre todo muy practico. Podemos usarlo creo que para cantidad de cosas, mostrar información personal o adicional, alertas, etc. Podemos configurar diversas cosas, por ejemplo: la cantidad de [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img182.imageshack.us/img182/707/motolsez6.jpg" height="351" width="449" /></p>
<p><a href="http://icebeat.bitacoras.com/mootools/growl/">Window Growl</a> es un bonito Script diseñado por Daniel Mota que nos permite enviar mensajes emergentes por medio de javascript. Es realmente muy fácil de emplear y sobre todo muy practico. Podemos usarlo creo que para cantidad de cosas, mostrar información personal o adicional, alertas, etc. Podemos configurar diversas cosas, por ejemplo: la cantidad de segundos que deseamos se muestren nuestros mensajes emergentes.</p>
<p>Este escript esta basado en mootools Mas informacion <a href="http://icebeat.bitacoras.com/mootools/growl/">Window Growl</a> .</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Window+Growl+2.0+%E2%80%93+Enviar+mensajes+emergentes+mediante+javascript+http%3A%2F%2Ftinyurl.com%2F3jmjelo" title="Enviar a Twitter"><img class="nothumb" src="http://www.scriptmatico.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Window+Growl+2.0+%E2%80%93+Enviar+mensajes+emergentes+mediante+javascript+http%3A%2F%2Ftinyurl.com%2F3jmjelo" title="Enviar a Twitter">  </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.scriptmatico.com/2008/04/15/window-growl-20-enviar-mensajes-emergentes-mediante-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

