<?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; Tu lugar: Del Arte CSS &#187; miguel ortega</title>
	<atom:link href="http://www.zoneartcss.com/tag/miguel-ortega/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoneartcss.com</link>
	<description>Tu Zona del Arte CSS, tips de programación con estilo</description>
	<lastBuildDate>Thu, 29 Jul 2010 05:00:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Botones de formulario con bordes redondeados solo Css</title>
		<link>http://www.zoneartcss.com/webdesign/css/botones-de-formulario-con-bordes-redondos-solo-con-css/</link>
		<comments>http://www.zoneartcss.com/webdesign/css/botones-de-formulario-con-bordes-redondos-solo-con-css/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 09:25:37 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño web]]></category>
		<category><![CDATA[botones css]]></category>
		<category><![CDATA[css botones]]></category>
		<category><![CDATA[estilo de botones]]></category>
		<category><![CDATA[formularios con estilo]]></category>
		<category><![CDATA[miguel ortega]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=1208</guid>
		<description><![CDATA[
En este Post les  mostrare como podemos crear botones para nuestros formularios con un estilo de borde redondeado.

Esto nos servirá para poner mas cool nuestra web.
Primero tenemos que descarga estas Imagenes.
Imagen Izquierda

Imagen Izquierda Hover

Imagen Derecha

Imagen Derecha Hover

Este es el codigo del Boton

&#60;button value=&#34;submit&#34; class=&#34;submitBtn&#34;&#62;&#60;span&#62;Submit&#60;/span&#62;&#60;/button&#62;

Y este sería el Código del Css

utton &#123; 
  border:0; [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p><img src="http://www.zoneartcss.com/wp-content/uploads/2009/12/botones_css.jpg" alt="botones_css" title="botones_css" width="504" height="132" class="alignnone size-full wp-image-1221" /><br />
En este Post les  mostrare como podemos crear botones para nuestros formularios con un estilo de borde redondeado.<br />
<span id="more-1208"></span></p>
<p>Esto nos servirá para poner mas cool nuestra web.</p>
<p>Primero tenemos que descarga estas Imagenes.</p>
<p>Imagen Izquierda<br />
<img src="http://www.zoneartcss.com/wp-content/uploads/2009/12/btn_blue_left.gif" alt="btn_blue_left" title="btn_blue_left" width="600" height="50" class="alignnone size-full wp-image-1217" /><br />
Imagen Izquierda Hover<br />
<img src="http://www.zoneartcss.com/wp-content/uploads/2009/12/btn_blue_left_hover.gif" alt="btn_blue_left_hover" title="btn_blue_left_hover" width="600" height="50" class="alignnone size-full wp-image-1218" /></p>
<p>Imagen Derecha<br />
<img src="http://www.zoneartcss.com/wp-content/uploads/2009/12/btn_blue_right.gif" alt="btn_blue_right" title="btn_blue_right" width="62" height="50" class="alignnone size-full wp-image-1219" /><br />
Imagen Derecha Hover<br />
<img src="http://www.zoneartcss.com/wp-content/uploads/2009/12/btn_blue_right_hover.gif" alt="btn_blue_right_hover" title="btn_blue_right_hover" width="62" height="50" class="alignnone size-full wp-image-1220" /></p>
<p>Este es el codigo del Boton</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;button value=&quot;submit&quot; class=&quot;submitBtn&quot;&gt;&lt;span&gt;Submit&lt;/span&gt;&lt;/button&gt;</pre></div></div>

<p>Y este sería el Código del Css</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">utton <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span><span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">20px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
button span <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">white-space</span><span style="color: #00AA00;">:</span><span style="color: #993333;">nowrap</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/*blue buttons*/</span>
button<span style="color: #6666ff;">.submitBtn</span> <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/btn_blue_right.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #000000; font-weight: bold;">right</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">1.3em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
button<span style="color: #6666ff;">.submitBtn</span> span <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">50px</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">50px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/btn_blue_left.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
button<span style="color: #6666ff;">.submitBtn</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/btn_blue_right_hover.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #000000; font-weight: bold;">right</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
button<span style="color: #6666ff;">.submitBtn</span><span style="color: #3333ff;">:hover </span>span <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/btn_blue_left_hover.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Esto es todo espero que les sea de su agrado este Efecto en Css</p>
<p><a class="verdemo" href="http://www.filamentgroup.com/lab/styling_the_button_element_with_sliding_doors/">Ver Ejemplo</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdesign/css/botones-de-formulario-con-bordes-redondos-solo-con-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crear un buzón de correo con PHP imap_createmailbox()</title>
		<link>http://www.zoneartcss.com/webdevelopment/php/crear-un-buzon-de-correo-con-php-imap_createmailbox/</link>
		<comments>http://www.zoneartcss.com/webdevelopment/php/crear-un-buzon-de-correo-con-php-imap_createmailbox/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 22:48:17 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[bandeja de entrada]]></category>
		<category><![CDATA[buzon con php]]></category>
		<category><![CDATA[buzon de correo con php]]></category>
		<category><![CDATA[Crear un buzón de correo con PHP]]></category>
		<category><![CDATA[estado de mi correo]]></category>
		<category><![CDATA[imap_createmailbox()]]></category>
		<category><![CDATA[miguel ortega]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=1040</guid>
		<description><![CDATA[
Crear un buzón de correo con PHP
Es muy interesante poder hacer que nuestros usuarios de nuestro portal puedan crear su correo con el nombre de nuestro dominio sabemos que esto es posible con google o con msn, pero es mejor si podemos crear nuestro propio buzon de bandeja de entrada en php con las funciones [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://zoneartcss.com/wp-content/php_imap.jpg" alt="crear un buzon con php" width="500" height="130" /></p>
<h4 style="text-align: center;"><span style="color: #ff9900;">Crear un buzón de correo con PHP</span></h4>
<p>Es muy interesante poder hacer que nuestros usuarios de nuestro portal puedan crear su correo con el nombre de nuestro dominio sabemos que esto es posible con google o con msn, pero es mejor si podemos crear nuestro propio buzon de bandeja de entrada en php con las funciones imap, recuerde que esto lo debe tener habilitado su servidor.<br />
<span id="more-1040"></span><br />
Este es un breve condigo de como verificar es estado de un correo de tu propio dominio.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$buzon</span> <span style="color: #339933;">=</span> <span style="color: #990000;">imap_open</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;{imap.example.org}&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;usuario&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;contraseña&quot;</span><span style="color: #339933;">,</span> OP_HALFOPEN<span style="color: #009900;">&#41;</span>
     or <span style="color: #990000;">die</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;no se pudo conectar: &quot;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">imap_last_error</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$nombre1</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;phpnuevobuzon&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$nombre2</span> <span style="color: #339933;">=</span> <span style="color: #990000;">imap_utf7_encode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;phpnuevobuzón&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$nuevo_nombre</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$nombre1</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;El nuevo nombre será '<span style="color: #006699; font-weight: bold;">$nombre1</span>'&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// ahora crearemos un nuevo buzón &quot;phpbuzonprueba&quot; en su carpeta de entrada,</span>
<span style="color: #666666; font-style: italic;">// chequearemos su status después de su creación y finalmente lo removeremos</span>
<span style="color: #666666; font-style: italic;">// para recuperar el estado inicial del buzón de entrada</span>
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">@</span><span style="color: #990000;">imap_createmailbox</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$buzon</span><span style="color: #339933;">,</span> <span style="color: #990000;">imap_utf7_encode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;{imap.example.org}INBOX.<span style="color: #006699; font-weight: bold;">$nuevo_nombre</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$status</span> <span style="color: #339933;">=</span> <span style="color: #339933;">@</span><span style="color: #990000;">imap_status</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$buzon</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;{imap.example.org}INBOX.<span style="color: #006699; font-weight: bold;">$nuevo_nombre</span>&quot;</span><span style="color: #339933;">,</span> SA_ALL<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$status</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;su nuevo buzón '<span style="color: #006699; font-weight: bold;">$nombre1</span>' tiene el siguiente status:&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Mensajes:      &quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$status</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">messages</span>    <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Recientes:     &quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$status</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">recent</span>      <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;No leídos:     &quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$status</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">unseen</span>      <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Siguiente UID: &quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$status</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">uidnext</span>     <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Validez UID:   &quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$status</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">uidvalidity</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">imap_renamemailbox</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$buzon</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;{imap.example.org}INBOX.<span style="color: #006699; font-weight: bold;">$nuevo_nombre</span>&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;{imap.example.org}INBOX.<span style="color: #006699; font-weight: bold;">$nombre2</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;se renombró el nuevo buzón de '<span style="color: #006699; font-weight: bold;">$nombre1</span>' a '<span style="color: #006699; font-weight: bold;">$nombre2</span>'&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
            <span style="color: #000088;">$nuevo_nombre</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$nombre2</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;imap_renamemailbox en el nuevo buzón falló: &quot;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">imap_last_error</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</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;">echo</span> <span style="color: #0000ff;">&quot;imap_status en el nuevo buzón falló: &quot;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">imap_last_error</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
&nbsp;
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">@</span><span style="color: #990000;">imap_deletemailbox</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$buzon</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;{imap.example.org}INBOX.<span style="color: #006699; font-weight: bold;">$nuevo_nombre</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;el nuevo buzón fue eliminado para recuperar el estado inicial&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;imap_deletemailbox en el nuevo buzón falló: &quot;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">implode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">,</span> <span style="color: #990000;">imap_errors</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;no se pudo crear un nuevo buzón: &quot;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">implode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">,</span> <span style="color: #990000;">imap_errors</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;br /&gt;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #990000;">imap_close</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$buzon</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Espero que les funcione yo lo probé y si me funciono.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdevelopment/php/crear-un-buzon-de-correo-con-php-imap_createmailbox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Saber si el año es Bisiesto en PHP</title>
		<link>http://www.zoneartcss.com/tips/saber-si-el-ano-es-bisiesto-en-php/</link>
		<comments>http://www.zoneartcss.com/tips/saber-si-el-ano-es-bisiesto-en-php/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 19:29:31 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[30 febrero]]></category>
		<category><![CDATA[año bisiesto en php]]></category>
		<category><![CDATA[bisiesto]]></category>
		<category><![CDATA[bisiesto php]]></category>
		<category><![CDATA[miguel ortega]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=977</guid>
		<description><![CDATA[
Saber si el año es Bisiesto con PHP
Con este sencillo codigo podemos saber si el año es bisiesto o no con php, esto nos puede servir algún día espero que les ayude en algo.
Primero hacemos la funcion donde decimos si es 29 de febrero


&#60;?php
function Bisiesto&#40;$anyo&#41;&#123;
	return checkdate&#40;02,29,$anyo&#41;;
&#125;
$actual = date&#40;&#34;Y&#34;&#41;;
$sig = $actual+1;
if&#40;Bisiesto&#40;$actual&#41;&#41;&#123;
	echo $actual.&#34; es bisiesto&#60;br&#62;&#34;;
&#125;else&#123;
	echo $actual.&#34; no [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://zoneartcss.com/wp-content/bisiesto_php.jpg" alt="año bisiesto con php" width="500" height="130" /></p>
<h4 style="text-align: center;"><span style="color: #ff9900;">Saber si el año es Bisiesto con PHP</span></h4>
<p>Con este sencillo codigo podemos saber si el año es bisiesto o no con php, esto nos puede servir algún día espero que les ayude en algo.</p>
<p>Primero hacemos la funcion donde decimos si es 29 de febrero<br />
<span id="more-977"></span></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000000; font-weight: bold;">function</span> Bisiesto<span style="color: #009900;">&#40;</span><span style="color: #000088;">$anyo</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #990000;">checkdate</span><span style="color: #009900;">&#40;</span><span style="color: #208080;">02</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">29</span><span style="color: #339933;">,</span><span style="color: #000088;">$anyo</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000088;">$actual</span> <span style="color: #339933;">=</span> <span style="color: #990000;">date</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Y&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$sig</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$actual</span><span style="color: #339933;">+</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span>Bisiesto<span style="color: #009900;">&#40;</span><span style="color: #000088;">$actual</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$actual</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot; es bisiesto&lt;br&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #b1b100;">else</span><span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$actual</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot; no es bisiesto&lt;br&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span>Bisiesto<span style="color: #009900;">&#40;</span><span style="color: #000088;">$sig</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$sig</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot; es bisiesto&lt;br&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #b1b100;">else</span><span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$sig</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot; no es bisiesto&lt;br&gt;&quot;</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>Espero que les sea de utilidad.<br />
Saludos.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/tips/saber-si-el-ano-es-bisiesto-en-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intercambiar los colores con X filas en Php</title>
		<link>http://www.zoneartcss.com/webdevelopment/programacion-con-style/intercambiar-los-colores-con-x-filas-en-php/</link>
		<comments>http://www.zoneartcss.com/webdevelopment/programacion-con-style/intercambiar-los-colores-con-x-filas-en-php/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 19:23:53 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[Programación con Style]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Efecto Zebra]]></category>
		<category><![CDATA[efecto zebra en tus tablas]]></category>
		<category><![CDATA[en una tabla]]></category>
		<category><![CDATA[filas]]></category>
		<category><![CDATA[intercalar colores php]]></category>
		<category><![CDATA[intercambio de colores]]></category>
		<category><![CDATA[miguel ortega]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zebra tablas con php]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=975</guid>
		<description><![CDATA[
Colorear filas con php [Efecto Zebra]
A la hora de hacer listados, puede darse el caso que la legibilidad de las filas no sea buena, por lo tanto sera conveniente usar dos colores diferentes de background para cada fila, de manera que se vayan intercalando y la legibilidad sea buena. Como hacemos esto? Pues una de [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://zoneartcss.com/wp-content/zebra_php.jpg" alt="zebra en tus tablas" width="500" height="130" /></p>
<h4 style="text-align: center;"><span style="color: #ff9900;">Colorear filas con php [Efecto Zebra]</span></h4>
<p>A la hora de hacer listados, puede darse el caso que la legibilidad de las filas no sea buena, por lo tanto sera conveniente usar dos colores diferentes de background para cada fila, de manera que se vayan intercalando y la legibilidad sea buena. Como hacemos esto? Pues una de las maneras más elegantes es usar el operador ternario.<br />
<span id="more-975"></span><br />
Aquí les dejo el codiguito:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$color</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;#000000&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$i</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span> <span style="color: #339933;">&lt;</span> <span style="color: #cc66cc;">10</span><span style="color: #009900;">&#41;</span> 
<span style="color: #009900;">&#123;</span>
   <span style="color: #000088;">$color</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$color</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;#000000&quot;</span><span style="color: #009900;">&#41;</span> ? <span style="color: #0000ff;">&quot;#FFFFFF&quot;</span> <span style="color: #339933;">:</span> <span style="color: #0000ff;">&quot;#000000&quot;</span><span style="color: #339933;">;</span>
   <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$color</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&lt;br&gt;&quot;</span><span style="color: #339933;">;</span>
   <span style="color: #000088;">$i</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>Dejen sus comentarios!!!</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdevelopment/programacion-con-style/intercambiar-los-colores-con-x-filas-en-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evitar la Cache de los Navegadores con php</title>
		<link>http://www.zoneartcss.com/webdevelopment/programacion-con-style/evitar-la-cache-de-los-navegadores-con-php/</link>
		<comments>http://www.zoneartcss.com/webdevelopment/programacion-con-style/evitar-la-cache-de-los-navegadores-con-php/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 19:20:36 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[Programación con Style]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[evitar cache con php]]></category>
		<category><![CDATA[miguel ortega]]></category>
		<category><![CDATA[navegadores]]></category>
		<category><![CDATA[no guardar cache con php]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=973</guid>
		<description><![CDATA[
No guardar cache con PHP
Este es un tip muy útil, es como evitar que el navegador guarde en cache tu web,y así puedan visualizar los usuarios en tiempo real el contenido de tu web..

Este es el codigo

&#60;?php
header&#40; &#34;Expires: Mon, 26 Jul 1997 05:00:00 GMT&#34; &#41;;  // disable IE caching
header&#40; &#34;Last-Modified: &#34; . gmdate&#40; &#34;D, [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://zoneartcss.com/wp-content/no_cache_php.jpg" alt="no guardar cache" width="500" height="130" /></p>
<h4 style="text-align: center;"><span style="color: #ff9900;">No guardar cache con PHP</span></h4>
<p>Este es un tip muy útil, es como evitar que el navegador guarde en cache tu web,y así puedan visualizar los usuarios en tiempo real el contenido de tu web..<br />
<span id="more-973"></span><br />
Este es el codigo</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;Expires: Mon, 26 Jul 1997 05:00:00 GMT&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #666666; font-style: italic;">// disable IE caching</span>
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;Last-Modified: &quot;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">gmdate</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;D, d M Y H:i:s&quot;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot; GMT&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;Cache-Control: no-cache, must-revalidate&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;Pragma: no-cache&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Espero que les sea útil.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdevelopment/programacion-con-style/evitar-la-cache-de-los-navegadores-con-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copiar archivos remotos con PHP</title>
		<link>http://www.zoneartcss.com/webdevelopment/php/copiar-archivos-remotos-con-php/</link>
		<comments>http://www.zoneartcss.com/webdevelopment/php/copiar-archivos-remotos-con-php/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 18:43:51 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[archivos remotos]]></category>
		<category><![CDATA[copiar archivos]]></category>
		<category><![CDATA[copiar archivos remotos]]></category>
		<category><![CDATA[copy files remotes]]></category>
		<category><![CDATA[miguel ortega]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=971</guid>
		<description><![CDATA[
Copiar archivos remotos
Si necesitas hacer una copia de un archivo remoto a tu servidor, con php  es posible con un sencillo codigo, de echo  a mi me hacia falta ese código y anduve investigando.

Usa la funcion file_get_contents() y file_put_contents() para leer un archivo remoto y escribir su contenido en un archivo local

&#60;?php
// incrementamos [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://zoneartcss.com/wp-content/copiar_php.jpg" alt="copi files" width="500" height="130" /></p>
<h4 style="text-align: center;"><span style="color: #ff9900;">Copiar archivos remotos</span></h4>
<p>Si necesitas hacer una <strong>copia de un archivo remoto</strong> a tu servidor, <strong>con php</strong>  es posible con un sencillo codigo, de echo  a mi me hacia falta ese código y anduve investigando.<br />
<span id="more-971"></span><br />
Usa la funcion file_get_contents() y file_put_contents() para leer un archivo remoto y escribir su contenido en un archivo local</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">// incrementamos el limite de ejecucion para este script</span>
<span style="color: #990000;">ini_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'max_execution_time'</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">600</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// definimos la URL del archivo a descargar</span>
<span style="color: #000088;">$ArchivoRemoto</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;http://zoneartcss.com/archivo.zip&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// definimos el nombre de la copia local</span>
<span style="color: #000088;">$ArchivoLocal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;el_mio.zip&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Leemos el archivo remoto</span>
<span style="color: #000088;">$datos</span> <span style="color: #339933;">=</span> <span style="color: #990000;">file_get_contents</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ArchivoRemoto</span><span style="color: #009900;">&#41;</span>
    or <span style="color: #990000;">die</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;No se piede leer el archivo remoto&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Escribimos los datos en el archivo local</span>
<span style="color: #990000;">file_put_contents</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ArchivoLocal</span><span style="color: #339933;">,</span> <span style="color: #000088;">$datos</span><span style="color: #009900;">&#41;</span>
    or <span style="color: #990000;">die</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;No se puede escribir el archivo local&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Mostramos un mensaje de confirmacion</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;El archivo [<span style="color: #006699; font-weight: bold;">$ArchivoRemoto</span>] fue copiado a [<span style="color: #006699; font-weight: bold;">$ArchivoLocal</span>]&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Espero que le sea de utilidad, saludos.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdevelopment/php/copiar-archivos-remotos-con-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Siguenos en Twitter y Facebook!!!</title>
		<link>http://www.zoneartcss.com/general/siguenos-en-twitter-y-facebook/</link>
		<comments>http://www.zoneartcss.com/general/siguenos-en-twitter-y-facebook/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 04:08:14 +0000</pubDate>
		<dc:creator>Liz Palacios</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[alex aguiar]]></category>
		<category><![CDATA[carelibro]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook css]]></category>
		<category><![CDATA[liz palacios]]></category>
		<category><![CDATA[miguel ortega]]></category>
		<category><![CDATA[se fan zacss]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitter css]]></category>
		<category><![CDATA[zoneartcss]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=956</guid>
		<description><![CDATA[
Siguenos en Twitter y se fan en Facebook
Holas!!!
Aqui les dejo los links de nuestra Pagina en Facebook y Twitter!!!
Se Fan en: Facebook.
Siguenos en: Twitter.
]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://zoneartcss.com/wp-content/twitter_facebook.jpg" alt="siguenos y se fan de zoneartcss" width="500" height="130" /></p>
<h4 style="text-align: center;"><span style="color: #ff9900;">Siguenos en Twitter y se fan en Facebook</span></h4>
<p>Holas!!!</p>
<p>Aqui les dejo los links de nuestra Pagina en <strong>Facebook </strong>y <strong>Twitter</strong>!!!</p>
<p>Se Fan en: <a href="http://www.facebook.com/pages/ZoneArtCSS/148289462057">Facebook.</a><br />
Siguenos en: <a href="http://twitter.com/zoneartcss">Twitter</a>.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/general/siguenos-en-twitter-y-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como vincular un html con Css</title>
		<link>http://www.zoneartcss.com/webdesign/css/como-vincular-un-html-con-css/</link>
		<comments>http://www.zoneartcss.com/webdesign/css/como-vincular-un-html-con-css/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 19:40:46 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Como vincular un html con Css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[miguel ortega]]></category>
		<category><![CDATA[rel="stylesheet"]]></category>
		<category><![CDATA[type="text/css"]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=488</guid>
		<description><![CDATA[
Separando el CSS del HTML
Hay veces que te dan dudas de como poder agregar estilos a tu página Web. Hay varias maneras de poderlos agregar y aqui en este pequeño tutorial basico te enseñaremos como.
La primera Forma es agregando el css directo desde tu página html, normalmente los editores domo Adobe Dreamweaver asi lo agregan, [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://zoneartcss.com/wp-content/separando_css_html.jpg" alt="Separando CSS de XHTML" width="500" height="130" /></p>
<h4 style="text-align: center;"><span style="color: #ff9900;">Separando el CSS del HTML</span></h4>
<p>Hay veces que te dan dudas de como poder agregar estilos a tu página Web. Hay varias maneras de poderlos agregar y aqui en este pequeño tutorial basico te enseñaremos como.</p>
<p>La primera Forma es agregando el css directo desde tu página html, normalmente los editores domo Adobe Dreamweaver asi lo agregan, veamos el ejemplo siguiente:<br />
<span id="more-488"></span></p>
<h4><span style="color:#FF9900">Ejemplo 1:</span></h4>

<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
21
22
23
24
25
26
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #00bbdd;">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">html</span> xmlns<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.w3.org/1999/xhtml&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> <span style="color: #000066;">http-equiv</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Content-Type&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/html; charset=utf-8&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">title</span>&gt;</span>Documento sin t<span style="color: #ddbb00;">&amp;iacute;</span>tulo<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">title</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">style</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span>&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;!--</span>
<span style="color: #808080; font-style: italic;">body,td,th {</span>
<span style="color: #808080; font-style: italic;">	font-family: Verdana, Arial, Helvetica, sans-serif;</span>
<span style="color: #808080; font-style: italic;">	font-size: 9pt;</span>
<span style="color: #808080; font-style: italic;">	color: #000000;</span>
<span style="color: #808080; font-style: italic;">}</span>
<span style="color: #808080; font-style: italic;">body {</span>
<span style="color: #808080; font-style: italic;">	background-color: #FFFFFF;</span>
<span style="color: #808080; font-style: italic;">	margin-left: 0px;</span>
<span style="color: #808080; font-style: italic;">	margin-top: 0px;</span>
<span style="color: #808080; font-style: italic;">	margin-right: 0px;</span>
<span style="color: #808080; font-style: italic;">	margin-bottom: 0px;</span>
<span style="color: #808080; font-style: italic;">}</span>
<span style="color: #808080; font-style: italic;">--&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">style</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
ZoneArtCss - www.zoneartcss.com
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">html</span>&gt;</span></pre></td></tr></table></div>

<p>Pero el problema esta cuando ese mismo estilo lo vas a utilizar en varias paginas, tendrias que copiar y pegar varias veces el codigo css y por lo tanto pesará mas tu web. La solucion seria que crees un archivo llamado por ejemplo &#8220;style.css&#8221; en donde scribiras tus estilos y acontinuacion en tu condigo html lo vinculas con el siguiente codigo:</p>
<h4><span style="color:#FF9900">Ejemplo 2:</span></h4>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #00bbdd;">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">html</span> xmlns<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.w3.org/1999/xhtml&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> <span style="color: #000066;">http-equiv</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Content-Type&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/html; charset=utf-8&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">title</span>&gt;</span>Documento sin t<span style="color: #ddbb00;">&amp;iacute;</span>tulo<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">title</span>&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;style.css&quot;</span>  <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">html</span>&gt;</span></pre></td></tr></table></div>

<p>Con este ejemplo podras cargar todos tus estilos en un solo archivo sin ningun problema, es mas facil buscar los estilos cuando tienes un proyecto grande y sabes que en un solo archivo se encuentran los estilos. </p>
<p>Espero que les sea util.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdesign/css/como-vincular-un-html-con-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Crea tu barra de Herramientas para tu radio por internet</title>
		<link>http://www.zoneartcss.com/webdesign/herramientas-web/crea-tu-barra-de-herramientas-para-tu-radio-por-internet/</link>
		<comments>http://www.zoneartcss.com/webdesign/herramientas-web/crea-tu-barra-de-herramientas-para-tu-radio-por-internet/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 20:07:41 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[Herramientas Web]]></category>
		<category><![CDATA[barra de navegacion]]></category>
		<category><![CDATA[conduit]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[lector]]></category>
		<category><![CDATA[miguel ortega]]></category>
		<category><![CDATA[radio por internet]]></category>
		<category><![CDATA[radio x internet]]></category>
		<category><![CDATA[videostreaming]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=317</guid>
		<description><![CDATA[
Navega a todos lados escuchando Radio
Esta aplicación es muy interesante para todas aquellas paginas que son radio por Internet y desean que sus usuarios tengan la facilidad de poder escuchar su radio en cualquier momento en que esten navegando. 

Esta aplicación es muy interesante, solo tienes que registrarte en Conduit y podras crear tu barra de [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://www.zoneartcss.com/wp-content/tollbars.jpg" alt="Barra de herramientas para radio" width="500" height="130" /></p>
<h4><span style="color: #ff9900;">Navega a todos lados escuchando Radio</strong></span></h4>
<p>Esta aplicación es muy interesante para todas aquellas paginas que son <strong>radio por Internet</strong> y desean que sus usuarios tengan la facilidad de poder escuchar su radio en cualquier momento en que esten navegando. <br />
<span id="more-317"></span><br />
Esta aplicación es muy interesante, solo tienes que registrarte en <a href="http://www.conduit.com" target="_blank">Conduit</a> y podras crear tu barra de radio y generar un instalador para que tus usuarios la descarguen.</p>
<p>Le puedes agregar diferentes funcionalidades entre ellas<strong> lector de feed</strong>, reproductor de <strong>radio shoutcast</strong>, reproductor de <strong>video streaming</strong>, buscador de google, notificador de correos y demas.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.conduit.com/image/feature_developers.gif" alt="" width="444" height="106" /></p>
<p style="text-align: center;">
<p style="text-align: left;">
<h4>Caracteristicas:</h4>
<table id="components" border="0">
<tbody>
<tr>
<td><img src="http://www.conduit.com/image/search_icon.gif" alt="Búsqueda Potente" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Powerful Search</span> Búsqueda Potente</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Powered by Google</span> Powered by Google</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Add any custom search</span> Añadir cualquier búsqueda personalizada</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/design_icon.gif" alt="Marca y Diseño" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Branding and Design</span> Marca y Diseño</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Logos, icons and images</span> Logotipos, iconos e imágenes</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Labels and spacers</span> Etiquetas y separadores</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/rss_icon.gif" alt="Lectores de RSS" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">RSS Readers</span> Lectores de RSS</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Always–on and up–to–date</span> Siempre-y hasta la fecha</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Easily add all your feeds</span> Añadir fácilmente todos tus feeds</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/radio_icon.gif" alt="Radio Player" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Radio Player</span> Radio Player</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Podcasts and streaming audio</span> Podcasts y streaming de audio</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">All popular media file formats</span> Todos los medios de comunicación populares formatos de archivo</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/gadgets_icon.gif" alt="Cajas flotantes gadget" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Floating Gadget Boxes</span> Cajas flotantes gadget</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Add all your gadgets</span> Añadir todos tus gadgets</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Persistent / floating / minimize</span> Persistente / flotantes / minimizar</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/gadgets_icon.gif" alt="Gadgets Web de Bibliotecas" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Web Gadget Libraries</span> Web de Bibliotecas de gadgets</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Hundreds provided off–the–shelf</span> Cientos siempre fuera de la plataforma</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Add from other libraries too</span> Añadir también de otras bibliotecas</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/gadgets_icon.gif" alt="Gadgets de la barra de herramientas del menú" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Toolbar Gadget Boxes</span> Cajas de herramientas de gadget</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Push your site to the toolbar</span> Empuje su sitio a la barra de herramientas</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Any content or application</span> Cualquier contenido o la aplicación</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/email_icon.gif" alt="E-mail Notificador" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">E–mail Notifier</span> E-mail Notificador</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Notifications of incoming mail</span> Notificaciones de correo</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Configurable for any E–mail</span> Configurable para cualquier E-mail</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/weather_icon.gif" alt="Tiempo" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Weather</span> Tiempo</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Available in any language</span> Disponible en cualquier idioma</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Current and forecast</span> Actual y las previsiones</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/community_conv_icon.gif" alt="Conversaciones Comunidad" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Community Conversations</span> Conversaciones Comunidad</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Chat for you &amp; your subscribers</span> Chat para que usted y sus usuarios</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Community message board</span> Foro de la comunidad</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/news_icon.gif" alt="Noticias Tickers" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">News Tickers</span> Noticias Tickers</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Visibly scroll news feeds</span> Visiblemente desplazarse de noticias</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Scrolling text and links</span> Desplazamiento de texto y enlaces</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/security_icon.gif" alt="Bloqueador de elementos emergentes de privacidad" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Pop–up Blocker/Privacy</span> Bloqueador de elementos emergentes de privacidad</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Block annoying pop ups</span> Bloquea molestos pop ups</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Cookie and history cleanup</span> La limpieza de cookies y la historia</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/link_icon.gif" alt="Enlace Menús" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Link Menus</span> Enlace Menús</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Organize with multiple layers</span> Organizar con múltiples capas</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Pre–defined or dynamic items</span> Pre-definidos o elementos dinámicos</span></li>
</ul>
</td>
</tr>
<tr>
<td><img src="http://www.conduit.com/image/buttons_icon.gif" alt="Botones" width="45" height="45" /></td>
<th> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Buttons</span> Botones</span></th>
<td>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Link to any web page</span> Enlace a cualquier página web</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span style="direction: ltr; text-align: left;">Launch gadgets and apps</span> Lanzamiento de los gadgets y aplicaciones</span></li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>Espero que les sea de ayuda y que empiesen a promocionar al maximo su  <strong>Radio por Internet</strong>!!</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdesign/herramientas-web/crea-tu-barra-de-herramientas-para-tu-radio-por-internet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>¿Problemas con la subida de archivos en Php?</title>
		<link>http://www.zoneartcss.com/webdevelopment/programacion-con-style/%c2%bfproblemas-con-la-subida-de-archivos-en-php/</link>
		<comments>http://www.zoneartcss.com/webdevelopment/programacion-con-style/%c2%bfproblemas-con-la-subida-de-archivos-en-php/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 21:33:16 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[Programación con Style]]></category>
		<category><![CDATA[archivos]]></category>
		<category><![CDATA[max_execution_time]]></category>
		<category><![CDATA[max_input_time]]></category>
		<category><![CDATA[miguel]]></category>
		<category><![CDATA[miguel ortega]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post_max_size]]></category>
		<category><![CDATA[problemas]]></category>
		<category><![CDATA[subir archivos en php]]></category>
		<category><![CDATA[upload_max_filesize]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=190</guid>
		<description><![CDATA[
Si alguna ves en tu vida de programador en php te has encontrado con la necesitadad de programar una paginita para subir archivos desde php a tu web, pero la gran sorpresa que te llevaste fue que solo pudias subir 2Mg, &#8220;LA CONGIDURACIÓN DEL PHP.INI&#8221; , el maximo de subida esta predeterminado a 2Mg.  [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://www.zoneartcss.com/wp-content/subir_php.jpg" alt="subir archivos con php" width="500" height="130" /></p>
<p>Si alguna ves en tu vida de <strong>programador en php</strong> te has encontrado con la necesitadad de programar una paginita para <strong>subir archivos</strong> desde php a tu web, pero la gran sorpresa que te llevaste fue que <strong>solo pudias subir 2Mg</strong>, &#8220;LA <strong>CONGIDURACIÓN DEL PHP.INI</strong>&#8221; , el maximo de subida esta predeterminado a 2Mg. <img src='http://www.zoneartcss.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>Y para colmo desde tu webhosting no tienes como modificar el php.ini <img src='http://www.zoneartcss.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Eso si es mala suerte..<br />
<span id="more-190"></span><br />
Pero la solucion es que en tu archivo de subida php escribes en la parte superior el siguiente codigo y con eso podras subir alchivos mas pesados. <img src='http://www.zoneartcss.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">ini_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'upload_max_filesize'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'400M'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Y tu Problema ha sido resuelto.</p>
<p>AAAAAAAAAA pero un mayor problema, como el archivo es pesado el tiempo de ejecución se termina!! y te marca el error nuevamente <img src='http://www.zoneartcss.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>La sulución aquí tambien esta!! <img src='http://www.zoneartcss.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">ini_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'max_execution_time'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'1000'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Estos son algunos detalles más para que no pases angustias intentando subir archivos pesados.</p>
<p>    * post_max_size: tamaño máximo de datos enviados por POST.<br />
    * upload_max_filesize: tamaño máximo para subir archivos.<br />
    * max_execution_time: tiempo máximo de ejecución de cada script en segundos.<br />
    * max_input_time: tiempo máximo para analizar la petición de datos.</p>
<p><strong>Un ejemplo más:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">ini_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'post_max_size'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'100M'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">ini_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'upload_max_filesize'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'400M'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">ini_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'max_execution_time'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'1000'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">ini_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'max_input_time'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'1000'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Cualquier duda deja tus comentarios o mentadas aqui abajito!!</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdevelopment/programacion-con-style/%c2%bfproblemas-con-la-subida-de-archivos-en-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Descargar Archivos con Php desde mi Web</title>
		<link>http://www.zoneartcss.com/webdevelopment/programacion-con-style/descargar-archivos-con-php-desde-mi-web/</link>
		<comments>http://www.zoneartcss.com/webdevelopment/programacion-con-style/descargar-archivos-con-php-desde-mi-web/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 19:54:59 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[Programación con Style]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Content-Disposition]]></category>
		<category><![CDATA[descargar archivos con php]]></category>
		<category><![CDATA[Descargas con php]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[miguel ort]]></category>
		<category><![CDATA[miguel ortega]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[readfile]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[zoneartcss]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=180</guid>
		<description><![CDATA[
Este es un tip bueno pero no tan bueno 2 que 3, nos sirve cuando tenemos una web en donde deseamos que nuestros visitantes puedan descargar ciertos archivos que tengamos en Flv, mpg, gif, jpg &#8230;.etc&#8230; Este es un comodo codigo en php para que puedas hacer una descarga facil.
Ten cuidado con utilizar este codigo [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://www.zoneartcss.com/wp-content/bajar_archivos_php.jpg" alt="descargar archivos con php" width="500" height="130" /></p>
<p>Este es un tip bueno pero no tan bueno 2 que 3, nos sirve cuando tenemos una web en donde deseamos que nuestros visitantes puedan descargar ciertos archivos que tengamos en Flv, mpg, gif, jpg &#8230;.etc&#8230; Este es un comodo codigo en php para que puedas hacer una descarga facil.</p>
<p><strong>Ten cuidado con utilizar este codigo</strong> por que algunas personas pueden hacer mal uso de ello y pueden descargar por ejemplo un archivo de configuracion que tengas, en donde contenga el usuario y password de tu base de datos.<br />
<span id="more-180"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?</span>
<span style="color: #000088;">$nombre_archivo</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;video.flv&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$enlace</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;videos/09/<span style="color: #006699; font-weight: bold;">$nombre_archivo</span>&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #990000;">header</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Content-Disposition: attachment; filename=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$nombre_archivo</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\n</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">header</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Content-Type: application/octet-stream&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">header</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Content-Length: &quot;</span><span style="color: #339933;">.</span><span style="color: #990000;">filesize</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$enlace</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">readfile</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$enlace</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p> Saludos!!</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdevelopment/programacion-con-style/descargar-archivos-con-php-desde-mi-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Galeria de Images 3D en Mootools para tu Web :)</title>
		<link>http://www.zoneartcss.com/webdevelopment/programacion-con-style/galeria-de-images-3d-en-mootools-para-tu-web/</link>
		<comments>http://www.zoneartcss.com/webdevelopment/programacion-con-style/galeria-de-images-3d-en-mootools-para-tu-web/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 19:52:40 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Programación con Style]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[galeria]]></category>
		<category><![CDATA[galeria con degradados]]></category>
		<category><![CDATA[galeria con fotos y reflejos]]></category>
		<category><![CDATA[galeria con transparencias]]></category>
		<category><![CDATA[galeria de imagenes]]></category>
		<category><![CDATA[galeria mootools]]></category>
		<category><![CDATA[miguel ortega]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=167</guid>
		<description><![CDATA[
Esta es una buena galeria para su web, esta está echa con javascript y css&#8230; Si esta medio fresona, por que a las fotos les  agrega automaticamente un degradado(lamentablemente ese degradado solo funciona en Firefox, Chrome, Opera y demas, pero menos en el iexplorer.)
Pus ya a empesar..

El primer  paso es agregar las librerias [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p><img src="http://www.zoneartcss.com/wp-content/uploads/2009/07/mootols.jpg" alt="mootols" title="mootols" width="500" height="130" /><br />
Esta es una buena galeria para su web, esta está echa con javascript y css&#8230; Si esta medio fresona, por que a las fotos les  agrega automaticamente un degradado(lamentablemente ese degradado solo funciona en Firefox, Chrome, Opera y demas, pero menos en el iexplorer.)</p>
<p>Pus ya a empesar..<br />
<span id="more-167"></span><br />
El primer  paso es agregar las librerias siguientes te dejo el link para descargarlas:<br />
<a href="http://www.sexytec.net/script/mootools-1.2.1-core-yc.js">mootools-1.2.1-core-yc.js</a><br />
<a href="http://www.sexytec.net/script/mootools-1.2-more.js">mootools-1.2-more.js</a><br />
<a href="http://www.sexytec.net/script/pbb-magicwheel-1.0.js">pbb-magicwheel-1.0.js</a></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">	&lt;script type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> charset<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;utf-8&quot;</span> src<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;mootools-1.2.1-core-yc.js&quot;</span> <span style="color: #00AA00;">&gt;</span>&lt;/script<span style="color: #00AA00;">&gt;</span>
	&lt;script type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> charset<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;utf-8&quot;</span> src<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;mootools-1.2-more.js&quot;</span> <span style="color: #00AA00;">&gt;</span>&lt;/script<span style="color: #00AA00;">&gt;</span>
	&lt;script type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> charset<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;utf-8&quot;</span> src<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;pbb-magicwheel-1.0.js&quot;</span> <span style="color: #00AA00;">&gt;</span>&lt;/script<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

<p>Estas son las librerias javascript que vamos a utiliazar!!! ahora agrega este codigo javascript:</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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">	&lt;script type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> charset<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;utf-8&quot;</span><span style="color: #00AA00;">&gt;</span>
	window.addEvent<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'domready'</span><span style="color: #00AA00;">,</span> function<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
		var MyMW <span style="color: #00AA00;">=</span> new PBB_MagicWheel<span style="color: #00AA00;">&#40;</span>$<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'magicwheel'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
		var SLIDEuserIconWidth <span style="color: #00AA00;">=</span> new Slider<span style="color: #00AA00;">&#40;</span>$<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'SLIDEuserIconWidth'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> $<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'KNOBuserIconWidth'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> <span style="color: #00AA00;">&#123;</span>
			range<span style="color: #00AA00;">:</span> <span style="color: #00AA00;">&#91;</span>MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.iconMinWidth</span><span style="color: #00AA00;">,</span> MyMW<span style="color: #6666ff;">.options</span>.iconMaxWidth<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span>
			steps<span style="color: #00AA00;">:</span> MyMW<span style="color: #6666ff;">.options</span>.iconMaxWidth<span style="color: #00AA00;">,</span>
			wheel<span style="color: #00AA00;">:</span> true<span style="color: #00AA00;">,</span>
			onChange<span style="color: #00AA00;">:</span> function<span style="color: #00AA00;">&#40;</span>pos<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
				MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userIconWidth</span> <span style="color: #00AA00;">=</span> pos<span style="color: #00AA00;">;</span>
				MyMW.checkSettings<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
			<span style="color: #00AA00;">&#125;</span>
		<span style="color: #00AA00;">&#125;</span><span style="color: #00AA00;">&#41;</span>.set<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">MyMW.options.userIconWidth</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
		var SLIDEuserIconMinWidth <span style="color: #00AA00;">=</span> new Slider<span style="color: #00AA00;">&#40;</span>$<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'SLIDEuserIconMinWidth'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> $<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'KNOBuserIconMinWidth'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> <span style="color: #00AA00;">&#123;</span>
			range<span style="color: #00AA00;">:</span> <span style="color: #00AA00;">&#91;</span>MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.iconMinWidth</span><span style="color: #00AA00;">,</span> MyMW<span style="color: #6666ff;">.options</span>.iconMaxWidth<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span>
			steps<span style="color: #00AA00;">:</span> MyMW<span style="color: #6666ff;">.options</span>.iconMaxWidth<span style="color: #00AA00;">,</span>
			wheel<span style="color: #00AA00;">:</span> true<span style="color: #00AA00;">,</span>
			onChange<span style="color: #00AA00;">:</span> function<span style="color: #00AA00;">&#40;</span>pos<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
				if<span style="color: #00AA00;">&#40;</span>pos <span style="color: #00AA00;">&gt;</span> MyMW<span style="color: #6666ff;">.options</span>.userIconWidth<span style="color: #00AA00;">&#41;</span>
					this.set<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">MyMW.options.userIconWidth</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
				else
					MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userIconMinWidth</span> <span style="color: #00AA00;">=</span> pos<span style="color: #00AA00;">;</span>
				MyMW.checkSettings<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
			<span style="color: #00AA00;">&#125;</span>
		<span style="color: #00AA00;">&#125;</span><span style="color: #00AA00;">&#41;</span>.set<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">MyMW.options.userIconMinWidth</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
		var SLIDEuserWidth <span style="color: #00AA00;">=</span> new Slider<span style="color: #00AA00;">&#40;</span>$<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'SLIDEuserWidth'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> $<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'KNOBuserWidth'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> <span style="color: #00AA00;">&#123;</span>
			range<span style="color: #00AA00;">:</span> <span style="color: #00AA00;">&#91;</span>MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.minWidth</span><span style="color: #00AA00;">,</span> MyMW<span style="color: #6666ff;">.options</span>.maxWidth<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span>
			steps<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">100</span><span style="color: #00AA00;">,</span>
			wheel<span style="color: #00AA00;">:</span> true<span style="color: #00AA00;">,</span>
			onChange<span style="color: #00AA00;">:</span> function<span style="color: #00AA00;">&#40;</span>pos<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
				if<span style="color: #00AA00;">&#40;</span>pos <span style="color: #00AA00;">&gt;</span> MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.maxWidth</span> - MyMW<span style="color: #6666ff;">.options</span>.userIconWidth<span style="color: #00AA00;">&#41;</span>
					this.set<span style="color: #00AA00;">&#40;</span>MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.maxWidth</span> - MyMW<span style="color: #6666ff;">.options</span>.userIconWidth<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
				else
					MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userWidth</span> <span style="color: #00AA00;">=</span> pos<span style="color: #00AA00;">;</span>
				MyMW.checkSettings<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
			<span style="color: #00AA00;">&#125;</span>
		<span style="color: #00AA00;">&#125;</span><span style="color: #00AA00;">&#41;</span>.set<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">MyMW.options.userWidth</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
		var SLIDEuserHeight <span style="color: #00AA00;">=</span> new Slider<span style="color: #00AA00;">&#40;</span>$<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'SLIDEuserHeight'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> $<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'KNOBuserHeight'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> <span style="color: #00AA00;">&#123;</span>
			range<span style="color: #00AA00;">:</span> <span style="color: #00AA00;">&#91;</span>MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.minHeight</span><span style="color: #00AA00;">,</span> MyMW<span style="color: #6666ff;">.options</span>.maxHeight<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span>
			steps<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">100</span><span style="color: #00AA00;">,</span>
			wheel<span style="color: #00AA00;">:</span> true<span style="color: #00AA00;">,</span>
			onChange<span style="color: #00AA00;">:</span> function<span style="color: #00AA00;">&#40;</span>pos<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
				MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userHeight</span> <span style="color: #00AA00;">=</span> pos / MyMW<span style="color: #6666ff;">.icons</span>.length<span style="color: #00AA00;">;</span>
				MyMW.checkSettings<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
			<span style="color: #00AA00;">&#125;</span>
		<span style="color: #00AA00;">&#125;</span><span style="color: #00AA00;">&#41;</span>.set<span style="color: #00AA00;">&#40;</span>MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userHeight</span> <span style="color: #00AA00;">*</span> MyMW<span style="color: #6666ff;">.icons</span>.length<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
		var SLIDEuserSpeed <span style="color: #00AA00;">=</span> new Slider<span style="color: #00AA00;">&#40;</span>$<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'SLIDEuserSpeed'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> $<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'KNOBuserSpeed'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> <span style="color: #00AA00;">&#123;</span>
			range<span style="color: #00AA00;">:</span> <span style="color: #00AA00;">&#91;</span>-<span style="color: #cc66cc;">1000</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">1000</span><span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span>
			steps<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">200</span><span style="color: #00AA00;">,</span>
			wheel<span style="color: #00AA00;">:</span> true<span style="color: #00AA00;">,</span>
			onChange<span style="color: #00AA00;">:</span> function<span style="color: #00AA00;">&#40;</span>pos<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
				MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userSpeed</span> <span style="color: #00AA00;">=</span> pos / <span style="color: #cc66cc;">1000</span><span style="color: #00AA00;">;</span>
				MyMW.checkSettings<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
			<span style="color: #00AA00;">&#125;</span>
		<span style="color: #00AA00;">&#125;</span><span style="color: #00AA00;">&#41;</span>.set<span style="color: #00AA00;">&#40;</span>MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userSpeed</span> <span style="color: #00AA00;">*</span> <span style="color: #cc66cc;">1000</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
		var SLIDEuserIconOpacity <span style="color: #00AA00;">=</span> new Slider<span style="color: #00AA00;">&#40;</span>$<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'SLIDEuserIconOpacity'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> $<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'KNOBuserIconOpacity'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> <span style="color: #00AA00;">&#123;</span>
			range<span style="color: #00AA00;">:</span> <span style="color: #00AA00;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span>
			steps<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">,</span>
			wheel<span style="color: #00AA00;">:</span> true<span style="color: #00AA00;">,</span>
			onChange<span style="color: #00AA00;">:</span> function<span style="color: #00AA00;">&#40;</span>pos<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
				MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userIconOpacity</span> <span style="color: #00AA00;">=</span> pos / <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">;</span>
				MyMW.checkSettings<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
			<span style="color: #00AA00;">&#125;</span>
		<span style="color: #00AA00;">&#125;</span><span style="color: #00AA00;">&#41;</span>.set<span style="color: #00AA00;">&#40;</span>MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userIconOpacity</span> <span style="color: #00AA00;">*</span> <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
		var SLIDEuserIconMinOpacity <span style="color: #00AA00;">=</span> new Slider<span style="color: #00AA00;">&#40;</span>$<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'SLIDEuserIconMinOpacity'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> $<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'KNOBuserIconMinOpacity'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> <span style="color: #00AA00;">&#123;</span>
			range<span style="color: #00AA00;">:</span> <span style="color: #00AA00;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span>
			steps<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">,</span>
			wheel<span style="color: #00AA00;">:</span> true<span style="color: #00AA00;">,</span>
			onChange<span style="color: #00AA00;">:</span> function<span style="color: #00AA00;">&#40;</span>pos<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
				if<span style="color: #00AA00;">&#40;</span>pos / <span style="color: #cc66cc;">10</span> <span style="color: #00AA00;">&gt;</span> MyMW<span style="color: #6666ff;">.options</span>.userIconOpacity<span style="color: #00AA00;">&#41;</span>
					this.set<span style="color: #00AA00;">&#40;</span>MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userIconOpacity</span> <span style="color: #00AA00;">*</span> <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
				else
					MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userIconMinOpacity</span> <span style="color: #00AA00;">=</span> pos / <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">;</span>
				MyMW.checkSettings<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
			<span style="color: #00AA00;">&#125;</span>
		<span style="color: #00AA00;">&#125;</span><span style="color: #00AA00;">&#41;</span>.set<span style="color: #00AA00;">&#40;</span>MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userIconMinOpacity</span> <span style="color: #00AA00;">*</span> <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
		var SLIDEuserRefOpacity <span style="color: #00AA00;">=</span> new Slider<span style="color: #00AA00;">&#40;</span>$<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'SLIDEuserRefOpacity'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> $<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'KNOBuserRefOpacity'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span> <span style="color: #00AA00;">&#123;</span>
			range<span style="color: #00AA00;">:</span> <span style="color: #00AA00;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span>
			steps<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">,</span>
			wheel<span style="color: #00AA00;">:</span> true<span style="color: #00AA00;">,</span>
			onChange<span style="color: #00AA00;">:</span> function<span style="color: #00AA00;">&#40;</span>pos<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
				MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userRefOpacity</span> <span style="color: #00AA00;">=</span> pos / <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">;</span>
				MyMW.checkSettings<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
			<span style="color: #00AA00;">&#125;</span>
		<span style="color: #00AA00;">&#125;</span><span style="color: #00AA00;">&#41;</span>.set<span style="color: #00AA00;">&#40;</span>MyMW<span style="color: #6666ff;">.options</span><span style="color: #6666ff;">.userRefOpacity</span> <span style="color: #00AA00;">*</span> <span style="color: #cc66cc;">10</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
		$<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'add'</span><span style="color: #00AA00;">&#41;</span>.addEvent<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'click'</span><span style="color: #00AA00;">,</span> function<span style="color: #00AA00;">&#40;</span>e<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
			e.stop<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
			MyMW.addIcon<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'new.png'</span><span style="color: #00AA00;">,</span> <span style="color: #ff0000;">'new.png'</span><span style="color: #00AA00;">,</span> <span style="color: #ff0000;">'Hey i<span style="color: #000099; font-weight: bold;">\'</span> the new icon !'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
		<span style="color: #00AA00;">&#125;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
	&lt;/script<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

<p>Este codigo sirve para poder controlar las acciones qeu tiene con div para poder hacer que sea mas rapido o mas lento segun como te convenga.</p>
<p>Ahora vamos por los bonito de la vida, ponerle estilo al  los div.</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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">	&lt;style type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span><span style="color: #00AA00;">&gt;</span>&lt;!--
	body <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Verdana<span style="color: #00AA00;">,</span> Arial<span style="color: #00AA00;">,</span> Helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">11px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000000</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	a<span style="color: #3333ff;">:link</span><span style="color: #00AA00;">,</span> a<span style="color: #3333ff;">:visited </span><span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#D33131</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
	<span style="color: #808080; font-style: italic;">/*
		Magic Wheel CSS
	*/</span>
	<span style="color: #6666ff;">.loading</span> <span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'../imagenes/spinner.gif'</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">center</span> <span style="color: #993333;">center</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	<span style="color: #cc00cc;">#magicwheel</span> <span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	<span style="color: #6666ff;">.tip</span> <span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">visibility</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'arrow.png'</span><span style="color: #00AA00;">&#41;</span> <span style="color: #000000; font-weight: bold;">bottom</span> <span style="color: #993333;">center</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1000</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">padding-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">6px</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	<span style="color: #6666ff;">.tip</span> span <span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FFFFFF</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000000</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	<span style="color: #cc00cc;">#magicwheel</span> <span style="color: #6666ff;">.icon</span><span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#magicwheel</span> <span style="color: #6666ff;">.ref</span> <span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">visibility</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	<span style="color: #808080; font-style: italic;">/*
		Settings CSS
	*/</span>
	<span style="color: #6666ff;">.box</span> <span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">7px</span> <span style="color: #933;">5px</span> <span style="color: #933;">7px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000000</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">280px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1000</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	<span style="color: #6666ff;">.slider</span> <span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#D8D8D8</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">7px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	<span style="color: #6666ff;">.knob</span> <span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
	--<span style="color: #00AA00;">&gt;</span>&lt;/style<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

<p>ya teniendo nuestros stylos jaja ahora agregamos los div de control en nuestro body y tambien el codigo donde va estar cada imagen. puedes ahcer que en php te genere la lista de images para hacer una galeria más dinamica.</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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;body&gt;
	&lt;div class=&quot;box&quot;&gt;&lt;a href=&quot;http://www.sexytec.net&quot;&gt;&lt;img src=&quot;http://www.sexytec.net/imagenes/barra_fotos.png&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;box&quot; style=&quot;right: 0px; visibility:hidden&quot;&gt;
		&lt;h2&gt;Magic Wheel Settings :&lt;/h2&gt;
		&lt;span&gt;Icons width : &lt;/span&gt;
		&lt;div id=&quot;SLIDEuserIconWidth&quot; class=&quot;slider&quot;&gt;&lt;div id=&quot;KNOBuserIconWidth&quot; class=&quot;knob&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&nbsp;
		&lt;span&gt;Background icons width :&lt;/span&gt;
		&lt;div id=&quot;SLIDEuserIconMinWidth&quot; class=&quot;slider&quot;&gt;&lt;div id=&quot;KNOBuserIconMinWidth&quot; class=&quot;knob&quot;&gt;&lt;/div&gt;&lt;/div&gt;
		&lt;span&gt;Wheel width :&lt;/span&gt;
		&lt;div id=&quot;SLIDEuserWidth&quot; class=&quot;slider&quot;&gt;&lt;div id=&quot;KNOBuserWidth&quot; class=&quot;knob&quot;&gt;&lt;/div&gt;&lt;/div&gt;
		&lt;span&gt;Wheel height :&lt;/span&gt;
		&lt;div id=&quot;SLIDEuserHeight&quot; class=&quot;slider&quot;&gt;&lt;div id=&quot;KNOBuserHeight&quot; class=&quot;knob&quot;&gt;&lt;/div&gt;&lt;/div&gt;
		&lt;span&gt;Wheel speed :&lt;/span&gt;
&nbsp;
		&lt;div id=&quot;SLIDEuserSpeed&quot; class=&quot;slider&quot;&gt;&lt;div id=&quot;KNOBuserSpeed&quot; class=&quot;knob&quot;&gt;&lt;/div&gt;&lt;/div&gt;
		&lt;span&gt;Icons opacity :&lt;/span&gt;
		&lt;div id=&quot;SLIDEuserIconOpacity&quot; class=&quot;slider&quot;&gt;&lt;div id=&quot;KNOBuserIconOpacity&quot; class=&quot;knob&quot;&gt;&lt;/div&gt;&lt;/div&gt;
		&lt;span&gt;Background icons opacity :&lt;/span&gt;
		&lt;div id=&quot;SLIDEuserIconMinOpacity&quot; class=&quot;slider&quot;&gt;&lt;div id=&quot;KNOBuserIconMinOpacity&quot; class=&quot;knob&quot;&gt;&lt;/div&gt;&lt;/div&gt;
		&lt;span&gt;Reflection opacity :&lt;/span&gt;
		&lt;div id=&quot;SLIDEuserRefOpacity&quot; class=&quot;slider&quot;&gt;&lt;div id=&quot;KNOBuserRefOpacity&quot; class=&quot;knob&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&nbsp;
		&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
	&lt;div id=&quot;magicwheel&quot; class=&quot;loading&quot;&gt;
&nbsp;
&lt;!-- AQUI VA LAS IMAGENES QUE TU QUIERAS --&gt;
		&lt;a href=&quot;http://www.sexytec.net/main.php&quot; title=&quot;you&quot;&gt;&lt;img class=&quot;icon&quot; src=&quot;../fotos_web/900995460.jpg&quot; /&gt;&lt;/a&gt;
		&lt;a href=&quot;http://www.sexytec.net/main.php&quot; title=&quot;MI novia&quot;&gt;&lt;img class=&quot;icon&quot; src=&quot;../fotos_web/88928786.jpg&quot; /&gt;&lt;/a&gt;
		&lt;!-- . --&gt;
                &lt;!-- . --&gt;
                &lt;!-- . --&gt;
&nbsp;
	&lt;/div&gt;
&lt;/body&gt;</pre></td></tr></table></div>

<p>Y listo.. Ya esta tu Galeria funcionando correctamente, aaaa les voy a dejar el demo para que vean como funciona. Saludos.</p>
<p><a href="http://www.sexytec.net/script/fotos.php" target="_blank">VER del Demo</a></p>
<p>Cualquier duda Dejen sus comentarios.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdevelopment/programacion-con-style/galeria-de-images-3d-en-mootools-para-tu-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
