<?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>php genious &#187; jQuery</title>
	<atom:link href="http://www.phpgenious.com/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpgenious.com</link>
	<description></description>
	<lastBuildDate>Fri, 01 Feb 2013 19:08:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Image Preview Script like Template Monster</title>
		<link>http://www.phpgenious.com/2010/04/image-preview-script-like-template-monster/</link>
		<comments>http://www.phpgenious.com/2010/04/image-preview-script-like-template-monster/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 06:50:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Image Preview]]></category>
		<category><![CDATA[Javascript image popup]]></category>
		<category><![CDATA[jquery image]]></category>
		<category><![CDATA[template monster like image preview]]></category>

		<guid isPermaLink="false">http://www.phpgenious.com/?p=407</guid>
		<description><![CDATA[Hello Friends !! Since last few days, I am looking for Image Preview Script like template monster. I was doing lots of googling to fing this type of script. I [...]]]></description>
				<content:encoded><![CDATA[<p>Hello Friends !!</p>
<p>Since last few days, I am looking for Image Preview Script like template monster. I was doing lots of googling to fing this type of script.</p>
<p>I found one script from javascriptkit.com but its not browser compitible script. (Not working in Google Chrome and Safari). I was searching in goole to make this script compitible with all the browsers. But I wasn&#8217;t get any help. At that time, I decided to make such type of script.</p>
<p><span id="more-407"></span></p>
<p>After long research and modification, I got success to make such type of script which shows your image properly.I have made script which preview your image same like template monster .</p>
<p>Today I will provide you this script. <a href="http://www.phpgenious.com/test/mouseover-popup/example.html" target="_blank"><strong>Click here</strong></a> to see the Demo of this script.</p>
<p>For Download full source code, <strong>Click Below</strong> links or <a href="http://www.phpgenious.com/test/mouseover-popup.rar" target="_blank">Click Here</a><br />
<!--adsense#cronjob--></p>
<p>If you have any suggestion or any query regarding this script, then feel free to comment on this post.<br />
Thanks !!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpgenious.com/2010/04/image-preview-script-like-template-monster/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Change DIV height/width with body width/height using jQuery</title>
		<link>http://www.phpgenious.com/2010/04/change-div-heightwidth-with-body-widthheight-using-jquery/</link>
		<comments>http://www.phpgenious.com/2010/04/change-div-heightwidth-with-body-widthheight-using-jquery/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 11:59:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[set div with jquery]]></category>

		<guid isPermaLink="false">http://www.phpgenious.com/?p=398</guid>
		<description><![CDATA[Hello Friends !! SInce last few dyas, I am facing the problem that how can I change DIV height/width with body or browser height/width ? I want that DIV heoght [...]]]></description>
				<content:encoded><![CDATA[<p>Hello Friends !!</p>
<p>SInce last few dyas, I am facing the problem that how can I change DIV height/width with body or browser height/width ? I want that DIV heoght is increase when browser heignt increase and decrease when browser height decrease.</p>
<p>In short I wnat my DIV size browser friendly. For this, I search many things in google and finally I found the solution by jQuery. In this post, I will give you code that how to change your DIV height/width with browser height/width veries.</p>
<p>First download latest <a href="http://docs.jquery.com/Downloading_jQuery">jQuery</a> file. After this make one DIV for which you want to change the height/width.<br />
<span id="more-398"></span></p>
<p>&lt;div id=&#8221;test&#8221; style=&#8221;background-color:#000;&#8221;&gt;&lt;/div&gt;</p>
<p>In above DIV, i give background color <strong>black</strong> so you can see the change. Now write below code in you <strong>head</strong> section.I am giveng you some code whcih use for this.</p>
<p><strong>$(window).width(); =&gt; </strong>It returns width of the body<strong> </strong></p>
<p><strong> </strong></p>
<p><strong>$(document).width(); =&gt; </strong>It returns width of the whole window<strong> </strong></p>
<p><strong> </strong></p>
<p><strong>$(window).height(); =&gt; </strong>It returns height of the body<strong> </strong></p>
<p><strong> </strong></p>
<p><strong>$(document).height(); =&gt;</strong> It returns height of the whole window</p>
<p>Now for an example you want the div height same as your body</p>
<p>then use below code. First make one div like</p>
<p><strong>&lt;div id=&#8221;test&#8221; style=&#8221;background-color:#000;&#8221;&gt;&lt;/div&gt;</strong> I set blacj background color because you can see the change.</p>
<p>Suppose in your web page, there is one header which height is 100px and you want the above div height after header. So follow below code. Put this code in <strong>head</strong> section.</p>
<div class="code">
<p>&lt;script language=&#8221;javascript&#8221;&gt;</p>
<p>$(document).ready(function(){</p>
<p>var height1 = $(document).height(); // height of full document</p>
<p>var height2 = $(&#8220;#header&#8221;).height(); // height of header</p>
<p>var height_diff = height1 &#8211;  height2 + &#8220;px&#8221;;</p>
<p>document.getElementById(&#8216;test&#8217;).style.height = height_diff; // Set the remaining height in <strong>test</strong> DIV.</p>
<p>});</p>
<p>&lt;/script&gt;</p>
</div>
<p>Thats it. You can also use span tag instead of div. You can set your DIV height/width as page resize. If you have any confusion or query about this than comment on this.</p>
<p>Thanks You !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpgenious.com/2010/04/change-div-heightwidth-with-body-widthheight-using-jquery/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
		</item>
		<item>
		<title>How to Use JQuery and Prototype at the Same Time ?</title>
		<link>http://www.phpgenious.com/2009/06/how-to-use-jquery-and-prototype-at-the-same-time/</link>
		<comments>http://www.phpgenious.com/2009/06/how-to-use-jquery-and-prototype-at-the-same-time/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 07:50:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery ans Prototype]]></category>

		<guid isPermaLink="false">http://www.phpgenious.com/?p=316</guid>
		<description><![CDATA[Hello Friends! Today i want to share with you some important topic. I think you don&#8217;t know that jQuery and Prototype both will not work at same page. if you [...]]]></description>
				<content:encoded><![CDATA[<p>Hello Friends!</p>
<p>Today i want to share with you some important topic.</p>
<p>I think you don&#8217;t know that <strong>jQuery</strong> and <strong>Prototype</strong> both will not work at same page. if you are using jquery with prototype with default settings than it will create  a problem and not work according to our requirement.</p>
<p>I already face this problem. After long research, i have found the solution and which is working fine for me.<br />
So The solution Read it Carefully because the arrangement is very important.<span id="more-316"></span></p>
<p>First Define jQuery in your webpage.<br />
Click on below links for more:<br />
<!--adsense#link--></p>
<p><strong>&lt;script language=&#8221;javascript&#8221;  src=&#8221;js/jquery.js&#8221;&gt;&lt;/script&gt;</strong> (Define jQuery)<br />
<strong><br />
// After Defining jquery file  you must asign a new variable to jQuery here i have used it as &#8220;hoot&#8221;<br />
// The  reason to use this is &#8220;$&#8221; is used in both the js Jquery and Prototype and its  conflicting one another.<br />
// Prototype uses$ for id based selection<br />
//  jQuery $ uses CSS based selection<br />
// so here &#8220;$&#8221; would be replaced with  &#8220;hoot&#8221;<br />
// so the conflict with prototype $ will be  removed.</strong></p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var hoot =  jQuery.noConflict();<br />
&lt;/script&gt;</p>
<p><strong>// Define prototype js </strong><br />
&lt;script language=&#8221;javascript&#8221;  src=&#8221;js/prototype/prototype.js&#8221;&gt;&lt;/script&gt;</p>
<p>=====================================<br />
<strong>In  Normal use of jQuery syntax will  be</strong><br />
=====================================<br />
&lt;script  type=&#8221;text/javascript&#8221;&gt;<br />
$(document).ready(function()<br />
{<br />
// Your  code;<br />
}<br />
&lt;/script&gt;<br />
Click on below links for more:<br />
<!--adsense#link--><br />
=====================================<br />
<strong>In  jQuery+Prototype together syntax will  be</strong><br />
=====================================<br />
&lt;script  type=&#8221;text/javascript&#8221;&gt;<br />
hoot(document).ready(function()<br />
{<br />
//Your  Code<br />
}<br />
&lt;/script&gt;</p>
<p>So use this technique, and definitely your code starts working.</p>
<p>If you like this post then please comment. If you have any query or confusion then also comment me.</p>
<p>Thanks &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpgenious.com/2009/06/how-to-use-jquery-and-prototype-at-the-same-time/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->