<?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>Bagesh Singh&#039;s Blog &#187; technique</title>
	<atom:link href="http://www.bageshsingh.com/bagesh-blog/tag/technique/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bageshsingh.com/bagesh-blog</link>
	<description>Shortest Distance to  Web Solutions &#38; Software Solutions</description>
	<lastBuildDate>Wed, 22 Feb 2012 18:42:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to disable context menu in browsers ?</title>
		<link>http://www.bageshsingh.com/bagesh-blog/2010/03/how-to-disable-context-menu-in-browsers/</link>
		<comments>http://www.bageshsingh.com/bagesh-blog/2010/03/how-to-disable-context-menu-in-browsers/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 06:49:07 +0000</pubDate>
		<dc:creator>Bagesh Singh</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[technique]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.bageshsingh.com/bagesh-blog/?p=133</guid>
		<description><![CDATA[Today, I would like to share a fairly simple technique to disable right click menu of the website. I was using around 10-15 lines of JavaScript code to disable the menu that appears on the right click on the browser. Here the code which you can use in the body tag of the document. &#60;body [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I would like to share a fairly simple technique to disable right click menu of the website. I was using around 10-15 lines of JavaScript code to disable the menu that appears on the right click on the browser.</p>
<p>Here the code which you can use in the body tag of the document.</p>
<pre>&lt;body oncontextmenu="return false;"&gt;</pre>
<p>As you can see, this code blocks the context menu i.e the menu which appears on the right click on the browsers. I</p>
<div id="seo_alrp_related"><h2>Posts Related to How to disable context menu in browsers ?</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/create-a-transparent-jquery-ui-autocomplete-menu/" rel="bookmark">Create a Transparent jQuery UI AutoComplete Menu</a></h3><p>Let us quickly see how to create a Transparent jQuery UI AutoComplete Menu. Here’s some code to implement the AutoComplete Menu. We will make it ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/disable-all-or-selective-controls-on-a-page-using-jquery/" rel="bookmark">Disable All or Selective Controls on a Page using jQuery</a></h3><p>Disabling controls on a Page using jQuery is a cakewalk, thanks to the wonderful Selector API. Here’s an example. I have kept a couple of ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/05/what-determines-my-homepage-in-joomla/" rel="bookmark">What determines my homepage in joomla?</a></h3><p>Your "homepage" in a traditional html site--the page that shows when you type mydomain.com for example-- would be the page displaying that is in the ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/11/sleek-and-smooth-animated-menu-jquery/" rel="bookmark">Sleek and Smooth animated menu using jQuery</a></h3><p>Today, I’m going to show you something interesting with jQuery. Yesterday I was thinking something to post something programming related stuff  in blog after long ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/05/how-do-i-make-a-menu-link-that-is-not-clickable-in-joomla/" rel="bookmark">How do I make a menu link that is not clickable in joomla?</a></h3><p>To make a menu link that does not connect to anything (is not clickable) use the link type Separator/Placeholder.</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bageshsingh.com/bagesh-blog/2010/03/how-to-disable-context-menu-in-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide .php extension with url rewriting using .htaccess</title>
		<link>http://www.bageshsingh.com/bagesh-blog/2010/02/hide-php-extension-with-url-rewriting-using-htaccess/</link>
		<comments>http://www.bageshsingh.com/bagesh-blog/2010/02/hide-php-extension-with-url-rewriting-using-htaccess/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 14:26:22 +0000</pubDate>
		<dc:creator>Bagesh Singh</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[file extension]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[technique]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.bageshsingh.com/bagesh-blog/?p=23</guid>
		<description><![CDATA[Last time I Posts Related to Hide .php extension with url rewriting using .htaccess5 useful url rewriting examples using .htaccessIf you are looking for the examples of URL rewriting then this post might be useful for you. In this post, IHiding PHP file extensionDo you want to hide your web siteCustom Error Page with .htaccessIn [...]]]></description>
			<content:encoded><![CDATA[<p>Last time I</p>
<div id="seo_alrp_related"><h2>Posts Related to Hide .php extension with url rewriting using .htaccess</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/02/5-useful-url-rewriting-examples-using-htaccess/" rel="bookmark">5 useful url rewriting examples using .htaccess</a></h3><p>If you are looking for the examples of URL rewriting then this post might be useful for you. In this post, I</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/02/hiding-php-file-extension/" rel="bookmark">Hiding PHP file extension</a></h3><p>Do you want to hide your web site</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/02/custom-error-page-with-htaccess/" rel="bookmark">Custom Error Page with .htaccess</a></h3><p>In my last post of Hiding .php file extension with .htaccess Michael has mentioned that you can create your own custom page for the the ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/11/check-enable-mod_rewrite-apache/" rel="bookmark">How to check and enable mod_rewrite module in apache</a></h3><p>I’ve got around 15 emails asking from readers, how to check the mod_rewrite module in apache and enable mod_rewrite module in apache after reading two ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/08/please-explain-frm-myd-myi-in-mysql/" rel="bookmark">Please explain .frm .myd .myi in mysql?</a></h3><p>Each MyISAM table is stored on disk in three files. The files have names that begin with the table name and have an extension to ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bageshsingh.com/bagesh-blog/2010/02/hide-php-extension-with-url-rewriting-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

