<?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>Webmaster blog &#187; Principiantes</title>
	<atom:link href="http://www.visualtecnoweb.com/category/principiantes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.visualtecnoweb.com</link>
	<description>Blog sobre Programación Web y SEO. Podrás encontrar noticias, eventos, tutoriales, ayuda... relacionados con el SEO y la programacion Web</description>
	<lastBuildDate>Mon, 11 May 2009 09:54:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>(3) Hola mundo con jquery</title>
		<link>http://www.visualtecnoweb.com/hola-mundo-con-jquery.html</link>
		<comments>http://www.visualtecnoweb.com/hola-mundo-con-jquery.html#comments</comments>
		<pubDate>Sat, 06 Sep 2008 12:27:31 +0000</pubDate>
		<dc:creator>antoniocarvajal80</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Principiantes]]></category>
		<category><![CDATA[Tutorial jquery]]></category>

		<guid isPermaLink="false">http://www.visualtecnoweb.com/?p=32</guid>
		<description><![CDATA[Una vez dados los pasos previos, ya podemos empezar a hacer cosas un poco mas interesantes. En primer lugar y como no podía ser de otra forma, veremos el típico "hola mundo".
Una de las funcionalidades más interesantes de jquery, es lo mucho que facilita interactuar con los elementos de nuestras páginas webs. Vamos a ver [...]]]></description>
			<content:encoded><![CDATA[<p>Una vez dados los pasos previos, ya podemos empezar a hacer cosas un poco mas interesantes. En primer lugar y como no podía ser de otra forma, veremos el típico "hola mundo".</p>
<p>Una de las funcionalidades más interesantes de jquery, es lo mucho que facilita interactuar con los elementos de nuestras páginas webs. Vamos a ver un ejemplo en el que usamos un botón y el evento de hacer click en él. Veamos el código y lo explicaremos paso a paso después:</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: #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-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/head.html"><span style="color: #000000; font-weight: bold;">&lt;head&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/title.html"><span style="color: #000000; font-weight: bold;">&lt;title&gt;</span></a></span>hola mundo con jquery<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title&gt;</span></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/script.html"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">"jquery.js"</span> <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: #000000; font-weight: bold;">&lt;/script&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; <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;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; $(document).ready(function(){</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; $(&quot;input&quot;).click(function(){</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; alert(&quot;Hola Mundo!&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; });</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; &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;"><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-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;">"button"</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">"pulsame"</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;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/body&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;/html&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Para ver el resultado pulsa <a href="/ejemplosJquery/holaMundo.htm" rel="nofollow">aquí</a></p>
<p>En primer lugar, hemos creado un botón html en nuestro documento html. Después creamos nuestro código jquery el cual tiene la siguiente <strong>sintaxis</strong>:<br />
<strong>$("elemento").evento(parametro)</strong></p>
<p>Como elemento ponemos nuestro botón, y como evento "click". Como parámetro, podemos poner una función, que será la encargada de mostrar el mensaje por pantalla.</p>
<p>Con este simple ejemplo ya vemos el abanico de posibilidades que se nos abre con este framework. En el siguiente post, vamos a ver todos los eventos que hay con algunos ejemplos</p>
]]></content:encoded>
			<wfw:commentRss>http://www.visualtecnoweb.com/hola-mundo-con-jquery.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>(2) Evento ready en jquery</title>
		<link>http://www.visualtecnoweb.com/evento-ready-en-jquery.html</link>
		<comments>http://www.visualtecnoweb.com/evento-ready-en-jquery.html#comments</comments>
		<pubDate>Fri, 05 Sep 2008 16:25:40 +0000</pubDate>
		<dc:creator>antoniocarvajal80</dc:creator>
				<category><![CDATA[Principiantes]]></category>
		<category><![CDATA[Tutorial jquery]]></category>

		<guid isPermaLink="false">http://www.visualtecnoweb.com/?p=31</guid>
		<description><![CDATA[En este segundo post todavía no veremos en acción a jquery, pero hay que explicar una cosita un poco antes.
Para asegurarnos de que todo va a funcionar correctamente, debemos esperar que se carguen ciertas cosas antes. Para eso usaremos el evento ready, el cual chequea a la espera de que llegue ese momento. El problema [...]]]></description>
			<content:encoded><![CDATA[<p>En este segundo post todavía no veremos en acción a jquery, pero hay que explicar una cosita un poco antes.</p>
<p>Para asegurarnos de que todo va a funcionar correctamente, debemos esperar que se carguen ciertas cosas antes. Para eso usaremos el evento ready, el cual chequea a la espera de que llegue ese momento. El problema que anteriormente nos encontrábamos es que había que esperar a que todos los elementos de la página estuvieran cargados (imágenes, banner...), lo cual no era lo más óptimo. Con este evento sólo habrá que esperar a que se cargue la estructura de la página.</p>
<p>Si has programado antes en javascript, todo esto te sonará, pero si no es el caso sólo tienes que saber que nuestro código deberá ir siempre en el sitio indicado a continuación:</p>
<div class="igBar"><span id="lhtml-4"><a href="#" onclick="javascript:showPlainTxt('html-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-4">
<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: #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;">src</span>=<span style="color: #ff0000;">"jquery.js"</span> <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: #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;">&nbsp;<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-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; $(document).ready(function(){</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; //este será el sitio donde irá nuestro código a partir de ahora&nbsp; &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; });</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;">// --&gt;</span></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.visualtecnoweb.com/evento-ready-en-jquery.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>(1) Descargar y enlazar jquery.js</title>
		<link>http://www.visualtecnoweb.com/descargar-y-enlazar-jqueryjs.html</link>
		<comments>http://www.visualtecnoweb.com/descargar-y-enlazar-jqueryjs.html#comments</comments>
		<pubDate>Fri, 05 Sep 2008 16:04:55 +0000</pubDate>
		<dc:creator>antoniocarvajal80</dc:creator>
				<category><![CDATA[Principiantes]]></category>
		<category><![CDATA[Tutorial jquery]]></category>

		<guid isPermaLink="false">http://www.visualtecnoweb.com/?p=24</guid>
		<description><![CDATA[Lo primero que tenemos que hacer para empezar a usar jquery, es descargarnos la librería desde aquí. Podemos descargar el archivo comprimido o el .js directamente.
Una vez tenemos el archivo jquery.js, lo situamos en la misma carpeta donde vayamos a tener nuestro archivo .html para después podere importarlo desde dicho documento. Nuestro primero código quedará [...]]]></description>
			<content:encoded><![CDATA[<p>Lo primero que tenemos que hacer para empezar a usar jquery, es descargarnos la librería desde <a title="descargar jquery" href="http://docs.jquery.com/Downloading_jQuery" target="_blank">aquí</a>. Podemos descargar el archivo comprimido o el .js directamente.</p>
<p>Una vez tenemos el archivo jquery.js, lo situamos en la misma carpeta donde vayamos a tener nuestro archivo .html para después podere importarlo desde dicho documento. Nuestro primero código quedará así:</p>
<div class="igBar"><span id="lhtml-6"><a href="#" onclick="javascript:showPlainTxt('html-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-6">
<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;">Importar archivo jquery.js</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/script.html"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">"jquery.js"</span> <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: #000000; font-weight: bold;">&lt;/script&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Como dije en el anterior post del tutorial, vamos a ir paso a paso, y aunque esto puede ser aburrido para muchos, habrá gente que necesite dar este primer paso. La acción vendrá en breve.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.visualtecnoweb.com/descargar-y-enlazar-jqueryjs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
