<?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>Website Builders Guide &#187; Beginning Java Script</title>
	<atom:link href="http://www.websitebuildersguide.com/how-to-make-a-site/category/beginning-java-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websitebuildersguide.com</link>
	<description>Website Builders Guide</description>
	<lastBuildDate>Mon, 18 Feb 2008 10:19:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Free Java Script Download</title>
		<link>http://www.websitebuildersguide.com/how-to-make-a-site/53/free-java-script-download/</link>
		<comments>http://www.websitebuildersguide.com/how-to-make-a-site/53/free-java-script-download/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 11:04:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginning Java Script]]></category>
		<category><![CDATA[Free Java Script Download]]></category>

		<guid isPermaLink="false">http://www.wpblogbuilder.com/how-to-make-a-site/53/free-java-script-download/</guid>
		<description><![CDATA[ Free Java Script Download &#8211; Disable right mouse click Java Script.
This java script will help you disable the right mouse click feature of your
visitors mouse. This is a great java script to protect images on your webpage&#8217;s.
Copy the code from &#60;script language=&#8221;JavaScript&#8221;&#62; to &#60;/script&#62; (high lighted
in burgundy) and paste it into your webpage either [...]]]></description>
			<content:encoded><![CDATA[<p> <strong>Free Java Script Download</strong> &#8211; Disable right mouse click Java Script.</p>
<p>This java script will help you disable the right mouse click feature of your<br />
visitors mouse. This is a great java script to protect images on your webpage&#8217;s.</p>
<p>Copy the code from &lt;script language=&#8221;JavaScript&#8221;&gt; to &lt;/script&gt; (high lighted<br />
in burgundy) and paste it into your webpage either in before the body tag or for<br />
SBI Block Builders place it before your content.</p>
<p><font color="#990000">&lt;script language=JavaScript&gt;</font></p>
<p><font color="#990000">&lt;!&#8211;</font></p>
<p><font color="#990000">var message=&#8221;This action is not allowed and has been Disabled!&#8221;;</font></p>
<p><font color="#990000">function clickIE4(){</font></p>
<p><font color="#990000">if (event.button==2){</font></p>
<p><font color="#990000">alert(message);</font></p>
<p><font color="#990000">return false;</font></p>
<p><font color="#990000">}</font></p>
<p><font color="#990000">}</font></p>
<p><font color="#990000">function clickNS4(e){</font></p>
<p><font color="#990000">if (document.layers||document.getElementById&amp;&amp;!document.all){</font></p>
<p><font color="#990000">if (e.which==2||e.which==3){</font></p>
<p><font color="#990000">alert(message);</font></p>
<p><font color="#990000">return false;</font></p>
<p><font color="#990000">}</font></p>
<p><font color="#990000">}</font></p>
<p><font color="#990000">}</font></p>
<p><font color="#990000">if (document.layers){</font></p>
<p><font color="#990000">document.captureEvents(Event.MOUSEDOWN);</font></p>
<p><font color="#990000">document.onmousedown=clickNS4;</font></p>
<p><font color="#990000">}</font></p>
<p><font color="#990000">else if (document.all&amp;&amp;!document.getElementById){</font></p>
<p><font color="#990000">document.onmousedown=clickIE4;</font></p>
<p><font color="#990000">} </font></p>
<p><font color="#990000">document.oncontextmenu=new Function(&#8220;alert(message);return false&#8221;)</font></p>
<p><font color="#990000">// &#8211;&gt; </font></p>
<p><font color="#990000">&lt;/script&gt;</font></p>
<p><!--adsensestart--><br />
<br />
Code Works in IE and Firefox. &#8211; <a href="http://www.websitebuildersguide.com/how-to-make-a-site/tag/java-script-the-definitive-guide/" class="internal_tag" rel="tag" title="Posts tagged with Java Script the Definitive Guide">Java Script the Definitive Guide</a>.</p>
<p>Don&#8217;t forget to browse our website for more <a href="http://www.websitebuildersguide.com/how-to-make-a-site/tag/free-java-script-download/" class="internal_tag" rel="tag" title="Posts tagged with Free Java Script Download">free java script download</a> code.<br />
If there is something you need and you can&#8217;t find it please contact us via the<br />
contact form and let us know what you&#8217;re looking for and I will do my best to<br />
come up with a solution for you.</p>
<p>Java script code can be created for most needs its just a matter of creating good<br />
code that can work on most web browsers which can be a mission on its own.<br />
Another alternative is to browse the Internet for other usable code yo may be<br />
looking for to do that specific job on your webpage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitebuildersguide.com/how-to-make-a-site/53/free-java-script-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Script the Definitive Guide</title>
		<link>http://www.websitebuildersguide.com/how-to-make-a-site/52/java-script-the-definitive-guide/</link>
		<comments>http://www.websitebuildersguide.com/how-to-make-a-site/52/java-script-the-definitive-guide/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 10:53:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginning Java Script]]></category>
		<category><![CDATA[Java Script the Definitive Guide]]></category>

		<guid isPermaLink="false">http://www.wpblogbuilder.com/how-to-make-a-site/52/java-script-the-definitive-guide/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.websitebuildersguide.com/how-to-make-a-site/52/java-script-the-definitive-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning Java Script</title>
		<link>http://www.websitebuildersguide.com/how-to-make-a-site/51/beginning-java-script/</link>
		<comments>http://www.websitebuildersguide.com/how-to-make-a-site/51/beginning-java-script/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 10:50:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginning Java Script]]></category>

		<guid isPermaLink="false">http://www.wpblogbuilder.com/how-to-make-a-site/51/beginning-java-script/</guid>
		<description><![CDATA[Beginning Java Script for the first time can be a daunting experience because its something new you need to learn. Java script can add flexibility to your web pages by using the powerful scripting capabilities of this programming language.
Java script is a client based programming language. This means that the java script will be activated to run [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Beginning Java Script </strong>for the first time can be a daunting experience because its something new you need to learn. Java script can add flexibility to your web pages by using the powerful scripting capabilities of this programming language.</p>
<p>Java script is a client based programming language. This means that the java script will be activated to run and perform once the webpage commences to open in your visitors web browser.</p>
<p>There is also a server side programming language that works like Java Script but gets activated and starts to perform what the code has been programmed to do from the server once a web page starts to load up in a web browser.</p>
<p>An example of this is PHP or ASP.</p>
<p>A little care is needed to make sure you choose java scripts that work in Internet Explorer, Fire Fox and some other browsers.</p>
<p>Today we are in a better position than we were 5 years ago when selecting and applying java script to web pages. The reason is that time has passed so sufficient testing can be done and we end up having true and tested Java Script.</p>
<p>Javascript can be programmed to do a variety of things and if applied and used correctly can add very powerful applications in web pages. Don&#8217;t rush in adding Javascript to your web page&#8217;s when <em>beginning java script</em> additions to your content. Make sure you do your research and you find the correct code that will work with your purpose in mind for your web page&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitebuildersguide.com/how-to-make-a-site/51/beginning-java-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
