<?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; specific</title>
	<atom:link href="http://scriptahead.com/tag/specific/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: HOW TO MAKE A SPECIFIC CODE NULL ON PAGE LOAD IN HTML&#8230;?</title>
		<link>http://scriptahead.com/343/qa-how-to-make-a-specific-code-null-on-page-load-in-html/</link>
		<comments>http://scriptahead.com/343/qa-how-to-make-a-specific-code-null-on-page-load-in-html/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 17:03:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[null]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[specific]]></category>

		<guid isPermaLink="false">http://scriptahead.com/343/qa-how-to-make-a-specific-code-null-on-page-load-in-html/</guid>
		<description><![CDATA[Question by casey O: how to make a specific code null on page load in html&#8230;? I use a hosting service that puts a link to their site at the top of the page. I do not want that specific ad on my page and need a code that goes something like this&#8230; > or]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by casey O</i>: <br />how to make a specific code null on page load in html&#8230;?</strong><br />
I use a hosting service that puts a link to their site at the top of the page. I do not want that specific ad on my page and need a code that goes something like this&#8230;<br />
<body onload="nullscript="<--- scriptname-->&#8220;>><br />
or something of that sort. That is an example that wont work because its not a true code. I just need a easy source code that will disable the script and only that script. or it would even be superior if it would take out a link because thats all I need out.<br />
please help me&#8230;</p>
<p><span id="more-343"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by colanth</i><br/>If you delete their ad, they delete your page, so you DO want their ad on your page.  It&#8217;s what keeps your page from getting deleted.  (SOMETHING has to pay for the space and bandwidth &#8211; their ad or your money, it&#8217;s your choice.)</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/343/qa-how-to-make-a-specific-code-null-on-page-load-in-html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Q&amp;AMP;A: HOW CAN I WRITE A SCRIPT TO RETRIEVE PRICES FROM A WEBSITE AT SPECIFIC TIMES?</title>
		<link>http://scriptahead.com/226/qa-how-can-i-write-a-script-to-retrieve-prices-from-a-website-at-specific-times/</link>
		<comments>http://scriptahead.com/226/qa-how-can-i-write-a-script-to-retrieve-prices-from-a-website-at-specific-times/#comments</comments>
		<pubDate>Sun, 15 May 2011 05:04:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[prices]]></category>
		<category><![CDATA[retrieve]]></category>
		<category><![CDATA[specific]]></category>
		<category><![CDATA[times]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://scriptahead.com/226/qa-how-can-i-write-a-script-to-retrieve-prices-from-a-website-at-specific-times/</guid>
		<description><![CDATA[Question by ryanjn944299: How can I write a script to retrieve prices from a website at specific times? I am trying to retrieve stock prices from a website and would like to retrieve them during the night. I am open to using any script and storing them in either Excel or Google Docs (although Google]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by ryanjn944299</i>: <br />How can I write a script to retrieve prices from a website at specific times?</strong><br />
I am trying to retrieve stock prices from a website and would like to retrieve them during the night.  I am open to using any script and storing them in either Excel or Google Docs (although Google is preferred so that I do not need to leave my laptop on each night).</p>
<p><span id="more-226"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Jim Maryland</i><br/>What language are you developing the code in?  How are you planning to kick off the code?  What interface are you calling to obtain the stock prices?</p>
<p>First, let&#8217;s begin with the interface to the stock prices.  Does the site offer a public API (RPC web service, RESTful web service, servlet, etc&#8230;)?  If not, you will need to write the code to &#8220;scrape&#8221; the page and parse the results (and maintain it as the site might change their formatting).</p>
<p>Next, does your scripting or coding language support the interface?</p>
<p>Last, the script/code needs to be triggered to run at some interval.  You can specify a scheduled task in most environments (AT job on Windows, cron on Linux/UNIX, ?? for Macs), but I am not aware of Google offering any time based scripting options (probably would leave them open to being exploited as a platform to launch time delayed attacks).</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/226/qa-how-can-i-write-a-script-to-retrieve-prices-from-a-website-at-specific-times/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

