<?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>Xyberneticos &#187; Open Source</title>
	<atom:link href="http://xyberneticos.com/index.php/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://xyberneticos.com</link>
	<description>Desarrollo Web, Diseño, Recursos, Wordpress, Themes</description>
	<lastBuildDate>Fri, 04 Nov 2011 14:10:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Video JS &#8211; Reproductor de vídeo en HTML5</title>
		<link>http://xyberneticos.com/index.php/2011/01/14/video-js-reproductor-de-video-en-html5/</link>
		<comments>http://xyberneticos.com/index.php/2011/01/14/video-js-reproductor-de-video-en-html5/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 04:41:59 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wp Plugin]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/?p=3090</guid>
		<description><![CDATA[Video JS es un reproductor de video basado en JavaScript que utiliza la funcionalidad de video HTML5 de los navegadores avanzados. En general, la ventaja de utilizar un reproductor de HTML5 es un aspecto coherente entre los navegadores. WordPress HTML5 Reproductor de vídeo Para utilizar HTML5 Video en WordPress, necesitaran un plugin adicional. HTML5 video [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-3093" title="html5 video" src="http://xyberneticos.com/wp-content/uploads/2011/01/html5-video.jpg" alt="" width="485" height="150" /></p>
<p><a href="http://videojs.com/">Video JS</a> es un reproductor de video basado en JavaScript que utiliza la funcionalidad de video HTML5 de los navegadores avanzados. En general, la ventaja de utilizar un reproductor de HTML5 es un aspecto coherente entre los navegadores.<span id="more-3090"></span></p>
<h2>WordPress HTML5 Reproductor de vídeo</h2>
<p>Para utilizar HTML5 Video en WordPress, necesitaran un plugin adicional. <a href="http://wordpress.org/extend/plugins/videojs-html5-video-player-for-wordpress/">HTML5 video player plugin for WordPress</a> , el plug-in les permitira utilizar la etiqueta<strong> [video] </strong>para integrar HTML5 Video , y VideoJS para que funcione correctamente.</p>
<div class="igBar"><span id="ljavascript-3"><a href="#" onclick="javascript:showPlainTxt('javascript-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JavaScript:</span>
<div id="javascript-3">
<div class="javascript">&lt;head&gt;<br />
&nbsp; ...<br />
&nbsp; &nbsp; &lt;script src=<span style="color: #3366CC;">"video.js"</span> type=<span style="color: #3366CC;">"text/javascript"</span> charset=<span style="color: #3366CC;">"utf-8"</span>&gt;&lt;/script&gt;<br />
&nbsp; &nbsp; &lt;link rel=<span style="color: #3366CC;">"stylesheet"</span> href=<span style="color: #3366CC;">"video-js.css"</span> type=<span style="color: #3366CC;">"text/css"</span> media=<span style="color: #3366CC;">"screen"</span> title=<span style="color: #3366CC;">"Video JS"</span> charset=<span style="color: #3366CC;">"utf-8"</span>&gt;<br />
&nbsp; ...<br />
&lt;script type=<span style="color: #3366CC;">"text/javascript"</span> charset=<span style="color: #3366CC;">"utf-8"</span>&gt;<br />
&nbsp; &nbsp; <span style="color: #009900; font-style: italic;">// Add VideoJS to all video tags on the page when the DOM is ready</span><br />
&nbsp; &nbsp; VideoJS.<span style="color: #006600;">setupAllWhenReady</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &lt;/script&gt;</p>
<p>&nbsp; &lt;/head&gt;</p></div>
</div>
</div>
<p></p>
<div class="igBar"><span id="lhtml-4"><a href="#" onclick="javascript:showPlainTxt('html-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-4">
<div class="html"><span style="color: #606060;">&lt;!-- Begin VideoJS --&gt;</span><br />
&nbsp; <span style="color: #606060;">&lt;div class=&quot;video-js-box&quot;&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody --&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;video class=&quot;video-js&quot; width=&quot;640&quot; height=&quot;264&quot; controls preload poster=&quot;http://video-js.zencoder.com/oceans-clip.png&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;source src=&quot;http://video-js.zencoder.com/oceans-clip.mp4&quot; type='video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;' /&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;source src=&quot;http://video-js.zencoder.com/oceans-clip.webm&quot; type='video/webm; codecs=&quot;vp8, vorbis&quot;' /&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;source src=&quot;http://video-js.zencoder.com/oceans-clip.ogv&quot; type='video/ogg; codecs=&quot;theora, vorbis&quot;' /&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. --&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;object class=&quot;vjs-flash-fallback&quot; width=&quot;640&quot; height=&quot;264&quot; type=&quot;application/x-shockwave-flash&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; data=&quot;http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;param name=&quot;movie&quot; value=&quot;http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf&quot; /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;param name=&quot;flashvars&quot; value='config={&quot;playlist&quot;:[&quot;http://video-js.zencoder.com/oceans-clip.png&quot;, {&quot;url&quot;: &quot;http://video-js.zencoder.com/oceans-clip.mp4&quot;,&quot;autoPlay&quot;:false,&quot;autoBuffering&quot;:true}]}' /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;!-- Image Fallback. Typically the same as the poster image. --&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;img src=&quot;http://video-js.zencoder.com/oceans-clip.png&quot; width=&quot;640&quot; height=&quot;264&quot; alt=&quot;Poster Image&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; title=&quot;No video playback capabilities.&quot; /&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;/object&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;/video&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;!-- Download links provided for devices that can't play video in the browser. --&gt;</span><br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;p class=&quot;vjs-no-video&quot;&gt;</span><span style="color: #606060;">&lt;strong&gt;</span>Download Video:<span style="color: #606060;">&lt;/strong&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;a href=&quot;http://video-js.zencoder.com/oceans-clip.mp4&quot;&gt;</span>MP4<span style="color: #606060;">&lt;/a&gt;</span>,<br />
&nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;a href=&quot;http://video-js.zencoder.com/oceans-clip.webm&quot;&gt;</span>WebM<span style="color: #606060;">&lt;/a&gt;</span>,<br />
&nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;a href=&quot;http://video-js.zencoder.com/oceans-clip.ogv&quot;&gt;</span>Ogg<span style="color: #606060;">&lt;/a&gt;</span><span style="color: #606060;">&lt;br&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;!-- Support VideoJS by keeping this link. --&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #606060;">&lt;a href=&quot;http://videojs.com&quot;&gt;</span>HTML5 Video Player<span style="color: #606060;">&lt;/a&gt;</span> by VideoJS<br />
&nbsp; &nbsp; <span style="color: #606060;">&lt;/p&gt;</span><br />
&nbsp; <span style="color: #606060;">&lt;/div&gt;</span><br />
&nbsp; <span style="color: #606060;">&lt;!-- End VideoJS --&gt;</span></div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2011/01/14/video-js-reproductor-de-video-en-html5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://video-js.zencoder.com/oceans-clip.mp4" length="19448241" type="video/mp4" />
<enclosure url="http://video-js.zencoder.com/oceans-clip.webm" length="14625011" type="video/webm" />
<enclosure url="http://video-js.zencoder.com/oceans-clip.ogv" length="13235468" type="video/ogg" />
		</item>
		<item>
		<title>Vanilla – Plataforma Open-Source para la creación de Foros</title>
		<link>http://xyberneticos.com/index.php/2009/11/27/vanilla-%e2%80%93-plataforma-open-source-para-la-creacion-de-foros/</link>
		<comments>http://xyberneticos.com/index.php/2009/11/27/vanilla-%e2%80%93-plataforma-open-source-para-la-creacion-de-foros/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 03:45:19 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[foros]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/index.php/2009/11/27/vanilla-%e2%80%93-plataforma-open-source-para-la-creacion-de-foros/</guid>
		<description><![CDATA[Vanilla, es otra plataforma open-source para la creación de foros de discusión, con la cual podrán crear una comunidad alrededor de sus sitios web, marca o empresa. Si aman los diseños un tanto minimalistas, Vanilla se caracteriza también por salir un poco de las estructuras tradicionales de foros, pero que esto no los engañe, pose [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://xyberneticos.com/wp-content/uploads/2009/11/vanillahome.jpg" alt="vanillahome.jpg" /></p>
<p align="justify">Vanilla, es otra plataforma open-source para la creación de foros de discusión, con la cual podrán crear una comunidad alrededor de sus sitios web, marca o empresa. Si aman los diseños un tanto minimalistas, Vanilla se caracteriza también por salir un poco de las estructuras tradicionales de foros, pero que esto no los engañe, pose tantas funcionalidades como las que puedan imaginar.<br />
Es compatible con los estándares tradicionales, y con sus más de 450 plugins hasta ahora, Vanilla se transforma en una solución ideal para la creación de  comunidades personalizadas. Vanilla ha sido adoptada por más de 300.000 empresas, marcas, y aficionados, y creo que esto habla del poder esta plataforma de código abierto.<span id="more-2418"></span></p>
<h2> Versiones.</h2>
<p>Al igual que wordpress Vanilla puede encontrarse en dos versiones.</p>
<p style="text-align: center"><img src="http://xyberneticos.com/wp-content/uploads/2009/11/vanillaorg.jpg" alt="vanillaorg.jpg" /></p>
<p align="justify"><a href="http://vanillaforums.org/" target="_blank">www.vanillaforums.org</a>, es la plataforma que podrán descargar de forma totalmente gratuita, alojarla en sus propios servidores y bajo dominio propio, para obtener un control total de la plataforma.</p>
<p style="text-align: center"><img src="http://xyberneticos.com/wp-content/uploads/2009/11/vanillacom.jpg" alt="vanillacom.jpg" /></p>
<p align="justify"><a href="http://vanillaforums.com/" target="_blank">www.vanillaforums.com</a>, esta versión permite crear foros en línea, bajo los servidores de vanilla, solo deben registrarse de forma gratuita y escoger el nombre que deseen. Claro que en este caso, la url quedara algo así <em><strong>www.</strong>nombre.<strong>vanillaforums.com</strong></em></p>
<h2> Integración con WordPress</h2>
<p align="justify">Además un dato muy interesante es que la gente de <em>Vanilla </em>ha realizado una guía práctica para la integración de las tablas de bases de datos y cookies con WordPress y <em>Vanilla</em>. Leer: <a href="http://lussumo.com/docs/doku.php?id=vanilla:integration:wordpress" target="_blank">Guía en Ingles</a> – <a href="http://translate.googleusercontent.com/translate_c?hl=es&amp;ie=UTF-8&amp;sl=en&amp;tl=es&amp;u=http://lussumo.com/docs/doku.php%3Fid%3Dvanilla:integration:wordpress&amp;prev=_t&amp;rurl=translate.google.com&amp;usg=ALkJrhj88G6aQYMkrWsYLanOAha6_nCLYQ#database_integration" target="_blank">Guía en español</a></p>
<h2> Integración de Vanilla Foro y Themes de WordPress</h2>
<p align="justify">Claro que la guía anterior salto un dato no menor, no explica cómo integrarlo con los Themes de wordpress, pero en este enlace se explica muy bien:</p>
<p align="justify">Enlace <a href="http://ilfilosofo.com/blog/2006/09/08/integrating-vanilla-forum-and-wordpress-themes/" target="_blank">Integrating Vanilla Forum and WordPress Themes</a></p>
<h2> 8 Razones por las que te encantará Vanilla</h2>
<ul>
<li><strong>1. Libre :</strong> Usted tendrá acceso a un foro totalmente funcional, temas, categorías, todas las características de administración que necesita, e incluso un montón de plugins realmente geniales. Todas funciones de calidad totalmente opcionales y gratuitas.</li>
<li><strong>2. Simplicidad: </strong>Historial de cada usuario y preferencias visualizadas de una manera discreta.</li>
<li><strong>3. Control Total:</strong>  A diferencia de cualquier otro foro organizado por ahí, Vanilla le permite tener un control total sobre la apariencia de su foro, por lo que puede dar un look similar a su sitio.</li>
<li><strong>4 . Speedy :</strong>  Vanilla es rápido. La creación de un foro se tarda un minuto.</li>
<li><strong>5. Soporte constante:</strong> Su amplia comunidad de más de 10.000 usuarios y desarrolladores están disponibles 24 / 7 para ayudarle con todos los problemas que puedan surgir.</li>
<li><strong>6. Características personalizadas :</strong> Completamente personalizable  mediante plugins.</li>
<li><strong>7. Características Premium :</strong> Características premium opcionales que pueden añadir un verdadero poder a su foro. Por Ej: la opción de ofrecer integraciones de inicios de sesiones únicas para que tus usuarios puedan usar el foro sin registrarse en más de una ocasión.</li>
<li><strong>8. Más que un Foro:</strong> Con la función de Vanilla Paginas, puede añadir páginas personalizadas a tu foro y convertirlo en un sitio web completo. Añadir un montón de plugins para obtener un sitio web totalmente interactivo para ir junto con tu foro.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2009/11/27/vanilla-%e2%80%93-plataforma-open-source-para-la-creacion-de-foros/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Pubwich &#8211; Instant Website</title>
		<link>http://xyberneticos.com/index.php/2009/09/12/pubwich-instant-website/</link>
		<comments>http://xyberneticos.com/index.php/2009/09/12/pubwich-instant-website/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 03:22:06 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/index.php/2009/09/12/pubwich-instant-website/</guid>
		<description><![CDATA[Pubwich una práctica aplicación PHP open-source desarrollada para los fanáticos de las redes sociales, ya que esta permite agregar todos los datos publicados en varios sitios web y servicios sociales, en una sola página HTML que contendrá todas aquellas actualizaciones que generes en los diversos sitios. Pubwich es un proyecto de código abierto, lo que [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://xyberneticos.com/wp-content/uploads/2009/09/pubswith.jpg" alt="pubswith.jpg" /></p>
<p align="justify"><a href="http://pubwich.org/" target="_blank">Pubwich</a> una práctica aplicación PHP open-source desarrollada para los fanáticos de las redes sociales, ya que esta permite agregar todos los datos publicados en varios sitios web y servicios sociales, en una sola página HTML que contendrá todas aquellas actualizaciones que generes en los diversos sitios. Pubwich es un proyecto de código abierto, lo que significa que cada uno puede navegar por su código fuente, modificarlo para que se adapte a las necesidades que creas conveniente, además de ayudar a la aplicación compartiendo todas tus modificaciones con otras personas. Además de la capacidad para mostrar el contenido de cualquier sitio web a través de feeds RSS / Atom, soporta servicios web populares como:  Delicious , Facebook, Flickr ,last.fm, ReaderNaut, Twitter, Vimeo, Youtube, entre otros. Pubwich sólo necesita ejecutarse en un servidor Apache con PHP 5 y PEAR instaladas.</p>
<p>Enlace  <a href="http://pubwich.org/" target="_blank">Pubwich</a> - <a href="http://remiprevost.com/" target="_blank">Demo 1</a> - <a href="http://www.gabrielrodrigue.com/" target="_blank">Demo 2</a></p>
<p>Via  <a href="http://www.webresourcesdepot.com/instant-website-that-displays-content-from-multiple-websitesservices-pubwich/" target="_blank">webresourcesdepot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2009/09/12/pubwich-instant-website/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Collabtive 0.6 &#8211; Plataforma para administrar proyectos de clientes</title>
		<link>http://xyberneticos.com/index.php/2009/08/17/collabtive-06-plataforma-para-administrar-proyectos-de-clientes/</link>
		<comments>http://xyberneticos.com/index.php/2009/08/17/collabtive-06-plataforma-para-administrar-proyectos-de-clientes/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 04:33:19 +0000</pubDate>
		<dc:creator>Nikko</dc:creator>
				<category><![CDATA[Diseño Web]]></category>
		<category><![CDATA[Herramientas]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://xyberneticos.com/index.php/2009/08/17/collabtive-06-plataforma-para-administrar-proyectos-de-clientes/</guid>
		<description><![CDATA[Collabtive 0.6, actualizado y con muchas mejoras interesantes. Collabtive (Para los que no se encuentren familiarizados), es una plataforma Gratuita que podremos alojar en nuestro propio servidor, con el fin de administrar los proyectos de nuestros clientes y grupos de trabajo a través de él, además claro, de permitirle a nuestros clientes ver cuanto a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://xyberneticos.com/wp-content/uploads/2009/08/collabore.jpg" alt="collabore.jpg" /></p>
<p align="justify"><a href="http://collabtive.o-dyn.de/index.php" target="_blank">Collabtive 0.6</a>, actualizado y con muchas mejoras interesantes. Collabtive (Para los que no se encuentren familiarizados), es una plataforma <em><strong>Gratuita </strong></em>que podremos alojar en nuestro propio servidor, con el fin de administrar los proyectos de nuestros clientes y grupos de trabajo a través de él, además claro, de permitirle a nuestros clientes ver cuanto a avanzado el proyecto desde la semana anterior. Permite  mensajería entre empresa y cliente, generar listas de tarea,  gestión de proyectos y una infinidad de opciones muy interesantes. Un dato no menor, se puede configurar en español, lo que es toda una ventaja para nuestros clientes. Requiere:   PHP 5.1 o superior, MySQL 4, Apache Web Server.</p>
<p>Enlace <a href="http://collabtive.o-dyn.de/index.php" target="_blank">Collabtive 0.6</a> - <a href="http://collabtive.o-dyn.de/demo/" target="_blank">Demo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xyberneticos.com/index.php/2009/08/17/collabtive-06-plataforma-para-administrar-proyectos-de-clientes/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

