<?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>MixInformatico.com &#187; Css</title>
	<atom:link href="http://www.mixinformatico.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mixinformatico.com</link>
	<description>Reforzando tus ideas</description>
	<lastBuildDate>Sat, 31 Jul 2010 00:47:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Query Multimedia Portfolio – Galería con contenido múltiple</title>
		<link>http://www.mixinformatico.com/2010/04/04/query-multimedia-portfolio-%e2%80%93-galeria-con-contenido-multiple/</link>
		<comments>http://www.mixinformatico.com/2010/04/04/query-multimedia-portfolio-%e2%80%93-galeria-con-contenido-multiple/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 19:16:51 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mixinformatico.com/?p=9221</guid>
		<description><![CDATA[jQuery Multimedia Portfolio un interesante plugin para jQuery que nos permitirá crear un porfolio utilizando una especia de carrusel con contenido múltiple. Para ser claros, en el no solo podremos introducir imágenes, sino que jQuery Multimedia Portfolio nos permitirá también optar por agregar videos en formato “ flv” o audio en formato “ mp3 ”. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.mixinformatico.com/wp-content/uploads/2009/04/jporfolio.jpg" alt="" width="459" height="149" /></p>
<p><a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html">jQuery Multimedia Portfolio </a> un interesante plugin para jQuery que nos permitirá crear un porfolio utilizando una especia de carrusel con contenido múltiple. Para ser claros, en el no solo podremos introducir imágenes, sino que jQuery Multimedia Portfolio nos permitirá también optar por agregar <a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html">videos </a> en formato “ <a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html">flv” </a> o <a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html">audio </a> en formato “ <a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html">mp3 </a>”. Esto es sin duda algo que hace a <a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html">jQuery Multimedia Portfolio </a> realmente interesante. Este plugin detectara automáticamente la extensión del archivo y le inserta el contenido o la funcionalidad correspondiente a cada uno de ellos. Por ejemplo, en el caso de videos, la opción de reproducción.</p>
<p>Ver <a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html">Demo </a><br />
<span id="more-9221"></span></p>
<p><strong>Descargas: </strong></p>
<p>Podremos bajar los archivos desde <a href="http://www.infectedfx.net/jquery-multimedia-portfolio/2007/">infectedfx </a> o de la web oficial de <a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html">openstudio </a></p>
<p><strong>USO </strong>:</p>
<p>Como de costumbre lo primero que haremos será realizar las llamadas correspondientes al script y hoja de estilos utilizadas. Copiamos y pegamos el siguiente código dentro de nuestra etiqueta &lt; <strong>head &gt; </strong>.</p>
<p><strong><em>JavaScript:</em></strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="abap" style="font-family:monospace;">&lt;link rel<span style="color: #800080;">=</span>“stylesheet” href<span style="color: #800080;">=</span>“css<span style="color: #808080;">/</span>multimedia<span style="color: #808080;">-</span>portfolio.css” <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">type</span><span style="color: #800080;">=</span>“text<span style="color: #808080;">/</span>css” media<span style="color: #800080;">=</span>“<span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">screen</span>” <span style="color: #808080;">/</span>&gt;
&lt;script <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">type</span><span style="color: #800080;">=</span>“text<span style="color: #808080;">/</span>javascript” src<span style="color: #800080;">=</span>“js<span style="color: #808080;">/</span>jquery.js”&gt;&lt;<span style="color: #808080;">/</span>script&gt;
&lt;script <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">type</span><span style="color: #800080;">=</span>“text<span style="color: #808080;">/</span>javascript” src<span style="color: #800080;">=</span>“js<span style="color: #808080;">/</span>jquery.dimensions.js”&gt;&lt;<span style="color: #808080;">/</span>script&gt;
&lt;script <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">type</span><span style="color: #800080;">=</span>“text<span style="color: #808080;">/</span>javascript” src<span style="color: #800080;">=</span>“js<span style="color: #808080;">/</span>ui.mouse.js”&gt;&lt;<span style="color: #808080;">/</span>script&gt;
&lt;script <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">type</span><span style="color: #800080;">=</span>“text<span style="color: #808080;">/</span>javascript” src<span style="color: #800080;">=</span>“js<span style="color: #808080;">/</span>ui.slider.js”&gt;&lt;<span style="color: #808080;">/</span>script&gt;
&lt;script <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">type</span><span style="color: #800080;">=</span>“text<span style="color: #808080;">/</span>javascript” src<span style="color: #800080;">=</span>“js<span style="color: #808080;">/</span>jquery.multimedia<span style="color: #808080;">-</span>portfolio.js”&gt;&lt;<span style="color: #808080;">/</span>script&gt;
&lt;script <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">type</span><span style="color: #800080;">=</span>“text<span style="color: #808080;">/</span>javascript”&gt;
  $<span style="color: #808080;">&#40;</span>document<span style="color: #808080;">&#41;</span>.ready<span style="color: #808080;">&#40;</span><span style="color: #005066; text-transform: uppercase; font-weight: bold; zzz:statement;">function</span><span style="color: #808080;">&#40;</span><span style="color: #808080;">&#41;</span><span style="color: #808080;">&#123;</span>
  $<span style="color: #808080;">&#40;</span>“ul.multimedia<span style="color: #808080;">-</span>portfolio”<span style="color: #808080;">&#41;</span>.multimedia_portfolio<span style="color: #808080;">&#40;</span><span style="color: #808080;">&#123;</span><span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">width</span><span style="color: #808080;">:</span> <span style="color: #3399ff;">500</span>, baseDir<span style="color: #808080;">:</span> ‘.<span style="color: #4da619;">'});
  });
