<?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>Highlight IT News &#187; javascript</title>
	<atom:link href="http://www.ithighlight.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ithighlight.com</link>
	<description>Highlight IT News</description>
	<lastBuildDate>Wed, 30 Dec 2009 15:56:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Check this out : Create Google Images Gallery from My Sites</title>
		<link>http://www.ithighlight.com/2009/08/check-this-out-create-google-images-gallery-from-my-sites/</link>
		<comments>http://www.ithighlight.com/2009/08/check-this-out-create-google-images-gallery-from-my-sites/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 02:06:19 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.ithighlight.com/?p=833</guid>
		<description><![CDATA[This is script was taken from mailing list. By using simple javascript, we can create &#8220;images gallery&#8221;. This is not really an gallery, but maybe you can enhance it to be real gallery. Lets take some steps :

First, use google images to find images, maybe yo can copy and paste this to your address bar.
http://images.google.com/images?hl=en&#38;q=ithighlight&#38;gbv=2&#38;aq=f&#38;oq=&#38;aqi=#start=0&#38;imgsz=qsvga

After [...]]]></description>
			<content:encoded><![CDATA[<p>This is script was taken from mailing list. By using simple javascript, we can create &#8220;images gallery&#8221;. This is not really an gallery, but maybe you can enhance it to be real gallery. Lets take some steps :</p>
<ul>
<li>First, use google images to find images, maybe yo can copy and paste this to your address bar.<br />
<blockquote><p>http://images.google.com/images?hl=en&amp;q=ithighlight&amp;gbv=2&amp;aq=f&amp;oq=&amp;aqi=#start=0&amp;imgsz=qsvga</p></blockquote>
<p><a href="http://s423.photobucket.com/albums/pp315/andibaso/?action=view&amp;current=google-images-search.png" target="_blank"><img src="http://i423.photobucket.com/albums/pp315/andibaso/google-images-search.png" border="0" alt="Google Images Search" /></a></li>
<li>After google load your search result, change your address bar by copy and paste this code.<br />
<blockquote><p>javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images; DIL=DI.length; function A(){for(i=0; i&lt;DIL; i++){DIS=DI[ i ].style; DIS.position=&#8217;absolute&#8217;; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval(&#8217;A()&#8217;,10); void(0)</p></blockquote>
</li>
<li>Now, you can see it, it&#8217;s amazing, isn&#8217;t?<br />
<a href="http://s423.photobucket.com/albums/pp315/andibaso/?action=view&amp;current=google-gallery.png" target="_blank"><img src="http://i423.photobucket.com/albums/pp315/andibaso/google-gallery.png" border="0" alt="Photobucket" /></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ithighlight.com/2009/08/check-this-out-create-google-images-gallery-from-my-sites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery 1.3 and the jQuery Foundation</title>
		<link>http://www.ithighlight.com/2009/01/jquery-13-and-the-jquery-foundation/</link>
		<comments>http://www.ithighlight.com/2009/01/jquery-13-and-the-jquery-foundation/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 23:04:52 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.ithighlight.com/?p=5</guid>
		<description><![CDATA[
A new major jQuery release with the following highlights :

Sizzle: A sizzlin&#8217; hot CSS selector engine.
 Live Events: Event delegation with a jQuery twist.
 jQuery Event Overhaul: Completely rewired to simplify event handling.
 HTML Injection Rewrite: Lightning-fast HTML appending.
 Offset Rewrite: Super-quick position calculation.
 No More Browser Sniffing: Using feature detection to help jQuery last [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ithighlight.com/ithighlight/wp-content/uploads/2009/01/jquery.gif" alt="jquery" title="jquery" width="500" height="714" class="aligncenter size-full wp-image-469" /><br />
A new major jQuery release with the following highlights :</p>
<ul>
<li>Sizzle: A sizzlin&#8217; hot CSS selector engine.</li>
<li> Live Events: Event delegation with a jQuery twist.</li>
<li> jQuery Event Overhaul: Completely rewired to simplify event handling.</li>
<li> HTML Injection Rewrite: Lightning-fast HTML appending.</li>
<li> Offset Rewrite: Super-quick position calculation.</li>
<li> No More Browser Sniffing: Using feature detection to help jQuery last for many more years to come.</li>
</ul>
<p><code>Visit JQuery Blog : http://blog.jquery.com/2009/01/14/jquery-13-and-the-jquery-foundation</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithighlight.com/2009/01/jquery-13-and-the-jquery-foundation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
