<?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; Script</title>
	<atom:link href="http://scriptahead.com/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://scriptahead.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 May 2012 05:00:56 +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>MY SITE IS HOSTED ON YAHOO DOMAIN IN PHP , I WANT TO SEND A MAIL VIA PHP SCRIPT BUT I MAIL FUNCTION NOT WORKED?</title>
		<link>http://scriptahead.com/468/my-site-is-hosted-on-yahoo-domain-in-php-i-want-to-send-a-mail-via-php-script-but-i-mail-function-not-worked/</link>
		<comments>http://scriptahead.com/468/my-site-is-hosted-on-yahoo-domain-in-php-i-want-to-send-a-mail-via-php-script-but-i-mail-function-not-worked/#comments</comments>
		<pubDate>Wed, 16 May 2012 17:04:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[hosted]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[send]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[want]]></category>
		<category><![CDATA[worked]]></category>
		<category><![CDATA[YAHOO]]></category>

		<guid isPermaLink="false">http://scriptahead.com/468/my-site-is-hosted-on-yahoo-domain-in-php-i-want-to-send-a-mail-via-php-script-but-i-mail-function-not-worked/</guid>
		<description><![CDATA[Question by : my site is hosted on yahoo domain in php , i want to send a mail via php script but i mail function not worked? I hosted a my site in php on yahoo domail. so i want to send a mail from php script to my hosted domain. Now mail function]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by </i>: <br />my site is hosted on yahoo domain in php , i want to send a mail via php script but i mail function not worked?</strong><br />
I hosted a my site in php on yahoo domail. so i want to send  a mail from php script to my hosted domain. Now mail function in php not working so please give me detail</p>
<p><span id="more-468"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by YSmallBizCare</i><br/>You should make sure you have properly configured your account for PHP mail to work.<br />
Instructions can be found at http://help.yahoo.com/l/us/yahoo/smallbusiness/webhosting/php/php-17.html </p>
<p>Also keep in mind that the server requires you to specify an email user at your domain as the &#8220;From:&#8221; address in your script. </p>
<p>If you have any further questions, you can contact us anytime by visiting http://smallbusiness.yahoo.com/contactus</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/468/my-site-is-hosted-on-yahoo-domain-in-php-i-want-to-send-a-mail-via-php-script-but-i-mail-function-not-worked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW CAN I WRITE A SCRIPT IN PHP TO PARSE OUT COMMA SEPARATED WORDS (LIKE IN A SOCIAL WEB SITE)?</title>
		<link>http://scriptahead.com/465/how-can-i-write-a-script-in-php-to-parse-out-comma-separated-words-like-in-a-social-web-site/</link>
		<comments>http://scriptahead.com/465/how-can-i-write-a-script-in-php-to-parse-out-comma-separated-words-like-in-a-social-web-site/#comments</comments>
		<pubDate>Sat, 12 May 2012 05:02:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[comma]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[separated]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[words]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://scriptahead.com/465/how-can-i-write-a-script-in-php-to-parse-out-comma-separated-words-like-in-a-social-web-site/</guid>
		<description><![CDATA[Question by John C: How can I write a script in php to parse out comma separated words (like in a social web site)? For example, If the user inputs a list of tags such as: tag,tagone,tag,tagtwo I want php to parse out the individual words and send them back to the server using regular]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by John C</i>: <br />How can I write a script in php to parse out comma separated words (like in a social web site)?</strong><br />
For example,</p>
<p>If the user inputs a list of tags such as:</p>
<p>tag,tagone,tag,tagtwo</p>
<p>I want php to parse out the individual words and send them back to the server using regular expressions (preg_match).  How do I do that?  I have never used regular expressions before.</p>
<p>Keep in mind that the number of words will be unknown.</p>
<p><span id="more-465"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by xizzi</i><br/>here&#8217;s an example maybe you can understand:</p>
<p>$  fruits = &#8220;mango, orange, papaya, apple, pineapple, grape&#8221;;<br />
 $  arrFruit = explode(&#8220;,&#8221;,$  fruits);   </p>
<p> foreach($  arrFruit as $  v){<br />
   echo trim($  v);<br />
 }</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/465/how-can-i-write-a-script-in-php-to-parse-out-comma-separated-words-like-in-a-social-web-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NEED A MOVIE SEARCH ENGINE SCRIPT FOR A WEBSITE?</title>
		<link>http://scriptahead.com/462/need-a-movie-search-engine-script-for-a-website/</link>
		<comments>http://scriptahead.com/462/need-a-movie-search-engine-script-for-a-website/#comments</comments>
		<pubDate>Mon, 07 May 2012 17:02:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[need]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://scriptahead.com/462/need-a-movie-search-engine-script-for-a-website/</guid>
		<description><![CDATA[Question by Nikki: Need a motion picture search engine script for a website? I need a motion picture search box script for a website does anyone know of one? Or a program that I can purchase maybe? &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Answer by d12_xecutioneruse Ares 2 download Motion picture or ne other stuffs &#8230;u can download it frm]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Nikki</i>: <br />Need a motion picture search engine script for a website?</strong><br />
I need a motion picture search box script for a website does anyone know of one? Or a program that I can purchase maybe?</p>
<p><span id="more-462"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by d12_xecutioner</i><br/>use Ares 2 download Motion picture or ne other stuffs &#8230;u can download it frm d link given below .. </p>
<p>http://prdownloads.sourceforge.net/aresgalaxy/aresregular191_installer.exe?download</p>
<p>jus click d above link .</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/462/need-a-movie-search-engine-script-for-a-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OPENING WHOLE SCRIPT (SITE) WITH DREAMWEAVER 8?</title>
		<link>http://scriptahead.com/460/opening-whole-script-site-with-dreamweaver-8/</link>
		<comments>http://scriptahead.com/460/opening-whole-script-site-with-dreamweaver-8/#comments</comments>
		<pubDate>Fri, 04 May 2012 17:01:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[opening]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[whole]]></category>

		<guid isPermaLink="false">http://scriptahead.com/460/opening-whole-script-site-with-dreamweaver-8/</guid>
		<description><![CDATA[Question by jamie: Opening whole script (site) with dreamweaver 8? I havent used dreamweaver that much and I have all my files from my site. I want to open them in dreamweaver to edit some stuff. I just dont know how to add a site if you comprehend me. I dont need to upload or]]></description>
			<content:encoded><![CDATA[<a target="_blank" rel="nofollow" href="http://scriptahead.com/goto/http://your-own-search.com/"  target="_blank"><img src="http://searchenginescript.biz/se.jpg" alt="Search engine" border="0" /></a><p><strong><i>Question by jamie</i>: <br />Opening whole script (site) with dreamweaver 8?</strong><br />
I havent used dreamweaver that much and I have all my files from my site. I want to open them in dreamweaver to edit some stuff. I just dont know how to add a site if you comprehend me. I dont need to upload or connect to servers I just want to edit stuff.</p>
<p><span id="more-460"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Nodoso</i><br/>You can&#8217;t open a whole website. You need to edit files one by one just by opening them one by one.</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/460/opening-whole-script-site-with-dreamweaver-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IS THERE A FREE SCRIPT THAT ALLOWS ME TO UPLOAD RESUMES OR FILES ON A SITE?</title>
		<link>http://scriptahead.com/458/is-there-a-free-script-that-allows-me-to-upload-resumes-or-files-on-a-site/</link>
		<comments>http://scriptahead.com/458/is-there-a-free-script-that-allows-me-to-upload-resumes-or-files-on-a-site/#comments</comments>
		<pubDate>Tue, 01 May 2012 17:00:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[allows]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[resumes]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[there]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://scriptahead.com/458/is-there-a-free-script-that-allows-me-to-upload-resumes-or-files-on-a-site/</guid>
		<description><![CDATA[Question by Roy Sencio: Is there a free script that grants me to upload resumes or files on a site? I am putting up a website that will grant people to apply and submit resumes on a web form. I am looking for a script that grants them to click a button, that opens a]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Roy Sencio</i>: <br />Is there a free script that grants me to upload resumes or files on a site?</strong><br />
I am putting up a website that will grant people to apply and submit resumes on a web form. I am looking for a script that grants them to click a button, that opens a window, they can then find their resume in word file on their PC, then upload it unto the website page. When they click submit, that word document resume and all answers on the form gets sent to a designated email address.</p>
<p><span id="more-458"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by catbertnc</i><br/>You&#8217;ll need a file upload script and an email script. You can then adapt them to serve your purpose. Without knowing what language you are working in, I cannot point to anything specific. There are plenty of free scripts out there. Just do a Google search.</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Know better? Leave your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/458/is-there-a-free-script-that-allows-me-to-upload-resumes-or-files-on-a-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IS THERE A PROGRAM OR SCRIPT THAT WILL AUTO UPDATE MY WEBSITE AT A TIME OF MY CHOOSING?</title>
		<link>http://scriptahead.com/456/is-there-a-program-or-script-that-will-auto-update-my-website-at-a-time-of-my-choosing/</link>
		<comments>http://scriptahead.com/456/is-there-a-program-or-script-that-will-auto-update-my-website-at-a-time-of-my-choosing/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 17:01:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[Choosing]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[there]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://scriptahead.com/456/is-there-a-program-or-script-that-will-auto-update-my-website-at-a-time-of-my-choosing/</guid>
		<description><![CDATA[Question by riku5464: Is there a program or script that will auto update my website at a time of my Choosing? Is there a program or script that will auto update my website at a time of my Choosing? &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Answer by ComputerHelpGosh, tough one this. I write software to do that but&#8230; if you]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by riku5464</i>: <br />Is there a program or script that will auto update my website at a time of my Choosing?</strong><br />
Is there a program or script that will auto update my website at a time of my Choosing?</p>
<p><span id="more-456"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by ComputerHelp</i><br/>Gosh, tough one this. I write software to do that but&#8230; if you were doing something simple, an simple way forward is a series of DOS FTP commands, written into a batch file and called at the appropriate time by Windows Scheduler.</p>
<p>Go into Google and do a search for &#8220;FTP Commands with batch file&#8221; and you will be able to produce some sort of bodge.</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/456/is-there-a-program-or-script-that-will-auto-update-my-website-at-a-time-of-my-choosing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHAT SCRIPT OR SOFTWARE DOES THIS SITE USE?</title>
		<link>http://scriptahead.com/453/what-script-or-software-does-this-site-use-2/</link>
		<comments>http://scriptahead.com/453/what-script-or-software-does-this-site-use-2/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 05:04:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[this]]></category>

		<guid isPermaLink="false">http://scriptahead.com/453/what-script-or-software-does-this-site-use-2/</guid>
		<description><![CDATA[Question by k.bryk: What script or software does this site use? I was wondering what software or script this website uses, I have seen many sites using this I have always wondered what it was. http://perezhilton.com/ I&#8217;m not asking about the scripting language I was wondering if there actually was one I could download or]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by k.bryk</i>: <br />What script or software does this site use?</strong><br />
I was wondering what software or script this website uses, I have seen many sites using this I have always wondered what it was.</p>
<p>http://perezhilton.com/</p>
<p>I&#8217;m not asking about the scripting language I was wondering if there actually was one I could download or buy? if it as a name, I know there is like a youtube script, a image upload script something of that sort?</p>
<p>Thanks.</p>
<p><span id="more-453"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/453/what-script-or-software-does-this-site-use-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WE FOUND STRANGE SCRIPT ON SITE, WHAT IS IT?</title>
		<link>http://scriptahead.com/451/we-found-strange-script-on-site-what-is-it/</link>
		<comments>http://scriptahead.com/451/we-found-strange-script-on-site-what-is-it/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 05:02:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[found]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[strange]]></category>

		<guid isPermaLink="false">http://scriptahead.com/451/we-found-strange-script-on-site-what-is-it/</guid>
		<description><![CDATA[Question by ric: We found strange script on site, what is it? Our website will not open when you visit site a message pops and say&#8221;s site is infected with &#8220;Trojan-Downloader.Script&#8221;. What is this, it say&#8221;s it has been on site since november of 2009, we had some work done on site, could this script]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by ric</i>: <br />We found strange script on site, what is it?</strong><br />
Our website will not open when you visit site a message pops and say&#8221;s site is infected with &#8220;Trojan-Downloader.Script&#8221;. What is this, it say&#8221;s it has been on site since november of 2009, we had some work done on site, could this script be have been put site to track our leads from site? What is this script?</p>
<p><span id="more-451"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by X_x_X</i><br/>its exactly what the name says. its a trojan. the script might appear harmless on your website, but it is using malicious functions like tracking your and your customer activities on the website.</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/451/we-found-strange-script-on-site-what-is-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I AM CREATING A WEBSITE IN JAVA SCRIPT \ HTML AND I NEED A ADVANCED BACKGROUND CODE&#8230;.PLEASE HELP?</title>
		<link>http://scriptahead.com/450/i-am-creating-a-website-in-java-script-html-and-i-need-a-advanced-background-code-please-help/</link>
		<comments>http://scriptahead.com/450/i-am-creating-a-website-in-java-script-html-and-i-need-a-advanced-background-code-please-help/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 17:04:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[code....please]]></category>
		<category><![CDATA[creating]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[need]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://scriptahead.com/450/i-am-creating-a-website-in-java-script-html-and-i-need-a-advanced-background-code-please-help/</guid>
		<description><![CDATA[Question by jesman789: I am creating a website in java script \ HTML and I need a advanced background code&#8230;.please help? I need to know the entire code for making any background image on a website fit to the users resolution. I went on my personal and since i had such higher resolution on mine]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by jesman789</i>: <br />I am creating a website in java script \ HTML and I need a advanced background code&#8230;.please help?</strong><br />
I need to know the entire code for making any background image on a website fit to the users resolution. I went on my personal and since i had such higher resolution on mine that i do on a different computer, it made the image repeat itself on the web page. anyways i need the code for automatically resizing or fitting the background image to the users resolution. PLEASE HELP&#8230;thanks so much.</p>
<p><span id="more-450"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by el1986</i><br/>You can&#8217;t.  You can only resize using the image tag.  The background CSS attribute is just about placement inside an element and how it repeats itself.</p>
<p>BUT, you can put an element over top another element with the img tag in which the image&#8217;s width and height are 100%</p>
<p>You just have to take advantage of z-index and position: absolute or position: relative.  Then adjust the position of the element acting as the overlay using left: and top:</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/450/i-am-creating-a-website-in-java-script-html-and-i-need-a-advanced-background-code-please-help/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Q&amp;AMP;A: HOW CAN I READ THE SCRIPT OF WHENYOUAREMINE AND WHAT IS THEIR WEBSITE?</title>
		<link>http://scriptahead.com/446/qa-how-can-i-read-the-script-of-whenyouaremine-and-what-is-their-website/</link>
		<comments>http://scriptahead.com/446/qa-how-can-i-read-the-script-of-whenyouaremine-and-what-is-their-website/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 17:07:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[Their]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Whenyouaremine]]></category>

		<guid isPermaLink="false">http://scriptahead.com/446/qa-how-can-i-read-the-script-of-whenyouaremine-and-what-is-their-website/</guid>
		<description><![CDATA[Question by Adababy: How can I read the SCRIPT of Whenyouaremine and what is their website? I heard people saying that they do read the script of whenyouaremine from the World wide web and all effort I made did not work. So, please I need to know how and where? &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Answer by samir gajjarto]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Adababy</i>: <br />How can I read the SCRIPT of Whenyouaremine and what is their website?</strong><br />
I heard people saying that they do read the script of whenyouaremine from the World wide web and all effort I made did not work. So, please I need to know how and where?</p>
<p><span id="more-446"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by samir gajjar</i><br/>to read the script click view manu and then click cripr</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/446/qa-how-can-i-read-the-script-of-whenyouaremine-and-what-is-their-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