&lt;/script&gt;</span></pre></td></tr></table></div>

<p>y para insertar el contenido, la siguiente estructura</p>
<p>HTML:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="abap" style="font-family:monospace;">&lt;ul <span style="color: #005066; text-transform: uppercase; font-weight: bold; zzz:statement;">class</span><span style="color: #800080;">=</span>”multimedia<span style="color: #808080;">-</span>portfolio”&gt;
&lt;li&gt;
………………CONTENIDO………………….
&lt;<span style="color: #808080;">/</span>li&gt;
&lt;<span style="color: #808080;">/</span>ul&gt;</pre></td></tr></table></div>

<p>Ejemplo: agregar imagenes de contenido</p>
<p>HTML:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="abap" style="font-family:monospace;">&lt;li&gt;
&lt;a href<span style="color: #800080;">=</span>”imagen.jpg” alt<span style="color: #800080;">=</span>”agrandir”&gt; &lt;img src<span style="color: #800080;">=</span>”thumbnail.jpg” <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">title</span><span style="color: #800080;">=</span>”imagen” <span style="color: #808080;">/</span>&gt; &lt;<span style="color: #808080;">/</span>a&gt;
&lt;<span style="color: #808080;">/</span>li&gt;</pre></td></tr></table></div>

<p>HTML:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="abap" style="font-family:monospace;"> &lt;li&gt;
&lt;a href<span style="color: #800080;">=</span>”video.flv” alt<span style="color: #800080;">=</span>”video”&gt; &lt;img src<span style="color: #800080;">=</span>”imagen.jpg” <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">width</span><span style="color: #800080;">=</span>”<span style="color: #3399ff;">320</span>? height<span style="color: #800080;">=</span>”<span style="color: #3399ff;">240</span>? <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">title</span><span style="color: #800080;">=</span>”video” <span style="color: #808080;">/</span>&gt; &lt;<span style="color: #808080;">/</span>a&gt;
&lt;<span style="color: #808080;">/</span>li&gt;</pre></td></tr></table></div>

<p>Ejemplo: agregar audio record (mp3 format) de contenido</p>
<p><strong>HTML: </strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="abap" style="font-family:monospace;">&lt;li&gt;
&lt;a href<span style="color: #800080;">=</span>”audio.mp3? alt<span style="color: #800080;">=</span>”Audio”&gt; &lt;img src<span style="color: #800080;">=</span>”imagen.jpg” <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">title</span><span style="color: #800080;">=</span>”Audio” <span style="color: #808080;">/</span>&gt; &lt;<span style="color: #808080;">/</span>a&gt;
&lt;<span style="color: #808080;">/</span>li&gt;</pre></td></tr></table></div>

