<?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>Adsense Script &#187; translate</title>
	<atom:link href="http://scriptahead.com/tag/translate/feed/" rel="self" type="application/rss+xml" />
	<link>http://scriptahead.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 17:01:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Q&amp;AMP;A: IS THERE A PHP BASED SCRIPT THAT WILL AUTOMATICALLY TRANSLATE A WEBSITE ACCORDING TO THE VISITORS IP?</title>
		<link>http://scriptahead.com/221/qa-is-there-a-php-based-script-that-will-automatically-translate-a-website-according-to-the-visitors-ip/</link>
		<comments>http://scriptahead.com/221/qa-is-there-a-php-based-script-that-will-automatically-translate-a-website-according-to-the-visitors-ip/#comments</comments>
		<pubDate>Sat, 07 May 2011 17:03:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[according]]></category>
		<category><![CDATA[automatically]]></category>
		<category><![CDATA[based]]></category>
		<category><![CDATA[there]]></category>
		<category><![CDATA[translate]]></category>
		<category><![CDATA[visitors]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://scriptahead.com/221/qa-is-there-a-php-based-script-that-will-automatically-translate-a-website-according-to-the-visitors-ip/</guid>
		<description><![CDATA[Question by tyler: Is there a php based script that will automatically translate a website according to the visitors IP? Is there a php based script that will automatically translate a website according to the visitors IP address using Google Translator or superior yet any other translator? &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Answer by Jimmy JNo, you would have]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by tyler</i>: <br />Is there a php based script that will automatically translate a website according to the visitors IP?</strong><br />
Is there a php based script that will automatically translate a website according to the visitors IP address using Google Translator or superior yet any other translator?</p>
<p><span id="more-221"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Jimmy J</i><br/>No, you would have to write it. You would have a lot of things to write to.</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Give your own answer to this question below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/221/qa-is-there-a-php-based-script-that-will-automatically-translate-a-website-according-to-the-visitors-ip/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HOW DO I TRANSLATE HOME VIDEOS TO HTML SCRIPT TO EMBED IN MY WEBSITE?</title>
		<link>http://scriptahead.com/76/how-do-i-translate-home-videos-to-html-script-to-embed-in-my-website/</link>
		<comments>http://scriptahead.com/76/how-do-i-translate-home-videos-to-html-script-to-embed-in-my-website/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 05:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[translate]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://scriptahead.com/76/how-do-i-translate-home-videos-to-html-script-to-embed-in-my-website/</guid>
		<description><![CDATA[Question by Ratchet: How do I translate home videos to HTML script to embed in my website? I have a lot of home videos I want to put on my website, and it seems that the easiest way to do it would be to embed it onto my website using HTML script. Problem is, I]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Ratchet</i>: <br />How do I translate home videos to HTML script to embed in my website?</strong><br />
I have a lot of home videos I want to put on my website, and it seems that the easiest way to do it would be to embed it onto my website using HTML script. Problem is, I have no clue how to convert in into HTML script. Could someone please tell me how?</p>
<p><span id="more-76"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by therootlife</i><br/>If you have mpeg or avi or a similar movie, you can try using this code :</p>
<p><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="195" width="340" name="YourName" align="left"><param name="src" value="movies/movie.wmv"><param name="autoplay" value="true"><param name="controller" value="true"><embed height="195" width="340" align="left" src="movies/movie.wmv" autoplay="true" controller="true"></embed></object></p>
<p>Edit the variables to how you see fit</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Give your own answer to this question below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/76/how-do-i-translate-home-videos-to-html-script-to-embed-in-my-website/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

