<?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>Rsilitech &#187; Php &amp; MySql</title>
	<atom:link href="/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://rslink.in</link>
	<description>Your Search Destination</description>
	<lastBuildDate>Mon, 25 Feb 2013 08:20:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>How To Change Encrypted Passwords In Mysql</title>
		<link>https://rslink.in/how-to-change-encrypted-passwords-in-mysql/</link>
		<comments>https://rslink.in/how-to-change-encrypted-passwords-in-mysql/#comments</comments>
		<pubDate>Wed, 07 Nov 2012 05:37:14 +0000</pubDate>
		<dc:creator>Blogger</dc:creator>
				<category><![CDATA[Php & MySql]]></category>

		<guid isPermaLink="false">https://rslink.in/?p=659</guid>
		<description><![CDATA[<p>Have you forgotten your password in mysql. No problem! Many users and new programmers are facing the problem of password forgotten. If you know the way to recover the password then no problem and if you are able to do that then no problem . If you don&#8217;t know the problem then I will going to guide [...]</p><p>The post <a href="/how-to-change-encrypted-passwords-in-mysql/">How To Change Encrypted Passwords In Mysql</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></description>
			<content:encoded><![CDATA[<h2>Have you forgotten your password in mysql. No problem!</h2>
<p>Many users and new programmers are facing the problem of password forgotten. If you know the way to recover the password then no problem and if you are able to do that then no problem . If you don&#8217;t know the problem then I will going to guide you the solution of this problem.If you are using mysql database.</p>
<p>Password encryption is the process of securing the password that no one can see and recognize the password in open eyes . Some time</p>
<p>plain text password are used instead of  encrypted password.Password encryption is the process of converting the plain password to user not readable format and the conversion of the encrypted  password to plain text is called the password decryption.</p>
<p>Suppose you want to login as a normal user or an administrator using Mysql database but your password is showing invalid or you have forgotten the password.</p>
<p>To recover the password follow the following steps</p>
<p>Step 1: Type  localhost in the browser or type localhost/xampp or wamp</p>
<p>Step 2: Go to phpmyadmin at the bottom of the left.</p>
<p>Step 3: You can see list of databases. Open the database which is connected with your project</p>
<p>Step 4: Browse the table user or admin user table (The table which contain contain the user information it may be normal user and admin user ).</p>
<p>Step 5 : Edit the row of which password should be change or look for the user name whose password have to change.</p>
<p>Step 6:  Edit the row and change the password</p>
<p>Step 7: Now Select MD5 from the function drop down menu showing left of the password field</p>
<p>Step 8 : Save the record by pressing go or save button.</p>
<p>Step 9 : Now login with the new password</p>
<p>Note: After changing the password you have to change its function to MD5 otherwise it will not take effect.</p>
<p>&nbsp;</p>
<h2  class="related_post_title">Most Commented Posts</h2><ul class="related_post"><li>July 7, 2012 -- <a href="/microsoft-surface-pro-tablet-with-windows-8-will-redefine-the-computing-industry/" title="Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry">Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry</a> (8)</li><li>July 7, 2012 -- <a href="/list-of-worlds-famous-books-and-authors/" title="List of world&#8217;s famous Books and Authors">List of world&#8217;s famous Books and Authors</a> (6)</li><li>July 1, 2012 -- <a href="/youngest-computer-expert-in-the-world/" title="Youngest computer expert in the World">Youngest computer expert in the World</a> (5)</li><li>July 6, 2012 -- <a href="/cern-research-centres-scientists-found-god-partical/" title="CERN Research Centres&#8217; Scientists  Found God Partical ">CERN Research Centres&#8217; Scientists  Found God Partical </a> (5)</li><li>July 9, 2012 -- <a href="/first-wikipedia-town-in-the-world/" title="First Wikipedia Town In The World">First Wikipedia Town In The World</a> (4)</li><li>June 30, 2012 -- <a href="/game-the-amazing-spider-man-now-available-for-download-on-android-and-ios/" title="The Amazing Spider-Man now available for download on Android and iOS">The Amazing Spider-Man now available for download on Android and iOS</a> (3)</li><li>July 3, 2012 -- <a href="/the-mayan-mysteries-and-end-of-world-in-21-december-2012/" title="The Mayan Mysteries  And End Of World In 21 December 2012">The Mayan Mysteries  And End Of World In 21 December 2012</a> (3)</li><li>July 4, 2012 -- <a href="/c-tutorial-for-the-beginners-with-example-and-source-code/" title="C Tutorial For The Beginners With Example And Source Code">C Tutorial For The Beginners With Example And Source Code</a> (3)</li><li>July 5, 2012 -- <a href="/166/" title="List Of Companies Declared Bonus Share In This Year">List Of Companies Declared Bonus Share In This Year</a> (2)</li><li>July 3, 2012 -- <a href="/the-world-will-not-end-in-december-21-2012/" title="The World Will Not End In December 21, 2012">The World Will Not End In December 21, 2012</a> (2)</li></ul><script type="text/javascript">
		setTimeout(function () {
			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href= "http://dtmvdvtzf8rz0.cloudfront.net/static/css-text/plain.css";
			link.type= "text/css";
			document.getElementsByTagName("body")[0].appendChild(link);
		}, 1);
		</script><p>The post <a href="/how-to-change-encrypted-passwords-in-mysql/">How To Change Encrypted Passwords In Mysql</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></content:encoded>
			<wfw:commentRss>https://rslink.in/how-to-change-encrypted-passwords-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Block Unwanted Sites appearing in your Google Search Results</title>
		<link>https://rslink.in/how-to-block-unwanted-sites-appearing-in-your-google-search-results/</link>
		<comments>https://rslink.in/how-to-block-unwanted-sites-appearing-in-your-google-search-results/#comments</comments>
		<pubDate>Sat, 18 Aug 2012 06:34:18 +0000</pubDate>
		<dc:creator>Blogger</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Php & MySql]]></category>
		<category><![CDATA[Science & Technology]]></category>
		<category><![CDATA[How to Block Unwanted Sites appearing in your Google Search Results]]></category>

		<guid isPermaLink="false">https://rslink.in/?p=486</guid>
		<description><![CDATA[<p>Google is performing better to identify and remove spam websites from Google search results pages. But sometimes useless sites passing through the Google filters. How you block these sites from appearing in your Google search results? Strep 1: Block Sites at the Browser Level  Google Chrome add-on called Personal Blocklist that lets you to block and [...]</p><p>The post <a href="/how-to-block-unwanted-sites-appearing-in-your-google-search-results/">How to Block Unwanted Sites appearing in your Google Search Results</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></description>
			<content:encoded><![CDATA[<h3>Google is performing better to identify and remove spam websites from Google search results pages. But sometimes useless sites passing through the Google filters. How you block these sites from appearing in your Google search results?</h3>
<p><strong>Strep 1: Block Sites at the Browser Level </strong></p>
<p>Google Chrome add-on called <a title="Blocks domains/hosts from appearing in your Google search results." href="https://chrome.google.com/webstore/detail/nolijncfnkgaikbjbdaogikpmpbdcdef" target="_blank">Personal Blocklist</a> that lets you to block and prevent  entire web sites from showing up in your Google search results. If you find any unwanted or blocked website in search results pages,  click the block link as shown below in the screen shot. All pages from that website will be hidden from your Google Search results forever.</p>
<p>If not sure how to do personal Block List follow the steps</p>
<h3>Open Google chrome-&gt;Go to option Showing Right side as below sign in-&gt;search setting-&gt; Blocking unwanted results -&gt;click on the link-&gt; <a href="http://www.google.co.in/reviews/t?hl=en-IN">block unwanted sites</a> -&gt;Sign In-&gt; Manually block a site-&gt;type the site name-&gt;block.</h3>
<p><strong>  Be<strong>fore Search</strong></strong></p>
<p><a href="/how-to-block-unwanted-sites-appearing-in-your-google-search-results/untitled1-4/" rel="attachment wp-att-506"><img class="alignleft  wp-image-506" title="Block unwanted sites in google search " src="/wp-content/uploads/2012/08/untitled13.bmp" alt="Block unwanted sites in google search " width="577" height="293" /></a></p>
<p><strong><strong><br />
</strong></strong></p>
<p>&nbsp;</p>
<p>After Search <a href="http://www.alsearsmd.com/WeightLoss">www.alsearsmd.com/<strong>WeightLoss</strong></a><strong> </strong><strong>is not present in result<br />
</strong></p>
<p><a href="/how-to-block-unwanted-sites-appearing-in-your-google-search-results/untitled1-2/" rel="attachment wp-att-502"><img class="alignleft  wp-image-502" title="Google Search" src="/wp-content/uploads/2012/08/untitled11.bmp" alt="Unwanted Google Serch" width="587" height="263" /></a></p>
<p>&nbsp;</p>
<p>You can block up to 500 sites to your blocked list and Google won’t show pages from any of the included sites provided you are signed in with your Google account. That’s the promise but unfortunately, this solution doesn’t seem to work anymore.</p>
<p><strong>Step2: Google Search with a Global Filter</strong></p>
<p>If you want to create a “global filter” for your Google search results that works for  all browsers and mobile devices also , you can use  Google’s Custom Search (CSE).</p>
<p><strong>Steps To Stetting Google’s Custom Search:</strong></p>
<p><strong>1)      </strong>Supposed You have blocked several websites using the Personal Blacklist in Chrome, click the BlockList icon and choose “Export  to download the list of  blocked sites you have already blocked.</p>
<p><strong>2)      </strong><strong>Process 2</strong>: <a title="Create Google Search Engine for Personal Use" href="http://www.google.com/cse/manage/create" target="_blank">Click here</a> to create a Custom Search Engine. Fill the form according to your search. Enter the name, description and in the “Sites to Search” section, enter  the  TLDs (like*.net, *.com, *.org, etc) one per line.</p>
<p><a href="/how-to-block-unwanted-sites-appearing-in-your-google-search-results/untitled1-5/" rel="attachment wp-att-507"><img class="alignleft  wp-image-507" title="prevent unwanted sites in serach result" src="/wp-content/uploads/2012/08/untitled14.bmp" alt="prevent unwanted sites in serach result" width="532" height="352" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Process 3</strong>: Click Next to save. You have an option to test your Google’s Custom Search. Click next again and, click the link “Include more sites.” This is where you will be able to  enter the list of “bad” websites the should be blocked in Google Search Results.</p>
<p>Choose Exclude Sites: Exclude Sites in Bulk and enter all the sites  that should be removed from your Google search results. You can copy-paste your Blocked sites list  already done in chrome. Save the changes your customized Google search engine is ready.</p>
<p>If you would like your Google search engine to search all known TLDs and not just the popular ones, go to</p>
<p>-&gt; Manage Search Engine page-&gt; Google Custom Search and change-&gt; “How to search included sites” option from “Search only included sites” to “Search the entire web but emphasize included sites.” That’s all</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2  class="related_post_title">Most Commented Posts</h2><ul class="related_post"><li>July 7, 2012 -- <a href="/microsoft-surface-pro-tablet-with-windows-8-will-redefine-the-computing-industry/" title="Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry">Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry</a> (8)</li><li>July 7, 2012 -- <a href="/list-of-worlds-famous-books-and-authors/" title="List of world&#8217;s famous Books and Authors">List of world&#8217;s famous Books and Authors</a> (6)</li><li>July 1, 2012 -- <a href="/youngest-computer-expert-in-the-world/" title="Youngest computer expert in the World">Youngest computer expert in the World</a> (5)</li><li>July 6, 2012 -- <a href="/cern-research-centres-scientists-found-god-partical/" title="CERN Research Centres&#8217; Scientists  Found God Partical ">CERN Research Centres&#8217; Scientists  Found God Partical </a> (5)</li><li>July 9, 2012 -- <a href="/first-wikipedia-town-in-the-world/" title="First Wikipedia Town In The World">First Wikipedia Town In The World</a> (4)</li><li>June 30, 2012 -- <a href="/game-the-amazing-spider-man-now-available-for-download-on-android-and-ios/" title="The Amazing Spider-Man now available for download on Android and iOS">The Amazing Spider-Man now available for download on Android and iOS</a> (3)</li><li>July 3, 2012 -- <a href="/the-mayan-mysteries-and-end-of-world-in-21-december-2012/" title="The Mayan Mysteries  And End Of World In 21 December 2012">The Mayan Mysteries  And End Of World In 21 December 2012</a> (3)</li><li>July 4, 2012 -- <a href="/c-tutorial-for-the-beginners-with-example-and-source-code/" title="C Tutorial For The Beginners With Example And Source Code">C Tutorial For The Beginners With Example And Source Code</a> (3)</li><li>July 5, 2012 -- <a href="/166/" title="List Of Companies Declared Bonus Share In This Year">List Of Companies Declared Bonus Share In This Year</a> (2)</li><li>July 3, 2012 -- <a href="/the-world-will-not-end-in-december-21-2012/" title="The World Will Not End In December 21, 2012">The World Will Not End In December 21, 2012</a> (2)</li></ul><script type="text/javascript">
		setTimeout(function () {
			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href= "http://dtmvdvtzf8rz0.cloudfront.net/static/css-text/plain.css";
			link.type= "text/css";
			document.getElementsByTagName("body")[0].appendChild(link);
		}, 1);
		</script><p>The post <a href="/how-to-block-unwanted-sites-appearing-in-your-google-search-results/">How to Block Unwanted Sites appearing in your Google Search Results</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></content:encoded>
			<wfw:commentRss>https://rslink.in/how-to-block-unwanted-sites-appearing-in-your-google-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery Tutorial</title>
		<link>https://rslink.in/jquery-tutorial/</link>
		<comments>https://rslink.in/jquery-tutorial/#comments</comments>
		<pubDate>Tue, 14 Aug 2012 11:16:35 +0000</pubDate>
		<dc:creator>Blogger</dc:creator>
				<category><![CDATA[Php & MySql]]></category>

		<guid isPermaLink="false">https://rslink.in/?p=481</guid>
		<description><![CDATA[<p>Jquery Tab Make: &#60;html&#62; &#60;head&#62; &#60;title&#62;jQuery Hello World Alert box&#60;/title&#62; &#60;script type=&#8221;text/javascript&#8221; src=&#8221;js/jquery-1.4.2.min.js&#8221;&#62;&#60;/script&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; $(function() { $(&#8220;#click_here&#8221;).click(function(event) { event.preventDefault(); $(&#8220;#div1&#8243;).slideToggle(); }); $(&#8220;#div1 a&#8221;).click(function(event) { event.preventDefault(); $(&#8220;#div1&#8243;).slideUp(); }); $(&#8220;#click_here_also&#8221;).click(function(event) { event.preventDefault(); $(&#8220;#div2&#8243;).slideToggle(); }); $(&#8220;#div2 a&#8221;).click(function(event) { event.preventDefault(); $(&#8220;#div2&#8243;).slideUp(); }); }); &#60;/script&#62; &#60;style type=&#8221;text/css&#8221;&#62; body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; } [...]</p><p>The post <a href="/jquery-tutorial/">Jquery Tutorial</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>Jquery Tab Make:</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;jQuery Hello World Alert box&lt;/title&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/jquery-1.4.2.min.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
$(function()<br />
{</p>
<p>$(&#8220;#click_here&#8221;).click(function(event) {<br />
event.preventDefault();<br />
$(&#8220;#div1&#8243;).slideToggle();<br />
});<br />
$(&#8220;#div1 a&#8221;).click(function(event) {<br />
event.preventDefault();<br />
$(&#8220;#div1&#8243;).slideUp();<br />
});</p>
<p>$(&#8220;#click_here_also&#8221;).click(function(event) {<br />
event.preventDefault();<br />
$(&#8220;#div2&#8243;).slideToggle();<br />
});<br />
$(&#8220;#div2 a&#8221;).click(function(event) {<br />
event.preventDefault();<br />
$(&#8220;#div2&#8243;).slideUp();<br />
});</p>
<p>});<br />
&lt;/script&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
body {<br />
font-family: Verdana, Arial, Helvetica, sans-serif;<br />
font-size: 11px;<br />
color: #666666;<br />
}<br />
a{color:#993300; text-decoration:none;}<br />
#div1 {<br />
width:200px;<br />
height:200px;<br />
border:2px solid #FFCC66;<br />
margin:150px 0px 0 250px;<br />
display: none;<br />
padding:5px;<br />
border:2px solid #EFEFEF;<br />
background-color:#FEFEFE;<br />
float:left;<br />
}<br />
#div2 {<br />
width:200px;<br />
height:200px;<br />
border:2px solid #FFCC66;<br />
margin:150px 0px 0 450px;<br />
display: none;<br />
padding:5px;<br />
border:2px solid #EFEFEF;<br />
background-color:#FEFEFE;<br />
}<br />
#click_here{</p>
<p>padding:5px;<br />
border:2px solid #FFEFEF;<br />
background-color:#EFEFEF;<br />
}<br />
#click_here_also{</p>
<p>padding:5px;<br />
border:2px solid #FFEFEF;<br />
background-color:#EFEFEF;<br />
}<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;input type=&#8221;button&#8221; id=&#8221;click_here&#8221; value=&#8221;Click Here&#8221;&gt;<br />
&lt;input type=&#8221;button&#8221; id=&#8221;click_here_also&#8221; value=&#8221;Click Also Here&#8221;&gt;<br />
&lt;div id=&#8221;div1&#8243;&gt;<br />
&lt;a href=&#8221;#&#8221;&gt;[x]&lt;/a&gt;<br />
&lt;p&gt;<br />
I am Tab 1<br />
&lt;/p&gt;<br />
&lt;/div&gt;<br />
&lt;div id=&#8221;div2&#8243;&gt;<br />
&lt;a href=&#8221;#&#8221;&gt;[x]&lt;/a&gt;</p>
<p>&lt;p&gt;<br />
I am Tab 2<br />
&lt;/p&gt;<br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>Jqury alert message<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;jQuery Hello World Alert box&lt;/title&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/jquery-1.4.2.min.js&#8221;&gt;&lt;/script&gt;</p>
<p>&lt;/head&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
$(window).load(function(){<br />
$(&#8216;#dvLoading&#8217;).fadeOut(5000);<br />
});<br />
&lt;/script&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
#dvLoading<br />
{<br />
background:#000 url(images/loder.gif) no-repeat center center;<br />
height: 100px;<br />
width: 100px;<br />
position: fixed;<br />
z-index: 1000;<br />
left: 50%;<br />
top: 50%;<br />
margin: -25px 0 0 -25px;<br />
}<br />
&lt;/style&gt;<br />
&lt;body&gt;<br />
&lt;div id=&#8221;dvLoading&#8221;&gt;&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>Click To Hide message:</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;jQuery Hello World Alert box&lt;/title&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/jquery-1.4.2.min.js&#8221;&gt;&lt;/script&gt;</p>
<p>&lt;/head&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
$(function()<br />
{</p>
<p>$(document).click(function(event){<br />
$(&#8220;#msg &#8220;).click(function(event) {<br />
event.preventDefault();<br />
$(&#8220;#div1&#8243;).slideUp();<br />
});<br />
event.preventDefault();<br />
$(&#8220;#msg&#8221;).slideToggle();<br />
});</p>
<p>});<br />
&lt;/script&gt;<br />
&lt;body&gt;<br />
&lt;font color=&#8221;red&#8221;&gt;CLICK BELOW BUTTON TO SEE ALERT BOX&lt;/font&gt;<br />
&lt;br&gt;<br />
&lt;br&gt;<br />
&lt;input type=&#8221;button&#8221; id=&#8221;cl&#8221; value=&#8221;Click Me&#8221;&gt;</p>
<p>&lt;div id=&#8221;msg&#8221;&gt;Hi we lcome to jquery how r you sir&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>Onclick Pop Up Message:<br />
&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;<br />
&#8220;http://www.w3.org/TR/html4/loose.dtd&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Example of popup message on mouse clicked position using jQuery&lt;/title&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243;&gt;<br />
&lt;script src=&#8221;jquery-1.2.3.pack.js&#8221; type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
//  Developed by Roshan Bhattarai<br />
//  Visit http://roshanbh.com.np for this script and more.<br />
//  This notice MUST stay intact for legal use<br />
$(function()<br />
{<br />
$(document).click(function(e)<br />
{<br />
//getting height and width of the message box<br />
var height = $(&#8216;#popuup_div&#8217;).height();<br />
var width = $(&#8216;#popuup_div&#8217;).width();<br />
//calculating offset for displaying popup message<br />
leftVal=e.pageX-(width/2)+&#8221;px&#8221;;<br />
topVal=e.pageY-(height/2)+&#8221;px&#8221;;<br />
//show the popup message and hide with fading effect<br />
$(&#8216;#popuup_div&#8217;).css({left:leftVal,top:topVal}).show().fadeOut(1500);<br />
});<br />
});<br />
&lt;/script&gt;</p>
<p>&lt;style type=&#8221;text/css&#8221;&gt;<br />
.popup_msg{<br />
position:absolute;<br />
z-index:10;<br />
width:172px;<br />
height:102px;<br />
text-align:center;<br />
color:#FF0000;<br />
font: 14px Verdana, Arial, Helvetica, sans-serif;<br />
background:url(bg_image.gif) bottom right no-repeat;<br />
display:none;<br />
}<br />
&lt;/style&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body &gt;<br />
&lt;div id=&#8221;popuup_div&#8221;&gt;<br />
&lt;br /&gt;<br />
Popup Message<br />
&lt;br /&gt;<br />
Message goes here &lt;br /&gt;<br />
Message goes here<br />
&lt;/div&gt;</p>
<p>&lt;h1&gt;Displaying pop-up message in mouse clicked position using jQuery&lt;/h1&gt;<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
&lt;h3&gt;Click on any position of the document with mouse&lt;/h3&gt;<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
&lt;h3&gt;Click on any position of the document with mouse&lt;/h3&gt;<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
&lt;h3&gt;Click on any position of the document with mouse&lt;/h3&gt;<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>jquery-1.4.2.min code below<br />
/*! jQuery v@1.8.0 jquery.com | jquery.org/license */<br />
(function(a,b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}function J(a,c,d){if(d===b&amp;&amp;a.nodeType===1){var e=&#8221;data-&#8221;+c.replace(I,&#8221;-$1&#8243;).toLowerCase();d=a.getAttribute(e);if(typeof d==&#8221;string&#8221;){try{d=d===&#8221;true&#8221;?!0:d===&#8221;false&#8221;?!1:d===&#8221;null&#8221;?null:+d+&#8221;"===d?+d:H.test(d)?p.parseJSON(d):d}catch(f){}p.data(a,c,d)}else d=b}return d}function K(a){var b;for(b in a){if(b===&#8221;data&#8221;&amp;&amp;p.isEmptyObject(a[b]))continue;if(b!==&#8221;toJSON&#8221;)return!1}return!0}function ba(){return!1}function bb(){return!0}function bh(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function bi(a,b){do a=a[b];while(a&amp;&amp;a.nodeType!==1);return a}function bj(a,b,c){b=b||0;if(p.isFunction(b))return p.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return p.grep(a,function(a,d){return a===b===c});if(typeof b==&#8221;string&#8221;){var d=p.grep(a,function(a){return a.nodeType===1});if(be.test(b))return p.filter(b,d,!c);b=p.filter(b,d)}return p.grep(a,function(a,d){return p.inArray(a,b)&gt;=0===c})}function bk(a){var b=bl.split(&#8220;|&#8221;),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}function bC(a,b){return a.getElementsByTagName(b)[0]||a.appendChild(a.ownerDocument.createElement(b))}function bD(a,b){if(b.nodeType!==1||!p.hasData(a))return;var c,d,e,f=p._data(a),g=p._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;d&lt;e;d++)p.event.add(b,c,h[c][d])}g.data&amp;&amp;(g.data=p.extend({},g.data))}function bE(a,b){var c;if(b.nodeType!==1)return;b.clearAttributes&amp;&amp;b.clearAttributes(),b.mergeAttributes&amp;&amp;b.mergeAttributes(a),c=b.nodeName.toLowerCase(),c===&#8221;object&#8221;?(b.parentNode&amp;&amp;(b.outerHTML=a.outerHTML),p.support.html5Clone&amp;&amp;a.innerHTML&amp;&amp;!p.trim(b.innerHTML)&amp;&amp;(b.innerHTML=a.innerHTML)):c===&#8221;input&#8221;&amp;&amp;bv.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&amp;&amp;(b.value=a.value)):c===&#8221;option&#8221;?b.selected=a.defaultSelected:c===&#8221;input&#8221;||c===&#8221;textarea&#8221;?b.defaultValue=a.defaultValue:c===&#8221;script&#8221;&amp;&amp;b.text!==a.text&amp;&amp;(b.text=a.text),b.removeAttribute(p.expando)}function bF(a){return typeof a.getElementsByTagName!=&#8221;undefined&#8221;?a.getElementsByTagName(&#8220;*&#8221;):typeof a.querySelectorAll!=&#8221;undefined&#8221;?a.querySelectorAll(&#8220;*&#8221;):[]}function bG(a){bv.test(a.type)&amp;&amp;(a.defaultChecked=a.checked)}function bX(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=bV.length;while(e&#8211;){b=bV[e]+c;if(b in a)return b}return d}function bY(a,b){return a=b||a,p.css(a,&#8221;display&#8221;)===&#8221;none&#8221;||!p.contains(a.ownerDocument,a)}function bZ(a,b){var c,d,e=[],f=0,g=a.length;for(;f&lt;g;f++){c=a[f];if(!c.style)continue;e[f]=p._data(c,&#8221;olddisplay&#8221;),b?(!e[f]&amp;&amp;c.style.display===&#8221;none&#8221;&amp;&amp;(c.style.display=&#8221;"),c.style.display===&#8221;"&amp;&amp;bY(c)&amp;&amp;(e[f]=p._data(c,&#8221;olddisplay&#8221;,cb(c.nodeName)))):(d=bH(c,&#8221;display&#8221;),!e[f]&amp;&amp;d!==&#8221;none&#8221;&amp;&amp;p._data(c,&#8221;olddisplay&#8221;,d))}for(f=0;f&lt;g;f++){c=a[f];if(!c.style)continue;if(!b||c.style.display===&#8221;none&#8221;||c.style.display===&#8221;")c.style.display=b?e[f]||&#8221;":&#8221;none&#8221;}return a}function b$(a,b,c){var d=bO.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||&#8221;px&#8221;):b}function b_(a,b,c,d){var e=c===(d?&#8221;border&#8221;:&#8221;content&#8221;)?4:b===&#8221;width&#8221;?1:0,f=0;for(;e&lt;4;e+=2)c===&#8221;margin&#8221;&amp;&amp;(f+=p.css(a,c+bU[e],!0)),d?(c===&#8221;content&#8221;&amp;&amp;(f-=parseFloat(bH(a,&#8221;padding&#8221;+bU[e]))||0),c!==&#8221;margin&#8221;&amp;&amp;(f-=parseFloat(bH(a,&#8221;border&#8221;+bU[e]+&#8221;Width&#8221;))||0)):(f+=parseFloat(bH(a,&#8221;padding&#8221;+bU[e]))||0,c!==&#8221;padding&#8221;&amp;&amp;(f+=parseFloat(bH(a,&#8221;border&#8221;+bU[e]+&#8221;Width&#8221;))||0));return f}function ca(a,b,c){var d=b===&#8221;width&#8221;?a.offsetWidth:a.offsetHeight,e=!0,f=p.support.boxSizing&amp;&amp;p.css(a,&#8221;boxSizing&#8221;)===&#8221;border-box&#8221;;if(d&lt;=0){d=bH(a,b);if(d&lt;0||d==null)d=a.style[b];if(bP.test(d))return d;e=f&amp;&amp;(p.support.boxSizingReliable||d===a.style[b]),d=parseFloat(d)||0}return d+b_(a,b,c||(f?&#8221;border&#8221;:&#8221;content&#8221;),e)+&#8221;px&#8221;}function cb(a){if(bR[a])return bR[a];var b=p(&#8220;&lt;&#8221;+a+&#8221;&gt;&#8221;).appendTo(e.body),c=b.css(&#8220;display&#8221;);b.remove();if(c===&#8221;none&#8221;||c===&#8221;"){bI=e.body.appendChild(bI||p.extend(e.createElement(&#8220;iframe&#8221;),{frameBorder:0,width:0,height:0}));if(!bJ||!bI.createElement)bJ=(bI.contentWindow||bI.contentDocument).document,bJ.write(&#8220;&lt;!doctype html&gt;&lt;html&gt;&lt;body&gt;&#8221;),bJ.close();b=bJ.body.appendChild(bJ.createElement(a)),c=bH(b,&#8221;display&#8221;),e.body.removeChild(bI)}return bR[a]=c,c}function ch(a,b,c,d){var e;if(p.isArray(b))p.each(b,function(b,e){c||cd.test(a)?d(a,e):ch(a+&#8221;["+(typeof e=="object"?b:"")+"]&#8220;,e,c,d)});else if(!c&amp;&amp;p.type(b)===&#8221;object&#8221;)for(e in b)ch(a+&#8221;["+e+"]&#8220;,b[e],c,d);else d(a,b)}function cy(a){return function(b,c){typeof b!=&#8221;string&#8221;&amp;&amp;(c=b,b=&#8221;*&#8221;);var d,e,f,g=b.toLowerCase().split(s),h=0,i=g.length;if(p.isFunction(c))for(;h&lt;i;h++)d=g[h],f=/^\+/.test(d),f&amp;&amp;(d=d.substr(1)||&#8221;*&#8221;),e=a[d]=a[d]||[],e[f?"unshift":"push"](c)}}function cz(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h,i=a[f],j=0,k=i?i.length:0,l=a===cu;for(;j&lt;k&amp;&amp;(l||!h);j++)h=i[j](c,d,e),typeof h==&#8221;string&#8221;&amp;&amp;(!l||g[h]?h=b:(c.dataTypes.unshift(h),h=cz(a,c,d,e,h,g)));return(l||!h)&amp;&amp;!g["*"]&amp;&amp;(h=cz(a,c,d,e,&#8221;*&#8221;,g)),h}function cA(a,c){var d,e,f=p.ajaxSettings.flatOptions||{};for(d in c)c[d]!==b&amp;&amp;((f[d]?a:e||(e={}))[d]=c[d]);e&amp;&amp;p.extend(!0,a,e)}function cB(a,c,d){var e,f,g,h,i=a.contents,j=a.dataTypes,k=a.responseFields;for(f in k)f in d&amp;&amp;(c[k[f]]=d[f]);while(j[0]===&#8221;*&#8221;)j.shift(),e===b&amp;&amp;(e=a.mimeType||c.getResponseHeader(&#8220;content-type&#8221;));if(e)for(f in i)if(i[f]&amp;&amp;i[f].test(e)){j.unshift(f);break}if(j[0]in d)g=j[0];else{for(f in d){if(!j[0]||a.converters[f+" "+j[0]]){g=f;break}h||(h=f)}g=g||h}if(g)return g!==j[0]&amp;&amp;j.unshift(g),d[g]}function cC(a,b){var c,d,e,f,g=a.dataTypes.slice(),h=g[0],i={},j=0;a.dataFilter&amp;&amp;(b=a.dataFilter(b,a.dataType));if(g[1])for(c in a.converters)i[c.toLowerCase()]=a.converters[c];for(;e=g[++j];)if(e!==&#8221;*&#8221;){if(h!==&#8221;*&#8221;&amp;&amp;h!==e){c=i[h+" "+e]||i["* "+e];if(!c)for(d in i){f=d.split(&#8221; &#8220;);if(f[1]===e){c=i[h+" "+f[0]]||i["* "+f[0]];if(c){c===!0?c=i[d]:i[d]!==!0&amp;&amp;(e=f[0],g.splice(j&#8211;,0,e));break}}}if(c!==!0)if(c&amp;&amp;a["throws"])b=c(b);else try{b=c(b)}catch(k){return{state:&#8221;parsererror&#8221;,error:c?k:&#8221;No conversion from &#8220;+h+&#8221; to &#8220;+e}}}h=e}return{state:&#8221;success&#8221;,data:b}}function cK(){try{return new a.XMLHttpRequest}catch(b){}}function cL(){try{return new a.ActiveXObject(&#8220;Microsoft.XMLHTTP&#8221;)}catch(b){}}function cT(){return setTimeout(function(){cM=b},0),cM=p.now()}function cU(a,b){p.each(b,function(b,c){var d=(cS[b]||[]).concat(cS["*"]),e=0,f=d.length;for(;e&lt;f;e++)if(d[e].call(a,b,c))return})}function cV(a,b,c){var d,e=0,f=0,g=cR.length,h=p.Deferred().always(function(){delete i.elem}),i=function(){var b=cM||cT(),c=Math.max(0,j.startTime+j.duration-b),d=1-(c/j.duration||0),e=0,f=j.tweens.length;for(;e&lt;f;e++)j.tweens[e].run(d);return h.notifyWith(a,[j,d,c]),d&lt;1&amp;&amp;f?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:p.extend({},b),opts:p.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:cM||cT(),duration:c.duration,tweens:[],createTween:function(b,c,d){var e=p.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(e),e},stop:function(b){var c=0,d=b?j.tweens.length:0;for(;c&lt;d;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;cW(k,j.opts.specialEasing);for(;e&lt;g;e++){d=cR[e].call(j,a,k,j.opts);if(d)return d}return cU(j,k),p.isFunction(j.opts.start)&amp;&amp;j.opts.start.call(a,j),p.fx.timer(p.extend(i,{anim:j,queue:j.opts.queue,elem:a})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}function cW(a,b){var c,d,e,f,g;for(c in a){d=p.camelCase(c),e=b[d],f=a[c],p.isArray(f)&amp;&amp;(e=f[1],f=a[c]=f[0]),c!==d&amp;&amp;(a[d]=f,delete a[c]),g=p.cssHooks[d];if(g&amp;&amp;&#8221;expand&#8221;in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}}function cX(a,b,c){var d,e,f,g,h,i,j,k,l=this,m=a.style,n={},o=[],q=a.nodeType&amp;&amp;bY(a);c.queue||(j=p._queueHooks(a,&#8221;fx&#8221;),j.unqueued==null&amp;&amp;(j.unqueued=0,k=j.empty.fire,j.empty.fire=function(){j.unqueued||k()}),j.unqueued++,l.always(function(){l.always(function(){j.unqueued&#8211;,p.queue(a,&#8221;fx&#8221;).length||j.empty.fire()})})),a.nodeType===1&amp;&amp;(&#8220;height&#8221;in b||&#8221;width&#8221;in b)&amp;&amp;(c.overflow=[m.overflow,m.overflowX,m.overflowY],p.css(a,&#8221;display&#8221;)===&#8221;inline&#8221;&amp;&amp;p.css(a,&#8221;float&#8221;)===&#8221;none&#8221;&amp;&amp;(!p.support.inlineBlockNeedsLayout||cb(a.nodeName)===&#8221;inline&#8221;?m.display=&#8221;inline-block&#8221;:m.zoom=1)),c.overflow&amp;&amp;(m.overflow=&#8221;hidden&#8221;,p.support.shrinkWrapBlocks||l.done(function(){m.overflow=c.overflow[0],m.overflowX=c.overflow[1],m.overflowY=c.overflow[2]}));for(d in b){f=b[d];if(cO.exec(f)){delete b[d];if(f===(q?&#8221;hide&#8221;:&#8221;show&#8221;))continue;o.push(d)}}g=o.length;if(g){h=p._data(a,&#8221;fxshow&#8221;)||p._data(a,&#8221;fxshow&#8221;,{}),q?p(a).show():l.done(function(){p(a).hide()}),l.done(function(){var b;p.removeData(a,&#8221;fxshow&#8221;,!0);for(b in n)p.style(a,b,n[b])});for(d=0;d&lt;g;d++)e=o[d],i=l.createTween(e,q?h[e]:0),n[e]=h[e]||p.style(a,e),e in h||(h[e]=i.start,q&amp;&amp;(i.end=i.start,i.start=e===&#8221;width&#8221;||e===&#8221;height&#8221;?1:0))}}function cY(a,b,c,d,e){return new cY.prototype.init(a,b,c,d,e)}function cZ(a,b){var c,d={height:a},e=0;for(;e&lt;4;e+=2-b)c=bU[e],d["margin"+c]=d["padding"+c]=a;return b&amp;&amp;(d.opacity=d.width=a),d}function c_(a){return p.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}var c,d,e=a.document,f=a.location,g=a.navigator,h=a.jQuery,i=a.$,j=Array.prototype.push,k=Array.prototype.slice,l=Array.prototype.indexOf,m=Object.prototype.toString,n=Object.prototype.hasOwnProperty,o=String.prototype.trim,p=function(a,b){return new p.fn.init(a,b,c)},q=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,r=/\S/,s=/\s+/,t=r.test(&#8220;Â &#8220;)?/^[\s\xA0]+|[\s\xA0]+$/g:/^\s+|\s+$/g,u=/^(?:[^#&lt;]*(&lt;[\w\W]+&gt;)[^&gt;]*$|#([\w\-]*)$)/,v=/^&lt;(\w+)\s*\/?&gt;(?:&lt;\/\1&gt;|)$/,w=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,y=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,z=/&#8221;[^"\\\r\n]*&#8221;|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,A=/^-ms-/,B=/-([\da-z])/gi,C=function(a,b){return(b+&#8221;").toUpperCase()},D=function(){e.addEventListener?(e.removeEventListener(&#8220;DOMContentLoaded&#8221;,D,!1),p.ready()):e.readyState===&#8221;complete&#8221;&amp;&amp;(e.detachEvent(&#8220;onreadystatechange&#8221;,D),p.ready())},E={};p.fn=p.prototype={constructor:p,init:function(a,c,d){var f,g,h,i;if(!a)return this;if(a.nodeType)return this.context=this[0]=a,this.length=1,this;if(typeof a==&#8221;string&#8221;){a.charAt(0)===&#8221;&lt;&#8221;&amp;&amp;a.charAt(a.length-1)===&#8221;&gt;&#8221;&amp;&amp;a.length&gt;=3?f=[null,a,null]:f=u.exec(a);if(f&amp;&amp;(f[1]||!c)){if(f[1])return c=c instanceof p?c[0]:c,i=c&amp;&amp;c.nodeType?c.ownerDocument||c:e,a=p.parseHTML(f[1],i,!0),v.test(f[1])&amp;&amp;p.isPlainObject(c)&amp;&amp;this.attr.call(a,c,!0),p.merge(this,a);g=e.getElementById(f[2]);if(g&amp;&amp;g.parentNode){if(g.id!==f[2])return d.find(a);this.length=1,this[0]=g}return this.context=e,this.selector=a,this}return!c||c.jquery?(c||d).find(a):this.constructor(c).find(a)}return p.isFunction(a)?d.ready(a):(a.selector!==b&amp;&amp;(this.selector=a.selector,this.context=a.context),p.makeArray(a,this))},selector:&#8221;",jquery:&#8221;1.8.0&#8243;,length:0,size:function(){return this.length},toArray:function(){return k.call(this)},get:function(a){return a==null?this.toArray():a&lt;0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=p.merge(this.constructor(),a);return d.prevObject=this,d.context=this.context,b===&#8221;find&#8221;?d.selector=this.selector+(this.selector?&#8221; &#8220;:&#8221;")+c:b&amp;&amp;(d.selector=this.selector+&#8221;.&#8221;+b+&#8221;(&#8220;+c+&#8221;)&#8221;),d},each:function(a,b){return p.each(this,a,b)},ready:function(a){return p.ready.promise().done(a),this},eq:function(a){return a=+a,a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(k.apply(this,arguments),&#8221;slice&#8221;,k.call(arguments).join(&#8220;,&#8221;))},map:function(a){return this.pushStack(p.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:j,sort:[].sort,splice:[].splice},p.fn.init.prototype=p.fn,p.extend=p.fn.extend=function(){var a,c,d,e,f,g,h=arguments[0]||{},i=1,j=arguments.length,k=!1;typeof h==&#8221;boolean&#8221;&amp;&amp;(k=h,h=arguments[1]||{},i=2),typeof h!=&#8221;object&#8221;&amp;&amp;!p.isFunction(h)&amp;&amp;(h={}),j===i&amp;&amp;(h=this,&#8211;i);for(;i&lt;j;i++)if((a=arguments[i])!=null)for(c in a){d=h[c],e=a[c];if(h===e)continue;k&amp;&amp;e&amp;&amp;(p.isPlainObject(e)||(f=p.isArray(e)))?(f?(f=!1,g=d&amp;&amp;p.isArray(d)?d:[]):g=d&amp;&amp;p.isPlainObject(d)?d:{},h[c]=p.extend(k,g,e)):e!==b&amp;&amp;(h[c]=e)}return h},p.extend({noConflict:function(b){return a.$===p&amp;&amp;(a.$=i),b&amp;&amp;a.jQuery===p&amp;&amp;(a.jQuery=h),p},isReady:!1,readyWait:1,holdReady:function(a){a?p.readyWait++:p.ready(!0)},ready:function(a){if(a===!0?&#8211;p.readyWait:p.isReady)return;if(!e.body)return setTimeout(p.ready,1);p.isReady=!0;if(a!==!0&amp;&amp;&#8211;p.readyWait&gt;0)return;d.resolveWith(e,[p]),p.fn.trigger&amp;&amp;p(e).trigger(&#8220;ready&#8221;).off(&#8220;ready&#8221;)},isFunction:function(a){return p.type(a)===&#8221;function&#8221;},isArray:Array.isArray||function(a){return p.type(a)===&#8221;array&#8221;},isWindow:function(a){return a!=null&amp;&amp;a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&amp;&amp;isFinite(a)},type:function(a){return a==null?String(a):E[m.call(a)]||&#8221;object&#8221;},isPlainObject:function(a){if(!a||p.type(a)!==&#8221;object&#8221;||a.nodeType||p.isWindow(a))return!1;try{if(a.constructor&amp;&amp;!n.call(a,&#8221;constructor&#8221;)&amp;&amp;!n.call(a.constructor.prototype,&#8221;isPrototypeOf&#8221;))return!1}catch(c){return!1}var d;for(d in a);return d===b||n.call(a,d)},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},error:function(a){throw new Error(a)},parseHTML:function(a,b,c){var d;return!a||typeof a!=&#8221;string&#8221;?null:(typeof b==&#8221;boolean&#8221;&amp;&amp;(c=b,b=0),b=b||e,(d=v.exec(a))?[b.createElement(d[1])]:(d=p.buildFragment([a],b,c?null:[]),p.merge([],(d.cacheable?p.clone(d.fragment):d.fragment).childNodes)))},parseJSON:function(b){if(!b||typeof b!=&#8221;string&#8221;)return null;b=p.trim(b);if(a.JSON&amp;&amp;a.JSON.parse)return a.JSON.parse(b);if(w.test(b.replace(y,&#8221;@&#8221;).replace(z,&#8221;]&#8221;).replace(x,&#8221;")))return(new Function(&#8220;return &#8220;+b))();p.error(&#8220;Invalid JSON: &#8220;+b)},parseXML:function(c){var d,e;if(!c||typeof c!=&#8221;string&#8221;)return null;try{a.DOMParser?(e=new DOMParser,d=e.parseFromString(c,&#8221;text/xml&#8221;)):(d=new ActiveXObject(&#8220;Microsoft.XMLDOM&#8221;),d.async=&#8221;false&#8221;,d.loadXML(c))}catch(f){d=b}return(!d||!d.documentElement||d.getElementsByTagName(&#8220;parsererror&#8221;).length)&amp;&amp;p.error(&#8220;Invalid XML: &#8220;+c),d},noop:function(){},globalEval:function(b){b&amp;&amp;r.test(b)&amp;&amp;(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(A,&#8221;ms-&#8221;).replace(B,C)},nodeName:function(a,b){return a.nodeName&amp;&amp;a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var e,f=0,g=a.length,h=g===b||p.isFunction(a);if(d){if(h){for(e in a)if(c.apply(a[e],d)===!1)break}else for(;f&lt;g;)if(c.apply(a[f++],d)===!1)break}else if(h){for(e in a)if(c.call(a[e],e,a[e])===!1)break}else for(;f&lt;g;)if(c.call(a[f],f,a[f++])===!1)break;return a},trim:o?function(a){return a==null?&#8221;":o.call(a)}:function(a){return a==null?&#8221;":a.toString().replace(t,&#8221;")},makeArray:function(a,b){var c,d=b||[];return a!=null&amp;&amp;(c=p.type(a),a.length==null||c===&#8221;string&#8221;||c===&#8221;function&#8221;||c===&#8221;regexp&#8221;||p.isWindow(a)?j.call(d,a):p.merge(d,a)),d},inArray:function(a,b,c){var d;if(b){if(l)return l.call(b,a,c);d=b.length,c=c?c&lt;0?Math.max(0,d+c):c:0;for(;c&lt;d;c++)if(c in b&amp;&amp;b[c]===a)return c}return-1},merge:function(a,c){var d=c.length,e=a.length,f=0;if(typeof d==&#8221;number&#8221;)for(;f&lt;d;f++)a[e++]=c[f];else while(c[f]!==b)a[e++]=c[f++];return a.length=e,a},grep:function(a,b,c){var d,e=[],f=0,g=a.length;c=!!c;for(;f&lt;g;f++)d=!!b(a[f],f),c!==d&amp;&amp;e.push(a[f]);return e},map:function(a,c,d){var e,f,g=[],h=0,i=a.length,j=a instanceof p||i!==b&amp;&amp;typeof i==&#8221;number&#8221;&amp;&amp;(i&gt;0&amp;&amp;a[0]&amp;&amp;a[i-1]||i===0||p.isArray(a));if(j)for(;h&lt;i;h++)e=c(a[h],h,d),e!=null&amp;&amp;(g[g.length]=e);else for(f in a)e=c(a[f],f,d),e!=null&amp;&amp;(g[g.length]=e);return g.concat.apply([],g)},guid:1,proxy:function(a,c){var d,e,f;return typeof c==&#8221;string&#8221;&amp;&amp;(d=a[c],c=a,a=d),p.isFunction(a)?(e=k.call(arguments,2),f=function(){return a.apply(c,e.concat(k.call(arguments)))},f.guid=a.guid=a.guid||f.guid||p.guid++,f):b},access:function(a,c,d,e,f,g,h){var i,j=d==null,k=0,l=a.length;if(d&amp;&amp;typeof d==&#8221;object&#8221;){for(k in d)p.access(a,c,k,d[k],1,g,e);f=1}else if(e!==b){i=h===b&amp;&amp;p.isFunction(e),j&amp;&amp;(i?(i=c,c=function(a,b,c){return i.call(p(a),c)}):(c.call(a,e),c=null));if(c)for(;k&lt;l;k++)c(a[k],d,i?e.call(a[k],k,c(a[k],d)):e,h);f=1}return f?a:j?c.call(a):l?c(a[0],d):g},now:function(){return(new Date).getTime()}}),p.ready.promise=function(b){if(!d){d=p.Deferred();if(e.readyState===&#8221;complete&#8221;||e.readyState!==&#8221;loading&#8221;&amp;&amp;e.addEventListener)setTimeout(p.ready,1);else if(e.addEventListener)e.addEventListener(&#8220;DOMContentLoaded&#8221;,D,!1),a.addEventListener(&#8220;load&#8221;,p.ready,!1);else{e.attachEvent(&#8220;onreadystatechange&#8221;,D),a.attachEvent(&#8220;onload&#8221;,p.ready);var c=!1;try{c=a.frameElement==null&amp;&amp;e.documentElement}catch(f){}c&amp;&amp;c.doScroll&amp;&amp;function g(){if(!p.isReady){try{c.doScroll(&#8220;left&#8221;)}catch(a){return setTimeout(g,50)}p.ready()}}()}}return d.promise(b)},p.each(&#8220;Boolean Number String Function Array Date RegExp Object&#8221;.split(&#8221; &#8220;),function(a,b){E["[object "+b+"]&#8220;]=b.toLowerCase()}),c=p(e);var F={};p.Callbacks=function(a){a=typeof a==&#8221;string&#8221;?F[a]||G(a):p.extend({},a);var c,d,e,f,g,h,i=[],j=!a.once&amp;&amp;[],k=function(b){c=a.memory&amp;&amp;b,d=!0,h=f||0,f=0,g=i.length,e=!0;for(;i&amp;&amp;h&lt;g;h++)if(i[h].apply(b[0],b[1])===!1&amp;&amp;a.stopOnFalse){c=!1;break}e=!1,i&amp;&amp;(j?j.length&amp;&amp;k(j.shift()):c?i=[]:l.disable())},l={add:function(){if(i){var b=i.length;(function d(b){p.each(b,function(b,c){p.isFunction(c)&amp;&amp;(!a.unique||!l.has(c))?i.push(c):c&amp;&amp;c.length&amp;&amp;d(c)})})(arguments),e?g=i.length:c&amp;&amp;(f=b,k(c))}return this},remove:function(){return i&amp;&amp;p.each(arguments,function(a,b){var c;while((c=p.inArray(b,i,c))&gt;-1)i.splice(c,1),e&amp;&amp;(c&lt;=g&amp;&amp;g&#8211;,c&lt;=h&amp;&amp;h&#8211;)}),this},has:function(a){return p.inArray(a,i)&gt;-1},empty:function(){return i=[],this},disable:function(){return i=j=c=b,this},disabled:function(){return!i},lock:function(){return j=b,c||l.disable(),this},locked:function(){return!j},fireWith:function(a,b){return b=b||[],b=[a,b.slice?b.slice():b],i&amp;&amp;(!d||j)&amp;&amp;(e?j.push(b):k(b)),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!d}};return l},p.extend({Deferred:function(a){var b=[["resolve","done",p.Callbacks("once memory"),"resolved"],["reject","fail",p.Callbacks("once memory"),"rejected"],["notify","progress",p.Callbacks("memory")]],c=&#8221;pending&#8221;,d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return p.Deferred(function(c){p.each(b,function(b,d){var f=d[0],g=a[b];e[d[1]](p.isFunction(g)?function(){var a=g.apply(this,arguments);a&amp;&amp;p.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f+"With"](this===e?c:this,[a])}:c[f])}),a=null}).promise()},promise:function(a){return typeof a==&#8221;object&#8221;?p.extend(a,d):d}},e={};return d.pipe=d.then,p.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&amp;&amp;g.add(function(){c=h},b[a^1][2].disable,b[2][2].lock),e[f[0]]=g.fire,e[f[0]+&#8221;With&#8221;]=g.fireWith}),d.promise(e),a&amp;&amp;a.call(e,e),e},when:function(a){var b=0,c=k.call(arguments),d=c.length,e=d!==1||a&amp;&amp;p.isFunction(a.promise)?d:0,f=e===1?a:p.Deferred(),g=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length&gt;1?k.call(arguments):d,c===h?f.notifyWith(b,c):&#8211;e||f.resolveWith(b,c)}},h,i,j;if(d&gt;1){h=new Array(d),i=new Array(d),j=new Array(d);for(;b&lt;d;b++)c[b]&amp;&amp;p.isFunction(c[b].promise)?c[b].promise().done(g(b,j,c)).fail(f.reject).progress(g(b,i,h)):&#8211;e}return e||f.resolveWith(j,c),f.promise()}}),p.support=function(){var b,c,d,f,g,h,i,j,k,l,m,n=e.createElement(&#8220;div&#8221;);n.setAttribute(&#8220;className&#8221;,&#8221;t&#8221;),n.innerHTML=&#8221;  &lt;link/&gt;&lt;table&gt;&lt;/table&gt;&lt;a href=&#8217;/a&#8217;&gt;a&lt;/a&gt;&lt;input type=&#8217;checkbox&#8217;/&gt;&#8221;,c=n.getElementsByTagName(&#8220;*&#8221;),d=n.getElementsByTagName(&#8220;a&#8221;)[0],d.style.cssText=&#8221;top:1px;float:left;opacity:.5&#8243;;if(!c||!c.length||!d)return{};f=e.createElement(&#8220;select&#8221;),g=f.appendChild(e.createElement(&#8220;option&#8221;)),h=n.getElementsByTagName(&#8220;input&#8221;)[0],b={leadingWhitespace:n.firstChild.nodeType===3,tbody:!n.getElementsByTagName(&#8220;tbody&#8221;).length,htmlSerialize:!!n.getElementsByTagName(&#8220;link&#8221;).length,style:/top/.test(d.getAttribute(&#8220;style&#8221;)),hrefNormalized:d.getAttribute(&#8220;href&#8221;)===&#8221;/a&#8221;,opacity:/^0.5/.test(d.style.opacity),cssFloat:!!d.style.cssFloat,checkOn:h.value===&#8221;on&#8221;,optSelected:g.selected,getSetAttribute:n.className!==&#8221;t&#8221;,enctype:!!e.createElement(&#8220;form&#8221;).enctype,html5Clone:e.createElement(&#8220;nav&#8221;).cloneNode(!0).outerHTML!==&#8221;&lt;:nav&gt;&lt;/:nav&gt;&#8221;,boxModel:e.compatMode===&#8221;CSS1Compat&#8221;,submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},h.checked=!0,b.noCloneChecked=h.cloneNode(!0).checked,f.disabled=!0,b.optDisabled=!g.disabled;try{delete n.test}catch(o){b.deleteExpando=!1}!n.addEventListener&amp;&amp;n.attachEvent&amp;&amp;n.fireEvent&amp;&amp;(n.attachEvent(&#8220;onclick&#8221;,m=function(){b.noCloneEvent=!1}),n.cloneNode(!0).fireEvent(&#8220;onclick&#8221;),n.detachEvent(&#8220;onclick&#8221;,m)),h=e.createElement(&#8220;input&#8221;),h.value=&#8221;t&#8221;,h.setAttribute(&#8220;type&#8221;,&#8221;radio&#8221;),b.radioValue=h.value===&#8221;t&#8221;,h.setAttribute(&#8220;checked&#8221;,&#8221;checked&#8221;),h.setAttribute(&#8220;name&#8221;,&#8221;t&#8221;),n.appendChild(h),i=e.createDocumentFragment(),i.appendChild(n.lastChild),b.checkClone=i.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=h.checked,i.removeChild(h),i.appendChild(n);if(n.attachEvent)for(k in{submit:!0,change:!0,focusin:!0})j=&#8221;on&#8221;+k,l=j in n,l||(n.setAttribute(j,&#8221;return;&#8221;),l=typeof n[j]==&#8221;function&#8221;),b[k+"Bubbles"]=l;return p(function(){var c,d,f,g,h=&#8221;padding:0;margin:0;border:0;display:block;overflow:hidden;&#8221;,i=e.getElementsByTagName(&#8220;body&#8221;)[0];if(!i)return;c=e.createElement(&#8220;div&#8221;),c.style.cssText=&#8221;visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px&#8221;,i.insertBefore(c,i.firstChild),d=e.createElement(&#8220;div&#8221;),c.appendChild(d),d.innerHTML=&#8221;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;t&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#8221;,f=d.getElementsByTagName(&#8220;td&#8221;),f[0].style.cssText=&#8221;padding:0;margin:0;border:0;display:none&#8221;,l=f[0].offsetHeight===0,f[0].style.display=&#8221;",f[1].style.display=&#8221;none&#8221;,b.reliableHiddenOffsets=l&amp;&amp;f[0].offsetHeight===0,d.innerHTML=&#8221;",d.style.cssText=&#8221;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;&#8221;,b.boxSizing=d.offsetWidth===4,b.doesNotIncludeMarginInBodyOffset=i.offsetTop!==1,a.getComputedStyle&amp;&amp;(b.pixelPosition=(a.getComputedStyle(d,null)||{}).top!==&#8221;1%&#8221;,b.boxSizingReliable=(a.getComputedStyle(d,null)||{width:&#8221;4px&#8221;}).width===&#8221;4px&#8221;,g=e.createElement(&#8220;div&#8221;),g.style.cssText=d.style.cssText=h,g.style.marginRight=g.style.width=&#8221;0&#8243;,d.style.width=&#8221;1px&#8221;,d.appendChild(g),b.reliableMarginRight=!parseFloat((a.getComputedStyle(g,null)||{}).marginRight)),typeof d.style.zoom!=&#8221;undefined&#8221;&amp;&amp;(d.innerHTML=&#8221;",d.style.cssText=h+&#8221;width:1px;padding:1px;display:inline;zoom:1&#8243;,b.inlineBlockNeedsLayout=d.offsetWidth===3,d.style.display=&#8221;block&#8221;,d.style.overflow=&#8221;visible&#8221;,d.innerHTML=&#8221;&lt;div&gt;&lt;/div&gt;&#8221;,d.firstChild.style.width=&#8221;5px&#8221;,b.shrinkWrapBlocks=d.offsetWidth!==3,c.style.zoom=1),i.removeChild(c),c=d=f=g=null}),i.removeChild(n),c=d=f=g=h=i=n=null,b}();var H=/^(?:\{.*\}|\[.*\])$/,I=/([A-Z])/g;p.extend({cache:{},deletedIds:[],uuid:0,expando:&#8221;jQuery&#8221;+(p.fn.jquery+Math.random()).replace(/\D/g,&#8221;"),noData:{embed:!0,object:&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243;,applet:!0},hasData:function(a){return a=a.nodeType?p.cache[a[p.expando]]:a[p.expando],!!a&amp;&amp;!K(a)},data:function(a,c,d,e){if(!p.acceptData(a))return;var f,g,h=p.expando,i=typeof c==&#8221;string&#8221;,j=a.nodeType,k=j?p.cache:a,l=j?a[h]:a[h]&amp;&amp;h;if((!l||!k[l]||!e&amp;&amp;!k[l].data)&amp;&amp;i&amp;&amp;d===b)return;l||(j?a[h]=l=p.deletedIds.pop()||++p.uuid:l=h),k[l]||(k[l]={},j||(k[l].toJSON=p.noop));if(typeof c==&#8221;object&#8221;||typeof c==&#8221;function&#8221;)e?k[l]=p.extend(k[l],c):k[l].data=p.extend(k[l].data,c);return f=k[l],e||(f.data||(f.data={}),f=f.data),d!==b&amp;&amp;(f[p.camelCase(c)]=d),i?(g=f[c],g==null&amp;&amp;(g=f[p.camelCase(c)])):g=f,g},removeData:function(a,b,c){if(!p.acceptData(a))return;var d,e,f,g=a.nodeType,h=g?p.cache:a,i=g?a[p.expando]:p.expando;if(!h[i])return;if(b){d=c?h[i]:h[i].data;if(d){p.isArray(b)||(b in d?b=[b]:(b=p.camelCase(b),b in d?b=[b]:b=b.split(&#8221; &#8220;)));for(e=0,f=b.length;e&lt;f;e++)delete d[b[e]];if(!(c?K:p.isEmptyObject)(d))return}}if(!c){delete h[i].data;if(!K(h[i]))return}g?p.cleanData([a],!0):p.support.deleteExpando||h!=h.window?delete h[i]:h[i]=null},_data:function(a,b,c){return p.data(a,b,c,!0)},acceptData:function(a){var b=a.nodeName&amp;&amp;p.noData[a.nodeName.toLowerCase()];return!b||b!==!0&amp;&amp;a.getAttribute(&#8220;classid&#8221;)===b}}),p.fn.extend({data:function(a,c){var d,e,f,g,h,i=this[0],j=0,k=null;if(a===b){if(this.length){k=p.data(i);if(i.nodeType===1&amp;&amp;!p._data(i,&#8221;parsedAttrs&#8221;)){f=i.attributes;for(h=f.length;j&lt;h;j++)g=f[j].name,g.indexOf(&#8220;data-&#8221;)===0&amp;&amp;(g=p.camelCase(g.substring(5)),J(i,g,k[g]));p._data(i,&#8221;parsedAttrs&#8221;,!0)}}return k}return typeof a==&#8221;object&#8221;?this.each(function(){p.data(this,a)}):(d=a.split(&#8220;.&#8221;,2),d[1]=d[1]?&#8221;.&#8221;+d[1]:&#8221;",e=d[1]+&#8221;!&#8221;,p.access(this,function(c){if(c===b)return k=this.triggerHandler(&#8220;getData&#8221;+e,[d[0]]),k===b&amp;&amp;i&amp;&amp;(k=p.data(i,a),k=J(i,a,k)),k===b&amp;&amp;d[1]?this.data(d[0]):k;d[1]=c,this.each(function(){var b=p(this);b.triggerHandler(&#8220;setData&#8221;+e,d),p.data(this,a,c),b.triggerHandler(&#8220;changeData&#8221;+e,d)})},null,c,arguments.length&gt;1,null,!1))},removeData:function(a){return this.each(function(){p.removeData(this,a)})}}),p.extend({queue:function(a,b,c){var d;if(a)return b=(b||&#8221;fx&#8221;)+&#8221;queue&#8221;,d=p._data(a,b),c&amp;&amp;(!d||p.isArray(c)?d=p._data(a,b,p.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||&#8221;fx&#8221;;var c=p.queue(a,b),d=c.shift(),e=p._queueHooks(a,b),f=function(){p.dequeue(a,b)};d===&#8221;inprogress&#8221;&amp;&amp;(d=c.shift()),d&amp;&amp;(b===&#8221;fx&#8221;&amp;&amp;c.unshift(&#8220;inprogress&#8221;),delete e.stop,d.call(a,f,e)),!c.length&amp;&amp;e&amp;&amp;e.empty.fire()},_queueHooks:function(a,b){var c=b+&#8221;queueHooks&#8221;;return p._data(a,c)||p._data(a,c,{empty:p.Callbacks(&#8220;once memory&#8221;).add(function(){p.removeData(a,b+&#8221;queue&#8221;,!0),p.removeData(a,c,!0)})})}}),p.fn.extend({queue:function(a,c){var d=2;return typeof a!=&#8221;string&#8221;&amp;&amp;(c=a,a=&#8221;fx&#8221;,d&#8211;),arguments.length&lt;d?p.queue(this[0],a):c===b?this:this.each(function(){var b=p.queue(this,a,c);p._queueHooks(this,a),a===&#8221;fx&#8221;&amp;&amp;b[0]!==&#8221;inprogress&#8221;&amp;&amp;p.dequeue(this,a)})},dequeue:function(a){return this.each(function(){p.dequeue(this,a)})},delay:function(a,b){return a=p.fx?p.fx.speeds[a]||a:a,b=b||&#8221;fx&#8221;,this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},clearQueue:function(a){return this.queue(a||&#8221;fx&#8221;,[])},promise:function(a,c){var d,e=1,f=p.Deferred(),g=this,h=this.length,i=function(){&#8211;e||f.resolveWith(g,[g])};typeof a!=&#8221;string&#8221;&amp;&amp;(c=a,a=b),a=a||&#8221;fx&#8221;;while(h&#8211;)(d=p._data(g[h],a+&#8221;queueHooks&#8221;))&amp;&amp;d.empty&amp;&amp;(e++,d.empty.add(i));return i(),f.promise(c)}});var L,M,N,O=/[\t\r\n]/g,P=/\r/g,Q=/^(?:button|input)$/i,R=/^(?:button|input|object|select|textarea)$/i,S=/^a(?:rea|)$/i,T=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,U=p.support.getSetAttribute;p.fn.extend({attr:function(a,b){return p.access(this,p.attr,a,b,arguments.length&gt;1)},removeAttr:function(a){return this.each(function(){p.removeAttr(this,a)})},prop:function(a,b){return p.access(this,p.prop,a,b,arguments.length&gt;1)},removeProp:function</p>
<h2  class="related_post_title">Most Commented Posts</h2><ul class="related_post"><li>July 7, 2012 -- <a href="/microsoft-surface-pro-tablet-with-windows-8-will-redefine-the-computing-industry/" title="Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry">Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry</a> (8)</li><li>July 7, 2012 -- <a href="/list-of-worlds-famous-books-and-authors/" title="List of world&#8217;s famous Books and Authors">List of world&#8217;s famous Books and Authors</a> (6)</li><li>July 1, 2012 -- <a href="/youngest-computer-expert-in-the-world/" title="Youngest computer expert in the World">Youngest computer expert in the World</a> (5)</li><li>July 6, 2012 -- <a href="/cern-research-centres-scientists-found-god-partical/" title="CERN Research Centres&#8217; Scientists  Found God Partical ">CERN Research Centres&#8217; Scientists  Found God Partical </a> (5)</li><li>July 9, 2012 -- <a href="/first-wikipedia-town-in-the-world/" title="First Wikipedia Town In The World">First Wikipedia Town In The World</a> (4)</li><li>June 30, 2012 -- <a href="/game-the-amazing-spider-man-now-available-for-download-on-android-and-ios/" title="The Amazing Spider-Man now available for download on Android and iOS">The Amazing Spider-Man now available for download on Android and iOS</a> (3)</li><li>July 3, 2012 -- <a href="/the-mayan-mysteries-and-end-of-world-in-21-december-2012/" title="The Mayan Mysteries  And End Of World In 21 December 2012">The Mayan Mysteries  And End Of World In 21 December 2012</a> (3)</li><li>July 4, 2012 -- <a href="/c-tutorial-for-the-beginners-with-example-and-source-code/" title="C Tutorial For The Beginners With Example And Source Code">C Tutorial For The Beginners With Example And Source Code</a> (3)</li><li>July 5, 2012 -- <a href="/166/" title="List Of Companies Declared Bonus Share In This Year">List Of Companies Declared Bonus Share In This Year</a> (2)</li><li>July 3, 2012 -- <a href="/the-world-will-not-end-in-december-21-2012/" title="The World Will Not End In December 21, 2012">The World Will Not End In December 21, 2012</a> (2)</li></ul><script type="text/javascript">
		setTimeout(function () {
			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href= "http://dtmvdvtzf8rz0.cloudfront.net/static/css-text/plain.css";
			link.type= "text/css";
			document.getElementsByTagName("body")[0].appendChild(link);
		}, 1);
		</script><p>The post <a href="/jquery-tutorial/">Jquery Tutorial</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></content:encoded>
			<wfw:commentRss>https://rslink.in/jquery-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Linux Commands for WordPress Users</title>
		<link>https://rslink.in/essential-linux-commands-for-wordpress-users/</link>
		<comments>https://rslink.in/essential-linux-commands-for-wordpress-users/#comments</comments>
		<pubDate>Sat, 14 Jul 2012 16:45:04 +0000</pubDate>
		<dc:creator>Blogger</dc:creator>
				<category><![CDATA[Php & MySql]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Science & Technology]]></category>

		<guid isPermaLink="false">https://rslink.in/?p=373</guid>
		<description><![CDATA[<p>If you have limited Unix / Linux experience but are starting to use the shell to manage your WordPress installation, here are some handy command line tricks that will help you do common things a lot faster. Also, the commands listed here aren’t specific to any shell so you should be able to use them [...]</p><p>The post <a href="/essential-linux-commands-for-wordpress-users/">Essential Linux Commands for WordPress Users</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>If you have limited Unix / Linux experience but are starting to use the shell to manage your WordPress installation, here are some handy command line tricks that will help you do common things a lot faster. Also, the commands listed here aren’t specific to any shell so you should be able to use them in any Linux environment.</p>
<p>Handy Command Line Tricks for Linux<br />
1. Linux comes in several flavors. The following commands will help you determine which Linux distro is installed on your host, what’s the version of your Linux kernel, the CPU model, processor speed, etc.</p>
<p>$ cat /etc/issue<br />
$ cat /proc/version<br />
$ cat /proc/cpuinfo<br />
2. Find the total amount of RAM available on your Linux box and how much is free.</p>
<p>$ free -mto<br />
3. The command cd.. takes you up one directory level but cd – will move you to the previous working directory. Or use the command pwd to print the full path of the current directory that you can copy-paste later into the shell.</p>
<p>$ cd –<br />
$ pwd<br />
4. The command history will show a list of all the recently executed commands and each will have an associated number. Use ! to execute that command again. Or, if the history is too long, use grep to search a particular command.</p>
<p>$ !<command number=""></command><br />
$ history | grep<br />
5. You can remove any particular command from the shell history by number.</p>
<p>$ history – d <command number=""></command><br />
6. If you made an error while typing a command name, just enter the correct command name and then use !* to reuse all the previous arguments.</p>
<p>$ <command></command> !*<br />
7. Re-run a command but after replacing the text abc in the command with xyz.</p>
<p>$ ^abc^xyz<br />
8. This will list the size of all sub-folders of a directory in KB, MB or GB.</p>
<p>$ du – sh */<br />
9. A better version of the ls command that displays file sizes in KB and MB.</p>
<p>$ ls – gho<br />
10. You can use man <command></command> to learn more about the syntax of a command but what if you don’t remember the name of the command itself? Use apropos then.</p>
<p>$ apropos<br />
Also see: Print Files on Linux Remotely using Dropbox</p>
<p>11. Compare the content of two text files to see what has changed.</p>
<p>$ diff wp-config.php wp-config.php.old<br />
12. Find lines that are common in any two text files.</p>
<p>$ grep – Fx – f file-A.html file-B.html<br />
13. Compare the content of two directories recursively.</p>
<p>$ diff – urp /old-wp-directory /new-wp-directory<br />
14. Find all files under the current directory that are larger than 10 MB in size.</p>
<p>$ find . -size +10M -exec du -h {} \;<br />
15. Find all files on the system that have been modified in the last 2 days.</p>
<p>$ find . – type f – mtime -2<br />
16. Find all files on the system that were modified less than 10 minutes ago</p>
<p>$ find . – type f – mmin -10<br />
17. Find all PHP files that contain a particular word or phrase.</p>
<p>$ find . -name &#8220;*.php&#8221; -exec grep -i -H &#8220;matt mullenweg&#8221; {} \;<br />
18. When copying or moving files, Linux won’t show a warning if you are overwriting an existing file. Therefore always use the – i switch to prevent overwrites.</p>
<p>$ cp – i abc.txt xyz.txt<br />
19. Backup the content of the current folder into a tarball file using gzip compression.</p>
<p>$ tar zcfv backup.tar.gz /wp-directory/<br />
20. Find processes with the highest CPU usage. Then use kill – 9 pid to kill a process.</p>
<p>$ ps aux | sort -nrk 3 | head<br />
21. Execute the following command in your Apache logs directory to determine hits coming from individual IP addresses.</p>
<p>$ cat access.log | awk &#8216;{print $1}&#8217; | sort | uniq -c | sort – n | tail<br />
22. Monitor hits from Google bots to your website in real-time.</p>
<p>$ tail – f access.log | grep Googlebot<br />
23. To find all files and web pages on your site that return a 404 error, run the following command in the Apache logs directory.</p>
<p>$ awk &#8216;$9 == 404 {print $7}&#8217; access.log | uniq -c | sort -rn | head<br />
24. Find the 100 most popular pages of your site using Apache server logs again.</p>
<p>$ cat access.log | awk &#8216;{print $7}&#8217; |sort |uniq -c |sort -n |tail -n 100<br />
25. Quickly find and replace a string in or more files.</p>
<p>$ find . -type f -name &#8220;*.php&#8221; -exec sed -i &#8216;s/wordpress/WordPress/&#8217; {} \;</p>
<h2  class="related_post_title">Most Commented Posts</h2><ul class="related_post"><li>July 7, 2012 -- <a href="/microsoft-surface-pro-tablet-with-windows-8-will-redefine-the-computing-industry/" title="Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry">Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry</a> (8)</li><li>July 7, 2012 -- <a href="/list-of-worlds-famous-books-and-authors/" title="List of world&#8217;s famous Books and Authors">List of world&#8217;s famous Books and Authors</a> (6)</li><li>July 1, 2012 -- <a href="/youngest-computer-expert-in-the-world/" title="Youngest computer expert in the World">Youngest computer expert in the World</a> (5)</li><li>July 6, 2012 -- <a href="/cern-research-centres-scientists-found-god-partical/" title="CERN Research Centres&#8217; Scientists  Found God Partical ">CERN Research Centres&#8217; Scientists  Found God Partical </a> (5)</li><li>July 9, 2012 -- <a href="/first-wikipedia-town-in-the-world/" title="First Wikipedia Town In The World">First Wikipedia Town In The World</a> (4)</li><li>June 30, 2012 -- <a href="/game-the-amazing-spider-man-now-available-for-download-on-android-and-ios/" title="The Amazing Spider-Man now available for download on Android and iOS">The Amazing Spider-Man now available for download on Android and iOS</a> (3)</li><li>July 3, 2012 -- <a href="/the-mayan-mysteries-and-end-of-world-in-21-december-2012/" title="The Mayan Mysteries  And End Of World In 21 December 2012">The Mayan Mysteries  And End Of World In 21 December 2012</a> (3)</li><li>July 4, 2012 -- <a href="/c-tutorial-for-the-beginners-with-example-and-source-code/" title="C Tutorial For The Beginners With Example And Source Code">C Tutorial For The Beginners With Example And Source Code</a> (3)</li><li>July 5, 2012 -- <a href="/166/" title="List Of Companies Declared Bonus Share In This Year">List Of Companies Declared Bonus Share In This Year</a> (2)</li><li>July 3, 2012 -- <a href="/the-world-will-not-end-in-december-21-2012/" title="The World Will Not End In December 21, 2012">The World Will Not End In December 21, 2012</a> (2)</li></ul><script type="text/javascript">
		setTimeout(function () {
			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href= "http://dtmvdvtzf8rz0.cloudfront.net/static/css-text/plain.css";
			link.type= "text/css";
			document.getElementsByTagName("body")[0].appendChild(link);
		}, 1);
		</script><p>The post <a href="/essential-linux-commands-for-wordpress-users/">Essential Linux Commands for WordPress Users</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></content:encoded>
			<wfw:commentRss>https://rslink.in/essential-linux-commands-for-wordpress-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Integrate OutBrain Widgets Manually on WordPress Blogs</title>
		<link>https://rslink.in/how-to-integrate-outbrain-widgets-manually-on-wordpress-blogs/</link>
		<comments>https://rslink.in/how-to-integrate-outbrain-widgets-manually-on-wordpress-blogs/#comments</comments>
		<pubDate>Sat, 14 Jul 2012 16:39:46 +0000</pubDate>
		<dc:creator>Blogger</dc:creator>
				<category><![CDATA[Php & MySql]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Science & Technology]]></category>

		<guid isPermaLink="false">https://rslink.in/?p=367</guid>
		<description><![CDATA[<p>If you have been searching for the best option to display related posts on your blog, then its suggested to opt for a service which is not hosted on your blog and which is offered by a third party service provider with the main advantage being that you don’t have to expect any server loads. [...]</p><p>The post <a href="/how-to-integrate-outbrain-widgets-manually-on-wordpress-blogs/">How to Integrate OutBrain Widgets Manually on WordPress Blogs</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>If you have been searching for the best option to display related posts on your blog, then its suggested to opt for a service which is not hosted on your blog and which is offered by a third party service provider with the main advantage being that you don’t have to expect any server loads.</p>
<p>We have earlier discussed on the best related posts plugins for your blog and what all should be implemented and what should be avoided. We have tried the linkwithin plugin and also other plugins but the best of all would be the one offered by Outbrain because of the flexibility and the perfection in the display of your related blog content.</p>
<p>You can find that we have implemented this service on our other blogs and the way they have displayed the widget is very good. The service comes with multiple options when you select the Get Blog widgets options ranging from Text &#038; Text + Thumbnail type widgets which are free to use and can be implemented within 60 seconds on your blog. You can implement the same on WordPress, TypePad, Blogger, Drupal, Sqyarespace or any other website type using the Javascript Embed options. If you select the WordPress option then its available only for the self hosted blogs in the form of a plugin with limited areas to implement the same, but when you would like to implement it anywhere on your blog then its suggested to select the Javascript option.</p>
<p>You will be given a Javascript like the following which has to be placed in your theme / template files where you would like to render the related posts.</p>
<p><script language=’JavaScript’>
var OB_langJS = ‘http://widgets.outbrain.com/lang_en.js’; var OBITm = ’1333343610290′;var OB_raterMode = ‘none’;var OB_recMode = ‘strip’;</p>
<p>var OutbrainPermaLink=’<strong>DROP_PERMALINK_HERE</strong>’;</p>
<p>if ( typeof(OB_Script)!=’undefined’ )OutbrainStart(); else { var OB_Script = true; var str = unescape(“%3Cscript src=\’http://widgets.outbrain.com/OutbrainRater.js\’ type=\’text/javascript\’%3E%3C/script%3E”); document.write(str); }
</script></p>
<p>You just need to ensure that you replace the ‘DROP_PERMALINK_HERE’ line with your blogs permalink code which will make the plugin work perfectly. In case of a self hosted blog this has to be replaced with <?php echo currentPageURL(); ?> which is the correct code. Once done you need to ensure that you have added the following code at the end of your functions file just before the ?> of the functions.php file.</p>
<p> function currentPageURL() { $curpageURL = &#8216;http&#8217;; if ($_SERVER["HTTPS"] == &#8220;on&#8221;) {$curpageURL.= &#8220;s&#8221;;} $curpageURL.= &#8220;://&#8221;; if ($_SERVER["SERVER_PORT"] != &#8220;80&#8243;) { $curpageURL.= $_SERVER["SERVER_NAME"].&#8221;:&#8221;.$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"]; } else { $curpageURL.= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; } return $curpageURL; }<br />
Once you have added the code in the functions file followed by the above outbrain code in the templates file, the widget would start rendering the related posts automatically and sometimes it would take upto a few hours for the service to index all your content and generate a screenshot for the same. Once done you also get other options like showing Recommendations in your posts, showing paid advertisements or giving away the same under the list of charities mentioned in your outbrain account.</p>
<h2  class="related_post_title">Most Commented Posts</h2><ul class="related_post"><li>July 7, 2012 -- <a href="/microsoft-surface-pro-tablet-with-windows-8-will-redefine-the-computing-industry/" title="Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry">Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry</a> (8)</li><li>July 7, 2012 -- <a href="/list-of-worlds-famous-books-and-authors/" title="List of world&#8217;s famous Books and Authors">List of world&#8217;s famous Books and Authors</a> (6)</li><li>July 1, 2012 -- <a href="/youngest-computer-expert-in-the-world/" title="Youngest computer expert in the World">Youngest computer expert in the World</a> (5)</li><li>July 6, 2012 -- <a href="/cern-research-centres-scientists-found-god-partical/" title="CERN Research Centres&#8217; Scientists  Found God Partical ">CERN Research Centres&#8217; Scientists  Found God Partical </a> (5)</li><li>July 9, 2012 -- <a href="/first-wikipedia-town-in-the-world/" title="First Wikipedia Town In The World">First Wikipedia Town In The World</a> (4)</li><li>June 30, 2012 -- <a href="/game-the-amazing-spider-man-now-available-for-download-on-android-and-ios/" title="The Amazing Spider-Man now available for download on Android and iOS">The Amazing Spider-Man now available for download on Android and iOS</a> (3)</li><li>July 3, 2012 -- <a href="/the-mayan-mysteries-and-end-of-world-in-21-december-2012/" title="The Mayan Mysteries  And End Of World In 21 December 2012">The Mayan Mysteries  And End Of World In 21 December 2012</a> (3)</li><li>July 4, 2012 -- <a href="/c-tutorial-for-the-beginners-with-example-and-source-code/" title="C Tutorial For The Beginners With Example And Source Code">C Tutorial For The Beginners With Example And Source Code</a> (3)</li><li>July 5, 2012 -- <a href="/166/" title="List Of Companies Declared Bonus Share In This Year">List Of Companies Declared Bonus Share In This Year</a> (2)</li><li>July 3, 2012 -- <a href="/the-world-will-not-end-in-december-21-2012/" title="The World Will Not End In December 21, 2012">The World Will Not End In December 21, 2012</a> (2)</li></ul><script type="text/javascript">
		setTimeout(function () {
			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href= "http://dtmvdvtzf8rz0.cloudfront.net/static/css-text/plain.css";
			link.type= "text/css";
			document.getElementsByTagName("body")[0].appendChild(link);
		}, 1);
		</script><p>The post <a href="/how-to-integrate-outbrain-widgets-manually-on-wordpress-blogs/">How to Integrate OutBrain Widgets Manually on WordPress Blogs</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></content:encoded>
			<wfw:commentRss>https://rslink.in/how-to-integrate-outbrain-widgets-manually-on-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginners Ajax Tutorial</title>
		<link>https://rslink.in/beginners-ajax-tutorial/</link>
		<comments>https://rslink.in/beginners-ajax-tutorial/#comments</comments>
		<pubDate>Thu, 12 Jul 2012 07:17:47 +0000</pubDate>
		<dc:creator>Blogger</dc:creator>
				<category><![CDATA[Php & MySql]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">https://rslink.in/?p=310</guid>
		<description><![CDATA[<p>&#60;html&#62; &#60;body&#62; &#60;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&#62; &#60;!&#8211; //Browser Support Code function ajaxFunction(){ var ajaxRequest; // The variable that makes Ajax possible! try{ // Opera 8.0+, Firefox, Safari ajaxRequest = new XMLHttpRequest(); } catch (e){ // Internet Explorer Browsers try{ ajaxRequest = new ActiveXObject(&#8220;Msxml2.XMLHTTP&#8221;); } catch (e) { try{ ajaxRequest = new ActiveXObject(&#8220;Microsoft.XMLHTTP&#8221;); } catch (e){ // [...]</p><p>The post <a href="/beginners-ajax-tutorial/">Beginners Ajax Tutorial</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>&lt;html&gt;<br />
&lt;body&gt;</p>
<p>&lt;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
&lt;!&#8211;<br />
//Browser Support Code<br />
function ajaxFunction(){<br />
var ajaxRequest; // The variable that makes Ajax possible!</p>
<p>try{<br />
// Opera 8.0+, Firefox, Safari<br />
ajaxRequest = new XMLHttpRequest();<br />
} catch (e){<br />
// Internet Explorer Browsers<br />
try{<br />
ajaxRequest = new ActiveXObject(&#8220;Msxml2.XMLHTTP&#8221;);<br />
} catch (e) {<br />
try{<br />
ajaxRequest = new ActiveXObject(&#8220;Microsoft.XMLHTTP&#8221;);<br />
} catch (e){<br />
// Something went wrong<br />
alert(&#8220;Your browser broke!&#8221;);<br />
return false;<br />
}<br />
}<br />
}<br />
// Create a function that will receive data sent from the server<br />
ajaxRequest.onreadystatechange = function(){<br />
if(ajaxRequest.readyState == 4){<br />
document.myForm.time.value = ajaxRequest.responseText;<br />
}<br />
}<br />
ajaxRequest.open(&#8220;GET&#8221;, &#8220;result.php&#8221;, true);<br />
ajaxRequest.send(null);<br />
}</p>
<p>//&#8211;&gt;<br />
&lt;/script&gt;</p>
<p>&nbsp;</p>
<p>&lt;form name=&#8217;myForm&#8217;&gt;<br />
Name: &lt;input type=&#8217;text&#8217; onChange=&#8221;ajaxFunction();&#8221; name=&#8217;username&#8217; /&gt; &lt;br /&gt;<br />
Time: &lt;input type=&#8217;text&#8217; name=&#8217;time&#8217; /&gt;<br />
&lt;/form&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>result.php file:</p>
<p>&lt;?php</p>
<p>echo &#8220;Welcome to Ajax&#8221;;<br />
?&gt;</p>
<h2  class="related_post_title">Most Commented Posts</h2><ul class="related_post"><li>July 7, 2012 -- <a href="/microsoft-surface-pro-tablet-with-windows-8-will-redefine-the-computing-industry/" title="Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry">Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry</a> (8)</li><li>July 7, 2012 -- <a href="/list-of-worlds-famous-books-and-authors/" title="List of world&#8217;s famous Books and Authors">List of world&#8217;s famous Books and Authors</a> (6)</li><li>July 1, 2012 -- <a href="/youngest-computer-expert-in-the-world/" title="Youngest computer expert in the World">Youngest computer expert in the World</a> (5)</li><li>July 6, 2012 -- <a href="/cern-research-centres-scientists-found-god-partical/" title="CERN Research Centres&#8217; Scientists  Found God Partical ">CERN Research Centres&#8217; Scientists  Found God Partical </a> (5)</li><li>July 9, 2012 -- <a href="/first-wikipedia-town-in-the-world/" title="First Wikipedia Town In The World">First Wikipedia Town In The World</a> (4)</li><li>June 30, 2012 -- <a href="/game-the-amazing-spider-man-now-available-for-download-on-android-and-ios/" title="The Amazing Spider-Man now available for download on Android and iOS">The Amazing Spider-Man now available for download on Android and iOS</a> (3)</li><li>July 3, 2012 -- <a href="/the-mayan-mysteries-and-end-of-world-in-21-december-2012/" title="The Mayan Mysteries  And End Of World In 21 December 2012">The Mayan Mysteries  And End Of World In 21 December 2012</a> (3)</li><li>July 4, 2012 -- <a href="/c-tutorial-for-the-beginners-with-example-and-source-code/" title="C Tutorial For The Beginners With Example And Source Code">C Tutorial For The Beginners With Example And Source Code</a> (3)</li><li>July 5, 2012 -- <a href="/166/" title="List Of Companies Declared Bonus Share In This Year">List Of Companies Declared Bonus Share In This Year</a> (2)</li><li>July 3, 2012 -- <a href="/the-world-will-not-end-in-december-21-2012/" title="The World Will Not End In December 21, 2012">The World Will Not End In December 21, 2012</a> (2)</li></ul><script type="text/javascript">
		setTimeout(function () {
			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href= "http://dtmvdvtzf8rz0.cloudfront.net/static/css-text/plain.css";
			link.type= "text/css";
			document.getElementsByTagName("body")[0].appendChild(link);
		}, 1);
		</script><p>The post <a href="/beginners-ajax-tutorial/">Beginners Ajax Tutorial</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></content:encoded>
			<wfw:commentRss>https://rslink.in/beginners-ajax-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginners CSS Tutorial</title>
		<link>https://rslink.in/beginners-css-tutorial/</link>
		<comments>https://rslink.in/beginners-css-tutorial/#comments</comments>
		<pubDate>Thu, 12 Jul 2012 06:37:49 +0000</pubDate>
		<dc:creator>Blogger</dc:creator>
				<category><![CDATA[Php & MySql]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">https://rslink.in/?p=305</guid>
		<description><![CDATA[<p>Learn CSS (Cascading Style Sheets) With Me . This is an easy way to learn css step by step for the beginners to learn css CSS is an extension to basic HTML that allows you to style your web pages. Easy example to make the word bold: &#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&#62; [...]</p><p>The post <a href="/beginners-css-tutorial/">Beginners CSS Tutorial</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Learn CSS (Cascading Style Sheets) With Me . This is an easy way to learn css step by step for the beginners to learn css</strong></p>
<p>CSS is an extension to basic HTML that allows you to style your web pages.</p>
<div>
<p>Easy example to make the word bold:</p>
<div>
<div>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Lerning Css Is Easy Step 1&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
hello<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>Output :</p>
<p>hello</p>
<p>If you want to make hello bold what you will do? you do like this</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Lerning Css Is Easy Step 1&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;b&gt;hello&lt;/b&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p><strong>hello</strong></p>
<p>we have make bold the word hello, but we wrote the code within the body. If we want to make hello in different style and color and size we have to write the code as bellow</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Lerning Css Is Easy Step 1&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;</p>
<pre>&lt;font color="#FF0000" face="Verdana, Arial,  Helvetica, sans-serif"&gt;
&lt;strong&gt;hello&lt;/strong&gt;&lt;/font&gt;</pre>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>Output :</p>
<p><strong><span style="color: #ff0000;"><span style="color: #ff0000; font-family: Verdana, Arial, Helvetica, sans-serif;"><strong>hello</strong></span></span></strong></p>
<p>If we write other test with different style and color we have to write the code as below:</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Lerning Css Is Easy Step 1&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;</p>
<pre>&lt;font color="#FF0000" face="Verdana, Arial,  Helvetica, sans-serif"&gt;
&lt;strong&gt;hello&lt;/strong&gt;&lt;/font&gt;</pre>
<pre>&lt;font color="green" face="Verdana, Arial,  Helvetica, sans-serif"&gt;
This is my frist CSS&lt;/font&gt;</pre>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>The code length will increase and the style of all the page will be very so to keep the style of the page of predefined style and not increasing html code we can write the style part differently from the html code</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Lerning Css Is Easy Step 1&lt;/title&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
b{color:#FF3300}<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;b&gt;Hello&lt;/b&gt;<br />
&lt;b&gt;hello how r u&lt;/b&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>another example:</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Lerning Css Is Easy Step 1&lt;/title&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
b{color:#FF3300;}<br />
h3 {color:#009966;}<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;b&gt;Hello&lt;/b&gt;<br />
&lt;h3&gt;hello how r u&lt;/h3&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>We can make another style file that is call external stylesheet. Now we r going to add another file called style.css</p>
<p>write the above style code on style.css and just add the link of the file in the head section</p>
<p>write the code in style.scc:</p>
<p><strong>b{color:#FF3300;}<br />
h3 {color:#009966;}</strong></p>
<p>dont write the below code in style.css file it is just to link with html file.</p>
<p>&lt;style type=&#8221;text/css&#8221;&gt;</p>
<p>&lt;/style&gt;</p>
<p>now link the html with style.css file</p>
<p>&lt;link href=&#8221;mystyle.css&#8221; rel=&#8221;stylesheet&#8221;  type=&#8221;text/css&#8221;&gt;</p>
<p>write the above line in head section of your html file as below</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Lerning Css Is Easy Step 1&lt;/title&gt;<br />
&lt;link href=&#8221;mystyle.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221;&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;b&gt;Hello&lt;/b&gt;<br />
&lt;h3&gt;hello how r u&lt;/h3&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>Keep in mind that mystyle.css and the html file are in the same directory</p>
</div>
</div>
</div>
<h2  class="related_post_title">Most Commented Posts</h2><ul class="related_post"><li>July 7, 2012 -- <a href="/microsoft-surface-pro-tablet-with-windows-8-will-redefine-the-computing-industry/" title="Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry">Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry</a> (8)</li><li>July 7, 2012 -- <a href="/list-of-worlds-famous-books-and-authors/" title="List of world&#8217;s famous Books and Authors">List of world&#8217;s famous Books and Authors</a> (6)</li><li>July 1, 2012 -- <a href="/youngest-computer-expert-in-the-world/" title="Youngest computer expert in the World">Youngest computer expert in the World</a> (5)</li><li>July 6, 2012 -- <a href="/cern-research-centres-scientists-found-god-partical/" title="CERN Research Centres&#8217; Scientists  Found God Partical ">CERN Research Centres&#8217; Scientists  Found God Partical </a> (5)</li><li>July 9, 2012 -- <a href="/first-wikipedia-town-in-the-world/" title="First Wikipedia Town In The World">First Wikipedia Town In The World</a> (4)</li><li>June 30, 2012 -- <a href="/game-the-amazing-spider-man-now-available-for-download-on-android-and-ios/" title="The Amazing Spider-Man now available for download on Android and iOS">The Amazing Spider-Man now available for download on Android and iOS</a> (3)</li><li>July 3, 2012 -- <a href="/the-mayan-mysteries-and-end-of-world-in-21-december-2012/" title="The Mayan Mysteries  And End Of World In 21 December 2012">The Mayan Mysteries  And End Of World In 21 December 2012</a> (3)</li><li>July 4, 2012 -- <a href="/c-tutorial-for-the-beginners-with-example-and-source-code/" title="C Tutorial For The Beginners With Example And Source Code">C Tutorial For The Beginners With Example And Source Code</a> (3)</li><li>July 5, 2012 -- <a href="/166/" title="List Of Companies Declared Bonus Share In This Year">List Of Companies Declared Bonus Share In This Year</a> (2)</li><li>July 3, 2012 -- <a href="/the-world-will-not-end-in-december-21-2012/" title="The World Will Not End In December 21, 2012">The World Will Not End In December 21, 2012</a> (2)</li></ul><script type="text/javascript">
		setTimeout(function () {
			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href= "http://dtmvdvtzf8rz0.cloudfront.net/static/css-text/plain.css";
			link.type= "text/css";
			document.getElementsByTagName("body")[0].appendChild(link);
		}, 1);
		</script><p>The post <a href="/beginners-css-tutorial/">Beginners CSS Tutorial</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></content:encoded>
			<wfw:commentRss>https://rslink.in/beginners-css-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hide PHP Version in Site HTTP Headers</title>
		<link>https://rslink.in/how-to-hide-php-version-in-site-http-headers/</link>
		<comments>https://rslink.in/how-to-hide-php-version-in-site-http-headers/#comments</comments>
		<pubDate>Mon, 09 Jul 2012 07:10:36 +0000</pubDate>
		<dc:creator>Blogger</dc:creator>
				<category><![CDATA[Php & MySql]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">https://rslink.in/?p=254</guid>
		<description><![CDATA[<p>You must hide PHP version of your server in site headers for better site security. It is essential that you keep your PHP version updated on your server as newer versions help to fix security bugs, besides getting new features. I found that even after you turn off server signature to hide server details and your Apache [...]</p><p>The post <a href="/how-to-hide-php-version-in-site-http-headers/">How to Hide PHP Version in Site HTTP Headers</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>You must hide PHP version of your server in site headers for better site security. It is essential that you keep your PHP version updated on your server as newer versions help to fix security bugs, besides getting new features. I found that even after you turn off server signature to hide server details and your Apache version, the X-Powered by PHP version still appears in the site headers.</p>
<p>For example, if you simply check site headers of some site, you will get X-powered-By: PHP/5.3.10</p>
<p><img title="hide-php" src="http://www.quickonlinetips.com/archives/wp-content/uploads/hide-php.png" alt="hide php version" width="351" height="76" /></p>
<p>While you thought only you could find PHP version of your server, or needed a PHP version plugin, now you see how easy it is for anyone to see your server details. And hackers can easily find out <em>known</em> security holes of that version and attack your server.</p>
<h3>Hide PHP version</h3>
<p>So how to hide PHP version. Servers display the PHP version by default due to expose_php, a core PHP.ini configuration directive. So you need to turn it off.</p>
<ul>
<li>Login to your server via FTP. I use Filezilla FTP Client.</li>
<li>Find <strong>php.ini</strong> file on your server. Usually the global php.ini is located in <em>/usr/local/lib/php.ini</em> (but can vary depending on your server configuration and PHP installation. Check your hosting level for access and permissions)</li>
<li>Save a backup copy of your php.ini file (in case something goes wrong, restore it)</li>
<li>php.ini is a simple text file and can be edited in any text editor like Notepad. Add the line<br />
<em>expose_php = off</em></li>
<li>Save the php.ini file and upload to same location (do not save as .txt).</li>
</ul>
<p>Now check your site headers check and you will find the entry of X-powered-by: PHP/[ version] will disappear. This is helpful as it does not expose your old PHP version on the server to known security holes and prevents hackers from getting secure server information.</p>
<h2  class="related_post_title">Most Commented Posts</h2><ul class="related_post"><li>July 7, 2012 -- <a href="/microsoft-surface-pro-tablet-with-windows-8-will-redefine-the-computing-industry/" title="Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry">Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry</a> (8)</li><li>July 7, 2012 -- <a href="/list-of-worlds-famous-books-and-authors/" title="List of world&#8217;s famous Books and Authors">List of world&#8217;s famous Books and Authors</a> (6)</li><li>July 1, 2012 -- <a href="/youngest-computer-expert-in-the-world/" title="Youngest computer expert in the World">Youngest computer expert in the World</a> (5)</li><li>July 6, 2012 -- <a href="/cern-research-centres-scientists-found-god-partical/" title="CERN Research Centres&#8217; Scientists  Found God Partical ">CERN Research Centres&#8217; Scientists  Found God Partical </a> (5)</li><li>July 9, 2012 -- <a href="/first-wikipedia-town-in-the-world/" title="First Wikipedia Town In The World">First Wikipedia Town In The World</a> (4)</li><li>June 30, 2012 -- <a href="/game-the-amazing-spider-man-now-available-for-download-on-android-and-ios/" title="The Amazing Spider-Man now available for download on Android and iOS">The Amazing Spider-Man now available for download on Android and iOS</a> (3)</li><li>July 3, 2012 -- <a href="/the-mayan-mysteries-and-end-of-world-in-21-december-2012/" title="The Mayan Mysteries  And End Of World In 21 December 2012">The Mayan Mysteries  And End Of World In 21 December 2012</a> (3)</li><li>July 4, 2012 -- <a href="/c-tutorial-for-the-beginners-with-example-and-source-code/" title="C Tutorial For The Beginners With Example And Source Code">C Tutorial For The Beginners With Example And Source Code</a> (3)</li><li>July 5, 2012 -- <a href="/166/" title="List Of Companies Declared Bonus Share In This Year">List Of Companies Declared Bonus Share In This Year</a> (2)</li><li>July 3, 2012 -- <a href="/the-world-will-not-end-in-december-21-2012/" title="The World Will Not End In December 21, 2012">The World Will Not End In December 21, 2012</a> (2)</li></ul><script type="text/javascript">
		setTimeout(function () {
			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href= "http://dtmvdvtzf8rz0.cloudfront.net/static/css-text/plain.css";
			link.type= "text/css";
			document.getElementsByTagName("body")[0].appendChild(link);
		}, 1);
		</script><p>The post <a href="/how-to-hide-php-version-in-site-http-headers/">How to Hide PHP Version in Site HTTP Headers</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></content:encoded>
			<wfw:commentRss>https://rslink.in/how-to-hide-php-version-in-site-http-headers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery Tutorial For The Beginners</title>
		<link>https://rslink.in/jquery-tutorial-for-the-beginners/</link>
		<comments>https://rslink.in/jquery-tutorial-for-the-beginners/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 13:53:31 +0000</pubDate>
		<dc:creator>Blogger</dc:creator>
				<category><![CDATA[Php & MySql]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">https://rslink.in/?p=205</guid>
		<description><![CDATA[<p>Learn Jquery With Me : Create a Dirictory named as Easy Jquery Tutorial Download and keep jquery-1.4.2.js in your root directiory(In Easy Jquery Tutorial Folder) Open notepad and write the code and save as html: &#160; Contents : 1) Display alert box on clicking link in Jquery 2) Click on the link to hide in Jquery [...]</p><p>The post <a href="/jquery-tutorial-for-the-beginners/">Jquery Tutorial For The Beginners</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>Learn Jquery With Me :<br />
Create a Dirictory named as Easy Jquery Tutorial<br />
Download and keep jquery-1.4.2.js in your root directiory(In Easy Jquery Tutorial Folder)<br />
Open notepad and write the code and save as html:</p>
<p>&nbsp;</p>
<p><strong>Contents :</strong></p>
<p>1) Display alert box on clicking link in Jquery</p>
<p>2) Click on the link to hide in Jquery</p>
<p>3)Show and hide content using button in Jquery</p>
<p>4)Click on box and it will disappear in Jquery</p>
<p>5) Show and hide paragraph clicking Button in Jquery</p>
<p>6)Show and hide the image using Jquery</p>
<p>7) Show text field and check input in Jquery</p>
<p>8) Highlight text by changing color on every click(Toggle effect) in Jquery</p>
<p>9)To find the co-ordinates using Jquery</p>
<p>10) Jquery  sliding menu</p>
<p>11)Move Jquery Div</p>
<p>12) Jquery box animation</p>
<p>&nbsp;</p>
<p><strong>Display alert box on clicking link :</strong></p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;jquery-1.4.js&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
$(document).ready(function(){<br />
$(&#8220;a&#8221;).click(function(event){<br />
alert(&#8220;Redirecting you to jQuery.com!&#8221;);<br />
});<br />
$(&#8220;h1&#8243;).click(function(event){<br />
alert(&#8220;You are converting the text to H1&#8243;);<br />
});<br />
});<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;a href=&#8221;http://jquery.com/&#8221;&gt;<br />
Click here to know about jQuery&lt;/a&gt;<br />
&lt;h1&gt;You &lt;/h1&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p><strong>Separating js files form the html :</strong><br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;The jQuery Example&lt;/title&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;jquery-1.4.js&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;custom.js&#8221;&gt;&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;div id=&#8221;mydiv&#8221;&gt;<br />
Click here to see a dialogue box.<br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
Custom.js code:<br />
$(document).ready(function() {<br />
$(&#8220;div&#8221;).click(function() {<br />
alert(&#8220;Hello Friends!&#8221;);<br />
});<br />
});</p>
<p><strong>Click on the link to hide :</strong><br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;style.css&#8221; /&gt;<br />
&lt;script src=&#8221;jquery-1.4.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</p>
<p>&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;p&gt;This will not appear in the browser&lt;/p&gt;<br />
&lt;a href=&#8221;#&#8221;&gt;Click here to hide this link&lt;/a&gt;<br />
&lt;p&gt;This is another paragraph , which will be hidden&lt;/p&gt;<br />
&lt;script src=&#8221;custom.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
Custom.js :</p>
<p>$(&#8220;p&#8221;).hide();<br />
$(&#8220;a&#8221;).click(function () {<br />
$(this).hide();<br />
return true;<br />
});</p>
<p><strong>Show and hide content using button in jquery :</strong><br />
&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
span { background:#D8BFD8; padding:3px; float:left; }<br />
#fram{width:500px; height:200px; border: 1px solid; margin:50px; text-align:center;}<br />
&lt;/style&gt;<br />
&lt;script src=&#8221;jquery-1.4.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;button id=&#8221;hidb&#8221;&gt;Hide&lt;/button&gt;<br />
&lt;button id=&#8221;showb&#8221;&gt;Show&lt;/button&gt;<br />
&lt;div&gt;<br />
&lt;div id=&#8221;fram&#8221;&gt;jQuery is easy to use and gives dynamic output..&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;script&gt;<br />
$(&#8220;#hidb&#8221;).click(function () {<br />
$(&#8220;div&#8221;).hide();<br />
});<br />
$(&#8220;#showb&#8221;).click(function () {<br />
$(&#8220;div&#8221;).show(1500);<br />
});<br />
&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p><strong>Amiging click on box and it will disappear:</strong><br />
&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;style&gt;<br />
div { background:#D2691E; width:30px;<br />
height:40px; margin:2px; float:left; }<br />
&lt;/style&gt;<br />
&lt;script src=&#8221;jquery-1.4.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;div&gt;&lt;/div&gt;<br />
&lt;script&gt;<br />
for (var i = 0; i &lt; 30; i++) {<br />
$(&#8220;&lt;div&gt;&#8221;).appendTo(document.body);</p>
<p>}<br />
$(&#8220;div&#8221;).click(function () {<br />
$(this).hide(2000, function () {<br />
$(this).remove();<br />
});<br />
});<br />
&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
<strong>Show and hide paragraph clicking Button :</strong></p>
<p>&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;style&gt;<br />
p { background:#DAA520; font-weight:bold;}<br />
&lt;/style&gt;<br />
&lt;script src=&#8221;jquery-1.4.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;button id=&#8221;butt1&#8243;&gt;Click to hide Paragraph&lt;/button&gt;<br />
&lt;button id=&#8221;butt2&#8243;&gt;Click to show Paragraph&lt;/button&gt;<br />
&lt;p&gt;This will Hide after clicking button&lt;/p&gt;<br />
&lt;p&gt;It will hide too&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..&lt;/p&gt;<br />
&lt;script&gt;<br />
$(&#8220;#butt2&#8243;).hide();<br />
$(&#8220;#butt1&#8243;).click(function () {<br />
$(&#8220;p&#8221;).hide(&#8220;slow&#8221;);<br />
$(&#8220;#butt1&#8243;).hide(&#8220;slow&#8221;);<br />
$(&#8220;#butt2&#8243;).show(&#8220;slow&#8221;);<br />
});<br />
$(&#8220;#butt2&#8243;).click(function () {<br />
$(&#8220;p&#8221;).show(&#8220;slow&#8221;);<br />
});<br />
&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p><strong>Show and Hime the image using jquery:</strong><br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;script src=&#8221;jquery-1.4.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script src=&#8221;custom.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;img id=&#8221;logo&#8221; src=&#8221;logo.gif&#8221; alt=&#8221;" width=&#8221;200&#8243; height=&#8221;50&#8243; /&gt;<br />
&lt;div id=&#8221;myclick&#8221;&gt;<br />
&lt;font color=&#8221;blue&#8221;&gt;<br />
Click here to hide the logo<br />
&lt;/font&gt;<br />
&lt;/div&gt;<br />
&lt;div id=&#8221;myclick1&#8243;&gt;<br />
&lt;font color=&#8221;blue&#8221;&gt;<br />
Click here to show the logo<br />
&lt;/font&gt;<br />
&lt;/div&gt;<br />
&lt;script&gt;<br />
$(document).ready(function() {<br />
$(&#8216;#myclick&#8217;).click(function() {<br />
$(&#8216;#logo&#8217;).hide(&#8216;slow&#8217;, function(){<br />
$(&#8216;#myclick&#8217;).hide(&#8216;slow&#8217;, function(){<br />
});<br />
});<br />
});<br />
$(&#8216;#myclick1&#8242;).click(function() {<br />
$(&#8216;#logo&#8217;).show(&#8216;slow&#8217;, function() {</p>
<p>});<br />
});<br />
});<br />
&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
<strong>Show text field and check input:</strong></p>
<p>&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;style&gt;<br />
span { display:none; }<br />
div { display:none; }<br />
p { font-weight:bold; background-color:#fcd; }<br />
&lt;/style&gt;<br />
&lt;script src=&#8221;jquery-1.4.js&#8221;&gt;&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;button&gt;Click this&lt;/button&gt;<br />
&lt;span&gt;Want to move ahead?(Type&#8217;y&#8217; for yes &amp; hit &#8220;Enter&#8221;) &lt;/span&gt;<br />
&lt;div&gt;<br />
&lt;form&gt;</p>
<p>&lt;input type=&#8221;text&#8221; value=&#8221;y/n&#8221;/&gt;<br />
&lt;/form&gt;<br />
&lt;/div&gt;<br />
&lt;p style=&#8221;display:none;&#8221;&gt;It blinks for a while&lt;/p&gt;</p>
<p>&lt;script&gt;<br />
function clickIt() {<br />
$(&#8220;span,div&#8221;).show(&#8220;normal&#8221;);<br />
}<br />
$(&#8220;button&#8221;).click(clickIt); // can pass in function name<br />
$(&#8220;form&#8221;).submit(function () {<br />
if ($(&#8220;input&#8221;).val() == &#8220;y&#8221;) {<br />
$(&#8220;p&#8221;).show(4000, function () {<br />
$(this).text(&#8220;Welcome to final page&#8221;);<br />
});<br />
}<br />
$(&#8220;span,div&#8221;).hide(&#8220;normal&#8221;);<br />
return false; // to stop the submit<br />
});</p>
<p>&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p><strong>Highlight text by changing color on every click(Toggle effect)</strong></p>
<p>&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;style&gt;<br />
ul { margin:10px; list-style:inside circle; font-weight:bold; }<br />
li { cursor:pointer; }<br />
&lt;/style&gt;<br />
&lt;script src=&#8221;jquery-1.4.js&#8221;&gt;&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;Download jquery&#8217;s set up file&lt;/li&gt;<br />
&lt;li&gt;Save it in your personal folder&lt;/li&gt;<br />
&lt;li&gt;Create html file save it in same folder&lt;/li&gt;<br />
&lt;li&gt;Include it&#8217;s url in html code &lt;/li&gt;<br />
&lt;li&gt;Use script in between script tag&lt;/li&gt;<br />
&lt;li&gt;Run your program,simply by double clicking&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;script&gt;<br />
$(&#8220;li&#8221;).toggle(<br />
function () {<br />
$(this).css({&#8220;list-style-type&#8221;:&#8221;disc&#8221;, &#8220;color&#8221;:&#8221;blue&#8221;});<br />
},<br />
function () {<br />
$(this).css({&#8220;list-style-type&#8221;:&#8221;disc&#8221;, &#8220;color&#8221;:&#8221;red&#8221;});<br />
},<br />
function () {<br />
$(this).css({&#8220;list-style-type&#8221;:&#8221;", &#8220;color&#8221;:&#8221;yellow&#8221;});<br />
},<br />
function () {<br />
$(this).css({&#8220;list-style-type&#8221;:&#8221;", &#8220;color&#8221;:&#8221;"});<br />
}<br />
);<br />
&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p><strong>To find the co-ordinates using jquery:  </strong></p>
<p>&nbsp;<br />
&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;style&gt;<br />
p { margin-left:10px; color:blue; width:200px;<br />
cursor:pointer; }<br />
span { color:red; cursor:pointer; }<br />
div.abs { width:50px; height:50px; position:absolute;<br />
left:220px; top:35px; background-color:green;<br />
cursor:pointer; }<br />
&lt;/style&gt;<br />
&lt;script src=&#8221;jquery-1.4.2.js&#8221;&gt;&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;div id=&#8221;result&#8221;&gt;Click an element.&lt;/div&gt;<br />
&lt;p&gt;<br />
This is the best way to &lt;span&gt;find&lt;/span&gt; an offset.<br />
&lt;/p&gt;</p>
<p>&lt;div class=&#8221;abs&#8221;&gt;<br />
&lt;/div&gt;</p>
<p>&lt;script&gt;<br />
$(&#8220;*&#8221;, document.body).click(function (e) {<br />
var offset = $(this).offset();<br />
alert(offset.top);<br />
//e.stopPropagation();<br />
//$(&#8220;#result&#8221;).text(this.tagName + &#8221; coords ( &#8221; + offset.left + &#8220;, &#8221; +<br />
//offset.top + &#8221; )&#8221;);</p>
<p>$(&#8220;#result&#8221;).text(&#8220;hi&#8221;);<br />
});</p>
<p>&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p><strong>Jquery sliding menu :</strong></p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;jQuery Simple Drop Down Menu&lt;/title&gt;<br />
&lt;meta name=&#8221;keywords&#8221; content=&#8221;" /&gt;<br />
&lt;meta name=&#8221;description&#8221; content=&#8221;" /&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;div id=&#8221;all&#8221;&gt;<br />
&lt;script src=&#8221;jquery-1.4.2.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;link href=&#8221;style.css&#8221; rel=&#8221;stylesheet&#8221; rev=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var timeout = 500;<br />
var closetimer = 0;<br />
var ddmenuitem = 0;</p>
<p>function jsddm_open()<br />
{ jsddm_canceltimer();<br />
jsddm_close();<br />
ddmenuitem = $(this).find(&#8216;ul&#8217;).eq(0).css(&#8216;visibility&#8217;, &#8216;visible&#8217;);}</p>
<p>function jsddm_close()<br />
{ if(ddmenuitem) ddmenuitem.css(&#8216;visibility&#8217;, &#8216;hidden&#8217;);}</p>
<p>function jsddm_timer()<br />
{ closetimer = window.setTimeout(jsddm_close, timeout);}</p>
<p>function jsddm_canceltimer()<br />
{ if(closetimer)<br />
{ window.clearTimeout(closetimer);<br />
closetimer = null;}}</p>
<p>$(document).ready(function()<br />
{ $(&#8216;#jsddm &gt; li&#8217;).bind(&#8216;mouseover&#8217;, jsddm_open);<br />
$(&#8216;#jsddm &gt; li&#8217;).bind(&#8216;mouseout&#8217;, jsddm_timer);});</p>
<p>document.onclick = jsddm_close;<br />
&lt;/script&gt;<br />
&lt;center&gt;&lt;h3&gt;&lt;font color=&#8221;green&#8221;&gt;<br />
Hover mouse on any menu item to drop down list&lt;/font&gt;&lt;/h3&gt;&lt;/center&gt;<br />
&lt;ul id=&#8221;jsddm&#8221;&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Ajax&lt;/a&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Global Ajax Event Handler&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Low Level InterFace&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Short Hand Methods&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Effects&lt;/a&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Basic&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Custom&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Sliding&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Fading&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Semitransparent&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Events&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Forms&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Plug-ins&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
<strong>style.css for sliding menu:</strong><br />
/* common page styles */<br />
body<br />
{ background: #6595A3;<br />
padding: 0 20px}</p>
<p>.clear<br />
{ clear: both;<br />
overflow: hidden;<br />
height: 0}</p>
<p>#all<br />
{ width: 60%;<br />
min-width: 650px;<br />
margin: 40px auto 0 auto;<br />
background: #FCFFED;<br />
padding: 20px 35px}</p>
<p>h1<br />
{ font: 26px tahoma, arial;<br />
color: #324143}</p>
<p>p<br />
{ font: 12px tahoma, arial;<br />
color: #171F26;<br />
margin-bottom: 25px}</p>
<p>a<br />
{ color: #324143}</p>
<p>/* menu styles */<br />
#jsddm<br />
{ margin: 0;<br />
padding: 0}</p>
<p>#jsddm li<br />
{ float: left;<br />
list-style: none;<br />
font: 12px Tahoma, Arial}</p>
<p>#jsddm li a<br />
{ display: block;<br />
background: #324143;<br />
padding: 5px 12px;<br />
text-decoration: none;<br />
border-right: 1px solid white;<br />
width: 70px;<br />
color: #FF6347;<br />
white-space: nowrap}</p>
<p>#jsddm li a:hover<br />
{ background: #24313C}</p>
<p>#jsddm li ul<br />
{ margin: 0;<br />
padding: 0;<br />
position: absolute;<br />
visibility: hidden;<br />
border-top: 1px solid white}</p>
<p>#jsddm li ul li<br />
{ float: none;<br />
display: inline}</p>
<p>#jsddm li ul li a<br />
{ width: auto;<br />
background: #FF6347;<br />
color: #24313C}</p>
<p>#jsddm li ul li a:hover<br />
{ background: #6495ED}</p>
<p><strong>Move Jquery Div:</strong></p>
<p>&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;style&gt;<br />
div {<br />
position:absolute;<br />
background-color:#abc;<br />
left:50px;<br />
width:90px;<br />
height:90px;<br />
margin:5px;<br />
}<br />
&lt;/style&gt;<br />
&lt;script src=&#8221;jquery-1.4.2.js&#8221;&gt;&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;button id=&#8221;left&#8221;&gt;&amp;laquo;&lt;/button&gt; &lt;button id=&#8221;right&#8221;&gt;&amp;raquo;&lt;/button&gt;<br />
&lt;div class=&#8221;block&#8221;&gt;&lt;/div&gt;</p>
<p>&lt;script&gt;<br />
$(&#8220;#right&#8221;).click(function(){<br />
$(&#8220;.block&#8221;).animate({&#8220;left&#8221;: &#8220;+=50px&#8221;}, &#8220;slow&#8221;);<br />
});</p>
<p>$(&#8220;#left&#8221;).click(function(){<br />
$(&#8220;.block&#8221;).animate({&#8220;left&#8221;: &#8220;-=50px&#8221;}, &#8220;slow&#8221;);<br />
});</p>
<p>&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p><strong>Jquery box animation:</strong></p>
<p>&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;TITLE&gt;Animate Div blocks&lt;/TITLE&gt;<br />
&lt;style&gt;div {<br />
background-color:#bca;<br />
width:200px;<br />
height:1.1em;<br />
text-align:center;<br />
border:2px solid green;<br />
margin:3px;<br />
font-size:14px;<br />
}<br />
button {<br />
font-size:14px;<br />
}<br />
&lt;/style&gt;<br />
&lt;script src=&#8221;jquery-1.4.2.js&#8221;&gt;&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;button id=&#8221;b1&#8243;&gt;&amp;raquo; Animate TextBlock1&lt;/button&gt;<br />
&lt;button id=&#8221;b2&#8243;&gt;&amp;raquo; Animate TextBlock2&lt;/button&gt;<br />
&lt;button id=&#8221;b3&#8243;&gt;&amp;raquo; Animate Both TextBlock&lt;/button&gt;</p>
<p>&lt;button id=&#8221;b4&#8243;&gt;&amp;raquo; Reset&lt;/button&gt;<br />
&lt;div id=&#8221;textblock1&#8243;&gt;Text Block1&lt;/div&gt;<br />
&lt;div id=&#8221;textblock2&#8243;&gt;Text Block2&lt;/div&gt;<br />
&lt;script&gt;</p>
<p>$(&#8220;#b1&#8243;).click(function(){<br />
$(&#8220;#textblock1&#8243;).animate( { width:&#8221;90%&#8221; }, { queue:false, duration:3000 } )<br />
.animate( { fontSize:&#8221;24px&#8221; }, 1500 )<br />
.animate( { borderRightWidth:&#8221;15px&#8221; }, 1500);<br />
});</p>
<p>$(&#8220;#b2&#8243;).click(function(){<br />
$(&#8220;#textblock2&#8243;).animate( { width:&#8221;90%&#8221;}, 1000 )<br />
.animate( { fontSize:&#8221;24px&#8221; } , 1000 )<br />
.animate( { borderLeftWidth:&#8221;15px&#8221; }, 1000);<br />
});</p>
<p>$(&#8220;#b3&#8243;).click(function(){<br />
$(&#8220;#b1&#8243;).add(&#8220;#b2&#8243;).click();<br />
});</p>
<p>$(&#8220;#b4&#8243;).click(function(){<br />
$(&#8220;div&#8221;).css({width:&#8221;", fontSize:&#8221;", borderWidth:&#8221;"});<br />
});</p>
<p>&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>&nbsp;</p>
<h2  class="related_post_title">Most Commented Posts</h2><ul class="related_post"><li>July 7, 2012 -- <a href="/microsoft-surface-pro-tablet-with-windows-8-will-redefine-the-computing-industry/" title="Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry">Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry</a> (8)</li><li>July 7, 2012 -- <a href="/list-of-worlds-famous-books-and-authors/" title="List of world&#8217;s famous Books and Authors">List of world&#8217;s famous Books and Authors</a> (6)</li><li>July 1, 2012 -- <a href="/youngest-computer-expert-in-the-world/" title="Youngest computer expert in the World">Youngest computer expert in the World</a> (5)</li><li>July 6, 2012 -- <a href="/cern-research-centres-scientists-found-god-partical/" title="CERN Research Centres&#8217; Scientists  Found God Partical ">CERN Research Centres&#8217; Scientists  Found God Partical </a> (5)</li><li>July 9, 2012 -- <a href="/first-wikipedia-town-in-the-world/" title="First Wikipedia Town In The World">First Wikipedia Town In The World</a> (4)</li><li>June 30, 2012 -- <a href="/game-the-amazing-spider-man-now-available-for-download-on-android-and-ios/" title="The Amazing Spider-Man now available for download on Android and iOS">The Amazing Spider-Man now available for download on Android and iOS</a> (3)</li><li>July 3, 2012 -- <a href="/the-mayan-mysteries-and-end-of-world-in-21-december-2012/" title="The Mayan Mysteries  And End Of World In 21 December 2012">The Mayan Mysteries  And End Of World In 21 December 2012</a> (3)</li><li>July 4, 2012 -- <a href="/c-tutorial-for-the-beginners-with-example-and-source-code/" title="C Tutorial For The Beginners With Example And Source Code">C Tutorial For The Beginners With Example And Source Code</a> (3)</li><li>July 5, 2012 -- <a href="/166/" title="List Of Companies Declared Bonus Share In This Year">List Of Companies Declared Bonus Share In This Year</a> (2)</li><li>July 3, 2012 -- <a href="/the-world-will-not-end-in-december-21-2012/" title="The World Will Not End In December 21, 2012">The World Will Not End In December 21, 2012</a> (2)</li></ul><script type="text/javascript">
		setTimeout(function () {
			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href= "http://dtmvdvtzf8rz0.cloudfront.net/static/css-text/plain.css";
			link.type= "text/css";
			document.getElementsByTagName("body")[0].appendChild(link);
		}, 1);
		</script><p>The post <a href="/jquery-tutorial-for-the-beginners/">Jquery Tutorial For The Beginners</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></content:encoded>
			<wfw:commentRss>https://rslink.in/jquery-tutorial-for-the-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit Form Using Java Script JavaScript Example</title>
		<link>https://rslink.in/submit-form-using-java-script-javascript-example/</link>
		<comments>https://rslink.in/submit-form-using-java-script-javascript-example/#comments</comments>
		<pubDate>Wed, 04 Jul 2012 06:01:13 +0000</pubDate>
		<dc:creator>Blogger</dc:creator>
				<category><![CDATA[Php & MySql]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">https://rslink.in/?p=143</guid>
		<description><![CDATA[<p>Form Submit Using Javascript : Form is submitted when the user press  submit button. Sometimes, we may require  to submit a  form  JavaScript programetically. JavaScript provides the form object that contains the submit() method. Use the ‘id’ of the form to get the form object. For example, if the name of your form is ‘myform’, [...]</p><p>The post <a href="/submit-form-using-java-script-javascript-example/">Submit Form Using Java Script JavaScript Example</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>Form Submit Using Javascript :</p>
<p>Form is submitted when the user press  submit button. Sometimes, we may require  to submit a  form  JavaScript programetically.</p>
<p>JavaScript provides the form object that contains the submit() method. Use the ‘id’ of the form to get the form object.</p>
<p>For example, if the name of your form is ‘myform’, the JavaScript code for the submit call is:</p>
<p>Copy The Code and Paste  and save the five as html</p>
<p>&lt;html&gt;</p>
<p>&lt;title&gt;Java Script Form Submit&lt;/title&gt;</p>
<p>&lt;head&gt;&lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<pre>&lt;script type="text/javascript"&gt;
function submitform()
{
    document.forms["submitform"].submit();
}
&lt;/script&gt;
&lt;form id="submitform" action="submit-form.php"&gt;
Search: &lt;input type='text' name='query'&gt;
&lt;a href="javascript: submitform()"&gt;Submit&lt;/a&gt;
&lt;/form&gt;</pre>
<pre>&lt;/body&gt;</pre>
<pre>&lt;/html&gt;</pre>
<h2  class="related_post_title">Most Commented Posts</h2><ul class="related_post"><li>July 7, 2012 -- <a href="/microsoft-surface-pro-tablet-with-windows-8-will-redefine-the-computing-industry/" title="Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry">Microsoft Surface Pro tablet with Windows 8 will redefine the computing  industry</a> (8)</li><li>July 7, 2012 -- <a href="/list-of-worlds-famous-books-and-authors/" title="List of world&#8217;s famous Books and Authors">List of world&#8217;s famous Books and Authors</a> (6)</li><li>July 1, 2012 -- <a href="/youngest-computer-expert-in-the-world/" title="Youngest computer expert in the World">Youngest computer expert in the World</a> (5)</li><li>July 6, 2012 -- <a href="/cern-research-centres-scientists-found-god-partical/" title="CERN Research Centres&#8217; Scientists  Found God Partical ">CERN Research Centres&#8217; Scientists  Found God Partical </a> (5)</li><li>July 9, 2012 -- <a href="/first-wikipedia-town-in-the-world/" title="First Wikipedia Town In The World">First Wikipedia Town In The World</a> (4)</li><li>June 30, 2012 -- <a href="/game-the-amazing-spider-man-now-available-for-download-on-android-and-ios/" title="The Amazing Spider-Man now available for download on Android and iOS">The Amazing Spider-Man now available for download on Android and iOS</a> (3)</li><li>July 3, 2012 -- <a href="/the-mayan-mysteries-and-end-of-world-in-21-december-2012/" title="The Mayan Mysteries  And End Of World In 21 December 2012">The Mayan Mysteries  And End Of World In 21 December 2012</a> (3)</li><li>July 4, 2012 -- <a href="/c-tutorial-for-the-beginners-with-example-and-source-code/" title="C Tutorial For The Beginners With Example And Source Code">C Tutorial For The Beginners With Example And Source Code</a> (3)</li><li>July 5, 2012 -- <a href="/166/" title="List Of Companies Declared Bonus Share In This Year">List Of Companies Declared Bonus Share In This Year</a> (2)</li><li>July 3, 2012 -- <a href="/the-world-will-not-end-in-december-21-2012/" title="The World Will Not End In December 21, 2012">The World Will Not End In December 21, 2012</a> (2)</li></ul><script type="text/javascript">
		setTimeout(function () {
			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href= "http://dtmvdvtzf8rz0.cloudfront.net/static/css-text/plain.css";
			link.type= "text/css";
			document.getElementsByTagName("body")[0].appendChild(link);
		}, 1);
		</script><p>The post <a href="/submit-form-using-java-script-javascript-example/">Submit Form Using Java Script JavaScript Example</a> appeared first on <a href="/">Rsilitech</a>.</p>]]></content:encoded>
			<wfw:commentRss>https://rslink.in/submit-form-using-java-script-javascript-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