<p><strong><em>HTML:</em></strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="abap" style="font-family:monospace;">&lt;ul <span style="color: #005066; text-transform: uppercase; font-weight: bold; zzz:statement;">class</span><span style="color: #800080;">=</span>”multimedia<span style="color: #808080;">-</span>portfolio”&gt;
&lt;li&gt;
………………CONTENIDO………………….
&lt;<span style="color: #808080;">/</span>li&gt;
&lt;<span style="color: #808080;">/</span>ul&gt;</pre></td></tr></table></div>

<p>Ejemplo: agregar imagenes de contenido</p>
<p><strong><em>HTML:</em></strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="abap" style="font-family:monospace;">&lt;li&gt;
&lt;a href<span style="color: #800080;">=</span>”imagen.jpg” alt<span style="color: #800080;">=</span>”agrandir”&gt; &lt;img src<span style="color: #800080;">=</span>”thumbnail.jpg” <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">title</span><span style="color: #800080;">=</span>”imagen” <span style="color: #808080;">/</span>&gt; &lt;<span style="color: #808080;">/</span>a&gt;
&lt;<span style="color: #808080;">/</span>li&gt;</pre></td></tr></table></div>

<p>Ejemplo: agregar video (flv format) de contenido</p>
<p><strong><em>HTML: </em></strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="abap" style="font-family:monospace;">&lt;li&gt;
&lt;a href<span style="color: #800080;">=</span>”video.flv” alt<span style="color: #800080;">=</span>”video”&gt; &lt;img src<span style="color: #800080;">=</span>”imagen.jpg” <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">width</span><span style="color: #800080;">=</span>”<span style="color: #3399ff;">320</span>? height<span style="color: #800080;">=</span>”<span style="color: #3399ff;">240</span>? <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">title</span><span style="color: #800080;">=</span>”video” <span style="color: #808080;">/</span>&gt; &lt;<span style="color: #808080;">/</span>a&gt;
&lt;<span style="color: #808080;">/</span>li&gt;</pre></td></tr></table></div>

