<?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>Freelance PHP Web Developer London &#187; opener</title>
	<atom:link href="http://rizfolio.com/blog/tag/opener/feed/" rel="self" type="application/rss+xml" />
	<link>http://rizfolio.com/blog</link>
	<description>Freelance PHP/Web Developer walthamstow London. tutorials,scripts ecommerce solution guide and many more.</description>
	<lastBuildDate>Sun, 16 Aug 2009 16:29:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Javascript Animated Window Opener</title>
		<link>http://rizfolio.com/blog/javascript-animated-window-opener/</link>
		<comments>http://rizfolio.com/blog/javascript-animated-window-opener/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 23:45:28 +0000</pubDate>
		<dc:creator>Rizwan</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[animated]]></category>
		<category><![CDATA[opener]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://rizfolio.com/blog/?p=75</guid>
		<description><![CDATA[Animated window opener with javascript. Cick on a link or button it will start from top left corner by expending horizontally then vertically. developed by web developer london.]]></description>
			<content:encoded><![CDATA[<p>If you are looking something cool and got board from old style popup opener which is blocked by many popup blockers then you should try this animated window opener. It’s not new but I am posting in my newly installed blog or want to share with others.</p>
<p>I found this one somewhere then i tried to tweak it and submitted to Dynamic Drive script sharing website and they did kind of a tweak as well to make it.</p>
<h3>How it works :</h3>
<p>When you click on a link or button it will start from top left corner by expending horizontally then vertically. It loads quite fast so you don’t have to sit back and watch it dancing in front of you.</p>
<p><strong>Code to place between head tags</strong></p>
<pre lang="javascript"><script><!--mce:0--></script></pre>
<p><strong>Code to place in body tag:</strong></p>
<pre lang="html"><!-- set up your links, either via text links or form buttons-->
<a onclick="expandingWindow('http://www.yahoo.com');return false" href="#">Yahoo.com</a>
<form action="" >
<input onclick="expandingWindow('http://www.freewarejava.com')" type="button" value="Freewarejava" />
</form>
</pre>
<p><script src="http://rizfolio.com/blog/post_stuff/animate_window.js" type="text/javascript"></script><br />
Example:<br />
<!-- set up your links, either via text links or form buttons--><br />
<a onclick="expandingWindow('http://www.rizfolio.com');return false" href="#">Rizfolio.com</a></p>
<form action="">
<input onclick="expandingWindow('http://www.google.com')" type="button" value="Google" /> </form>
<p><strong>Please note this was developed in 2004.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://rizfolio.com/blog/javascript-animated-window-opener/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

