<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[we developers forum - Is javascript enabled?]]></title>
	<link rel="self" href="http://forum.wedevs.com/feed/atom/topic/36/"/>
	<updated>2009-03-18T19:05:33Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.wedevs.com/topic/36/is-javascript-enabled/</id>
		<entry>
			<title type="html"><![CDATA[Re: Is javascript enabled?]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/post/143/#p143"/>
			<content type="html"><![CDATA[Does any1 now work on JavaScript to handle partial loading of image
and creating http application interface like google earth?
I m trying 2 develop an interface like google earth where there may be action command for zoom in & zoom out
moving laft/right/top/bottom with my own map image and selected positioning attributes from mysql db.]]></content>
			<author>
				<name><![CDATA[qaosar]]></name>
				<uri>http://forum.wedevs.com/user/4/</uri>
			</author>
			<updated>2009-03-18T19:05:33Z</updated>
			<id>http://forum.wedevs.com/post/143/#p143</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Is javascript enabled?]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/post/131/#p131"/>
			<content type="html"><![CDATA[Sometimes we need to check that if javascript is enabled. To do this, we will add some codes. It will show, if only javascript is disabled.
[code=html]<NOSCRIPT>
<H3>Your JavaScript is disabled</H3> 
<strong>For Internet Explorer</strong><br />
Go to "View -> Internet Options -> Security tab<br />
Select "Custom" and click on the "Settings..." button<br />
To enable: make sure "Enable" is selected under "Active scripting"<br />
To disable: make sure "Disable" is selected under "Active scripting"<br /><br />

<strong>For FireFox</strong><br />
Go to "Tools" -> "Options"<br />
Go to "Content" tab and "Enable JavaScript"<br /><br />

<strong>For Opera</strong><br />
Go to "Tools" -> "Preferences"<br />
Go to "Advanced" tab -> "Content" and "Enable JavaScript"<br /><br />
</div>
</NOSCRIPT>[/code]
Everything under <noscript></noscript> will be escaped, if javascript is enabled :)]]></content>
			<author>
				<name><![CDATA[Tareq]]></name>
				<uri>http://forum.wedevs.com/user/2/</uri>
			</author>
			<updated>2009-03-18T01:31:26Z</updated>
			<id>http://forum.wedevs.com/post/131/#p131</id>
		</entry>
</feed>