<p>Ejemplo: agregar audio record (mp3 format) de contenido</p>
<p><strong><em>HTML:</em></strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="abap" style="font-family:monospace;">&lt;li&gt;
&lt;a href<span style="color: #800080;">=</span>”audio.mp3? alt<span style="color: #800080;">=</span>”Audio”&gt; &lt;img src<span style="color: #800080;">=</span>”imagen.jpg” <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">title</span><span style="color: #800080;">=</span>”Audio” <span style="color: #808080;">/</span>&gt; &lt;<span style="color: #808080;">/</span>a&gt;
&lt;<span style="color: #808080;">/</span>li&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.mixinformatico.com/2010/04/04/query-multimedia-portfolio-%e2%80%93-galeria-con-contenido-multiple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paginacion en CSS</title>
		<link>http://www.mixinformatico.com/2010/03/29/paginacion-en-css/</link>
		<comments>http://www.mixinformatico.com/2010/03/29/paginacion-en-css/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 01:57:13 +0000</pubDate>
		<dc:creator>dementexmaster</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[paginacion en css]]></category>

		<guid isPermaLink="false">http://www.mixinformatico.com/?p=9149</guid>
		<description><![CDATA[>qui les dejo una coleccion de 24 CSS muy buenos para paginar tus archivos php, a los webmasters les servira bastante esta herramienta. DESCARGAR AQUI]]></description>
			<content:encoded><![CDATA[<p>>qui les dejo una coleccion de 24 CSS muy buenos para paginar tus archivos php, a los webmasters les servira bastante esta herramienta.</p>
<p><a href="http://www.mixinformatico.com/wp-content/uploads/2010/03/2r4332e.jpg" title="2r4332e" rel="lightbox[9149]"><img class="alignnone size-medium wp-image-9152" title="2r4332e" src="http://www.mixinformatico.com/wp-content/uploads/2010/03/2r4332e-300x135.jpg" alt="" width="300" height="135" /></a></p>
<p><span id="more-9149"></span><br />
<a href="http://www.anonym.to/?http://174.36.228.228/~dementex/demos/24-web-2.0-css.rar">DESCARGAR AQUI</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mixinformatico.com/2010/03/29/paginacion-en-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como crear una Web Modular</title>
		<link>http://www.mixinformatico.com/2010/03/28/como-crear-una-web-modular/</link>
		<comments>http://www.mixinformatico.com/2010/03/28/como-crear-una-web-modular/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 02:16:18 +0000</pubDate>
		<dc:creator>dementexmaster</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[crear una web modular]]></category>
		<category><![CDATA[web modular]]></category>
		<category><![CDATA[web modular en html php css]]></category>

		<guid isPermaLink="false">http://www.mixinformatico.com/?p=9100</guid>
		<description><![CDATA[Que tal users de mix informatico, antes que nada vamos a nesesitar algunos conocimientos previos de los lenguajes php , html y css, cabe mensionar que pueden lograr crear la web modular sin estos conocimientos pero les costara un poco mas de trabajo, bueno para comenzar vamos a crear un archivo php a el cual [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Que tal users de mix informatico, antes que nada vamos a nesesitar algunos conocimientos previos de los lenguajes php , html y css, cabe mensionar que pueden lograr crear la web modular sin estos conocimientos pero les costara un poco mas de trabajo, bueno para comenzar vamos a crear un archivo php a el cual nombraremos:</p>
<p>Contenido.php</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
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?</span>
 <span style="color: #b1b100;">switch</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;seccion&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
 <span style="color: #b1b100;">case</span> <span style="color: #0000ff;">'noticias'</span><span style="color: #339933;">;</span>
 <span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;modulos/principal.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
 <span style="color: #b1b100;">case</span> <span style="color: #0000ff;">'linux'</span><span style="color: #339933;">;</span>
 <span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;modulos/linux.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
 <span style="color: #b1b100;">case</span> <span style="color: #0000ff;">'descargar'</span><span style="color: #339933;">;</span>
 <span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;modulos/descargar.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">default</span><span style="color: #339933;">:</span>
 <span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;modulos/principal.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #009900;">&#125;</span>
 <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p><span id="more-9100"></span></p>
<p style="text-align: justify;">el metodo de seleccion switch () ya lohempos utilizado en otros lenguajes como java este funciona de la siguiente manera cuando switch recibe un parametro por ejemplo switch(&#8216;miwebprincipal&#8217;) se ira comparando en cada caso (case) aver si existe alguno que contenga ese nombre por ejemplo:</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;">$query</span><span style="color: #339933;">=</span><span style="color: #0000ff;">'miwebprincipal'</span>
<span style="color: #b1b100;">switch</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$query</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
<span style="color: #666666; font-style: italic;">//en este caso entrara</span>
<span style="color: #b1b100;">case</span> <span style="color: #0000ff;">'miwebprincipal'</span><span style="color: #339933;">:</span>
<span style="color: #666666; font-style: italic;">//aqui entrara</span>
<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p style="text-align: justify;">el break; sirve para que no se siga comparando con los demas casos y hay termine de comparar y asi muestra lo que tenga ese caso. Ahora nesesitamos incluir ese Contenido.php a un index o alguna pagina principal entonces creamos:</p>
<p>Index.php</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
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&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;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
&lt;title&gt;Ejemplo de Web Modular&lt;/title&gt;
&lt;style&gt;
body{
padding:0;
margin:0 auto;
background:url(imagenes/bck.jpg) repeat-x;
}
.principal{
padding:0;
margin:0 auto;
width:900px;
background:#cccccc;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}
.cuadros{
background:#ffffff; height:400px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
.link{
height:20px;
}
A:link {
FONT-SIZE: 13px;
COLOR:#FF3300;
FONT-FAMILY:  arial, helvetica, verdana, sans-serif;
text-decoration: none;
}
A:visited {
FONT-SIZE: 13px;
COLOR:#FF3300;
FONT-FAMILY:  arial, helvetica, verdana, sans-serif;
TEXT-DECORATION: none;
}
A:active {
FONT-SIZE: 13px;
COLOR:#FF3300;
FONT-FAMILY:  arial, helvetica, verdana, sans-serif;
TEXT-DECORATION: none;
}
A:hover {
font-size: 13px;
color: #7ed9ff;
font-family:  arial, helvetica, verdana, sans-serif;
}
&nbsp;
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;center&gt;
&lt;div align=&quot;center&quot;&gt;&lt;img width=&quot;900&quot; height=&quot;100&quot; src=&quot;imagenes/header.gif&quot; alt=&quot;Cabecera&quot; /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;table width=&quot;900&quot; border=&quot;0&quot; cellspacing=&quot;10&quot; cellpadding=&quot;1&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;250&quot;&gt;
&lt;div&gt;
&lt;div&gt;&lt;a href=&quot;index.php?seccion=principal&quot;&gt;&lt;B&gt;Principal&lt;/B&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href=&quot;index.php?seccion=linux&quot;&gt;&lt;B&gt;Apache en Linux&lt;/B&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href=&quot;index.php?seccion=descargar&quot;&gt;&lt;B&gt;Descargar Template&lt;/B&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div style=&quot;border: 0px solid #D1D1D1; OVERFLOW-y: scroll; OVERFLOW-x: hidden; HEIGHT: 400px&quot;&gt;
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?</span>
<span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;contenido.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;table width=&quot;900&quot; border=&quot;2&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot;&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;Copyright 2010 www.mixinformatico.com&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/center&gt;
&lt;/body&gt;
&lt;/html&gt;</pre></td></tr></table></div>

<p>Bueno ya saben la inclusion del contenido la haremos en la parte qeu sutedes gusten del index esto ya sera para lo estetico y lo hacemos de esta forma:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?</span>
<span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;contenido.php&quot;</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>los links para que nuestro contenido sea llamado lo se deven crear asi:</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: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;index.php?seccion=principal&quot;</span><span style="color: #339933;">&gt;&lt;</span>B<span style="color: #339933;">&gt;</span>Principal<span style="color: #339933;">&lt;/</span>B<span style="color: #339933;">&gt;&lt;/</span>a<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>este es el Css que hice para mi ejemplo pero ustedes pueden crearlo o modificarlo a su gusto:</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
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>style<span style="color: #339933;">&gt;</span>
body<span style="color: #009900;">&#123;</span>
padding<span style="color: #339933;">:</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>
margin<span style="color: #339933;">:</span><span style="color: #cc66cc;">0</span> auto<span style="color: #339933;">;</span>
background<span style="color: #339933;">:</span>url<span style="color: #009900;">&#40;</span>imagenes<span style="color: #339933;">/</span>bck<span style="color: #339933;">.</span>jpg<span style="color: #009900;">&#41;</span> repeat<span style="color: #339933;">-</span>x<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #339933;">.</span>principal<span style="color: #009900;">&#123;</span>
padding<span style="color: #339933;">:</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>
margin<span style="color: #339933;">:</span><span style="color: #cc66cc;">0</span> auto<span style="color: #339933;">;</span>
width<span style="color: #339933;">:</span>900px<span style="color: #339933;">;</span>
background<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">#cccccc;
</span>border<span style="color: #339933;">-</span>right<span style="color: #339933;">:</span> 1px solid <span style="color: #666666; font-style: italic;">#000000;
</span>border<span style="color: #339933;">-</span>left<span style="color: #339933;">:</span> 1px solid <span style="color: #666666; font-style: italic;">#000000;
</span><span style="color: #009900;">&#125;</span>
<span style="color: #339933;">.</span>cuadros<span style="color: #009900;">&#123;</span>
background<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">#ffffff; height:400px;
</span>border<span style="color: #339933;">-</span>right<span style="color: #339933;">:</span> 1px solid <span style="color: #666666; font-style: italic;">#000000;
</span>border<span style="color: #339933;">-</span>left<span style="color: #339933;">:</span> 1px solid <span style="color: #666666; font-style: italic;">#000000;
</span>border<span style="color: #339933;">-</span>top<span style="color: #339933;">:</span> 1px solid <span style="color: #666666; font-style: italic;">#000000;
</span>border<span style="color: #339933;">-</span>bottom<span style="color: #339933;">:</span> 1px solid <span style="color: #666666; font-style: italic;">#000000;
</span><span style="color: #009900;">&#125;</span>
<span style="color: #339933;">.</span><span style="color: #990000;">link</span><span style="color: #009900;">&#123;</span>
height<span style="color: #339933;">:</span>20px<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
A<span style="color: #339933;">:</span><span style="color: #990000;">link</span> <span style="color: #009900;">&#123;</span>
FONT<span style="color: #339933;">-</span>SIZE<span style="color: #339933;">:</span> 13px<span style="color: #339933;">;</span>
COLOR<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">#FF3300;
</span>FONT<span style="color: #339933;">-</span>FAMILY<span style="color: #339933;">:</span>  arial<span style="color: #339933;">,</span> helvetica<span style="color: #339933;">,</span> verdana<span style="color: #339933;">,</span> sans<span style="color: #339933;">-</span>serif<span style="color: #339933;">;</span>
text<span style="color: #339933;">-</span>decoration<span style="color: #339933;">:</span> none<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
A<span style="color: #339933;">:</span>visited <span style="color: #009900;">&#123;</span>
FONT<span style="color: #339933;">-</span>SIZE<span style="color: #339933;">:</span> 13px<span style="color: #339933;">;</span>
COLOR<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">#FF3300;
</span>FONT<span style="color: #339933;">-</span>FAMILY<span style="color: #339933;">:</span>  arial<span style="color: #339933;">,</span> helvetica<span style="color: #339933;">,</span> verdana<span style="color: #339933;">,</span> sans<span style="color: #339933;">-</span>serif<span style="color: #339933;">;</span>
TEXT<span style="color: #339933;">-</span>DECORATION<span style="color: #339933;">:</span> none<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
A<span style="color: #339933;">:</span>active <span style="color: #009900;">&#123;</span>
FONT<span style="color: #339933;">-</span>SIZE<span style="color: #339933;">:</span> 13px<span style="color: #339933;">;</span>
COLOR<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">#FF3300;
</span>FONT<span style="color: #339933;">-</span>FAMILY<span style="color: #339933;">:</span>  arial<span style="color: #339933;">,</span> helvetica<span style="color: #339933;">,</span> verdana<span style="color: #339933;">,</span> sans<span style="color: #339933;">-</span>serif<span style="color: #339933;">;</span>
TEXT<span style="color: #339933;">-</span>DECORATION<span style="color: #339933;">:</span> none<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
A<span style="color: #339933;">:</span>hover <span style="color: #009900;">&#123;</span>
font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span> 13px<span style="color: #339933;">;</span>
color<span style="color: #339933;">:</span> <span style="color: #666666; font-style: italic;">#7ed9ff;
</span>font<span style="color: #339933;">-</span>family<span style="color: #339933;">:</span>  arial<span style="color: #339933;">,</span> helvetica<span style="color: #339933;">,</span> verdana<span style="color: #339933;">,</span> sans<span style="color: #339933;">-</span>serif<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #339933;">&lt;/</span>style<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Aqui les dejo una captura:</p>
<p><a href="http://www.mixinformatico.com/wp-content/uploads/2010/03/ejemplo.gif" title="ejemplo" rel="lightbox[9100]"><img class="alignnone size-medium wp-image-9101" title="ejemplo" src="http://www.mixinformatico.com/wp-content/uploads/2010/03/ejemplo-300x142.gif" alt="" width="300" height="142" /></a></p>
<p>Bueno aqui les dejo el demo:<br />
<a href="http://webmodular.mixinformatico.com/">http://webmodular.mixinformatico.com/</a><br />
Y aqui la descarga:<br />
<a href="http://webmodular.mixinformatico.com/descarga.zip">descargar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mixinformatico.com/2010/03/28/como-crear-una-web-modular/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.551 seconds -->

