<?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>SpotGeek.net &#187; ajax</title>
	<atom:link href="http://spotgeek.net/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://spotgeek.net</link>
	<description>Tecnologia , Programação , web , internet, php</description>
	<lastBuildDate>Sat, 04 Feb 2012 14:42:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>extJS crud</title>
		<link>http://spotgeek.net/extjs-crud/</link>
		<comments>http://spotgeek.net/extjs-crud/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 14:21:50 +0000</pubDate>
		<dc:creator>Filipe Teixeira Nunes</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://spotgeek.net/?p=817</guid>
		<description><![CDATA[Criar um crud em 3]]></description>
			<content:encoded><![CDATA[<p>Criar um crud em 3 paste</p>
<p><a href="http://blog.rkn.com.br/2010/02/criando-um-crud-usando-um-grid-e-um-form-em-3-partes/">http://blog.rkn.com.br/2010/02/criando-um-crud-usando-um-grid-e-um-form-em-3-partes/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spotgeek.net/extjs-crud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>usar jquery</title>
		<link>http://spotgeek.net/usar-jquery/</link>
		<comments>http://spotgeek.net/usar-jquery/#comments</comments>
		<pubDate>Sun, 16 May 2010 23:45:32 +0000</pubDate>
		<dc:creator>Filipe Teixeira Nunes</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://spotgeek.net/?p=613</guid>
		<description><![CDATA[Abaixo pode ver uns bons]]></description>
			<content:encoded><![CDATA[<p>Abaixo pode ver uns bons exemplos de como usar o jquery ..</p>
<p><a title="Jquery" href="http://www.9lessons.info/2008/08/jquery-ajax-and-php-projects-9lessons.html" target="_blank">http://www.9lessons.info/2008/08/jquery-ajax-and-php-projects-9lessons.html</a></p>
<p><a href="http://www.smashingmagazine.com/2010/04/27/45-useful-jquery-techniques-and-plugins/" target="_blank">http://www.smashingmagazine.com/2010/04/27/45-useful-jquery-techniques-and-plugins/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spotgeek.net/usar-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS 3 Generator</title>
		<link>http://spotgeek.net/css-3-generator/</link>
		<comments>http://spotgeek.net/css-3-generator/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 15:21:58 +0000</pubDate>
		<dc:creator>Filipe Teixeira Nunes</dc:creator>
				<category><![CDATA[CSS3 & HTML 5]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://spotgeek.net/?p=461</guid>
		<description><![CDATA[Interactive CSS 3 Generator from]]></description>
			<content:encoded><![CDATA[<p>Interactive CSS 3 Generator from Ajaxian by Brad Neuberg 9 people liked this  Many browsers have been experimenting with new custom CSS properties lately. Keeping track (and learning how to use them) can be a bit of a challenge.  Via WidgetPad comes a nifty CSS 3 Generator that helps you understand the new CSS 3 features in Webkit with an interactive tool that will build up and show how each new property affects an element. Here, for example, we see the results of applying rounded corners, box shadows, reflections, and a transform to an element:  css3_generator_screenshot  Which results in the following code: PLAIN TEXT CSS:     1.       –webkit-border-radius: 10px;    2.       –webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);    3.       –webkit-box-reflect: below 5px –webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));    4.       –webkit-transform: rotateZ(15deg);  The CSS 3 Generator works on any webkit based browser, including Safari, the iPhone, and Chrome.  Here’s a challenge to the community: can you create an enhanced version of this that works with all the new CSS 3 and vendor-specific properties, including on IE and Firefox, hiding the options that don’t work on specific browsers? That would turn this into a more general purpose educational and testing tool that would be very valuable. Even better if you open source it and we can host it on the Open Web Developer Network we’ve been kicking around. Drop me a line if you create such a thing <img src='http://spotgeek.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   As a side note, I had never seen the WidgetPad website where this is hosted before this which looks quite interesting. From the site:      [WidgetPad is a] collaborative development environment for developers to develop fully-interactive, stand-alone, downloadable SmartPhone applications in HTML5, CSS3 and Javascript. You don’t need to install any special development tools or learn any platform-specific API sets. WidgetPad offers everything you need — project management, source code editing, debugging, collaboration, versioning and even distribution — in your own browser!</p>
<p>Fonte: <a href="http://feedproxy.google.com/~r/ajaxian/~3/8H18UPZRs6o/interactive-css-3-generator" target="_blank">Ajaxian</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spotgeek.net/css-3-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open web tools mozilla labs</title>
		<link>http://spotgeek.net/open-web-tools-mozilla-labs/</link>
		<comments>http://spotgeek.net/open-web-tools-mozilla-labs/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 14:41:41 +0000</pubDate>
		<dc:creator>Filipe Teixeira Nunes</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[labs]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://spotgeek.net/?p=366</guid>
		<description><![CDATA[A mozilla labs criou um]]></description>
			<content:encoded><![CDATA[<p>A mozilla labs criou um directório, onde podem ser encontradas de uma forma simples e rápida várias “ferramentas” para programadores, tentaram reunir numa só página algumas das ferramentas conhecidas dos programadores.</p>
<p><img class="alignnone" title="Open Web Tools" src="https://labs.mozilla.com/uploads/2009/07/directory.png" alt="" width="480" height="364" /></p>
<p><a href="http://tools.mozilla.com/" target="_blank">http://tools.mozilla.com/</a></p>
<p>E claro tudo ferramentas opensource.</p>
<p>A página ainda dispõem de um formulário de pesquisa, muito útil caso queiram pesquisar só pelo design , código etc..</p>
]]></content:encoded>
			<wfw:commentRss>http://spotgeek.net/open-web-tools-mozilla-labs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual AJax e PHP</title>
		<link>http://spotgeek.net/manual-ajax-e-php/</link>
		<comments>http://spotgeek.net/manual-ajax-e-php/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 15:27:08 +0000</pubDate>
		<dc:creator>Filipe Teixeira Nunes</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajuda]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://spotgeek.net/?p=360</guid>
		<description><![CDATA[AJAX &#38; PHP Manual de]]></description>
			<content:encoded><![CDATA[<h2>AJAX &amp; PHP</h2>
<p><strong>Manual de PHP</strong></p>
<ol>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://battisti.wordpress.com/2007/03/10/apostila-de-php/');" href="http://battisti.wordpress.com/2007/03/10/apostila-de-php/">http://battisti.wordpress.com/2007/03/10/apostila-de-php/ </a></li>
</ol>
<p><strong>Manual</strong><strong> de AJAX</strong></p>
<ol>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://battisti.wordpress.com/2007/08/17/apostila-de-ajax-epac-conged/');" href="http://battisti.wordpress.com/2007/08/17/apostila-de-ajax-epac-conged/">http://battisti.wordpress.com/2007/08/17/apostila-de-ajax-epac-conged/</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://battisti.wordpress.com/2007/05/09/apostila-de-ajax/');" href="http://battisti.wordpress.com/2007/05/09/apostila-de-ajax/">http://battisti.wordpress.com/2007/05/09/apostila-de-ajax/ </a></li>
</ol>
<h2><strong><br />
</strong></h2>
]]></content:encoded>
			<wfw:commentRss>http://spotgeek.net/manual-ajax-e-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax lightbox and modal dialog solutions</title>
		<link>http://spotgeek.net/ajax-lightbox-and-modal-dialog-solutions/</link>
		<comments>http://spotgeek.net/ajax-lightbox-and-modal-dialog-solutions/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 22:28:36 +0000</pubDate>
		<dc:creator>Filipe Teixeira Nunes</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[CSS3 & HTML 5]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[moda]]></category>

		<guid isPermaLink="false">http://spotgeek.net/?p=350</guid>
		<description><![CDATA[1. Lightbox2 A popular lightbox]]></description>
			<content:encoded><![CDATA[<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.huddletogether.com');" href="http://www.huddletogether.com/projects/lightbox2/">1. Lightbox2</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.huddletogether.com');" href="http://www.huddletogether.com/projects/lightbox2/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/lightbox2.jpg" alt="lightbox2.jpg" width="480" height="300" /></a></p>
<p>A popular lightbox solutions that written by Lokesh Dhakar, it is built on prototype and scriptaculous framework. It only supports images and slideshow.</p>
<p><span id="more-284"> </span></p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/particletree.com');" href="http://particletree.com/features/lightbox-gone-wild/">2. Lightbox Gone Wild</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/particletree.com');" href="http://particletree.com/features/lightbox-gone-wild/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/lightbox-gone-wild.jpg" alt="lightbox-gone-wild.jpg" width="480" height="300" /></a></p>
<p>Inspired by lightbox and include the support for form and html. It is based on prototype and scriptaculous.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/colorpowered.com');" href="http://colorpowered.com/colorbox/">3. Colorbox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/colorpowered.com');" href="http://colorpowered.com/colorbox/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/colorbox.jpg" alt="colorbox.jpg" width="480" height="300" /></a></p>
<p>Lightweight and customizable lightbox plugin through CSS and jQuery. The plugin support images, image group, ajax, inline content and iframe content.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/fancy.klade.lv');" href="http://fancy.klade.lv/">4. Fancybox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/fancy.klade.lv');" href="http://fancy.klade.lv/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/fancylightbox.jpg" alt="fancylightbox.jpg" width="480" height="300" /></a></p>
<p>Display images, html and multimedia content. It is a jQuery based lightbox.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/leandrovieira.com');" href="http://leandrovieira.com/projects/jquery/lightbox/">5. jQuery Lightbox Plugin</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/leandrovieira.com');" href="http://leandrovieira.com/projects/jquery/lightbox/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/jquerylightbox.jpg" alt="jquerylightbox.jpg" width="480" height="300" /></a></p>
<p>Similar to Lokesh Dhakar lightbox solutions, except it is jQuery based.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.no-margin-for-errors.com');" href="http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/">6. prettyPhoto</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.no-margin-for-errors.com');" href="http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/prettyphoto.jpg" alt="prettyphoto.jpg" width="480" height="300" /></a></p>
<p>Jquery lightbox clone and support more multimedia format.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.doknowevil.net');" href="http://www.doknowevil.net/litebox/">7. Litebox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.doknowevil.net');" href="http://www.doknowevil.net/litebox/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/litebox.jpg" alt="litebox.jpg" width="480" height="300" /></a></p>
<p>Lightweight lightbox which built on moo.fx and prototype.lite.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/jquery.com');" href="http://jquery.com/demo/thickbox/">8. Thickbox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/jquery.com');" href="http://jquery.com/demo/thickbox/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/thickbox.jpg" alt="thickbox.jpg" width="480" height="300" /></a></p>
<p>Similar solutions to lightbox2, but it has more features like display inline content, iframed content or content served through ajax in a hybrid modal. It is build on jQuery.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.jasons-toolbox.com');" href="http://www.jasons-toolbox.com/SlightlyThickerBox/">9. Slightly Thickerbox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.jasons-toolbox.com');" href="http://www.jasons-toolbox.com/SlightlyThickerBox/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/slightlythickerbox.jpg" alt="slightlythickerbox.jpg" width="480" height="100" /></a></p>
<p>A mod from thickbox which add on next and previous button to form a images gallery.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.digitalia.be');" href="http://www.digitalia.be/software/slimbox2">10. Slimbox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.digitalia.be');" href="http://www.digitalia.be/software/slimbox2"><img src="http://www.dottony.com/wp-content/uploads/2009/06/slimbox2.jpg" alt="slimbox2.jpg" width="480" height="300" /></a></p>
<p>The ultimate lightweight Lightbox clone for jQuery. As stated, slim and slimmer solutions for lightbox.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nickstakenburg.com');" href="http://www.nickstakenburg.com/projects/lightview/">11. LightView</a><br />
<a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nickstakenburg.com');" href="http://www.nickstakenburg.com/projects/lightview/"></a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nickstakenburg.com');" href="http://www.nickstakenburg.com/projects/lightview/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/lightview.jpg" alt="lightview.jpg" width="480" height="300" /></a></p>
<p>Built with prototype and scriptaculous. Supports plenty of media format.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/jqueryui.com');" href="http://jqueryui.com/demos/dialog/">12. jQuery Dialog</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/jqueryui.com');" href="http://jqueryui.com/demos/dialog/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/jquerydialog.jpg" alt="jquerydialog.jpg" width="480" height="300" /></a></p>
<p>jQuery UI also contains dialog component, although its nature is more like a dialog and form. But, you can customize to create your own flavor of image preview or gallery.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/prototype-window.xilinus.com');" href="http://prototype-window.xilinus.com/samples.html">13. Prototype Window</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/prototype-window.xilinus.com');" href="http://prototype-window.xilinus.com/samples.html"><img src="http://www.dottony.com/wp-content/uploads/2009/06/prototype.jpg" alt="prototype.jpg" width="480" height="300" /></a></p>
<p>A prototype based window dialog.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/mochaui.com');" href="http://mochaui.com">14. MochaUI</a></h2>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/mochaui.com');" href="http://mochaui.com"></a><span style="FONT-SIZE: 12px; FONT-WEIGHT: normal"><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/mochaui.com');" href="http://mochaui.com"><img src="http://www.dottony.com/wp-content/uploads/2009/06/mochaui.jpg" alt="mochaui.jpg" width="480" height="300" /></a></span></h2>
<p>MochaUI is an UI framework for mootools. It includes dialog windows for displaying rich content.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/famspam.com');" href="http://famspam.com/facebox/">15. Facebox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/famspam.com');" href="http://famspam.com/facebox/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/fambox.jpg" alt="fambox.jpg" width="480" height="300" /></a></p>
<p>Facebook lightbox aliked, jQuery based modal dialog. It support images, div or entire remote pages.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/onehackoranother.com');" href="http://onehackoranother.com/projects/jquery/boxy/">16. Boxy</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/onehackoranother.com');" href="http://onehackoranother.com/projects/jquery/boxy/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/boxy.jpg" alt="boxy.jpg" width="480" height="300" /></a></p>
<p>Facebox aliked, but it support more features like dragging and size tweening.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.wildbit.com');" href="http://www.wildbit.com/labs/modalbox/">17. ModalBox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.wildbit.com');" href="http://www.wildbit.com/labs/modalbox/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/modalbox.png" alt="modalbox.png" width="480" height="398" /></a></p>
<p>A modal dialog that allow you to include html within. Build with prototype and scriptaculous.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.shadowbox-js.com');" href="http://www.shadowbox-js.com/">18. Shadowbox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.shadowbox-js.com');" href="http://www.shadowbox-js.com/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/shadowbox.jpg" alt="shadowbox.jpg" width="480" height="300" /></a></p>
<p>Support most of the media format and it is customizable through css. On top of that, it is a standalone javascript solutions. It is free for non-commercial usage.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stickmanlabs.com');" href="http://www.stickmanlabs.com/lightwindow/">19. LightWindows</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stickmanlabs.com');" href="http://www.stickmanlabs.com/lightwindow/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/lightwindow.jpg" alt="lightwindow.jpg" width="480" height="300" /></a></p>
<p>A comprehensive lightbox solutions which enable you to embed images, video,iFrame, flash and more.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ericmmartin.com');" href="http://www.ericmmartin.com/projects/simplemodal/#demo">20. SimpleModal</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ericmmartin.com');" href="http://www.ericmmartin.com/projects/simplemodal/#demo"><img src="http://www.dottony.com/wp-content/uploads/2009/06/simplemodal.jpg" alt="simplemodal.jpg" width="480" height="300" /></a></p>
<p>Yet another jQuery based modal dialog.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/dev.iceburg.net');" href="http://dev.iceburg.net/jquery/jqModal/#examples">21. jqModal</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/dev.iceburg.net');" href="http://dev.iceburg.net/jquery/jqModal/#examples"><img src="http://www.dottony.com/wp-content/uploads/2009/06/jqmodal.jpg" alt="jqmodal.jpg" width="480" height="300" /></a></p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.phatfusion.net');" href="http://www.phatfusion.net/lightbox/">22. Multibox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.phatfusion.net');" href="http://www.phatfusion.net/lightbox/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/multibox.jpg" alt="multibox.jpg" width="480" height="300" /></a></p>
<p>Support images,flash, video, mp3 and html and it is build with mootools.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/orangoo.com');" href="http://orangoo.com/labs/GreyBox/">23. Greybox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/orangoo.com');" href="http://orangoo.com/labs/GreyBox/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/greybox.jpg" alt="greybox.jpg" width="480" height="300" /></a></p>
<p>Can be used to display websites, images and other content, doesn’t rely on any ajax framework.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/highslide.com');" href="http://highslide.com/">24. Highslide</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/highslide.com');" href="http://highslide.com/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/highslide.jpg" alt="highslide.jpg" width="480" height="300" /></a></p>
<p>A really quick and smooth free image viewer. It supports plenty of formats like html,ajax,iframe and flash.</p>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/nofunc.org');" href="http://nofunc.org/Sexy_Box/">25. Sexybox</a></h2>
<p><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/nofunc.org');" href="http://nofunc.org/Sexy_Box/"><img src="http://www.dottony.com/wp-content/uploads/2009/06/sexybox.jpg" alt="sexybox.jpg" width="480" height="100" /></a></p>
<p>Another standalone lightbox which display content directly from html.</p>
<h2>Lightbox Generator</h2>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/visuallightbox.com');" href="http://visuallightbox.com/">VisualLightbox</a></h2>
<h2><a style="TEXT-DECORATION: none" href="%20http://pranas.net/WebGalleryCreator/">WebGalleryCreator</a></h2>
<h2>Lightbox Plugins for WordPress</h2>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/stimuli.ca');" href="http://stimuli.ca/lightbox/">Lightbox2</a></h2>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.pedrolamas.com');" href="http://www.pedrolamas.com/projectos/jquery-lightbox-en/">jQuery Lightbox</a></h2>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/sivel.net');" href="http://sivel.net/wordpress/shadowbox-js/">Shadowbox</a></h2>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/web-argument.com');" href="http://web-argument.com/flexible-lightbox/">Flexible Lightbox</a></h2>
<p>If you need more lightbox plugin for wordpress, you can visit the link <a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/speckyboy.com');" href="http://speckyboy.com/2009/03/31/10-image-and-gallery-lightbox-solutions-for-wordpress-plugins/">here</a>.</p>
<h2>Alternative Solutions</h2>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.emanueleferonato.com');" href="http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/">Creating Lightbox with CSS</a></h2>
<h2><a style="TEXT-DECORATION: none" onclick="javascript:pageTracker._trackPageview('/outbound/article/shiftingpixel.com');" href="http://shiftingpixel.com/lightbox/">Firefox hack – Greased Lightbox</a></h2>
<p>Via: <a href="http://www.dottony.com/30-useful-ajax-lightbox-and-modal-dialog-solutions/">http://www.dottony.com/30-useful-ajax-lightbox-and-modal-dialog-solutions/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spotgeek.net/ajax-lightbox-and-modal-dialog-solutions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jCarousel</title>
		<link>http://spotgeek.net/jcarousel/</link>
		<comments>http://spotgeek.net/jcarousel/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 09:00:19 +0000</pubDate>
		<dc:creator>Filipe Teixeira</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://spotgeek.net/?p=296</guid>
		<description><![CDATA[Riding carousels with jQuery Author:]]></description>
			<content:encoded><![CDATA[<h3>Riding carousels with jQuery</h3>
<p><strong>Author:</strong> <a href="http://sorgalla.com/">Jan Sorgalla</a><br />
<strong>Version:</strong> 0.2.3 (<a href="http://sorgalla.com/projects/jcarousel/changelog.html">Changelog</a>)<br />
<strong>Download:</strong> <a href="http://sorgalla.com/projects/download.php?jcarousel">jcarousel.tar.gz</a> or <a href="http://sorgalla.com/projects/download-zip.php?jcarousel">jcarousel.zip</a><br />
<strong>Licence:</strong> <a href="http://www.opensource.org/licenses/mit-license.php">MIT</a> and <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a><br />
<strong>Documentation:</strong> <a href="http://sorgalla.com/projects/jcarousel/">http://sorgalla.com/projects/jcarousel/</a></p>
<p>jCarousel is a <a href="http://jquery.com/">jQuery</a> plugin for controlling a list of items in horizontal or vertical order. The items, which can be static HTML content or loaded with (or without) AJAX, can be scrolled back and forth (with or without animation).</p>
<h4>Examples</h4>
<p>The following examples illustrate the possibilities of jCarousel:</p>
<ul>
<li><strong>Static Examples</strong>
<ul>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/static_simple.html">Simple carousel</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/static_vertical.html">Vertical carousel</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/static_auto.html">Carousel with autoscrolling</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/static_callbacks.html">Carousel illustrating the callback functions</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/static_controls.html">Carousel with external controls</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/static_start.html">Carousel with custom start position</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/static_multiple.html">Multiple carousels on one page</a></li>
</ul>
</li>
<li><strong>Dynamic Examples</strong>
<ul>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/dynamic_javascript.html">Carousel with dynamic content loading via JavaScript</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/dynamic_ajax.html">Carousel with dynamic content loading via Ajax</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/dynamic_ajax_php.html">Carousel with dynamic content loading via Ajax from a PHP script</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/dynamic_flickr_feed.html">Carousel with dynamic content loading via Ajax from the Flickr photo stream</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/dynamic_flickr_api.html">Carousel with dynamic content loading via Ajax from the Flickr API</a></li>
</ul>
</li>
<li><strong>Special Examples</strong>
<ul>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/special_circular.html">Circular carousel</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/special_textscroller.html">Using jCarousel as a Textscroller</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/special_flexible.html">Flexible carousel</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/special_thickbox.html">jCarousel and Thickbox 3</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/examples/special_easing.html">Carousel with custom animation effect</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://spotgeek.net/jcarousel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax — Acentuação</title>
		<link>http://spotgeek.net/ajax-acentuacao/</link>
		<comments>http://spotgeek.net/ajax-acentuacao/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 19:20:14 +0000</pubDate>
		<dc:creator>Filipe Teixeira</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[acentos]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://spotgeek.net/?p=257</guid>
		<description><![CDATA[como resolver o problema de]]></description>
			<content:encoded><![CDATA[<p>como resolver o problema de acentuação do  ajax apenas com uma linha de código.</p>
<p>Basta acrescentar esta linha ao conteúdo.</p>
<p>&lt;?php header(“Content-Type: text/html;  charset=ISO-8859–1″,true) ?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://spotgeek.net/ajax-acentuacao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax File Browser System</title>
		<link>http://spotgeek.net/ajax-file-browser-system/</link>
		<comments>http://spotgeek.net/ajax-file-browser-system/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 01:46:16 +0000</pubDate>
		<dc:creator>Filipe Teixeira</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://spotgeek.net/?p=203</guid>
		<description><![CDATA[Com o AJAX File Browser]]></description>
			<content:encoded><![CDATA[<p>Com o <a href="http://www.ajaxfilebrowser.com/" target="_blank">AJAX File Browser </a>conseguimos listar todas as sub-pastas e ficheiros de um disco e ainda abrir alguns ficheiros .doc .xls  .ppt caso tenha o MS OFFICE instalado.</p>
<p>Com um visual e funcionamento muito parecido ao explorer do Windows Vista e permite ainda o upload de ficheiros para o servidor.</p>
<p>Corre nos seguintes browsers:</p>
<ul>
<li>Internet Explorer 7</li>
<li>Mozilla Firefox 2 or later</li>
<li>Safari 3.0.4 or later</li>
<li>Google Chrome 0.3.154.9 or later</li>
<li>Netscape Navigator 9 or later</li>
</ul>
<p><a rel="lightbox[203]" href="http://spotgeek.net/blog/wp-content/uploads/2009/01/ajaxfilebrowser.png" title="ajaxfilebrowser"><img class="alignnone size-full wp-image-204" title="ajaxfilebrowser" src="http://spotgeek.net/blog/wp-content/uploads/2009/01/ajaxfilebrowser.png" alt="" width="500" height="304" /></a></p>
<p>Pode encontrar outras APIs como map drive em <a href="http://www.webdavsystem.com" target="_blank">http://www.webdavsystem.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spotgeek.net/ajax-file-browser-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

