<?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>Frogx.Three &#187; Librerías...</title>
	<atom:link href="http://www.frogx3.com/tag/librerias/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frogx3.com</link>
	<description>Blog de diseño con recursos para diseño y desarrollo web - Tutoriales, tips, snippets, iconos, recursos, plantillas</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:00:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Subir multiples imagenes, como en WordPress 2.5</title>
		<link>http://www.frogx3.com/2008/04/03/subir-multiples-imagenes-igual-que-wordpress/</link>
		<comments>http://www.frogx3.com/2008/04/03/subir-multiples-imagenes-igual-que-wordpress/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 10:35:43 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="http://media.frogx3.com/2008/04/solo-imagenes.jpg" length="32000" type="image/jpg" />
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Librerías]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Recursos]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[multiple uploads]]></category>
		<category><![CDATA[multiples archivos]]></category>
		<category><![CDATA[uploads]]></category>

		<guid isPermaLink="false">http://www.frogx3.com/?p=1245</guid>
		<description><![CDATA[Con salida de WordPress 2.5 una de las características que talves llamen mas la atención es la posibilidad de subir múltiples imágenes al mismo tiempo, pero no solo eso también...]]></description> 
			<content:encoded><![CDATA[<p><a href="http://www.frogx3.com/wp-content/uploads/2008/04/solo-imagenes.jpg" ><img class="alignnone size-medium wp-image-1247 alignright" style="float: right;" title="solo-imagenes" src="http://www.frogx3.com/wp-content/uploads/2008/04/solo-imagenes-300x219.jpg" alt="solo imagenes 300x219 Subir multiples imagenes, como en Wordpress 2.5" width="300" height="219" /></a></p>
<p>Con salida de <strong>WordPress 2.5</strong> una de las características que talves llamen mas la atención es la posibilidad de subir múltiples imágenes al mismo tiempo, pero no solo eso también te muestre un barra de porcentaje para saber cuanto se subio, y al menos <em>WordPress</em> no lo tiene habilitado pero estos mismos scripts te ofrecen la posibilidad que al hacer click en el botón Examinar la ventana de exploración únicamente te muestre archivos de un formato especifico, por ejemplo que solo te muestre archivos con extensiones .jpg, .gif y .png.</p>
<p>Pero bueno que soluciones hay para hacer esto? investigando he encontrado dos que podria decir son las mejores:</p>
<ul>
<li><a href="http://digitarald.de/project/fancyupload/" title="Fancy Upload"  target="_blank">FancyUpload</a></li>
<li><a href="http://swfupload.org/" title="SWFUpload"  target="_blank">SWFUpload</a> (Este lo usa WordPress 2.5)</li>
</ul>
<h2>FancyUpload</h2>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1249" title="fancyupload" src="http://www.frogx3.com/wp-content/uploads/2008/04/fancyupload.jpg" alt="fancyupload Subir multiples imagenes, como en Wordpress 2.5" width="461" height="240" /></p>
<p>Es un <strong>libreria javascript</strong> que es dotado de toda su potencia por <a href="http://mootools.net/download" title="MooTools"  target="_blank">MooTools</a>, es realmente facil de implementar y tiene la posibilidad de resivir varios parametros para sus funciones, sus caracteristicas son:</p>
<ul>
<li>Selección y cargar de múltiples archivos</li>
<li>Filtro por tipo de archivo en la ventana de selección (Examinar)</li>
<li>Manejo de Eventos, se puede crear nuevos eventos</li>
<li>Puedes mostrar y filtrar información de los archivos antes de iniciar la carga (tamaño del archivo, tiempo de carga, etc&#8230;)</li>
<li>Limites en los uploads tanto en cantidad de archivos como en su peso por Kb</li>
<li>Plataforma independiente, solo necesita Flash 8 o superior</li>
<li>EL proceso es discreto, desde el reemplazo del elemento hasta la carga del SWF</li>
<li>Puedes cancelar cargas y añadir nuevos archivos durante la carga de un archivo, al momento</li>
<li>Todo es opciones, esta documentado y es realmente fácil de editar</li>
<li>Las cargas de archivos son con un estilo Ajax es decir la pagina no se recarga.</li>
<li>Indicador del progreso de los Uploads</li>
</ul>
<p>En si FancyUpload aprovecha <strong>Swiff</strong> el cual es una manera de insertar <strong>ActionScript </strong>y archivos flash mediante simple JavaScript, haciendo que el Flash este totalmente oculto al visitante pero dotando de buenas funcionalidad que el ActionScript permite.</p>
<p>Enlaces: <a href="http://digitarald.de/playground/uplooad.html" title="FancyUpload Demo"  target="_blank">Ver Demo</a> / <a target="_blank" href="http://digitarald.de/project/fancyupload/" title="FancyUpload"  target="_self">Pagina Oficial &#8211; Descargar FancyUpload</a> / <a href="http://forum.mootools.net/viewtopic.php?id=2726" title="FancyUpload Soporte"  target="_blank">Foro de Soporte</a></p>
<h2>SWFUpload</h2>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1248" title="swfupload" src="http://www.frogx3.com/wp-content/uploads/2008/04/swfupload.jpg" alt="swfupload Subir multiples imagenes, como en Wordpress 2.5" width="402" height="300" /></p>
<p><strong>SWFUpload</strong> es otra librería en JavaScript que básicamente nos permite las misma funciones que FancyUpload a diferencia que esta no necesita de ningún FrameWork como es MooTools, y tampoco causa conflictos si usamos alguno, como su nombre lo dice <strong>SWF</strong>Upload también utilizan flash (SWF es la extención de los archivos resultantes de Flash) e igual que en el anterior es totalmente transparente ya que JavaScript se encarga de insertarlo.</p>
<p>Sus caracteristicas son:</p>
<ul>
<li>Selección y cargar de múltiples archivos</li>
<li>Filtro por tipo de archivo en la ventana de selección (Examinar)</li>
<li>Manejo de Eventos, se puede crear nuevos eventos</li>
<li>Puedes mostrar y filtrar información de los archivos antes de iniciar la carga (tamaño del archivo, tiempo de carga, etc&#8230;)</li>
<li>Limites en los uploads tanto en cantidad de archivos como en su peso por Kb</li>
<li>Plataforma independiente, solo necesita Flash 8 o superior</li>
<li>EL proceso es discreto, desde el reemplazo del elemento hasta la carga del SWF</li>
<li>Puedes cancelar cargas y añadir nuevos archivos durante la carga de un archivo, al momento</li>
<li>Todo es opciones, esta documentado y es realmente fácil de editar</li>
<li>Las cargas de archivos son con un estilo Ajax es decir la pagina no se recarga.</li>
<li>Indicador del progreso de los Uploads</li>
<li>&#8220;<em>Graceful degradation</em>&#8221; para navegadores que no soporte el otro método.</li>
<li>Los nombre de las clases permiten la compatibilidad con otras librerías de JavaScript (ej., jQuery, Prototype, etc.).</li>
<li>Permite crear parámetros personalizados</li>
</ul>
<p>Enlaces: <a target="_blank" href="http://swfupload.org/documentation/demonstration" title="SWFUpload Demo"  target="_self">Ver Demo</a> /<a target="_blank" href="http://swfupload.org/documentation" title="SWFUpload"  target="_self"> Pagina Oficial &#8211; Descargar SWFUpload</a> / <a href="http://demo.swfupload.org/Documentation/" title="Documentacion de SWFUpload"  target="_blank">Documentación</a></p>
<p>Ambos son realmente fácil de implementar, en el caso de SWFUpload que se necesita? descargar descomprimir, incluir los archivos JS en tu archivo HTML y crear un formulario con un input del tipo <em>file.<br />
</em></p>
<p>Mejor por si no me entendieron ni un poquito aquí les va el JavaScript que deben iniciar:</p>
<p>[code lang="javascript"]<br />
var swfu;<br />
window.onload = function () { swfu = new SWFUpload({<br />
file_post_name : "Filedata",<br />
upload_url : "http://www.swfupload.org/upload.php",<br />
flash_url : "http://www.swfupload.org/swfupload_f9.swf",<br />
file_size_limit : "20480",<br />
file_types : "*.jpg;*.gif",<br />
file_types_description: "Web Image Files",<br />
}); };<br />
[/code]<br />
<strong>HTML</strong><br />
[code lang="html"]</p>
<form>
<input id="Filedata" name="Filedata" type="file" />
</form>
<p>[/code]</p>
<p>Eso es todo, lo que tienen que hacer, upload_url y flash_url, deben ser archivos contenidos en tu sitio web, en el caso de flash_url el archivo viene incluido en el archivo que descargas.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2008/04/03/subir-multiples-imagenes-igual-que-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Lanzada la primera alpha del Framework ExtJs 2.0</title>
		<link>http://www.frogx3.com/2007/10/01/lanzada-la-primera-alpha-del-framework-extjs-20/</link>
		<comments>http://www.frogx3.com/2007/10/01/lanzada-la-primera-alpha-del-framework-extjs-20/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 21:33:39 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="http://media.frogx3.com/2007/10/01-1009_frogxthree.jpg" length="32000" type="image/jpg" />
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[framework_ext]]></category>
		<category><![CDATA[Librerías]]></category>

		<guid isPermaLink="false">http://www.frogx3.com/2007/10/01/lanzada-la-primera-alpha-del-framework-extjs-20/</guid>
		<description><![CDATA[El equipo de desarrollo del Framework ExtJs anuncio el lanzamiento de la primera version alpha de su version 2.0 el cual traen un buen numero de mejores, arreglo de bugs,...]]></description> 
			<content:encoded><![CDATA[<p align="center"><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/"  title="Framework Extjs 2.0 Alpha Examples" target="_blank"><img src="http://www.frogx3.com/wp-content/uploads/2007/10/01-1009_frogxthree.jpg" alt="01 1009 frogxthree Lanzada la primera alpha del Framework ExtJs 2.0"  title="Lanzada la primera alpha del Framework ExtJs 2.0" /></a></p>
<p>El equipo de desarrollo del <strong>Framework ExtJs</strong> anuncio el lanzamiento de la primera version alpha de su <strong>version 2.0</strong> el cual traen un buen numero de mejores, arreglo de bugs, ahora su documentacion se ha expandido y a sido reorganizada para mayor ayuda en el soporte.</p>
<p>Si en la <a href="http://www.frogx3.com/2007/08/02/lanzado-ext-11/"  title="Framework Extjs 1.1" target="_blank">version 1.1 </a>me sorprendieron con el <strong>wysiwig</strong> que podias crear ahora con la nueva version he quedado enamorado solo vean los ejemplos son impresionantes la cantidad de cosas que esta libreria con el avanze que tiene ya te permite hacer con unas pocas lineas.</p>
<ul>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/grid/grouping.html"  target="_blank">Ordenamiento de listas</a></li>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/grid/grouping.html"  target="_blank">Creacion de portales (startups)</a></li>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/grid/grouping.html"  target="_blank">Wysiwig</a></li>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/grid/grouping.html"  target="_blank">Tabs</a></li>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/grid/grouping.html"  target="_blank">Tabs Deslizantes</a></li>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/grid/grouping.html"  target="_blank">Escritorio Web</a></li>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/grid/grouping.html"  target="_blank">Ventanas Modales</a></li>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/grid/grouping.html"  target="_blank">etc&#8230;.</a></li>
</ul>
<p>Es impresionante la libreria bastante grande <strong>el archivo de la libreria comprimido pesa 84kb</strong> (la fuente 400kb) pero si soportamos a <strong>prototype</strong> con sus 74kb porque no darle una oportunidad a este considerando que en los 84kb nos incluye un sin fin de utilidades, en esta nueva version podemos encontrar:</p>
<ul>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/tabs/tabs-adv.html"  target="_blank">Desplazamiento de Tabs</a></li>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/grid/grouping.html"  target="_blank">Table Grids con opcion de agrupacion por lineas y ordenamiento por columnas, ASC, DESC, Group by Field</a></li>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/form/anchoring.html"  target="_blank">Los anchos de los objetos en formularios aseguran una medida y posicion consistente cross-browser</a></li>
<li><a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/tree/column-tree.html"  target="_blank">Menu tipo arbol (treeviews) con opcion a añadir nodos.</a></li>
</ul>
<p>Personalmente le estoy empezando a utilizar en un proyecto top-secret <img src='http://www.frogx3.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Lanzada la primera alpha del Framework ExtJs 2.0" class='wp-smiley' title="Lanzada la primera alpha del Framework ExtJs 2.0" />  y me esta convenciendo demasiado.</p>
<p>Enlace: <a href="http://extjs.com/"  title="Framework Extjs 2.0 Alpha" target="_blank"><strong>Sitio Web ExtJS</strong></a>  /  <a href="http://extjs.com/blog/2007/09/28/ext-20-alpha-release/"  title="Framework Extjs 2.0 Alpha" target="_blank">Anuncion ExtJS v.2.0 Alpha</a>  /  <a href="http://extjs.com/deploy/ext-2.0-alpha1/docs/"  title="Framework Extjs 2.0 Alpha Docs" target="_blank">Documentacion  v.2.0 Alpha</a>  /  <a href="http://extjs.com/deploy/ext-2.0-alpha1/examples/"  title="Framework Extjs 2.0 Alpha Examples" target="_blank">Ejemplos</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2007/10/01/lanzada-la-primera-alpha-del-framework-extjs-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recopilacion de Ventanas lightbox</title>
		<link>http://www.frogx3.com/2007/09/19/recopilacion-de-ventanas-lightbox/</link>
		<comments>http://www.frogx3.com/2007/09/19/recopilacion-de-ventanas-lightbox/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 20:54:43 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="http://media.frogx3.com/2007/09/supermariogalaxybox.jpg" length="32000" type="image/jpg" />
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Librerías]]></category>
		<category><![CDATA[Recursos]]></category>

		<guid isPermaLink="false">http://www.frogx3.com/2007/09/19/recopilacion-de-ventanas-lightbox/</guid>
		<description><![CDATA[Andres anieto a hecho una recopilacion muy completa de los diferentes scripts de ventanas lightbox que andan por la red es interesante ver la cantidad de clones que existen y...]]></description> 
			<content:encoded><![CDATA[<p><!--adsense#news--></p>
<p align="center"><a href="http://www.anieto2k.com/2007/09/19/coleccion-de-clones-de-lightbox-para-todos/"  target="_blank"><img src="http://www.frogx3.com/wp-content/uploads/2007/09/lightboxthumbnail.JPG" alt=" Recopilacion de Ventanas lightbox"  title="Recopilacion de Ventanas lightbox" /></a></p>
<p>Andres anieto a hecho una recopilacion muy completa de los diferentes scripts de ventanas lightbox que andan por la red es interesante ver la cantidad de clones que existen y mejoras para los mismos utilizando los diferentes  frameworks, bastante bueno el post se los recomiendo.</p>
<p>via <a href="http://www.anieto2k.com/2007/09/19/coleccion-de-clones-de-lightbox-para-todos/"  target="_blank">anieto2k</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2007/09/19/recopilacion-de-ventanas-lightbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como crear un startup?</title>
		<link>http://www.frogx3.com/2007/09/12/como-crear-un-startup/</link>
		<comments>http://www.frogx3.com/2007/09/12/como-crear-un-startup/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 19:47:02 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="http://media.frogx3.com/2007/09/proto-small.png" length="32000" type="image/png" />
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Librerías]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[netvibes.-startup]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.frogx3.com/2007/09/12/como-crear-un-startup/</guid>
		<description><![CDATA[Te gusta netvibes? te gustaria hacer algo parecido talves no un startup pero si una aplicacion funcional y que se pueda adaptar bien y usar bloques del mismo modo que...]]></description> 
			<content:encoded><![CDATA[<p><img src="http://www.frogx3.com/wp-content/uploads/2007/09/proto-small.png" alt="proto small Como crear un startup?" align="right" title="Como crear un startup?" />Te gusta <a href="http://www.netvibes.com"  title="startup, feeds reader, widgets, pagina de inicio" target="_blank">netvibes</a>? te gustaria hacer algo parecido talves no un startup pero si una aplicacion funcional y que se pueda adaptar bien y usar bloques del mismo modo que lo hacen ahi no solo el startup de <strong>netvibes </strong>hay muchos mas entre ellos el de <strong>google, yahoo</strong> y otros.</p>
<p>Pues bueno en <a href="http://blog.xilinus.com/2007/8/26/prototype-portal-class"  target="_blank">xilinus</a> que ya estan acostumbrandonos a sacar clases basadas en <a href="http://www.prototypejs.org/"  title="Javascript Framework" target="_blank">prototype</a> bastante completas y de muy buena calidad ahora sacan esta <strong>Prototype Portal Class</strong>.</p>
<p>Aqui les dejo el ejemplo de como aplicarlo:</p>
<p><strong>Primero el HTML facil y sencillo: </strong></p>
<pre class="javascript"><code>&lt;div id="page"&gt;</code>&lt;div id="widget_col_0"&gt;&lt;/div&gt;&lt;div id="widget_col_1"&gt;&lt;/div&gt;

&lt;div id="widget_col_2"&gt;&lt;/div&gt;

&lt;/div&gt;</pre>
<p><strong> Toca el archivo CSS aun mas facil:</strong></p>
<pre class="css"><code>#page {</code>margin: 10px auto;}

#widget_col_0 {

float:left;

width: 30%;

}

#widget_col_1 {

width: 50%;

float:left;

}

#widget_col_2 {

float:left;

width: 20%;

}</pre>
<p>Ahora iniciamos la clase:</p>
<pre class="javascript"><code>

var  portal = new Xilinus.Portal("#page div")</code></pre>
<p>Y por ultimo añadamos las cajitas (<strong>widgets</strong>) =P</p>
<pre class="javascript"><code>portal.add(new Xilinus.Widget(), 0)</code>// Or with title and contentportal.add(new Xilinus.Widget().setTitle("Widget Title").setContent("bla bla bla"), 1);</pre>
<p>Eso es todo nada dificil pero ahora quieres mas estilo mas bonito mas funciones aqui les pongo mas de esto:</p>
<ul>
<li><em>url</em>: Url a la que se hace una peticion despues de mover un widget (default null, no requests)</li>
<li><em>onOverWidget</em>: Un evento para ejecutar cuando el mouse este sobre el widget (default null)</li>
<li><em>onOutWidget</em>:  Evento para cuando el mouse ya quite de encima del widget (default null)</li>
<li><em>onChange</em>: Evento para ejecutar algo cuando termines de mover el widget (drag &amp; drop) (default null)</li>
<li><em>onUpdate</em>: Evento para ejecutar cuando termines de ejecutar un accion drag &amp; drop (default null)</li>
<li><em>removeEffect</em>: Remueve un efecto animado (sin efectos por default)</li>
</ul>
<p>Muchas funciones no lo creo se podrian hacer mas pero bueno aqui lo basico para crear este portal:</p>
<ul>
<li><em>add(widget, columnIndex)</em>: para añadir un nuevo widget .</li>
<li><em>remove(widget)</em>: remueve un widget.</li>
<li><em>serialize()</em>: Convierte un string a parametros para el request de lajax.</li>
</ul>
<p>Batante bueno el tip no creen? puede ser muy util creo ya se donde lo aplicare, ya pueden hacer su propio startup bueno casi falta mucho jeje pero lo basico ya lo tiene un poquito de CSS y JS es mas que suficiente.<br />
<!--adsense#news--><br />
Ver <a href="http://blog.xilinus.com/prototype-portal/test/index.html"  title="Prototype Portal class, para crear portales tipo netvibes" target="_blank">ejemplo</a> / <a href="http://blog.xilinus.com/prototype-portal/src/portal.js"  title="Descargar Prototype Portal class, para crear portales tipo netvibes" target="_blank">Descargar Script widgets.js</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2007/09/12/como-crear-un-startup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Validacion de formularios, in live</title>
		<link>http://www.frogx3.com/2007/09/05/validacion-de-formularios-in-live/</link>
		<comments>http://www.frogx3.com/2007/09/05/validacion-de-formularios-in-live/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 22:45:37 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="http://media.frogx3.com/2007/09/01-1122_frogxthree.jpg" length="32000" type="image/jpg" />
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Librerías]]></category>
		<category><![CDATA[Referencias]]></category>
		<category><![CDATA[formularios]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[validacion]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.frogx3.com/2007/09/05/validacion-de-formularios-in-live/</guid>
		<description><![CDATA[Veo en el blog de Andres una libreria (LiveValidation) mas para hacer nuestros formulario un poco mas amigables se trata de una clase en js que te permite hacer validaciones...]]></description> 
			<content:encoded><![CDATA[<p align="center"><a href="http://www.frogx3.com/2007/09/05/validacion-de-formularios-in-live/livevalidation/"  rel="attachment wp-att-193" title="livevalidation"><img src="http://www.frogx3.com/wp-content/uploads/2007/09/01-1122_frogxthree.jpg" alt="01 1122 frogxthree Validacion de formularios, in live"  title="Validacion de formularios, in live" /></a></p>
<p>Veo en el blog de <a href="http://www.anieto2k.com/2007/09/05/livevalidation-sistema-de-validacion-javascript-en-vivo/"  target="_blank">Andres</a> una libreria (<a href="http://www.livevalidation.com/"  target="_blank">LiveValidation</a>) mas para hacer nuestros formulario un poco mas amigables se trata de una clase en js que te permite hacer validaciones al momento de tus campos del formulario de manera muy sencilla, dando la posibilidad de hacer comprobacion de todo tipo aqui la lista de posibles validaciones:<br />
<!--adsense#news--></p>
<ul>
<li><a target="_blank" href="http://www.livevalidation.com/examples#examplePresence"  title="Presence">Presence </a>(valida si el campo contiene algun valor o esta limpio)<a href="http://www.livevalidation.com/examples#examplePresence" title="Presence"><br />
</a></li>
<li><a target="_blank" href="http://www.livevalidation.com/examples#exampleFormat"  title="Format">Format</a> (comprueba una coincidencia en la cadena)</li>
<li><a target="_blank" href="http://www.livevalidation.com/examples#exampleNumericality"  title="Numericality">Numericality </a>(Comprueba que el valor sea numerico)<a href="http://www.livevalidation.com/examples#exampleNumericality" title="Numericality"><br />
</a></li>
<li><a target="_blank" href="http://www.livevalidation.com/examples#exampleLength"  title="Length">Length </a>(comprueba el largo de la cadena de texto)<a href="http://www.livevalidation.com/examples#exampleLength" title="Length"><br />
</a></li>
<li><a target="_blank" href="http://www.livevalidation.com/examples#exampleInclusion"  title="Inclusion">Inclusion </a>(valida si el valor escrito es igual o parcialmente igual a alguno de los listados)<a href="http://www.livevalidation.com/examples#exampleInclusion" title="Inclusion"><br />
</a></li>
<li><a target="_blank" href="http://www.livevalidation.com/examples#exampleExclusion"  title="Exclusion">Exclusion </a>(validad que el valor sea diferente a cualquiera incluido en la lista)<a href="http://www.livevalidation.com/examples#exampleExclusion" title="Exclusion"><br />
</a></li>
<li><a target="_blank" href="http://www.livevalidation.com/examples#exampleAcceptance"  title="Acceptance">Acceptance </a>(puede comprobar si un checked o radio esta seleccionado)<a href="http://www.livevalidation.com/examples#exampleAcceptance" title="Acceptance"><br />
</a></li>
<li><a target="_blank" href="http://www.livevalidation.com/examples#exampleConfirmation"  title="Confirmation">Confirmation </a>(Comprueba la coincidencia de dos campos distintos, ej. contraseña)<a href="http://www.livevalidation.com/examples#exampleConfirmation" title="Confirmation"><br />
</a></li>
<li><a target="_blank" href="http://www.livevalidation.com/examples#exampleEmail"  title="Email">Email </a>(Comprueba que el valor sea un correo electronico valido)<a href="http://www.livevalidation.com/examples#exampleEmail" title="Email"><br />
</a></li>
<li><a target="_blank" href="http://www.livevalidation.com/examples#exampleComposite"  title="Composite validations">Composite validations (combining validations)</a> (El nombre lo dice puedes combinar las validaciones anteriores)<a href="http://www.livevalidation.com/examples#exampleComposite" title="Composite validations"><br />
</a></li>
<li><a target="_blank" href="http://www.livevalidation.com/examples#exampleForms"  title="Validating entire forms">Validating entire forms</a> (valida todo el formulario)<a href="http://www.livevalidation.com/examples#exampleForms" title="Validating entire forms"><br />
</a></li>
<li><a target="_blank" href="http://www.livevalidation.com/examples#exampleStyles"  title="Styling it up">Styling it up </a>(permite pasarle un estilo css segun el resultado de la validacion)<a href="http://www.livevalidation.com/examples#exampleStyles" title="Styling it up"><br />
</a></li>
</ul>
<p>Tambien te permite definir la accion o mensajes a ejecutar en caso de que sea validado o falle, esta bastante completa y muy recomendable.</p>
<p>Ejemplo:</p>
<pre><code lang="javascript">var sayHello = new LiveValidation( "sayHello", { validMessage: "Hey there!" } );</code></pre>
<pre><code lang="javascript">sayHello.add( Validate.Presence,</code>              { failureMessage: "Don't just ignore me, I wanna be your friend!" } );</pre>
<pre><code lang="javascript">sayHello.add( Validate.Format,</code>              { pattern: /hello/i, failureMessage: "How come you've not said 'hello' yet?" } );</pre>
<p>Este ejemplo crea lo siguiente: Valida un campo de texto con id <em>sayHello</em> e imprime el mensaje <em>Hey there</em> en caso de que la validacion sea correcta, en caso contrario imprimiria <em>Don&#8217;t just ignore me, I wanna be your friend!</em> , que valida? valida que lo escrito en el campo sea igual a <strong><em>hello </em></strong>en caso de que lo escrito no este correcto imprimiria<strong><em> </em></strong><em>How come you&#8217;ve not said &#8216;hello&#8217; yet?</em></p>
<p>El codigo HTML seria:</p>
<pre id="line1">		&lt;<span class="start-tag">p</span>&gt; 	          Say “hello”:&lt;<span class="start-tag">input</span><span class="attribute-name"> class</span>=<span class="attribute-value">"LV_valid_field" </span><span class="attribute-name">id</span>=<span class="attribute-value">"sayHello" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text"</span>&gt;&lt;<span class="start-tag">span</span><span class="attribute-name"> class</span>=<span class="attribute-value">"LV_validation_message LV_valid"</span>&gt;Hey there!&lt;/<span class="end-tag">span</span>&gt;

&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript"</span>&gt;

var sayHello = new LiveValidation('sayHello', { validMessage: 'Hey there!' });

sayHello.add(Validate.Presence, {failureMessage: "Don't just ignore me, I wanna be your friend!"});

sayHello.add(Validate.Format, {pattern: /hello/i, failureMessage: "How come you've not said 'hello' yet?" } );

&lt;/<span class="end-tag">script</span>&gt;

&lt;/<span class="end-tag">p</span>&gt;</pre>
<p>ver <a href="http://www.livevalidation.com/examples"  title="live validation examples" target="_blank">Ejemplos</a></p>
<p><a href="http://www.livevalidation.com/download"  title="Descargar Live Validation" target="_blank">Descargar Libreria</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2007/09/05/validacion-de-formularios-in-live/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>10 razones de porque mooTools ha crecido tanto</title>
		<link>http://www.frogx3.com/2007/09/04/10-razones-de-porque-mootools-ha-crecido-tanto/</link>
		<comments>http://www.frogx3.com/2007/09/04/10-razones-de-porque-mootools-ha-crecido-tanto/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 21:52:05 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="" length="32000" type="image/" />
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Librerías]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.frogx3.com/2007/09/04/10-razones-de-porque-mootools-ha-crecido-tanto/</guid>
		<description><![CDATA[Leyendo el blog de Andres veo una interesante traduccion que menciona 10 punto bastante interesantes de porque MooTools[web] es tan famoso, la lista original fue realizada por Christoph , por...]]></description> 
			<content:encoded><![CDATA[<p>Leyendo el blog de Andres veo una interesante traduccion que menciona 10 punto bastante interesantes de porque <strong>MooTools</strong>[<a href="http://www.mootools.net"  target="_blank">web</a>] es tan famoso, la lista original fue realizada por <a href="http://og5.net/wusch/?cat=articles&amp;shout=moo"  target="_blank">Christoph</a> , por mi lado desde el comienzo he utilizado <strong>prototype</strong>[<a href="http://www.prototypejs.org/"  target="_blank">web</a>] sin embargo ultimamente he estado tentado a probar esta libreria ya que he utilizado algunos scripts bastante interesantes y funcionan muy bien y son bastante potentes.</p>
<h3>1. No son solo efectos</h3>
<p>Mucha gente cree que MooTools es únicamente para hacer animaciones, efectos a todo elemento disponible en la página. Y MooTools tiene un montón de cosas más que hacen de este framework una maravilla, drag&amp;grop, manipulación del DOM, Extensión de funciones, Ajax, manipulación de cookies, assets, …</p>
<pre><code>var droppables = $$('div.dropper');
var container = $('containment');
new Drag.Move('dragger', {'container': container, 'droppables': droppables});

droppables.addEvent('over', function(){
	this.setStyle('background-color', '#000');
});

droppables.addEvent('leave', function(){
	this.setStyle('background-color', '#ff3300');
});

droppables.addEvent('drop', function(){
	this.setStyle('background-color', '#face8f');
});</code></pre>
<h3>2. Es modular</h3>
<p><strong>MooTools </strong>no es un solo un framework, es completamente modular y puedes personalizar no que necesitas descargar para ahorrarte peso de javascript. Esto quizas el usuario final no entienda o no le llame la atención, pero para un desarrollador es algo realmente digno de alabar ya que es realmente complicado conseguir un alto de grado de modularidad.</p>
<h3>3. Se lee como un libro</h3>
<p>Leer el código de MooTools es como leer un libro, la versión con código incluido es realmente explicita y simple de entender.</p>
<pre><code>/*
Function: $type
	Returns the type of object that matches the element passed in.

Arguments:
	obj - the object to inspect.

Example:
	&gt;var myString = 'hello';
	&gt;$type(myString); //returns "string"

Returns:
	'element' - if obj is a DOM element node
	'textnode' - if obj is a DOM text node
	'whitespace' - if obj is a DOM whitespace node
	'arguments' - if obj is an arguments object
	'object' - if obj is an object
	'string' - if obj is a string
	'number' - if obj is a number
	'boolean' - if obj is a boolean
	'function' - if obj is a function
	'regexp' - if obj is a regular expression
	'class' - if obj is a Class. (created with new Class, or the extend of another class).
	'collection' - if obj is a native htmlelements collection, such as childNodes, getElementsByTagName .. etc.
	false - (boolean) if the object is not defined or none of the above.
*/

function $type(obj){ ....}</code></pre>
<h3>4.  La comunidad alrededor ayuda</h3>
<p>Esto ocurre con todas las comunidades, así que no me parece un punto muy importante. Pero<a target="_blank" href="http://forum.mootools.net/"  onclick="javascript:urchinTracker('/outgoing/forum.mootools.net/');"> el foro de MooTools</a> no para de recibir preguntas y recibir respuestas.</p>
<pre><strong>Board statistics</strong>
    Total number of registered users: <strong>5056</strong>
    Total number of topics: <strong>5275</strong>
    Total number of posts: <strong>26414</strong></pre>
<h3>5.  Te ayuda a crear código orientado a objetos</h3>
<p>MooTools te permite desarrollar con un código orientado a objetos, esto debido a la capacidad que tiene de extender los objetos nativos del lenguaje.</p>
<pre><code>$('loadJson').addEvent('click', function(e) {
	e = new Event(e).stop();
	var url = 'http://demos.mootools.net/demos/Json.Remote/data.js';
	var request = new Json.Remote(url, {
		onComplete: function(jsonObj) {
			addImages(jsonObj.previews);
		}
	}).send();
});</code></pre>
<h3>6. Esto es todo acerca de $type</h3>
<p>El nativo <code>typeof()</code> de Javascript devuelve cosas similares a “<code>String</code>“, “<code>Number</code>“,… pero con MooTools <code>$type</code> nos lleva a otro nivel.</p>
<pre><code>var Monkey = new Class({
	initialize: function(){
		this.fruits = [];
	},
	giveFruit: function(fruit){
		//The Monkey only loves fruits!
		if($type(fruit)=='fruit')
			this.fruits.push(fruit);
		return this;
	}
});
var Banana = new Class({
	$family: 'fruit'
});

new Monkey().giveFruit(new Banana());</code></pre>
<h3>7. La creación de elementos es muy fácil</h3>
<p>Basta ver el código para ver lo fácil que es crear un elemento con MooTools.</p>
<pre><code>new Element('div', {
	'id': 'myDiv',
	'class': 'someClass',
	'styles': {
		'width': '0px',
		'height': '0px'
	},
	'events': {
		'click': function(){
			alert(this.getText()); //Alerts Hello
		}
	}
}).setText('Hello').injectInside(document.body).effects().start({
	'width': [0, 200],
	'height': [0, 100]
});</code></pre>
<h3>8. Gestores de eventos</h3>
<p>MooTools incorpora su propia gestión de eventos. Puedes gestionar los eventos de todo: Clases, elementos, …</p>
<p>La opción más simple, la de añadir una gestión de eventos sobre un elemento sería algo tan simple como esto:</p>
<pre><code>Element.Events.extend({
	'keyenter': {
		type: 'keyup',
		map: function(e){
			return e.key=='enter';
		}
	}
});

$('myInput').addEvent('keyenter', function(){
	doSomething...
	e.stop(); //Paramos la ejecución del proceso.
});</code></pre>
<h3>9 . Haz que se mueva</h3>
<p>Hacer que los elementos de tu página sean dragables (movibles) es tan fácil como esto:</p>
<pre><code>$('myElement').makeDraggable();</code></pre>
<h3>10. Hay plugins y extensiones mires donde mires.</h3>
<p>En este mismo blog <a target="_blank" href="http://www.anieto2k.com/?s=mootools" >he comentado muchas de las nuevas extensiones y nuevas funcionalidades que MooTools nos ofrece</a>, y gracias a la comunidad de detrás esto irá creciendo y aportando nuevas y valiosas aplicaciones, que harán las delicias de todos.</p>
<p>via <a href="http://www.anieto2k.com/2007/09/03/10-razones-por-las-que-mootools-es-fantastico/"  target="_blank">Anieto2k</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2007/09/04/10-razones-de-porque-mootools-ha-crecido-tanto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FancyForms, mejorando el aspecto de tus formularios</title>
		<link>http://www.frogx3.com/2007/08/29/fancyforms-mejorando-el-aspecto-de-tus-formularios/</link>
		<comments>http://www.frogx3.com/2007/08/29/fancyforms-mejorando-el-aspecto-de-tus-formularios/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 12:28:08 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="" length="32000" type="image/" />
				<category><![CDATA[Diseño Gráfico]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Librerías]]></category>
		<category><![CDATA[Referencias]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://70.87.76.2/~frogx3/?p=154</guid>
		<description><![CDATA[FancyForms, es una axtension mas de MooTools que nos permite cuidar esos detalles ala hora del desarrollo dandole un aspecto mas de acuerdo al bosquejo que nos presenta el diseñador...]]></description> 
			<content:encoded><![CDATA[<p><img src="http://frogx3.wordpress.com/files/2007/08/01-0112_frogxthree.jpg" alt="01 0112 frogxthree FancyForms, mejorando el aspecto de tus formularios" align="left" title="FancyForms, mejorando el aspecto de tus formularios" /><a href="http://dev.lipidity.com/fancy-form/"  target="_blank">FancyForms</a>, es una axtension mas de <a href="http://mootools.net/download"  title="javascript framework, ajax, demos, scripts" target="_blank">MooTools</a> que nos permite cuidar esos detalles ala hora del desarrollo dandole un aspecto mas de acuerdo al bosquejo que nos presenta el diseñador y darles un toque especial a tus formularios asi el usuario final se llevara una buena imagen de nuestro trabajo, ya que se vera cuidado, limpio y detallado, en la imagen pueden ver como son los checkbox y radios despues de aplicarles esta libreria.</p>
<p>La libreria solo pesa 3kb, como se aplica esto:</p>
<p>Incluir los script entre los heads en tu pagina:</p>
<pre><code>&lt;script type="text/javascript" src="js/mootools.1.11.js"&gt;&lt;/script&gt;

&lt;script type="text/javascript" src="js/fancyform.js"&gt;&lt;/script&gt;</code></pre>
<p>Y Crea el CSS para aplicarlo, ej. del css.</p>
<pre>.demo label{display:block;padding:0.5em;padding-left:32px;background-position:8px center;background-repeat:no-repeat;border:1px solid #252525;clear:both;cursor:pointer}

.checked{background-color:#222;background-image:url(chk_on.png)}

.unchecked{background-color:#1c1c1c;background-image:url(chk_off.png)}

.selected{background-color:#222;background-image:url(rdo_on.png)}

.unselected{background-color:#1c1c1c;background-image:url(rdo_off.png)}</pre>
<p>Ver <a href="http://dev.lipidity.com/fancy-form/demo/"  target="_blank">Demostracion</a></p>
<p>Ir a <a target="_blank" href="http://dev.lipidity.com/fancy-form/fancy-form.zip" >Descargar </a></p>
<p>via <a href="http://www.anieto2k.com/2007/08/29/fancyforms-mejorando-el-aspecto-de-los-checkbox/"  target="_blank">Anieto2k</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2007/08/29/fancyforms-mejorando-el-aspecto-de-tus-formularios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lista de API de servicios Web &#8220;2.0&#8243;</title>
		<link>http://www.frogx3.com/2007/08/21/lista-de-api-de-servicios-web-20/</link>
		<comments>http://www.frogx3.com/2007/08/21/lista-de-api-de-servicios-web-20/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 22:47:50 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="" length="32000" type="image/" />
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Librerías]]></category>
		<category><![CDATA[Referencias]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://70.87.76.2/~frogx3/?p=135</guid>
		<description><![CDATA[Interesante lista de las apis de diferentes servicios web 2.0, pueden encontrar de las siguientes categorias: Publicidad, Blogging, Busqueda en Blogs, Marcadores, Calendario, Chats, Comunidades, Email, Eventos Finansaz, Gobierno, &#8220;Internet&#8221;...]]></description> 
			<content:encoded><![CDATA[<p>Interesante lista de las apis de diferentes servicios web 2.0, pueden encontrar de las siguientes categorias:</p>
<p><strong>Publicidad, Blogging, Busqueda en Blogs, Marcadores, Calendario, Chats, Comunidades, Email, Eventos Finansaz, Gobierno, &#8220;Internet&#8221; (valga de radundancia), mapas, bolsas de empleo, Manejadores de Medios, Medicos, Mensajeria, Musica, Noticias, Oficinas, Fotografias, Referencias, Recomendaciones, Buscadores, Compras, Almacenamiento, Video, Widgets y Wikis.</strong></p>
<p>Ver articulo completo para ver la lista:</p>
<p><span id="more-135"></span></p>
<blockquote>
<h2>Advertising</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://code.google.com/apis/adsense/"  target="_blank" rel="nofollow">Google AdSense</a></td>
<td width="267">Advertising management</td>
</tr>
<tr>
<td width="161"><a href="http://www.google.com/apis/adwords/"  target="_blank" rel="nofollow">Google AdWords</a></td>
<td width="267">Search advertising</td>
</tr>
<tr>
<td width="161"><a href="http://msdn2.microsoft.com/en-us/library/aa983013.aspx"  target="_blank" rel="nofollow">Microsoft adCenter</a></td>
<td width="267">Online advertising services</td>
</tr>
<tr>
<td width="161"><a href="http://www.urltrends.com/apidocs/"  target="_blank" rel="nofollow">UrlTrends</a></td>
<td width="267">Link tracking and search optimization</td>
</tr>
<tr>
<td width="161"><a href="http://www.wordtracker.com/docs/api/"  target="_blank" rel="nofollow">Wordtracker</a></td>
<td width="267">Search engine optimization services</td>
</tr>
<tr>
<td width="161"><a href="http://searchmarketing.yahoo.com/af/yws.php"  target="_blank" rel="nofollow">Yahoo Ads</a></td>
<td width="267">Online ad management</td>
</tr>
<tr>
<td width="161"><a href="http://searchmarketing.yahoo.com/api/"  target="_blank" rel="nofollow">Yahoo Search Marketing</a></td>
<td width="267">Search advertising platform</td>
</tr>
<tr>
<td width="161"><a href="http://www.answerbag.com/docs/xmlschema/"  target="_blank" rel="nofollow">Answerbag</a></td>
<td width="267">Questions and answers service</td>
</tr>
<tr>
<td width="161"><a href="http://www.blogwise.com/api/"  target="_blank" rel="nofollow">Blogwise</a></td>
<td width="267">Blog and feed search service</td>
</tr>
<tr>
<td width="161"><a href="http://splogspot.com/pages/api_help"  target="_blank" rel="nofollow">SplogSpot</a></td>
<td width="267">Database of spam blogs</td>
</tr>
</table>
<h2>Blog Search</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.blogwise.com/api/"  target="_blank" rel="nofollow">Blogwise</a></td>
<td width="267">Blog and feed search service</td>
</tr>
<tr>
<td width="161"><a href="http://splogspot.com/pages/api_help"  target="_blank" rel="nofollow">SplogSpot</a></td>
<td width="267">Database of spam blogs</td>
</tr>
<tr>
<td width="161"><a href="http://tailrank.com/api"  target="_blank" rel="nofollow">Tailrank</a></td>
<td width="267">Blog search and news aggregation service</td>
</tr>
<tr>
<td width="161"><a href="http://technorati.com/developers/"  target="_blank" rel="nofollow">Technorati</a></td>
<td width="267">Blog search services</td>
</tr>
</table>
<h2>Blogging</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://akismet.com/development/api/"  target="_blank" rel="nofollow">Akismet</a></td>
<td width="267">Blog spam prevention service</td>
</tr>
<tr>
<td width="161"><a href="http://code.google.com/apis/gdata/blogger.html"  target="_blank" rel="nofollow">Blogger</a></td>
<td width="267">Blogging services</td>
</tr>
<tr>
<td width="161"><a href="http://feedblitz.blogspot.com/2006/10/feedblitz-api.html"  target="_blank" rel="nofollow">FeedBlitz</a></td>
<td width="267">Blogs by email service</td>
</tr>
<tr>
<td width="161"><a href="http://www.feedburner.com/fb/a/developers"  target="_blank" rel="nofollow">FeedBurner</a></td>
<td width="267">Blog promotion tracking service</td>
</tr>
<tr>
<td width="161"><a href="http://www.livejournal.com/developer/"  target="_blank" rel="nofollow">LiveJournal</a></td>
<td width="267">Blogging software</td>
</tr>
<tr>
<td width="161"><a href="http://performancing.com/metrics/handbook/api"  target="_blank" rel="nofollow">Performancing</a></td>
<td width="267">Blog management</td>
</tr>
<tr>
<td width="161"><a href="http://www.sixapart.com/pronet/docs/typepad_atom_api"  target="_blank" rel="nofollow">TypePad</a></td>
<td width="267">Blog management</td>
</tr>
<tr>
<td width="161"><a href="http://weblogs.com/api.html"  target="_blank" rel="nofollow">Weblogs</a></td>
<td width="267">Blog ping service</td>
</tr>
<tr>
<td width="161"><a href="http://dev.live.com/spaces/"  target="_blank" rel="nofollow">Windows Live Spaces</a></td>
<td width="267">Blog services</td>
</tr>
</table>
<h2>Bookmarks</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://dev.blogmarks.net/wiki/DeveloperDocs"  target="_blank" rel="nofollow">Blogmarks</a></td>
<td width="267">Social bookmarking</td>
</tr>
<tr>
<td width="161"><a href="http://del.icio.us/doc/api"  target="_blank" rel="nofollow">del.icio.us</a></td>
<td width="267">Social bookmarking</td>
</tr>
<tr>
<td width="161"><a href="http://www.linkagogo.com/rest_api.html"  target="_blank" rel="nofollow">linkaGoGo</a></td>
<td width="267">Social bookmarking service</td>
</tr>
<tr>
<td width="161"><a href="http://ma.gnolia.com/support/api"  target="_blank" rel="nofollow">Ma.gnolia</a></td>
<td width="267">Social bookmarking service</td>
</tr>
<tr>
<td width="161"><a href="http://www.onlywire.com/index?api"  target="_blank" rel="nofollow">OnlyWire</a></td>
<td width="267">Social bookmarklet service</td>
</tr>
<tr>
<td width="161"><a href="http://www.shadows.com/features/site/help/api.htm"  target="_blank" rel="nofollow">Shadows</a></td>
<td width="267">Social bookmarking and community</td>
</tr>
<tr>
<td width="161"><a href="http://www.simpy.com/doc/api/rest"  target="_blank" rel="nofollow">Simpy</a></td>
<td width="267">Social bookmarking</td>
</tr>
</table>
<h2>Calendar</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://30boxes.com/api/"  target="_blank" rel="nofollow">30 Boxes</a></td>
<td width="267">Calendar service</td>
</tr>
<tr>
<td width="161"><a href="http://code.google.com/apis/gdata/calendar.html"  target="_blank" rel="nofollow">Google Calendar</a></td>
<td width="267">Calendar service</td>
</tr>
<tr>
<td width="161"><a href="http://spongecell.com/api_info"  target="_blank" rel="nofollow">Spongecell</a></td>
<td width="267">Online calendar service</td>
</tr>
</table>
<h2>Chat</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://developer.aim.com/plugin"  target="_blank" rel="nofollow">AOL Instant Messenger</a></td>
<td width="267">Instant messaging chat service</td>
</tr>
<tr>
<td width="161"><a href="http://developer.aim.com/presenceMain.jsp"  target="_blank" rel="nofollow">AOL Presence</a></td>
<td width="267">Online presence service</td>
</tr>
<tr>
<td width="161"><a href="http://www.google.com/talk/developer.html"  target="_blank" rel="nofollow">Google Talk</a></td>
<td width="267">Chat application</td>
</tr>
<tr>
<td width="161"><a href="http://www.imified.com/api/"  target="_blank" rel="nofollow">IMified</a></td>
<td width="267">Instant messenger buddy</td>
</tr>
<tr>
<td width="161"><a href="http://wiki.lingr.com/dev/"  target="_blank" rel="nofollow">Lingr</a></td>
<td width="267">Online chatroom services</td>
</tr>
<tr>
<td width="161"><a href="http://dev.live.com/messenger/"  target="_blank" rel="nofollow">MSN Messenger</a></td>
<td width="267">Chat and messaging</td>
</tr>
<tr>
<td width="161"><a href="http://developer.aim.com/webaim/"  target="_blank" rel="nofollow">WebAIM</a></td>
<td width="267">Web based instant messaging</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/messenger/"  target="_blank" rel="nofollow">Yahoo Messenger</a></td>
<td width="267">Instant messaging</td>
</tr>
</table>
<h2>Community</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://bluedot.us/Developers.aspx"  target="_blank" rel="nofollow">Blue Dot</a></td>
<td width="267">Content sharing community</td>
</tr>
<tr>
<td width="161"><a href="http://www.corank.com/api.html"  target="_blank" rel="nofollow">coRank</a></td>
<td width="267">Distributed user reviews service</td>
</tr>
<tr>
<td width="161"><a href="http://developers.facebook.com/"  target="_blank" rel="nofollow">Facebook</a></td>
<td width="267">Social networking service</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=240"  target="_blank" rel="nofollow">PartySpark</a></td>
<td width="267">Social events service</td>
</tr>
<tr>
<td width="161"><a href="http://www.rockyou.com/corp/facebook/dev.php"  target="_blank" rel="nofollow">RockYou Super Wall</a></td>
<td width="267">Platform for content sharing within Facebook</td>
</tr>
<tr>
<td width="161"><a href="http://twitter.com/help/api"  target="_blank" rel="nofollow">Twitter</a></td>
<td width="267">Community site</td>
</tr>
</table>
<h2>Email</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=167"  target="_blank" rel="nofollow">Email Address Validator</a></td>
<td width="267">Email address validation service</td>
</tr>
<tr>
<td width="161"><a href="http://developer.exacttarget.com/"  target="_blank" rel="nofollow">ExactTarget</a></td>
<td width="267">Email delivery services</td>
</tr>
<tr>
<td width="161"><a href="http://app.intellicontact.com/icp/pub/api/doc/api.html"  target="_blank" rel="nofollow">IntelliContact</a></td>
<td width="267">Email marketing service</td>
</tr>
<tr>
<td width="161"><a href="http://www.jangomail.com/database_api.asp"  target="_blank" rel="nofollow">JangoMail</a></td>
<td width="267">Bulk email service</td>
</tr>
<tr>
<td width="161"><a href="http://www.mailbuild.com/api/"  target="_blank" rel="nofollow">Mailbuild</a></td>
<td width="267">Email forms and templates service</td>
</tr>
<tr>
<td width="161"><a href="http://www.blueskyfactory.com/blog/2007/07/did-you-know-that-publicaster-offers.html"  target="_blank" rel="nofollow">Publicaster</a></td>
<td width="267">Email marketing management</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=179"  target="_blank" rel="nofollow">StrikeIron Email Verification</a></td>
<td width="267">Email verification service</td>
</tr>
<tr>
<td width="161"><a href="http://www.verticalresponse.com/labs/developers/"  target="_blank" rel="nofollow">Vertical Response</a></td>
<td width="267">Email management services</td>
</tr>
<tr>
<td width="161"><a href="http://www.webmail.us/resellers/api"  target="_blank" rel="nofollow">Webmail.us</a></td>
<td width="267">Email hosting service</td>
</tr>
<tr>
<td width="161"><a href="http://www.whatcounts.com/technology/apis.html"  target="_blank" rel="nofollow">WhatCounts</a></td>
<td width="267">Email management services</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/mail/"  target="_blank" rel="nofollow">Yahoo Mail</a></td>
<td width="267">Web based email system</td>
</tr>
</table>
<h2>Enterprise</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://developer.employease.com/extend.html"  target="_blank" rel="nofollow">Employease</a></td>
<td width="267">On-demand human resource management</td>
</tr>
<tr>
<td width="161"><a href="http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_reference.html"  target="_blank" rel="nofollow">Google Provisioning</a></td>
<td width="267">User provisioning for Google Apps</td>
</tr>
<tr>
<td width="161"><a href="http://www.lokad.com/Support.ashx"  target="_blank" rel="nofollow">Lokad</a></td>
<td width="267">Online time series forecaster</td>
</tr>
<tr>
<td width="161"><a href="http://www.netdocuments.com/Alliances.aspx"  target="_blank" rel="nofollow">NetDocuments</a></td>
<td width="267">Enterprise document management service</td>
</tr>
<tr>
<td width="161"><a href="http://www.netsuite.com/portal/developers/main.shtml"  target="_blank" rel="nofollow">NetSuite</a></td>
<td width="267">On-demand business application suite</td>
</tr>
<tr>
<td width="161"><a href="http://www.sforce.com/"  target="_blank" rel="nofollow">Salesforce.com</a></td>
<td width="267">CRM services</td>
</tr>
<tr>
<td width="161"><a href="http://www.webex.com/partners/developer-overview.html"  target="_blank" rel="nofollow">WebEx</a></td>
<td width="267">Conferencing and collaboration services</td>
</tr>
</table>
<h2>Events</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.eventfinder.co.nz/content/api.html"  target="_blank" rel="nofollow">Eventfinder</a></td>
<td width="267">New Zealand events calendar</td>
</tr>
<tr>
<td width="161"><a href="http://api.eventful.com/"  target="_blank" rel="nofollow">Eventful</a></td>
<td width="267">Events discovery and demand</td>
</tr>
<tr>
<td width="161"><a href="http://www.spraci.com/api/"  target="_blank" rel="nofollow">Spraci</a></td>
<td width="267">Events and clubs database</td>
</tr>
<tr>
<td width="161"><a href="http://upcoming.yahoo.com/services/api/"  target="_blank" rel="nofollow">Upcoming.org</a></td>
<td width="267">Collaborative event calendar</td>
</tr>
<tr>
<td width="161"><a href="http://www.zvents.com/support/developers"  target="_blank" rel="nofollow">Zvents</a></td>
<td width="267">Local events search and community</td>
</tr>
</table>
<h2>Financial</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.blinksale.com/api"  target="_blank" rel="nofollow">Blinksale</a></td>
<td width="267">Online invoicing services</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=227"  target="_blank" rel="nofollow">Currency Rates</a></td>
<td width="267">Currency rates for 115 countries</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=223"  target="_blank" rel="nofollow">Dun and Bradstreet Credit Check</a></td>
<td width="267">Credit quick check web service</td>
</tr>
<tr>
<td width="161"><a href="http://developers.freshbooks.com/"  target="_blank" rel="nofollow">FreshBooks</a></td>
<td width="267">Online invoicing and time tracking</td>
</tr>
<tr>
<td width="161"><a href="http://api.kashflow.co.uk/"  target="_blank" rel="nofollow">KashFlow</a></td>
<td width="267">Online accounting software</td>
</tr>
<tr>
<td width="161"><a href="http://www.moneytrackin.com/help/API/"  target="_blank" rel="nofollow">Moneytrackin</a></td>
<td width="267">Expense tracking</td>
</tr>
<tr>
<td width="161"><a href="http://www.netaccounts.com.au/developers/"  target="_blank" rel="nofollow">NetAccounts</a></td>
<td width="267">Online accounting service</td>
</tr>
<tr>
<td width="161"><a href="http://www.prosper.com/tools/API.aspx"  target="_blank" rel="nofollow">Prosper</a></td>
<td width="267">Peer-to-peer lending network</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=113"  target="_blank" rel="nofollow">StrikeIron Historical Stock Quotes</a></td>
<td width="267">Stock price quotes for US equities</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=124"  target="_blank" rel="nofollow">StrikeIron Mutual Funds</a></td>
<td width="267">Historical mutual funds price service</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=115"  target="_blank" rel="nofollow">StrikeIron Stock Quotes Basic</a></td>
<td width="267">Real-time stock quotes</td>
</tr>
<tr>
<td width="161"><a href="https://www.wesabe.com/page/api"  target="_blank" rel="nofollow">Wesabe</a></td>
<td width="267">Personal finance management and community</td>
</tr>
</table>
<h2>Government</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.avencia.com/Products/Cicero/Developers.aspx"  target="_blank" rel="nofollow">Cicero</a></td>
<td width="267">Lookup service for US elected officials by address</td>
</tr>
<tr>
<td width="161"><a href="http://www.civicfootprint.org/about/api"  target="_blank" rel="nofollow">Civic Footprint</a></td>
<td width="267">Political geography lookup for Illinois</td>
</tr>
<tr>
<td width="161"><a href="http://support.democracyinaction.org/wiki/index.php/API_Documentation"  target="_blank" rel="nofollow">Democracy In Action</a></td>
<td width="267">Advocacy services for nonprofits</td>
</tr>
<tr>
<td width="161"><a href="http://www.fedspending.org/apidoc.php"  target="_blank" rel="nofollow">FedSpending.org</a></td>
<td width="267">Database of US government spending</td>
</tr>
<tr>
<td width="161"><a href="http://www.followthemoney.org/services"  target="_blank" rel="nofollow">Follow The Money</a></td>
<td width="267">Database of US campaign contributions</td>
</tr>
<tr>
<td width="161"><a href="http://www.state.ri.us/govtracker/services/"  target="_blank" rel="nofollow">GovTracker</a></td>
<td width="267">Rhode Island state data services</td>
</tr>
<tr>
<td width="161"><a href="http://www.louisdb.org/api/"  target="_blank" rel="nofollow">LOUIS</a></td>
<td width="267">US federal documents database</td>
</tr>
<tr>
<td width="161"><a href="http://ops.espacenet.com/"  target="_blank" rel="nofollow">Open Patent Services</a></td>
<td width="267">European Patent Office web services</td>
</tr>
<tr>
<td width="161"><a href="http://sunlightlabs.com/api/"  target="_blank" rel="nofollow">Sunlight Labs</a></td>
<td width="267">US Congress database service</td>
</tr>
<tr>
<td width="161"><a href="http://www.theyworkforyou.com/api/"  target="_blank" rel="nofollow">TheyWorkForYou</a></td>
<td width="267">Track the UK Parliament</td>
</tr>
<tr>
<td width="161"><a href="http://whoismyrepresentative.com/"  target="_blank" rel="nofollow">Who is my Representative</a></td>
<td width="267">Database of US congressional representatives</td>
</tr>
</table>
<h2>Internet</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://aws.amazon.com/ast"  target="_blank" rel="nofollow">Alexa Site Thumbnail</a></td>
<td width="267">Thumbnail images of web site home pages</td>
</tr>
<tr>
<td width="161"><a href="http://aws.amazon.com/alexatopsites"  target="_blank" rel="nofollow">Alexa Top Sites</a></td>
<td width="267">Web site traffic rankings</td>
</tr>
<tr>
<td width="161"><a href="http://www.amazon.com/b/ref=sc_fe_l_2/104-7185354-2899168?ie=UTF8&amp;node=201590011&amp;no=3435361"  target="_blank" rel="nofollow">Amazon EC2</a></td>
<td width="267">Elastic Compute Cloud virtual hosting</td>
</tr>
<tr>
<td width="161"><a href="http://getclicky.com/help/api"  target="_blank" rel="nofollow">Clicky</a></td>
<td width="267">Web site analytics</td>
</tr>
<tr>
<td width="161"><a href="http://developer.compete.com/"  target="_blank" rel="nofollow">Compete</a></td>
<td width="267">Internet web site metrics and analytics</td>
</tr>
<tr>
<td width="161"><a href="http://cordurl.com/static/api.html"  target="_blank" rel="nofollow">Cordurl</a></td>
<td width="267">Geo coordinate translation service</td>
</tr>
<tr>
<td width="161"><a href="http://www.dapper.net/developers/webservices/search.php"  target="_blank" rel="nofollow">Dapper</a></td>
<td width="267">Service for API creation</td>
</tr>
<tr>
<td width="161"><a href="http://xml-api.domaintools.com/"  target="_blank" rel="nofollow">Domain Tools</a></td>
<td width="267">Internet domain name lookup services</td>
</tr>
<tr>
<td width="161"><a href="http://durl.us/"  target="_blank" rel="nofollow">Durl.us</a></td>
<td width="267">URL shortening service</td>
</tr>
<tr>
<td width="161"><a href="http://www.ecommstats.com/services/docs/"  target="_blank" rel="nofollow">Ecommstats</a></td>
<td width="267">Web analytics</td>
</tr>
<tr>
<td width="161"><a href="http://www.hostip.info/use.html"  target="_blank" rel="nofollow">Hostip.info</a></td>
<td width="267">IP lookup</td>
</tr>
<tr>
<td width="161"><a href="http://www.html2pdf.biz/api.php"  target="_blank" rel="nofollow">HTML2PDF</a></td>
<td width="267">HTML to PDF conversion service</td>
</tr>
<tr>
<td width="161"><a href="http://www.archive.org/help/contrib-advanced.php"  target="_blank" rel="nofollow">Internet Archive</a></td>
<td width="267">Non-profit Internet library</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=149"  target="_blank" rel="nofollow">IP Address Lookup</a></td>
<td width="267">Determine IP address from domain name</td>
</tr>
<tr>
<td width="161"><a href="http://www.shauninman.com/plete/2005/10/mint-intro-to-pepper-development"  target="_blank" rel="nofollow">Mint</a></td>
<td width="267">Web site metrics and reporting</td>
</tr>
<tr>
<td width="161"><a href="http://mon.itor.us/api/api.htm"  target="_blank" rel="nofollow">Mon.itor.us</a></td>
<td width="267">Web site monitoring services</td>
</tr>
<tr>
<td width="161"><a href="http://mynotify.com/info/developers"  target="_blank" rel="nofollow">MyNotify</a></td>
<td width="267">Feed publication service</td>
</tr>
<tr>
<td width="161"><a href="http://www.nenest.com/_doc/Api.aspx"  target="_blank" rel="nofollow">Nenest</a></td>
<td width="267">Web forms and application framework</td>
</tr>
<tr>
<td width="161"><a href="http://www.outune.com/?ln=mc"  target="_blank" rel="nofollow">Outune</a></td>
<td width="267">Web map engine service</td>
</tr>
<tr>
<td width="161"><a href="http://www.pingdom.com/api/"  target="_blank" rel="nofollow">Pingdom</a></td>
<td width="267">Web site monitoring and reporting services</td>
</tr>
<tr>
<td width="161"><a href="http://qurl.com/help_automate.php"  target="_blank" rel="nofollow">Qurl</a></td>
<td width="267">URL redirection services</td>
</tr>
<tr>
<td width="161"><a href="http://www.softlayer.com/devnet.html"  target="_blank" rel="nofollow">SoftLayer</a></td>
<td width="267">Systems management and monitoring</td>
</tr>
<tr>
<td width="161"><a href="http://unapi.info/"  target="_blank" rel="nofollow">UnAPI</a></td>
<td width="267">Proposal for web clipboard</td>
</tr>
<tr>
<td width="161"><a href="http://www.w3counter.com/features/api/"  target="_blank" rel="nofollow">W3Counter</a></td>
<td width="267">Web site metrics tools</td>
</tr>
<tr>
<td width="161"><a href="http://webride.org/developers/api"  target="_blank" rel="nofollow">Webride</a></td>
<td width="267">Attaches discussions to any site</td>
</tr>
<tr>
<td width="161"><a href="http://bluga.net/webthumb/api.txt"  target="_blank" rel="nofollow">WebThumb</a></td>
<td width="267">Thumbnail image generation service</td>
</tr>
<tr>
<td width="161"><a href="http://msdn2.microsoft.com/en-us/library/bb259721.aspx"  target="_blank" rel="nofollow">Windows Live Custom Domains</a></td>
<td width="267">Web site administration services</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/search/siteexplorer/"  target="_blank" rel="nofollow">Yahoo Site Explorer</a></td>
<td width="267">Web site analysis service</td>
</tr>
</table>
<h2>Job Search</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.indeed.com/jsp/apiinfo.jsp"  target="_blank" rel="nofollow">Indeed</a></td>
<td width="267">Job search services</td>
</tr>
<tr>
<td width="161"><a href="http://services.smashfly.com/simplepostservice/postingmanager.asmx"  target="_blank" rel="nofollow">SmashFly</a></td>
<td width="267">Job board posting service</td>
</tr>
</table>
<h2>Mapping</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.esri.com/software/arcwebservices/index.html"  target="_blank" rel="nofollow">ArcWeb</a></td>
<td width="267">Mapping and GIS services</td>
</tr>
<tr>
<td width="161"><a href="http://www.bigtribe.com/publisher/docs/references.jsp"  target="_blank" rel="nofollow">BigTribe</a></td>
<td width="267">Location based advertising</td>
</tr>
<tr>
<td width="161"><a href="http://www.telcontar.com/products/dds/dds_webservicesapi.html"  target="_blank" rel="nofollow">deCarta</a></td>
<td width="267">Location-based services</td>
</tr>
<tr>
<td width="161"><a href="http://www.earthtools.org/webservices.htm"  target="_blank" rel="nofollow">EarthTools</a></td>
<td width="267">Web services for geographical information</td>
</tr>
<tr>
<td width="161"><a href="http://www.feedmap.net/BlogMap/Services/"  target="_blank" rel="nofollow">FeedMap</a></td>
<td width="267">Blog geo-coding</td>
</tr>
<tr>
<td width="161"><a href="http://developer.garmin.com/web-products/web-services/"  target="_blank" rel="nofollow">Garmin MotionBased</a></td>
<td width="267">GPS services and mapping</td>
</tr>
<tr>
<td width="161"><a href="http://geocoder.us/help/"  target="_blank" rel="nofollow">geocoder</a></td>
<td width="267">Geocoding services for US</td>
</tr>
<tr>
<td width="161"><a href="http://geocoder.ca/?api=1"  target="_blank" rel="nofollow">geocoder.ca</a></td>
<td width="267">Geocoding services for Canada</td>
</tr>
<tr>
<td width="161"><a href="http://www.geoiq.com/"  target="_blank" rel="nofollow">GeoIQ</a></td>
<td width="267">Geospatial analysis and heat mapping service</td>
</tr>
<tr>
<td width="161"><a href="http://www.geonames.org/export/"  target="_blank" rel="nofollow">GeoNames</a></td>
<td width="267">Geographic name and postal code lookup</td>
</tr>
<tr>
<td width="161"><a href="https://www2.getmapping.com/webemail/mobileapps.aspx"  target="_blank" rel="nofollow">GetMapping</a></td>
<td width="267">Aerial photography and mapping service</td>
</tr>
<tr>
<td width="161"><a href="http://www.globexplorer.com/products/imagebuilder-suite.shtml"  target="_blank" rel="nofollow">GlobeXplorer</a></td>
<td width="267">Mapping services</td>
</tr>
<tr>
<td width="161"><a href="http://www.google.com/apis/maps/"  target="_blank" rel="nofollow">Google Maps</a></td>
<td width="267">Mapping services</td>
</tr>
<tr>
<td width="161"><a href="http://www.hopstop.com/freeapi/"  target="_blank" rel="nofollow">HopStop</a></td>
<td width="267">Mass transit and walking directions</td>
</tr>
<tr>
<td width="161"><a href="http://www.isharemaps.com/products/isharemaps_on_demand/isharemaps_on_demand.html"  target="_blank" rel="nofollow">iShareMaps On Demand</a></td>
<td width="267">UK Postcode Geocoder</td>
</tr>
<tr>
<td width="161"><a href="http://devnet.map24.com/index.php"  target="_blank" rel="nofollow">Map24 AJAX API</a></td>
<td width="267">Mapping services</td>
</tr>
<tr>
<td width="161"><a href="http://www.mappr.com/about/api.phtml"  target="_blank" rel="nofollow">Mappr</a></td>
<td width="267">Photo mapping</td>
</tr>
<tr>
<td width="161"><a href="http://www.mapquest.com/features/main.adp?page=developer_tools_oapi"  target="_blank" rel="nofollow">MapQuest</a></td>
<td width="267">Online mapping service</td>
</tr>
<tr>
<td width="161"><a href="http://www.mapstraction.com/"  target="_blank" rel="nofollow">Mapstraction</a></td>
<td width="267">Mapping API abstraction layer</td>
</tr>
<tr>
<td width="161"><a href="http://labs.metacarta.com/GeoParser/documentation.html"  target="_blank" rel="nofollow">MetaCarta</a></td>
<td width="267">Location and geotagging services</td>
</tr>
<tr>
<td width="161"><a href="http://msdn.microsoft.com/mappoint/"  target="_blank" rel="nofollow">Microsoft MapPoint</a></td>
<td width="267">Mapping services</td>
</tr>
<tr>
<td width="161"><a href="http://dev.live.com/virtualearth"  target="_blank" rel="nofollow">Microsoft Virtual Earth</a></td>
<td width="267">Mapping services</td>
</tr>
<tr>
<td width="161"><a href="http://www.multimap.com/share/documentation/api/"  target="_blank" rel="nofollow">Multimap</a></td>
<td width="267">Global online mapping service</td>
</tr>
<tr>
<td width="161"><a href="http://wms.jpl.nasa.gov/"  target="_blank" rel="nofollow">NASA</a></td>
<td width="267">Satellite mapping images</td>
</tr>
<tr>
<td width="161"><a href="http://openapi.naver.com/19.html"  target="_blank" rel="nofollow">Naver Maps</a></td>
<td width="267">Korean mapping service</td>
</tr>
<tr>
<td width="161"><a href="http://www.nearby.org.uk/api/convert-help.php"  target="_blank" rel="nofollow">Nearby.org.uk</a></td>
<td width="267">Geocoding service for UK</td>
</tr>
<tr>
<td width="161"><a href="http://www.ontok.com/geocode/jsapi"  target="_blank" rel="nofollow">Ontok</a></td>
<td width="267">Geocode any US address</td>
</tr>
<tr>
<td width="161"><a href="http://www.openlayers.org/"  target="_blank" rel="nofollow">OpenLayers</a></td>
<td width="267">Mapping API abstraction layer</td>
</tr>
<tr>
<td width="161"><a href="http://wiki.openstreetmap.org/index.php/OSM_Protocol_Stack"  target="_blank" rel="nofollow">OpenStreetMap</a></td>
<td width="267">The Free Wiki World Map</td>
</tr>
<tr>
<td width="161"><a href="http://www.platial.com/services/api"  target="_blank" rel="nofollow">Platial</a></td>
<td width="267">Collaborative geographic service</td>
</tr>
<tr>
<td width="161"><a href="http://www.codeplaze.com/"  target="_blank" rel="nofollow">Plazes</a></td>
<td width="267">Location discovery service</td>
</tr>
<tr>
<td width="161"><a href="http://freeearth.poly9.com/api/documentation.php"  target="_blank" rel="nofollow">Poly9 FreeEarth</a></td>
<td width="267">3D mapping service</td>
</tr>
<tr>
<td width="161"><a href="http://www.pushpin.com/"  target="_blank" rel="nofollow">Pushpin</a></td>
<td width="267">Mapping service</td>
</tr>
<tr>
<td width="161"><a href="http://ws.urbanmapping.com/hoods/docs"  target="_blank" rel="nofollow">Urban Mapping</a></td>
<td width="267">Urban geo-spatial data services</td>
</tr>
<tr>
<td width="161"><a href="http://gisdata.usgs.gov/XMLWebServices/TNM_Elevation_Service.php"  target="_blank" rel="nofollow">USGS Elevation Query Service</a></td>
<td width="267">Determine elevation based on latitude and longitude</td>
</tr>
<tr>
<td width="161"><a href="http://dev.viamichelin.com/"  target="_blank" rel="nofollow">ViaMichelin</a></td>
<td width="267">Mapping, directions, and travel booking services</td>
</tr>
<tr>
<td width="161"><a href="http://www.wayfaring.com/help/published/Wayfaring+API"  target="_blank" rel="nofollow">Wayfaring</a></td>
<td width="267">Map creation and sharing service</td>
</tr>
<tr>
<td width="161"><a href="http://www.where.com/create/"  target="_blank" rel="nofollow">WHERE GPS</a></td>
<td width="267">Mobile GPS widget platform</td>
</tr>
<tr>
<td width="161"><a href="http://www.timhibbard.com/webservices/engraphgps/engraph.asmx"  target="_blank" rel="nofollow">Where Is Tim Web Service</a></td>
<td width="267">Location tracking</td>
</tr>
<tr>
<td width="161"><a href="http://www.where2getit.com/landing/developers"  target="_blank" rel="nofollow">Where2GetIt Geospatial</a></td>
<td width="267">Non-mapping geospatial services</td>
</tr>
<tr>
<td width="161"><a href="http://www.where2getit.com/landing/developers"  target="_blank" rel="nofollow">Where2GetIt SlippyMap</a></td>
<td width="267">Online mapping service</td>
</tr>
<tr>
<td width="161"><a href="http://workshop.whereis.com/api/index.thtml"  target="_blank" rel="nofollow">Whereis</a></td>
<td width="267">Australian and New Zealand mapping service</td>
</tr>
<tr>
<td width="161"><a href="http://wigle.net/wiki/index.cgi?API"  target="_blank" rel="nofollow">Wigle</a></td>
<td width="267">Wireless network mapping</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.net/maps/rest/V1/geocode.html"  target="_blank" rel="nofollow">Yahoo Geocoding</a></td>
<td width="267">Geocoding services</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/maps/rest/V1/mapImage.html"  target="_blank" rel="nofollow">Yahoo Map Image</a></td>
<td width="267">Map image creation service</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/maps/"  target="_blank" rel="nofollow">Yahoo Maps</a></td>
<td width="267">Mapping services</td>
</tr>
<tr>
<td width="161"><a href="http://www.zeesource.net/maps/geocoding.do"  target="_blank" rel="nofollow">ZeeMaps</a></td>
<td width="267">Embedded maps and international geocoding</td>
</tr>
<tr>
<td width="161"><a href="http://developer.zoomin.com.au/"  target="_blank" rel="nofollow">ZoomIn</a></td>
<td width="267">Australian mapping service</td>
</tr>
</table>
<h2>Media Management</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www0.rdthdo.bbc.co.uk/services/"  target="_blank" rel="nofollow">BBC</a></td>
<td width="267">Multimedia archive database</td>
</tr>
<tr>
<td width="161"><a href="http://grouper.com/api/"  target="_blank" rel="nofollow">Grouper Video</a></td>
<td width="267">Video sharing service</td>
</tr>
<tr>
<td width="161"><a href="http://developer.orb.com/"  target="_blank" rel="nofollow">Orb</a></td>
<td width="267">Digital media remote access and management</td>
</tr>
<tr>
<td width="161"><a href="http://support.phanfare.com/doc/Phanfare_Public_API"  target="_blank" rel="nofollow">Phanfare</a></td>
<td width="267">Photo and video sharing service</td>
</tr>
<tr>
<td width="161"><a href="http://mediamax.streamload.com/webservices/"  target="_blank" rel="nofollow">Streamload</a></td>
<td width="267">Online media storage</td>
</tr>
</table>
<h2>Medical</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.ncbi.nlm.nih.gov/entrez/query/static/esoap_help.html"  target="_blank" rel="nofollow">cPath</a></td>
<td width="267">Medical database lookup</td>
</tr>
<tr>
<td width="161"><a href="http://www.genome.jp/kegg/soap/"  target="_blank" rel="nofollow">Kegg</a></td>
<td width="267">Bioinformatics data services</td>
</tr>
<tr>
<td width="161"><a href="http://www.ncbi.nlm.nih.gov/entrez/query/static/esoap_help.html"  target="_blank" rel="nofollow">NCBI Entrez</a></td>
<td width="267">Life sciences search services</td>
</tr>
<tr>
<td width="161"><a href="http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pubmed&amp;pubmedid=12401134"  target="_blank" rel="nofollow">SeqHound</a></td>
<td width="267">Bioinformatics research database</td>
</tr>
</table>
<h2>Messaging</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.411sync.com/cgi-bin/developer.cgi"  target="_blank" rel="nofollow">411Sync</a></td>
<td width="267">SMS, WAP, and email messaging</td>
</tr>
<tr>
<td width="161"><a href="http://www.aql.com/site/developerinfo.php"  target="_blank" rel="nofollow">Aql</a></td>
<td width="267">SMS solutions portal</td>
</tr>
<tr>
<td width="161"><a href="http://www.clickatell.com/brochure/products/api_http.php"  target="_blank" rel="nofollow">Clickatell</a></td>
<td width="267">SMS Messaging services</td>
</tr>
<tr>
<td width="161"><a href="http://jaiku.com/api"  target="_blank" rel="nofollow">Jaiku</a></td>
<td width="267">Social messaging service</td>
</tr>
<tr>
<td width="161"><a href="http://www.mobivity.com/developers.aspx"  target="_blank" rel="nofollow">Mobivity</a></td>
<td width="267">SMS marketing messaging service</td>
</tr>
<tr>
<td width="161"><a href="http://www.movil.be/?s=developer_zone"  target="_blank" rel="nofollow">Movil</a></td>
<td width="267">SMS messaging</td>
</tr>
<tr>
<td width="161"><a href="http://group.partysync.com/cgi-bin/developer.cgi"  target="_blank" rel="nofollow">PartySync</a></td>
<td width="267">Messaging services</td>
</tr>
<tr>
<td width="161"><a href="http://www.sabifoo.com/help"  target="_blank" rel="nofollow">Sabifoo</a></td>
<td width="267">IM to RSS conversion service</td>
</tr>
<tr>
<td width="161"><a href="http://www.smsbug.com/api/webservice.asmx"  target="_blank" rel="nofollow">SmsBug</a></td>
<td width="267">SMS messaging services</td>
</tr>
<tr>
<td width="161"><a href="http://strikeiron.com/ProductDetail.aspx?p=190"  target="_blank" rel="nofollow">StrikeIron Global SMS Pro</a></td>
<td width="267">SMS messaging services</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=162"  target="_blank" rel="nofollow">StrikeIron Mobile Email</a></td>
<td width="267">Mobile email messaging service</td>
</tr>
<tr>
<td width="161"><a href="http://textamerica.com/api.aspx"  target="_blank" rel="nofollow">Textamerica</a></td>
<td width="267">Moblogs</td>
</tr>
<tr>
<td width="161"><a href="http://w2.trekmail.com/stories/storyReader$46"  target="_blank" rel="nofollow">Trekmail</a></td>
<td width="267">Messaging services</td>
</tr>
<tr>
<td width="161"><a href="http://api.twittervision.com/api.html"  target="_blank" rel="nofollow">Twittervision</a></td>
<td width="267">Location based data for the Twitter service</td>
</tr>
<tr>
<td width="161"><a href="http://dev.aol.com/userplane/index.html"  target="_blank" rel="nofollow">Userplane</a></td>
<td width="267">Communication software for online communities</td>
</tr>
<tr>
<td width="161"><a href="https://www.vazu.com/api/index.php"  target="_blank" rel="nofollow">Vazu</a></td>
<td width="267">SMS messaging service</td>
</tr>
</table>
<h2>Music</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://aol.musicnow.com/media/developer/index.htm"  target="_blank" rel="nofollow">AOL Music Now</a></td>
<td width="267">Music playlist management</td>
</tr>
<tr>
<td width="161"><a href="http://digitalpodcast.com/podcastsearchservice/"  target="_blank" rel="nofollow">Digital Podcast</a></td>
<td width="267">Podcast search</td>
</tr>
<tr>
<td width="161"><a href="http://www.faces.com/Edit/API/GettingStarted.aspx"  target="_blank" rel="nofollow">Faces.com</a></td>
<td width="267">Photo and media sharing service</td>
</tr>
<tr>
<td width="161"><a href="http://www.feedcache.net/index.php?n=Main.API"  target="_blank" rel="nofollow">Feedcache</a></td>
<td width="267">Feed caching service</td>
</tr>
<tr>
<td width="161"><a href="http://www.freedb.org/modules.php?name=Sections&amp;sop=listarticles&amp;secid=2"  target="_blank" rel="nofollow">Freedb / CDDB</a></td>
<td width="267">Online CD catalog service</td>
</tr>
<tr>
<td width="161"><a href="http://www.audioscrobbler.net/data/webservices/"  target="_blank" rel="nofollow">Last.fm</a></td>
<td width="267">Music playlist management</td>
</tr>
<tr>
<td width="161"><a href="http://www.mp3tunes.com/api/"  target="_blank" rel="nofollow">MP3Tunes</a></td>
<td width="267">Music services</td>
</tr>
<tr>
<td width="161"><a href="http://wiki.musicbrainz.org/XMLWebService"  target="_blank" rel="nofollow">MusicBrainz</a></td>
<td width="267">Music metadata community service</td>
</tr>
<tr>
<td width="161"><a href="http://www.musicip.com/dns/"  target="_blank" rel="nofollow">MusicDNS.org</a></td>
<td width="267">Music fingerprinting service</td>
</tr>
<tr>
<td width="161"><a href="http://mobdev.pbwiki.com/"  target="_blank" rel="nofollow">MusicMobs</a></td>
<td width="267">Social music service</td>
</tr>
<tr>
<td width="161"><a href="http://www.musicstrands.com/openstrands/overview.vm"  target="_blank" rel="nofollow">OpenStrands</a></td>
<td width="267">Music recommendation and discovery</td>
</tr>
<tr>
<td width="161"><a href="http://webservices.rhapsody.com/"  target="_blank" rel="nofollow">Rhapsody</a></td>
<td width="267">Online music services</td>
</tr>
<tr>
<td width="161"><a href="http://www.seeqpod.com/api/"  target="_blank" rel="nofollow">SeeqPod</a></td>
<td width="267">Music recommendation service</td>
</tr>
<tr>
<td width="161"><a href="http://labs.snocap.com/software/mystore-search-api/"  target="_blank" rel="nofollow">SNOCAP</a></td>
<td width="267">Digital music marketplace</td>
</tr>
<tr>
<td width="161"><a href="http://soundtoys.net/contribute/api"  target="_blank" rel="nofollow">Soundtoys</a></td>
<td width="267">Visual artists works repository</td>
</tr>
<tr>
<td width="161"><a href="http://tunelog.com/api/"  target="_blank" rel="nofollow">Tunelog</a></td>
<td width="267">Music metadata management</td>
</tr>
<tr>
<td width="161"><a href="http://webjay.org/api/help"  target="_blank" rel="nofollow">WebJay</a></td>
<td width="267">Music playlist management</td>
</tr>
<tr>
<td width="161"><a href="http://dev.aol.com/winamp/index.html"  target="_blank" rel="nofollow">Winamp</a></td>
<td width="267">Customizable music player</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/music/"  target="_blank" rel="nofollow">Yahoo Music Engine</a></td>
<td width="267">Desktop music player</td>
</tr>
</table>
<h2>News</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://amphetarate.newsfairy.com/api.php"  target="_blank" rel="nofollow">AmphetaRate</a></td>
<td width="267">News aggregator</td>
</tr>
<tr>
<td width="161"><a href="http://sws.clearforest.com/Blog/?page_id=6"  target="_blank" rel="nofollow">ClearForest Semantic Web Services1</a></td>
<td width="267">Natural language processing tools</td>
</tr>
<tr>
<td width="161"><a href="http://developer.daylife.com/"  target="_blank" rel="nofollow">Daylife</a></td>
<td width="267">Online News Service</td>
</tr>
<tr>
<td width="161"><a href="http://apidoc.digg.com/"  target="_blank" rel="nofollow">Digg</a></td>
<td width="267">Community driven news links and ratings</td>
</tr>
<tr>
<td width="161"><a href="http://www.findory.com/help/api"  target="_blank" rel="nofollow">Findory</a></td>
<td width="267">Personalized news aggregation</td>
</tr>
<tr>
<td width="161"><a href="http://weblogs.macromedia.com/mxna/Developers.cfm"  target="_blank" rel="nofollow">Macromedia News Aggregator</a></td>
<td width="267">Data access service</td>
</tr>
<tr>
<td width="161"><a href="http://w.moreover.com/site/products/oem/search_api_oem.html"  target="_blank" rel="nofollow">Moreover</a></td>
<td width="267">News delivery</td>
</tr>
<tr>
<td width="161"><a href="http://www.newscloud.com/learn/apidocs/"  target="_blank" rel="nofollow">NewsCloud</a></td>
<td width="267">Social news service</td>
</tr>
<tr>
<td width="161"><a href="http://www.newsisfree.com/webservice.php"  target="_blank" rel="nofollow">NewsIsFree</a></td>
<td width="267">Online news aggregation</td>
</tr>
</table>
<h2>Office</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.backpackit.com/api/"  target="_blank" rel="nofollow">Backpack</a></td>
<td width="267">Online information manager</td>
</tr>
<tr>
<td width="161"><a href="http://wiki.bigcontacts.com/index.php/API_Details"  target="_blank" rel="nofollow">Big Contacts</a></td>
<td width="267">Web based contact management</td>
</tr>
<tr>
<td width="161"><a href="http://labs.editgrid.com/wiki/EditGrid_API"  target="_blank" rel="nofollow">EditGrid</a></td>
<td width="267">Online spreadsheet</td>
</tr>
<tr>
<td width="161"><a href="http://code.google.com/apis/documents/overview.html"  target="_blank" rel="nofollow">Google Documents List</a></td>
<td width="267">Document management services</td>
</tr>
<tr>
<td width="161"><a href="http://code.google.com/apis/gdata/spreadsheets.html"  target="_blank" rel="nofollow">Google Spreadsheets</a></td>
<td width="267">Online spreadsheets</td>
</tr>
<tr>
<td width="161"><a href="http://numbler.com/apidoc"  target="_blank" rel="nofollow">Numbler</a></td>
<td width="267">Online spreadsheet service</td>
</tr>
<tr>
<td width="161"><a href="http://www.slideshare.net/developers/"  target="_blank" rel="nofollow">SlideShare</a></td>
<td width="267">Presentation sharing community</td>
</tr>
<tr>
<td width="161"><a href="http://writer.zoho.com/public/help/zohoapi/fullpage"  target="_blank" rel="nofollow">Zoho</a></td>
<td width="267">Online office suite</td>
</tr>
</table>
<h2>Photos</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://dev.aol.com/aol_pictures"  target="_blank" rel="nofollow">AOL Pictures</a></td>
<td width="267">Online photo management</td>
</tr>
<tr>
<td width="161"><a href="http://www.buzznet.com/developers/"  target="_blank" rel="nofollow">Buzznet</a></td>
<td width="267">Photo sharing</td>
</tr>
<tr>
<td width="161"><a href="http://techmagazine.ws/full-web-20-api-list/www.flickr.com/services/api/"  target="_blank" rel="nofollow">Flickr</a></td>
<td width="267">Photo sharing service</td>
</tr>
<tr>
<td width="161"><a href="http://www.fotolia.com/Services/API/Introduction"  target="_blank" rel="nofollow">Fotolia</a></td>
<td width="267">Royalty free stock photos</td>
</tr>
<tr>
<td width="161"><a href="http://code.google.com/apis/picasaweb/overview.html"  target="_blank" rel="nofollow">Google Picasa</a></td>
<td width="267">Photo management and sharing service</td>
</tr>
<tr>
<td width="161"><a href="http://www.imageloop.com/de/api/index.htm"  target="_blank" rel="nofollow">imageLoop</a></td>
<td width="267">Animated slideshow service</td>
</tr>
<tr>
<td width="161"><a href="http://techmagazine.ws/full-web-20-api-list/www.panoramio.com/api/"  target="_blank" rel="nofollow">Panoramio</a></td>
<td width="267">photo upload site with organizer and geolocation</td>
</tr>
<tr>
<td width="161"><a href="http://www.pixagogo.com/Tools/api/apihelp.aspx"  target="_blank" rel="nofollow">Pixagogo</a></td>
<td width="267">Online photo services</td>
</tr>
<tr>
<td width="161"><a href="http://techmagazine.ws/full-web-20-api-list/www.riya.com/riyaAPI"  target="_blank" rel="nofollow">Riya</a></td>
<td width="267">Photo search</td>
</tr>
<tr>
<td width="161"><a href="http://techmagazine.ws/full-web-20-api-list/www.shutterpoint.com/Home-API.cfm"  target="_blank" rel="nofollow">ShutterPoint</a></td>
<td width="267">Stock photography service</td>
</tr>
<tr>
<td width="161"><a href="http://blogs.smugmug.com/api/category/smugmug/smugmug-api/"  target="_blank" rel="nofollow">Smugmug</a></td>
<td width="267">Photo sharing service</td>
</tr>
<tr>
<td width="161"><a href="http://techmagazine.ws/full-web-20-api-list/snipshot.com/services/"  target="_blank" rel="nofollow">Snipshot</a></td>
<td width="267">Online photo editing service</td>
</tr>
<tr>
<td width="161"><a href="http://techmagazine.ws/full-web-20-api-list/www.webshots.com/html/services.html"  target="_blank" rel="nofollow">WebShots</a></td>
<td width="267">Photo sharing service</td>
</tr>
<tr>
<td width="161"><a href="http://techmagazine.ws/full-web-20-api-list/developer.yahoo.com/photos/"  target="_blank" rel="nofollow">Yahoo Photos</a></td>
<td width="267">Online photo service</td>
</tr>
<tr>
<td width="161"><a href="http://writer.zoho.com/public/help/zohoapi/fullpage"  target="_blank" rel="nofollow">Zoto</a></td>
<td width="267">Photo sharing service</td>
</tr>
</table>
<h2>Recommendations</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://blog.criteo.com/tag/API"  target="_blank" rel="nofollow">Criteo</a></td>
<td width="267">Distributed recommendation service</td>
</tr>
<tr>
<td width="161"><a href="http://easyutil.com/rec_api_ref.html"  target="_blank" rel="nofollow">EasyUtil</a></td>
<td width="267">Recommendation service</td>
</tr>
<tr>
<td width="161"><a href="http://www.rapleaf.com/apidoc/v1"  target="_blank" rel="nofollow">RapLeaf</a></td>
<td width="267">Portable ratings system</td>
</tr>
<tr>
<td width="161"><a href="http://www.yelp.com/developers/documentation"  target="_blank" rel="nofollow">Yelp</a></td>
<td width="267">Local user reviews and city guides</td>
</tr>
</table>
<h2>Reference</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://services.aonaware.com/DictService/"  target="_blank" rel="nofollow">Aonaware Dictionary</a></td>
<td width="267">Dictionary lookup service/td&gt;</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=240"  target="_blank" rel="nofollow">City and State by Zip Code</a></td>
<td width="267">Address lookup service</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=207"  target="_blank" rel="nofollow">Dun and Bradstreet</a></td>
<td width="267">Research company background data</td>
</tr>
<tr>
<td width="161"><a href="http://techmagazine.ws/full-web-20-api-list/www.chilternplc.com/services/area/11/svc/201%20-%2019k"  target="_blank" rel="nofollow">Bussines Verification</a></td>
<td width="267">Business research services</td>
</tr>
<tr>
<td width="161"><a href="http://api.futef.com/apidocs.html"  target="_blank" rel="nofollow">FUTEF Wikipedia API</a></td>
<td width="267">Third party Wikipedia web service</td>
</tr>
<tr>
<td width="161"><a href="http://search.cpan.org/%7Erjray/WebService-ISBNDB-0.32/lib/WebService/ISBNDB/API.pm"  target="_blank" rel="nofollow">ISBNdb</a></td>
<td width="267">Books database</td>
</tr>
<tr>
<td width="161"><a href="http://www.loc.gov/standards/sru/"  target="_blank" rel="nofollow">Library of Congress SRW</a></td>
<td width="267">Information database search</td>
</tr>
<tr>
<td width="161"><a href="http://services.msdn.microsoft.com/ContentServices/ContentService.asmx"  target="_blank" rel="nofollow">Microsoft MSDN</a></td>
<td width="267">Technical reference library</td>
</tr>
<tr>
<td width="161"><a href="http://www.opendoar.org/tools/api.html"  target="_blank" rel="nofollow">OpenDOAR</a></td>
<td width="267">Academic research repository</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=147"  target="_blank" rel="nofollow">PhoneVal</a></td>
<td width="267">Phone number validation service</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=157"  target="_blank" rel="nofollow">RealEDA Reverse Phone Lookup</a></td>
<td width="267">Lookup address and name via phone</td>
</tr>
<tr>
<td width="161"><a href="http://belay.extendthereach.com/api/"  target="_blank" rel="nofollow">SRC Demographics</a></td>
<td width="267">Demographic reference data</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=136"  target="_blank" rel="nofollow">StrikeIron Address Verfication</a></td>
<td width="267">Global address verification service</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=160"  target="_blank" rel="nofollow">StrikeIron Do Not Call</a></td>
<td width="267">Telephone number verification serice</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=114"  target="_blank" rel="nofollow">StrikeIron Insider Trading</a></td>
<td width="267">Insider trading transaction information</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=140"  target="_blank" rel="nofollow">StrikeIron Phone Number Enhancement</a></td>
<td width="267">Adds address and statistical data based on phone number</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=233"  target="_blank" rel="nofollow">StrikeIron Residential Lookup</a></td>
<td width="267">Residential directory lookup and validation service</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=103"  target="_blank" rel="nofollow">StrikeIron Reverse Phone Lookup</a></td>
<td width="267">Reverse phone lookup services</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=105"  target="_blank" rel="nofollow">StrikeIron Sales Tax Basic</a></td>
<td width="267">Sales and use tax data service</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=115"  target="_blank" rel="nofollow">StrikeIron Super Data Pack</a></td>
<td width="267">APIs for variety of reference data sources</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=134"  target="_blank" rel="nofollow">StrikeIron US Census</a></td>
<td width="267">Census data information service</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=106"  target="_blank" rel="nofollow">StrikeIron Zacks Company Profile</a></td>
<td width="267">Corporate profiles web service</td>
</tr>
<tr>
<td width="161"><a href="http://www.talis.com/tdn/platform"  target="_blank" rel="nofollow">Talis</a></td>
<td width="267">Library 2.0 reference services</td>
</tr>
<tr>
<td width="161"><a href="http://www.urbandictionary.com/api.php"  target="_blank" rel="nofollow">UrbanDictionary</a></td>
<td width="267">Slang dictionary lookup</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=213"  target="_blank" rel="nofollow">US Yellow Pages</a></td>
<td width="267">US yellow pages telephone directory</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/answers"  target="_blank" rel="nofollow">Yahoo Answers</a></td>
<td width="267">Community driven reference service</td>
</tr>
</table>
<h2>Search</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://aws.amazon.com/alexawebsearch"  target="_blank" rel="nofollow">Alexa Web Information Service</a></td>
<td width="267">Web site information and traffic data</td>
</tr>
<tr>
<td width="161"><a href="http://aws.amazon.com/alexawebsearch"  target="_blank" rel="nofollow">Alexa Web Search</a></td>
<td width="267">Web Search Engine</td>
</tr>
<tr>
<td width="161"><a href="http://a9.com/-/opensearch/"  target="_blank" rel="nofollow">Amazon A9 OpenSearch</a></td>
<td width="267">Search services</td>
</tr>
<tr>
<td width="161"><a href="http://www.gigablast.com/searchfeed.html"  target="_blank" rel="nofollow">Gigablast</a></td>
<td width="267">Search service</td>
</tr>
<tr>
<td width="161"><a href="http://code.google.com/apis/ajaxsearch/"  target="_blank" rel="nofollow">Google Ajax Search</a></td>
<td width="267">Web search components</td>
</tr>
<tr>
<td width="161"><a href="http://code.google.com/apis/gdata/codesearch.html"  target="_blank" rel="nofollow">Google Code Search</a></td>
<td width="267">Code search service</td>
</tr>
<tr>
<td width="161"><a href="http://desktop.google.com/developer.html"  target="_blank" rel="nofollow">Google Desktop</a></td>
<td width="267">Desktop search and gadgets</td>
</tr>
<tr>
<td width="161"><a href="http://www.google.com/apis/"  target="_blank" rel="nofollow">Google Search</a></td>
<td width="267">Search services</td>
</tr>
<tr>
<td width="161"><a href="http://www.kratia.com/api.php"  target="_blank" rel="nofollow">Kratia</a></td>
<td width="267">Democratic search engine</td>
</tr>
<tr>
<td width="161"><a href="http://openapi.naver.com/"  target="_blank" rel="nofollow">Naver</a></td>
<td width="267">Korean search engine</td>
</tr>
<tr>
<td width="161"><a href="http://www.vast.com/contact/api.htm"  target="_blank" rel="nofollow">Vast</a></td>
<td width="267">Structured web search</td>
</tr>
<tr>
<td width="161"><a href="http://search.msn.com/developer/"  target="_blank" rel="nofollow">Windows Live Search</a></td>
<td width="267">Internet search</td>
</tr>
<tr>
<td width="161"><a href="http://blog.wink.com/"  target="_blank" rel="nofollow">Wink</a></td>
<td width="267">Social search service</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/search/image/V1/imageSearch.html"  target="_blank" rel="nofollow">Yahoo Image Search</a></td>
<td width="267">Image search services</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/search/local/V2/localSearch.html"  target="_blank" rel="nofollow">Yahoo Local Search</a></td>
<td width="267">Local search service</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/search/myweb/"  target="_blank" rel="nofollow">Yahoo My Web Search</a></td>
<td width="267">Personalized search services</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/search/web/V1/relatedSuggestion.html"  target="_blank" rel="nofollow">Yahoo Related Suggestions</a></td>
<td width="267">Search suggestion service</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/"  target="_blank" rel="nofollow">Yahoo Search</a></td>
<td width="267">Search services</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/search/content/V1/termExtraction.html"  target="_blank" rel="nofollow">Yahoo Term Extraction</a></td>
<td width="267">Contextual search service</td>
</tr>
<tr>
<td width="161"><a href="http://dev.aol.com/openauth"  target="_blank" rel="nofollow">AOL Open Auth</a></td>
<td width="267">Authentication services</td>
</tr>
</table>
<h2>Shopping</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.amazon.com/gp/browse.html/ref=sc_fe_l_2/103-1644811-9832630?_encoding=UTF8&amp;node=12738641&amp;no=3435361"  target="_blank" rel="nofollow">Amazon eCommerce</a></td>
<td width="267">Online retailer</td>
</tr>
<tr>
<td width="161"><a href="http://www.amazon.com/b/ref=sc_fe_l_2/103-7845615-8014225?ie=UTF8&amp;node=15811391&amp;no=15879911&amp;me=A36L942TSJ2AJA"  target="_blank" rel="nofollow">Amazon Historical Pricing</a></td>
<td width="267">Historical product sales data</td>
</tr>
<tr>
<td width="161"><a href="http://developer.authorize.net/"  target="_blank" rel="nofollow">Authorize.Net</a></td>
<td width="267">Internet based payment gateway services</td>
</tr>
<tr>
<td width="161"><a href="http://www.avantlink.com/api.php"  target="_blank" rel="nofollow">AvantLink</a></td>
<td width="267">Affiliate marketing network</td>
</tr>
<tr>
<td width="161"><a href="http://api.cnet.com/"  target="_blank" rel="nofollow">CNET</a></td>
<td width="267">Shopping services</td>
</tr>
<tr>
<td width="161"><a href="http://webservices.cj.com/"  target="_blank" rel="nofollow">Commission Junction</a></td>
<td width="267">Online affiliate programs</td>
</tr>
<tr>
<td width="161"><a href="http://www.strikeiron.com/ProductDetail.aspx?p=232"  target="_blank" rel="nofollow">DataUnison eBay Research</a></td>
<td width="267">eBay pricing and sales trend data</td>
</tr>
<tr>
<td height="22" width="161"><a href="http://www.programmableweb.com/api/direct-textbook"  target="_blank" rel="nofollow">Direct Textbook</a></td>
<td height="22" width="267">Book price comparison service</td>
</tr>
<tr>
<td width="161"><a href="http://developer.ebay.com/"  target="_blank" rel="nofollow">eBay</a></td>
<td width="267">Online auction marketplace</td>
</tr>
<tr>
<td width="161"><a href="http://mecommerce.goodstorm.com/api/v1/"  target="_blank" rel="nofollow">GoodStorm</a></td>
<td width="267">Online retail ecommerce</td>
</tr>
<tr>
<td width="161"><a href="http://www.programmableweb.com/api/google-base"  target="_blank" rel="nofollow">Google Base</a></td>
<td width="267">Platform for structure and semi-structured data</td>
</tr>
<tr>
<td width="161"><a href="http://code.google.com/apis/checkout/"  target="_blank" rel="nofollow">Google Checkout</a></td>
<td width="267">Shopping cart services</td>
</tr>
<tr>
<td width="161"><a href="http://www.pricerunner.com/partner/partner.html"  target="_blank" rel="nofollow">PriceRunner</a></td>
<td width="267">Shopping comparision engine</td>
</tr>
<tr>
<td width="161"><a href="https://partners.shopping.com/app"  target="_blank" rel="nofollow">Shopping.com</a></td>
<td width="267">Online retail shopping</td>
</tr>
<tr>
<td width="161"><a href="http://www.swapthing.com/user/wsRegistration.jsp"  target="_blank" rel="nofollow">SwapThing</a></td>
<td width="267">Community driven swapping site</td>
</tr>
<tr>
<td width="161"><a href="http://www.upcdatabase.com/xmlrpc.asp"  target="_blank" rel="nofollow">UPC Database</a></td>
<td width="267">UPC lookup service</td>
</tr>
<tr>
<td width="161"><a href="http://dev.live.com/expo/"  target="_blank" rel="nofollow">Windows Live Expo</a></td>
<td width="267">Online classifieds service</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/shopping/"  target="_blank" rel="nofollow">Yahoo Shopping</a></td>
<td width="267">Shopping services</td>
</tr>
<tr>
<td width="161"><a href="http://www.zazzle.com/api"  target="_blank" rel="nofollow">Zazzle</a></td>
<td width="267">On-demand product creation service</td>
</tr>
</table>
<h2>Storage</h2>
<table>
<tr>
<td width="161"><a href="http://www.amazon.com/gp/browse.html/103-7232640-5009469?node=16427261"  target="_blank" rel="nofollow">Amazon S3</a></td>
<td width="267">Online storage services</td>
</tr>
<tr>
<td width="161"><a href="http://enabled.box.net/"  target="_blank" rel="nofollow">Box.net</a></td>
<td width="267">Online file storage</td>
</tr>
<tr>
<td width="161"><a href="http://www.movedigital.com/docs/index.php/MoveDigital_API"  target="_blank" rel="nofollow">MoveDigital</a></td>
<td width="267">File delivery and management services</td>
</tr>
<tr>
<td width="161"><a href="http://dev.omnidrive.com/"  target="_blank" rel="nofollow">Omnidrive</a></td>
<td width="267">Online storage services</td>
</tr>
<tr>
<td width="161"><a href="http://dev.aol.com/xdrive_api"  target="_blank" rel="nofollow">Open Xdrive</a></td>
<td width="267">Online data storage service</td>
</tr>
<tr>
<td width="161"><a href="http://documentation.openomy.com/index.php/Main_Page"  target="_blank" rel="nofollow">Openomy</a></td>
<td width="267">Online file system</td>
</tr>
<tr>
<td width="161"><a href="http://www.tagalag.com/tools.html#api"  target="_blank" rel="nofollow">Tagalag</a></td>
<td width="267">Email tagging</td>
</tr>
<tr>
<td width="161"><a href="http://zingosoft.com/tagfinder.htm"  target="_blank" rel="nofollow">TagFinder</a></td>
<td width="267">Tag extraction service</td>
</tr>
<tr>
<td width="161"><a target="_blank" href="http://tagthe.net/fordevelopers" >T</a><a href="http://www.programmableweb.com/api/tagthe.net"  target="_blank" rel="nofollow">agthe.net</a></td>
<td width="267">Tag recommendation service</td>
</tr>
<tr>
<td width="161"><a href="http://www.tagtooga.com/tapp/db.exe?c=pg&amp;f=rest-api"  target="_blank" rel="nofollow">TagTooga</a></td>
<td width="267">Tag based Internet directory</td>
</tr>
</table>
<h2>Video</h2>
<table>
<tr>
<td width="161"><a href="http://developer.searchvideo.com/index.php"  target="_blank" rel="nofollow">Truveo</a></td>
<td width="267">Video search service</td>
</tr>
<tr>
<td width="161"><a href="http://www.blinkx.com/devnet/registrationsplash"  target="_blank" rel="nofollow">Blinkx</a></td>
<td width="267">Video search service</td>
</tr>
<tr>
<td width="161"><a href="http://dave.tv/Programming-BasicConcepts.aspx"  target="_blank" rel="nofollow">Dave.TV</a></td>
<td width="267">Video distribution network</td>
</tr>
<tr>
<td width="161"><a href="http://www.livevideo.com/api/default.aspx"  target="_blank" rel="nofollow">LiveVideo</a></td>
<td width="267">Video repository and user community</td>
</tr>
<tr>
<td width="161"><a href="http://developer.revver.com/"  target="_blank" rel="nofollow">Revver</a></td>
<td width="267">Video services</td>
</tr>
<tr>
<td width="161"><a href="http://www.veoh.com/restApiDoc/restReference.html"  target="_blank" rel="nofollow">Veoh</a></td>
<td width="267">Virtual television and video network</td>
</tr>
<tr>
<td width="161"><a href="http://videodetective.com/xmlapi.aspx"  target="_blank" rel="nofollow">Video Detective</a></td>
<td width="267">Film trailers, cast, images, and related information</td>
</tr>
<tr>
<td width="161"><a href="http://developer.yahoo.com/search/video/V1/videoSearch.html"  target="_blank" rel="nofollow">Yahoo Video Search</a></td>
<td width="267">Video search</td>
</tr>
<tr>
<td width="161"><a href="http://www.youtube.com/dev"  target="_blank" rel="nofollow">YouTube</a></td>
<td width="267">Video sharing and search</td>
</tr>
</table>
<h2>Widgets</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://www.clearspring.com/docs/tech/apis"  target="_blank" rel="nofollow">ClearSpring</a></td>
<td width="267">Widget creation, distribution, and tracking services</td>
</tr>
<tr>
<td width="161"><a href="http://www.google.com/apis/gadgets/index.html"  target="_blank" rel="nofollow">Google Gadgets</a></td>
<td width="267"></td>
</tr>
<tr>
<td width="161"><a href="http://dev.netvibes.com/"  target="_blank" rel="nofollow">Netvibes</a></td>
<td width="267">Personalized home page with widgets</td>
</tr>
<tr>
<td width="161"><a href="http://www.pageflakes.com/Community/Developers/Documentation.aspx"  target="_blank" rel="nofollow">Pageflakes</a></td>
<td width="267">Personalized start page and widgets</td>
</tr>
<tr>
<td width="161"><a href="http://www.klipfolio.com/"  target="_blank" rel="nofollow">Serence Klip</a></td>
<td width="267">Desktop gadgets</td>
</tr>
<tr>
<td width="161"><a href="http://www.thespringbox.com/developers/"  target="_blank" rel="nofollow">SpringWidgets</a></td>
<td width="267">Widget platform</td>
</tr>
<tr>
<td width="161"><a href="http://www.tagworld.com/-/widgets/WidgetSubmit.aspx"  target="_blank" rel="nofollow">TagWorld</a></td>
<td width="267">Social web services</td>
</tr>
<tr>
<td width="161"><a href="http://dev.live.com/gadgets/default.aspx?app=gadgets"  target="_blank" rel="nofollow">Windows Live Gadgets</a></td>
<td width="267">Online gadgets service</td>
</tr>
<tr>
<td width="161"><a href="http://msdn2.microsoft.com/en-us/library/ms723694.aspx"  target="_blank" rel="nofollow">Windows Sidebar Gadgets</a></td>
<td width="267">Desktop gadgets</td>
</tr>
<tr>
<td width="161"><a href="http://widgets.yahoo.com/workshop/"  target="_blank" rel="nofollow">Yahoo Widgets</a></td>
<td width="267">Desktop widgets</td>
</tr>
<tr>
<td width="161"><a href="http://www.yourminis.com/developers"  target="_blank" rel="nofollow">Yourminis</a></td>
<td width="267">Personalized start page</td>
</tr>
</table>
<h2>WIKI</h2>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="161"><a href="http://dbpedia.org/docs/"  target="_blank" rel="nofollow">DBpedia</a></td>
<td width="267">Structured query interface to Wikipedia</td>
</tr>
<tr>
<td width="161"><a href="http://developer.jot.com/WikiHome/DevDocToc"  target="_blank" rel="nofollow">JotSpot</a></td>
<td width="267">Wiki-style collaboration tools</td>
</tr>
<tr>
<td width="161"><a href="http://api.pbwiki.com/"  target="_blank" rel="nofollow">PBwiki</a></td>
<td width="267">Consumer wiki farm</td>
</tr>
<tr>
<td width="161"><a href="http://www.wikimatrix.org/wiki/api"  target="_blank" rel="nofollow">WikiMatrix</a></td>
<td width="267">Wiki search and comparison service</td>
</tr>
</table>
</blockquote>
<p>via <a href="http://techmagazine.ws/full-web-20-api-list/"  title="web 2.0, listas, revista, tecnologia" target="_blank">techmagazine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2007/08/21/lista-de-api-de-servicios-web-20/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IE en Linux, IEs4Linux ya incluye IE7</title>
		<link>http://www.frogx3.com/2007/08/18/ie-en-linux-ies4linux-ya-incluye-ie7/</link>
		<comments>http://www.frogx3.com/2007/08/18/ie-en-linux-ies4linux-ya-incluye-ie7/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 14:46:09 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="" length="32000" type="image/" />
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Librerías]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://70.87.76.2/~frogx3/?p=118</guid>
		<description><![CDATA[IES4Linux es un script es cual permite instalar el navegador de Microsoft en Linux utilizando las librerias cabextract y wine para que este trabaje correctamente, el script te permitia instalar...]]></description> 
			<content:encoded><![CDATA[<p><a href="http://www.tatanka.com.br/ies4linux/page/Main_Page"  target="_blank"><img src="http://frogx3.wordpress.com/files/2007/08/logo2.jpg" alt="logo2 IE en Linux, IEs4Linux ya incluye IE7" align="left" title="IE en Linux, IEs4Linux ya incluye IE7" /></a><a href="http://www.tatanka.com.br/ies4linux/page/Main_Page"  target="_blank">IES4Linux</a> es un script es cual permite instalar el navegador de Microsoft en Linux utilizando las librerias <a href="http://www.cabextract.org.uk/"  target="_blank">cabextract</a> y <a href="http://www.winehq.org/"  target="_blank">wine</a> para que este trabaje correctamente, el script te permitia instalar desde internet explorer 5 pasando por el 5.5 hasta el 6 y recientemente una actualizacion permite instalar incluso la mas nueva version la 7 que incluye muchas mejores en cuanto a sus antesesores, en cuanto a exploradores portados alinux solo le falta uno de los mas conocidos el safari el cual hace no mucho salio una version para windows.</p>
<p>Talves pensaras si me pase a linux es porque no quiero nada con windows pero pues si eres desarrollador web es casi un requisito poder testear en estos exploradores debido a las incompatibilidades que se presentan con los estandares.</p>
<p><a href="http://www.tatanka.com.br/ies4linux/page/Main_Page"  target="_blank">Descargar ies4linux</a></p>
<p>via <a href="http://www.genbeta.com/2007/08/18-ies4linux-ya-soporta-la-instalacion-de-ie-7"  target="_blank">Genbeta </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2007/08/18/ie-en-linux-ies4linux-ya-incluye-ie7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prototype 1.6.0</title>
		<link>http://www.frogx3.com/2007/08/16/prototype-160/</link>
		<comments>http://www.frogx3.com/2007/08/16/prototype-160/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 10:17:24 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="" length="32000" type="image/" />
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Librerías]]></category>

		<guid isPermaLink="false">http://70.87.76.2/~frogx3/?p=99</guid>
		<description><![CDATA[Se ha lanzado una nueva version de la libreria (framework) mas utilizada de la red el prototype, aunque talves no es la mejor ya que tiene competencia muy fuerte como...]]></description> 
			<content:encoded><![CDATA[<p>Se ha lanzado una nueva version de la <strong>libreria (framework)</strong> mas utilizada de la red el <em><strong><a target="_blank" href="http://prototypejs.org/"  title="prototype framework, libreria javascript">prototype</a></strong></em>, aunque talves no es la mejor ya que tiene competencia muy fuerte como <a target="_blank" href="http://jquery.com"  title="jQuery framework, libreria javascript"><em><strong>jQuery</strong></em></a> y <a target="_blank" href="http://mootools.net"  title="mootools framework, libreria javascript"><em><strong>MooTools</strong></em></a>, pero es muy util su gran desventaja siempre ha sido el peso de la libreria pero ay opciones para comprimirlas muy buenas ej. <strong><em><a href="http://www.bananascript.com/"  title="compresion, obfuscacion de archivos javascript, css" target="_blank">bananascript</a></em></strong></p>
<p>Esta nueva version que aun no es oficial debido que aun es el rc1 (release candidate #1) añade muchas mejores y arregla muchos de sus bugs, entre las mejoras mas importantes estan la de añadir subclases y super clases a tus objetocs (class).</p>
<pre><code><span class="keywords">var</span> Animal = Class.create<span class="brackets">(</span>{

  initialize: <span class="keywords">function</span><span class="brackets">(</span>name<span class="brackets">)</span> {

    <span class="keywords">this</span>.name = name;

  },

  eat: <span class="keywords">function</span><span class="brackets">(</span><span class="brackets">)</span> {

    <span class="keywords">return</span> <span class="keywords">this</span>.say<span class="brackets">(</span><span class="string">"Yum!"</span><span class="brackets">)</span>;

  },

  say: <span class="keywords">function</span><span class="brackets">(</span>message<span class="brackets">)</span> {

    <span class="keywords">return</span> <span class="keywords">this</span>.name + <span class="string">": "</span> + message;

  }

}<span class="brackets">)</span>;</code><span class="comment">// subclass that augments a method

</span><span class="keywords">var</span> Cat = Class.create<span class="brackets">(</span>Animal, {

  eat: <span class="keywords">function</span><span class="brackets">(</span>$super, food<span class="brackets">)</span> {

    <span class="keywords">if</span> <span class="brackets">(</span>food <span class="keywords">instanceof</span> Mouse<span class="brackets">)</span> <span class="keywords">return</span> $super<span class="brackets">(</span><span class="brackets">)</span>;

    <span class="keywords">else</span> <span class="keywords">return</span> <span class="keywords">this</span>.say<span class="brackets">(</span><span class="string">"Yuk! I only eat mice."</span><span class="brackets">)</span>;

  }}<span class="brackets">)</span>;</pre>
<p>Tambien la opcion de ver las respuestas tipo <strong>JSON</strong> con objetos de javascript:</p>
<pre><code><span class="keywords">new</span> Ajax.Request<span class="brackets">(</span><span class="string">"/people/5.json"</span>, {        <span class="comment">// &gt;&gt; GET /people/5.json HTTP/1.1

</span>  onSuccess: <span class="keywords">function</span><span class="brackets">(</span>transport<span class="brackets">)</span> {          <span class="comment">// &lt;&lt; Content-type: application/json

</span>    <span class="keywords">var</span> person = transport.responseJSON;    <span class="comment">// &lt;&lt; { id: 5, name: "Tobie Langel",

</span>    person.city  <span class="comment">// "Geneva"                // &lt;&lt;   city: "Geneva", ... }

</span>    ...

  }, method: <span class="string">"get"</span> }<span class="brackets">)</span>;</code></pre>
<p>pero bueno, descarguenla y chequenla.</p>
<p>Sitio <a href="http://prototypejs.org/2007/8/15/prototype-1-6-0-release-candidate"  title="prototype framework, libreria javascript" target="_blank">jsprototype</a></p>
<p>Descargar <a target="_blank" href="http://prototypejs.org/assets/2007/8/15/prototype.js"  title="descargar nuevo framework prototype 1.6">Prototype 1.6 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2007/08/16/prototype-160/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

