<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter posts tagged with script</title>
      <link>http://ask.metafilter.com/tags/script</link>
      <description>tag posts with script</description>
	  	  <pubDate>Tue, 26 Aug 2008 11:48:41 -0800</pubDate>
      <lastBuildDate>Tue, 26 Aug 2008 11:48:41 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Imprinting in Blender </title>
	<link>http://ask.metafilter.com/100155/Imprinting-in-Blender</link>	
	<description>How to get an &quot;imprint&quot; of a model in Blender? I have an &lt;a href=&quot;http://img182.imageshack.us/my.php?image=tileta3.jpg&quot;&gt;object in Blender&lt;/a&gt; (a &quot;chicklet&quot; or &quot;tile&quot;) with rounded edges. &lt;br&gt;
&lt;br&gt;
I would like to make another object which &quot;fits&quot; this tile loosely. Imagine another squeezed cube with an imprint of the chicklet, with some room to fit, about the same width.&lt;br&gt;
&lt;br&gt;
Is there an easy method in Blender for using my first object to make an imprint in a second object?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100155</guid>
	<pubDate>Tue, 26 Aug 2008 11:48:41 -0800</pubDate>

<category>blender</category>

<category>3d</category>

<category>imprint</category>

<category>script</category>

<category>object</category>

<category>graphics</category>

	<dc:creator>Blazecock Pileon</dc:creator>
	</item>
	<item>
	<title>Once the script is done, what&apos;s next?</title>
	<link>http://ask.metafilter.com/100047/Once-the-script-is-done-whats-next</link>	
	<description>Let&apos;s pretend I am not too far away from completing a feature-length screenplay on spec. I live far from LA with no connections to Hollywood, and I&apos;ve got very little money squared away. Once the script itself is done, how would I most effectively pimp out my product to a studio? Let me vent my frustration: every time I read a book or an article about breaking into this-or-that part of the movie business, the author has an opinion that manages to completely contradict some other author I&apos;ve read. &lt;em&gt;Hire an agent immediately or you&apos;ll crash and burn! Wait, don&apos;t hire an agent, send your script directly to a bunch of indie producers&apos; assistants!&lt;/em&gt; And so on. Everyone seems certain that their advice is the only correct advice, which implies that either most of these Hollywood Insiders are talking out of their asses, or that selling your average script is essentially a crapshoot, or both of the above. Is the crapshoot theory correct, or can you recommend some effective steps I can take (other than the obvious: proper formatting, copyrighting, etc) to sell this script? If I had more money I would be awfully tempted to move to LA and shop around for agents, but -- at least for now --  that doesn&apos;t look entirely feasible. Send an e-mail to scriptquery@gmail.com if you like.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100047</guid>
	<pubDate>Mon, 25 Aug 2008 05:12:58 -0800</pubDate>

<category>screenplay</category>

<category>specscreenplay</category>

<category>script</category>

<category>specscript</category>

<category>agent</category>

	<dc:creator>Anonymous</dc:creator>
	</item>
	<item>
	<title>Simple commenting system</title>
	<link>http://ask.metafilter.com/99300/Simple-commenting-system</link>	
	<description>Is there a simple PHP/MYSQL commenting system available anywhere on the internets? The Google has failed me. All I&apos;m looking for is a very simple commenting script, like what you&apos;d see on any given blog, but I don&apos;t need all the bloggy stuff. Just a form, a database connection, and output. I&apos;ll style everything myself, of course, but I&apos;m too lazy to roll my own (last time I did, it got bombarded by spam). Any suggestions?&lt;br&gt;
&lt;br&gt;
PS - Searching google for anything that involves the words &quot;comments&quot; or &quot;commenting&quot; is very difficult.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99300</guid>
	<pubDate>Fri, 15 Aug 2008 17:39:18 -0800</pubDate>

<category>comments</category>

<category>php</category>

<category>mysql</category>

<category>script</category>

<category>programming</category>

	<dc:creator>bjork24</dc:creator>
	</item>
	<item>
	<title>working with tar archives...</title>
	<link>http://ask.metafilter.com/99152/working-with-tar-archives</link>	
	<description>How can get the sum of the files sizes of all php and css files within specific folders of a tar archive? Ultimately, I want to create a graph showing how code grew over the duration of a project. To do that, I would like to build a script that sums the sizes specific files of specific types within specific directories of the archive file.&lt;br&gt;
&lt;br&gt;
I have a folder containing a couple hundred backup files of a web development server. The backup files were archived using the &quot;tar czf&quot; command line.&lt;br&gt;
&lt;br&gt;
In each archive file, I want to search within the following directories for php and css files:&lt;br&gt;
var/www/dev/&lt;br&gt;
var/www/dev/includes&lt;br&gt;
var/www/dev/css&lt;br&gt;
Subdirectories of these directories should not be searched.&lt;br&gt;
&lt;br&gt;
Can you guys get me on my way?&lt;br&gt;
&lt;br&gt;
So far I&apos;m stuck trying to list files I need in the tar file. I have:&lt;br&gt;
tar -ztvf archive_name.tgz var/www/dev/ &lt;br&gt;
which is listing all subdirectories and all file types.&lt;br&gt;
&lt;br&gt;
The OS is Ubuntu 8.04 Server Edition &lt;br&gt;
&lt;br&gt;
Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99152</guid>
	<pubDate>Wed, 13 Aug 2008 22:10:43 -0800</pubDate>

<category>tar</category>

<category>linux</category>

<category>script</category>

<category>backup</category>

	<dc:creator>timebomb</dc:creator>
	</item>
	<item>
	<title>iPod  iTunes music library management</title>
	<link>http://ask.metafilter.com/98406/iPod-iTunes-music-library-management</link>	
	<description>Is there a way, (3rd party program, plug in, etc...) that will let me compare my iPod&apos;s music library against my iTunes library, (maybe on dual panes?) and visually mark which songs on my iTunes library are not in my iPod and viceversa? Maybe there&apos;s a script out there that does this...?  I&apos;ve tried other media managers, (MediaMonkey, Songbird, Winamp, etc...), but none of them offer that feature either.&lt;br&gt;
&lt;br&gt;
Any suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.98406</guid>
	<pubDate>Tue, 05 Aug 2008 14:36:45 -0800</pubDate>

<category>itunes</category>

<category>ipod</category>

<category>music</category>

<category>library</category>

<category>plugin</category>

<category>script</category>

<category>application</category>

	<dc:creator>Yorke and Vedder</dc:creator>
	</item>
	<item>
	<title>How do I extract the URLs from a web page?</title>
	<link>http://ask.metafilter.com/97935/How-do-I-extract-the-URLs-from-a-web-page</link>	
	<description>What&apos;s the fastest and simplest way of extracting the URLs from a html file? Input:  Any html page.&lt;br&gt;
Output:  A .txt file with the list of all the URLs in the page.&lt;br&gt;
&lt;br&gt;
Is there freeware that does this?&lt;br&gt;
How about a macro of some kind?&lt;br&gt;
&lt;br&gt;
A script would work but I don&apos;t know any of the script languages that run on PCs.  Wouldn&apos;t mind learning but only as a last resort.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97935</guid>
	<pubDate>Wed, 30 Jul 2008 17:47:13 -0800</pubDate>

<category>url</category>

<category>text</category>

<category>extraction</category>

<category>script</category>

	<dc:creator>storybored</dc:creator>
	</item>
	<item>
	<title>On the meaning of &quot;off&quot; on the page.</title>
	<link>http://ask.metafilter.com/97315/On-the-meaning-of-off-on-the-page</link>	
	<description>Please explain a few bits of television script convention to me. In television scripts I&apos;ve read I&apos;ve noticed the following usage of the word &quot;off&quot;&lt;br&gt;
&lt;br&gt;
BOOKHOUSE: I swear, I don&apos;t have any crack.&lt;br&gt;
&lt;br&gt;
Off Omar: This guy is lying.&lt;br&gt;
&lt;br&gt;
The way I read it is, the line above is played off of Omar, whose reaction to the line is shown. Is that correct? Are there some finer points to it?&lt;br&gt;
&lt;br&gt;
Also, what does it mean when an action is underlined?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97315</guid>
	<pubDate>Wed, 23 Jul 2008 09:10:23 -0800</pubDate>

<category>television</category>

<category>teevee</category>

<category>script</category>

<category>scriptwriting</category>

<category>writing</category>

	<dc:creator>Bookhouse</dc:creator>
	</item>
	<item>
	<title>Looking for coverage work</title>
	<link>http://ask.metafilter.com/96033/Looking-for-coverage-work</link>	
	<description>How does one find work as a script reader in Hollywood? What are other bottom-rung industry jobs for writers? I&apos;ve just moved to L.A., and am interested in finding work as a script-reader while I work on my own writing. However, I&apos;m not sure how to get started. Does one query agencies? Write spec coverage? All tips and advice welcome. &lt;br&gt;
&lt;br&gt;
Also, information on other industry jobs that are a good fit for professional writers is welcome.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.96033</guid>
	<pubDate>Tue, 08 Jul 2008 09:34:47 -0800</pubDate>

<category>hollywood</category>

<category>screenplay</category>

<category>script</category>

<category>coverage</category>

<category>writing</category>

	<dc:creator>Bookhouse</dc:creator>
	</item>
	<item>
	<title>A question pour VOOO.</title>
	<link>http://ask.metafilter.com/95621/A-question-pour-VOOO</link>	
	<description>Television show, movie, cartoon, what &lt;em&gt;was&lt;/em&gt; it that featured a character saying, &quot;pour vous,&quot; in this particular way? Whatever it was, it was said in a sing-song voice and was overly enunciated.  As in: &lt;strong&gt;pour &lt;em&gt;VOOOO&lt;/em&gt;&lt;/strong&gt; (with a higher pitch on the pour).&lt;br&gt;
&lt;br&gt;
I have no idea when I saw this, where I saw this, or even what kind of character said this.  I am pretty sure it was said while said character was handing something to someone else.  &lt;br&gt;
&lt;br&gt;
Anyway, it&apos;s been bothering me for a while, since I&apos;ve adopted it for when I cheesily gift things to people.  I&apos;d love if someone out there knows where it&apos;s from.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.95621</guid>
	<pubDate>Wed, 02 Jul 2008 23:00:52 -0800</pubDate>

<category>pourvous</category>

<category>television</category>

<category>movie</category>

<category>quote</category>

<category>script</category>

<category>line</category>

	<dc:creator>phunniemee</dc:creator>
	</item>
	<item>
	<title>Is there a way to show all my blog posts?</title>
	<link>http://ask.metafilter.com/95076/Is-there-a-way-to-show-all-my-blog-posts</link>	
	<description>Is there a script that will show summaries of every post from my blog, using a feed from a Blogger blog? I use &lt;a href=&quot;http://beautifulbeta.wikidot.com/recent-posts-widget&quot;&gt;this widget&lt;/a&gt; to display the first 100 or so characters from each post from a feed of my blog. When you copy &amp;amp; paste the code from that webpage into a Blogger blog post, it displays headings from your blog posts along with a summary for each one. &lt;br&gt;
&lt;br&gt;
But the problem is that there&apos;s a limit: it only displays your 25 most recent posts. Is there any kind of widget that will show all the posts, with no limit?&lt;br&gt;
&lt;br&gt;
It would be sufficient if there were a script that would let me specify: &quot;Display posts #1-25,&quot; then separately, &quot;Display #26-50,&quot; etc. That way, I could just combine them.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.95076</guid>
	<pubDate>Thu, 26 Jun 2008 07:46:42 -0800</pubDate>

<category>blog</category>

<category>blogger</category>

<category>blogspot</category>

<category>blogging</category>

<category>script</category>

<category>widget</category>

<category>posts</category>

	<dc:creator>jejune</dc:creator>
	</item>
	<item>
	<title>How to delete long path names with bash shell script?</title>
	<link>http://ask.metafilter.com/93056/How-to-delete-long-path-names-with-bash-shell-script</link>	
	<description>BASHFilter! I&apos;ve got a simple bash script that I&apos;ve written to clean out a frequently used NAS. I run it every 30 days, it sets proper permissions, removes extraneous files and directories, but it frequently hangs on paths longer than 255 characters. I&apos;m no bash ninja, so I&apos;ve been beating my head against a wall trying to figure out how to check path length of directories, and then prompt for either renaming to shorten them, or prompt for deletion. Help me Metafilter!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93056</guid>
	<pubDate>Mon, 02 Jun 2008 22:07:17 -0800</pubDate>

<category>bash</category>

<category>linux</category>

<category>shell</category>

<category>script</category>

	<dc:creator>jackofsaxons</dc:creator>
	</item>
	<item>
	<title>How do I rewrite this script to make it do what  I want it to do?</title>
	<link>http://ask.metafilter.com/92895/How-do-I-rewrite-this-script-to-make-it-do-what-I-want-it-to-do</link>	
	<description>Can you help me? I&apos;d like to use &lt;a href=&quot;http://demos.mootools.net/Element.Event&quot;&gt;this mootools script &lt;/a&gt; on a contact via email form on a site I&apos;m designing for a friend, and I need to know if something about it can be changed. As it is now, when a trigger word is typed, all the words typed so far in the field disappear and you have to start all over again. How can I change it so that all text typed in the box remains even when Event is triggered? Is it possible? If so and you care to explain, please pretend as if you&apos;re talking to a moran.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92895</guid>
	<pubDate>Sun, 01 Jun 2008 09:53:18 -0800</pubDate>

<category>ajax</category>

<category>javascript</category>

<category>mootools</category>

<category>script</category>

<category>design</category>

	<dc:creator>iconomy</dc:creator>
	</item>
	<item>
	<title>INTERCUT JULIE GOOD MORNING BLUEBIRD</title>
	<link>http://ask.metafilter.com/92485/INTERCUT-JULIE-GOOD-MORNING-BLUEBIRD</link>	
	<description>I&apos;m translating a script into English, and the dreaded &quot;Hollywood format&quot; in particular.  Doing this in Word is a freakin&apos; impossible task with all the goofy formatting and margins, so is there any particular freeware screenwriting software or preprogrammed Word styles I should be aware of?  Would sure as cooter save me some hours of my life...</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92485</guid>
	<pubDate>Tue, 27 May 2008 11:12:21 -0800</pubDate>

<category>script</category>

<category>translation</category>

<category>hollywoodformat</category>

<category>screenwritingsoftware</category>

<category>freeware</category>

	<dc:creator>saysthis</dc:creator>
	</item>
	<item>
	<title>What&apos;s life like on the bottom rung of Hollywood?</title>
	<link>http://ask.metafilter.com/92027/Whats-life-like-on-the-bottom-rung-of-Hollywood</link>	
	<description>How much does a script reader make? I have a friend who is a script reader.  He works for a company in Hollywood that apparently just got relatively huge amounts (half a billion) of cash with which to make money.  Apparently, this means he is going to get to move up the totem pole in the film production world.&lt;br&gt;
&lt;br&gt;
However, he&apos;s always very reticent to give ANY kind of details on what he does, or would be doing in his new job.  I get the feeling that he doesn&apos;t make much money or something, or that he has no plans lined up, and that he&apos;s embarrassed about what he does or something.  Which is weird, because I just think it&apos;s cool that he&apos;s working in Hollywood at all.  I&apos;ve gently pressed for details for a number of reasons, one of which is just plain old curiosity about how the movie business works.  I just think it would be interesting to know what Hollywood is like for the non-actor groundlings.  Also, because I imagine it might be fun to take a look at a script every now and then.  I don&apos;t think I could do that full-time, but the idea is still intriguing.&lt;br&gt;
&lt;br&gt;
I feel like if I knew a little more about that industry, I could find openings to talk to him about his life a little more.  So how does that system work?  If he gives good input on scripts, could he end up producing movies?  And how long does that generally take?  What is the average age of a script reader and what do they make?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92027</guid>
	<pubDate>Wed, 21 May 2008 08:56:34 -0800</pubDate>

<category>script</category>

<category>salary</category>

<category>movies</category>

	<dc:creator>nushustu</dc:creator>
	</item>
	<item>
	<title>Looking for a CMS or Forum that supports anonymous posting.</title>
	<link>http://ask.metafilter.com/91887/Looking-for-a-CMS-or-Forum-that-supports-anonymous-posting</link>	
	<description>Looking for a CMS or Forum that supports anonymous posting. I&apos;m creating a complaint/gripe type of site, and I need a script or method for visitors to post items to the main page (probably w/ verification), and then allow a comment or forum system tied to it that also supports anonymous posting.&lt;br&gt;
&lt;br&gt;
If no such CMS is available, is there are forum solution that does this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.91887</guid>
	<pubDate>Mon, 19 May 2008 23:44:10 -0800</pubDate>

<category>anonymous</category>

<category>forum</category>

<category>cms</category>

<category>comment</category>

<category>posting</category>

<category>script</category>

	<dc:creator>ilikebike</dc:creator>
	</item>
	<item>
	<title>Give me a break!</title>
	<link>http://ask.metafilter.com/91650/Give-me-a-break</link>	
	<description>How can I install/use the DOS batch scripting SLEEP command with Vista Ultimate?  It does not exist by default.  Back while scripting on XP, I used to install the free package &quot;Windows Server 2003 Resource Kit Tools&quot; which came with this command. So basically, I just want to put a 60 second pause in a loop in a script.  I am not looking for CPU intensive work-arounds or solutions involving cygwin.&lt;br&gt;
&lt;br&gt;
Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.91650</guid>
	<pubDate>Sat, 17 May 2008 05:03:58 -0800</pubDate>

<category>DOS</category>

<category>SCRIPT</category>

<category>VISTA</category>

<category>SLEEP</category>

	<dc:creator>Slenny</dc:creator>
	</item>
	<item>
	<title>Shell scripting or something better?</title>
	<link>http://ask.metafilter.com/91011/Shell-scripting-or-something-better</link>	
	<description>Faster techniques for grabbing lines of a file and doing text manipulation and arithmetic via shell (or other) scripting? 1. Are there faster ways to grab lines of a text file?&lt;br&gt;
&lt;br&gt;
Currently I use &lt;code&gt;while read line&lt;/code&gt; and &lt;code&gt;sed -n #p filename&lt;/code&gt; in &lt;code&gt;bash&lt;/code&gt; and &lt;code&gt;csh&lt;/code&gt; scripts to grab lines of a file I&apos;m interested in. This seems slow. Are there better (faster) ways to get the line of a file, or to iterate through specified ranges of lines in a file?&lt;br&gt;
&lt;br&gt;
2. Are there faster ways than &lt;code&gt;awk&lt;/code&gt; to grab values in a line?&lt;br&gt;
&lt;br&gt;
Let&apos;s say I have the tab-delimited line:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;abc   123   345   0.52&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
What I&apos;d like to do is get the second and third values, or the fourth value, as quickly as possible. Is there a better way than &lt;code&gt;awk&lt;/code&gt;? Will a perl or other interpreted language script run faster than a shell script for scraping values from a text file?&lt;br&gt;
&lt;br&gt;
3. Arithmetic with &lt;code&gt;bash&lt;/code&gt;?&lt;br&gt;
&lt;br&gt;
I&apos;ve been doing &lt;code&gt;$((${value1}+${value2}))&lt;/code&gt; for integer arithmetic and &lt;code&gt;calc ${value1} / ${value2}&lt;/code&gt; for floating point arithmetic within &lt;code&gt;bash&lt;/code&gt;. Will I gain a performance benefit from switching over my code from &lt;code&gt;bash&lt;/code&gt; to another shell script language, or to another interpreted language entirely?&lt;br&gt;
&lt;br&gt;
Thanks for any and all tips and tricks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.91011</guid>
	<pubDate>Fri, 09 May 2008 14:19:40 -0800</pubDate>

<category>bash</category>

<category>csh</category>

<category>python</category>

<category>perl</category>

<category>script</category>

<category>scripting</category>

<category>arithmetic</category>

<category>processing</category>

<category>text</category>

<category>integer</category>

<category>float</category>

	<dc:creator>Blazecock Pileon</dc:creator>
	</item>
	<item>
	<title>Pay for adult screenwriting?</title>
	<link>http://ask.metafilter.com/90642/Pay-for-adult-screenwriting</link>	
	<description>About how much can a writer expect to make for an adult screenplay? $400? Less? More? Anyone?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.90642</guid>
	<pubDate>Mon, 05 May 2008 22:43:41 -0800</pubDate>

<category>adult</category>

<category>screenplay</category>

<category>script</category>

<category>money</category>

	<dc:creator>Astro Zombie</dc:creator>
	</item>
	<item>
	<title>Trying to keep the Users folder from getting cluttered.</title>
	<link>http://ask.metafilter.com/89099/Trying-to-keep-the-Users-folder-from-getting-cluttered</link>	
	<description>How can I keep the Users folder tidy in Leopard? I work at a university where we&apos;re moving towards having users login with their Active Directory accounts on Leopard workstations for the first time. We&apos;re hoping to keep the Users directory on these workstations clean. We&apos;ve setup a nice default profile that works wonderfully, now we just want to be able to delete the user&apos;s folder after they logout. (we can&apos;t do a nightly cron job,  folks have 24 hr access to these machines)&lt;br&gt;
&lt;br&gt;
We were looking at Bombich&apos;s &lt;a href=&quot;http://www.bombich.com/software/lwm.html&quot;&gt;LoginWindow manager&lt;/a&gt;, but it doesn&apos;t seem to work in Leopard.  From what I can tell, Bombich has ceased development on it.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I have a tidy little perl script that will delete all but the admin user&apos;s home folders. I figure I just need some way of triggering it with the appropriate permissions&lt;br&gt;
&lt;br&gt;
I&apos;m not great with Apple stuff, so I may just be approaching this in the completely wrong way - I&apos;m certainly open to any and all suggestions.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.89099</guid>
	<pubDate>Thu, 17 Apr 2008 12:41:28 -0800</pubDate>

<category>osx</category>

<category>leopard</category>

<category>logout</category>

<category>script</category>

<category>hook</category>

<category>bombich</category>

	<dc:creator>soplerfo</dc:creator>
	</item>
	<item>
	<title>Script needed to diff and then play sound when refresh reveals tickets are on sale.</title>
	<link>http://ask.metafilter.com/88271/Script-needed-to-diff-and-then-play-sound-when-refresh-reveals-tickets-are-on-sale</link>	
	<description>W.A.S.T.E. of a question, but I need a script that will perform a diff and play an alert sound when a reload reveals that the HTML page has changed relative to the previous reload. I have firefox set to refresh a page every 30 seconds, but I&apos;d rather not stay up all night waiting for the page to change.  &lt;br&gt;
&lt;br&gt;
So, is there any kind of script that someone would like to write for me, or one that is preexisting that will play an alert sound once it detects any change in the page?  &lt;br&gt;
&lt;br&gt;
Bonus points if it works for multiple tabs.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.88271</guid>
	<pubDate>Tue, 08 Apr 2008 21:07:38 -0800</pubDate>

<category>dead</category>

<category>air</category>

<category>waste</category>

<category>script</category>

<category>refresh</category>

<category>diff</category>

<category>alert</category>

<category>tickets</category>

<category>sale</category>

	<dc:creator>|n$eCur3</dc:creator>
	</item>
	<item>
	<title>My website&apos;s scripts eat up too much bandwidth. How do I resolve this?</title>
	<link>http://ask.metafilter.com/87977/My-websites-scripts-eat-up-too-much-bandwidth-How-do-I-resolve-this</link>	
	<description>My site&apos;s cron tasks eat up a &lt;em&gt;lot&lt;/em&gt; of bandwidth. Can I change the paths from http to local? Or can I move the tasks to my home server? One of my websites (the election one) runs a truckload of PHP to parse, mesh, filter, and cache an equally large number of external RSS feeds which are then stored and included in a reasonably lean (~10k) index.html. This creates a strange situation where the bandwidth consumed by the PHP (locally, but via http) far exceeds the actual bandwidth consumed by visitors. My web hosting provider has warned me about the excessive activity, but given the limited number of visitors, upgrading to a hosting deal with a higher bandwidth limit isn&apos;t really worthwhile for me.&lt;br&gt;
&lt;br&gt;
How do I resolve this?&lt;br&gt;
&lt;br&gt;
Current situation: a bunch of &lt;a href=&quot;http://feedforall.com/download.htm&quot;&gt;FeedForAll&lt;/a&gt; PHP scripts are executed using a Ruby-as-CGI script (which &lt;a href=&quot;http://www.metafilter.com/username/wackybrit&quot;&gt;wackybrit&lt;/a&gt; kindly helped me with) called via cron at regular intervals, varying by nature of content: none-time critical content would be updated hourly, whereas latest news etc. is updated every 10 minutes (was 2 minutes, but I took it down a notch for now to avoid further problems with my host). My monthly bandwidth limit is 8 GB; actual visitor usage is a modest fraction of that, but the scripting alone was responsible for 37 GB (!) in March.&lt;br&gt;
&lt;br&gt;
Several options:&lt;br&gt;
&lt;br&gt;
1) The bandwidth is measured by the host using HTTP responses. If I run the scripts using local UNIX paths, e.g. /usr/gnfti/www/ etc., the scripts generate no HTTP headers and thus don&apos;t count towards the quota. Of course they will still incur server load, but I have discussed this with the hosting company and it seems they&apos;re okay with it if I limit the use somewhat as a compromise. But then, not all of these scripts seem to be okay with local paths, most notably the keyword filter (rssFilter.php), which is responsible for 25% of the bandwidth on its own. &lt;br&gt;
&lt;br&gt;
Any ideas how to make it work this way anyway?&lt;br&gt;
&lt;br&gt;
2) I have a home server running &lt;a href=&quot;http://www.wampserver.com/en/&quot;&gt;WAMP&lt;/a&gt; on XP. Could I run the PHP on this box instead and have the output automatically upload to the remote server via FTP? Most of the bandwidth is to do with moving stuff around locally anyway; the actual output is in the order of kilobytes. I imagine this would involve running some sort of cron + FTP client/scheduler on the home box, but my knowledge in this area is limited. &lt;br&gt;
&lt;br&gt;
Could this be done, and if so, how?&lt;br&gt;
&lt;br&gt;
3) Lastly, if you have any suggestions on how to pull this off aside from the examples above, that too would be much appreciated.&lt;br&gt;
&lt;br&gt;
Thanks in advance for any suggestions or insight you might have to offer, guys.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.87977</guid>
	<pubDate>Sat, 05 Apr 2008 09:21:43 -0800</pubDate>

<category>internet</category>

<category>website</category>

<category>webdesign</category>

<category>bandwidth</category>

<category>bandwidthlimit</category>

<category>php</category>

<category>cron</category>

<category>crontab</category>

<category>homeserver</category>

<category>script</category>

<category>scripts</category>

<category>scripting</category>

<category>ftp</category>

<category>feedforall</category>

<category>rss2html</category>

<category>rss</category>

<category>rssfilter</category>

<category>rssmesh</category>

	<dc:creator>goodnewsfortheinsane</dc:creator>
	</item>
	<item>
	<title>I&apos;m looking for an image gallery script with easy adsense integration and option to embed and share photos.</title>
	<link>http://ask.metafilter.com/87825/Im-looking-for-an-image-gallery-script-with-easy-adsense-integration-and-option-to-embed-and-share-photos</link>	
	<description>I&apos;m looking for an image gallery script with easy adsense integration and option to embed and share photos. Currently, I&apos;ve been experimenting with Coppermine but it doesn&apos;t have the embed photo option I would like to have on a page I&apos;m working on. Is there any image script out there that makes the adsense integration and embed possible?&lt;br&gt;
&lt;br&gt;
I like the &apos;times to come&apos; coppertime hack via; http://herselfswebtools.com/themes since it has the sponsors bar included but they have no option for embed and share photos.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.87825</guid>
	<pubDate>Thu, 03 Apr 2008 14:54:13 -0800</pubDate>

<category>coppermine</category>

<category>image</category>

<category>script</category>

<category>adsense</category>

<category>embed</category>

	<dc:creator>bostonhill</dc:creator>
	</item>
	<item>
	<title>Fast Web Development Tool Needed </title>
	<link>http://ask.metafilter.com/86295/Fast-Web-Development-Tool-Needed</link>	
	<description>What&apos;s the best web site builder software for a non-beginner? I know there are a lot of applications out there for beginners who don&apos;t want/need to learn HTML, but I want to create a number of basic sites (20-30) quickly (within a week) and then edit the HTML, do some SEO for each, etc. &lt;br&gt;
&lt;br&gt;
Desired features:&lt;br&gt;
- choice from a number of templates&lt;br&gt;
- ability to easy add content (text, graphics/pics, multimedia)&lt;br&gt;
- ability to eventually expand the site to develop more than 100 pages per site (i.e. I don&apos;t want an application that limits the number of pages in a site)&lt;br&gt;
&lt;br&gt;
I&apos;m open to either &lt;br&gt;
- a standalone web site builder application (e.g. http://www.ewisoft.com/)&lt;br&gt;
- a hosted application (e.g. HostGator&apos;s built-in Web Site Builder)&lt;br&gt;
- a traditional CMS &lt;br&gt;
but the speed to create a site is the most important feature for me&lt;br&gt;
&lt;br&gt;
I use HostGator for my hosting and Dreamweaver 8 for my editing/design/development.&lt;br&gt;
&lt;br&gt;
Thanks in advance.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86295</guid>
	<pubDate>Sun, 16 Mar 2008 17:10:51 -0800</pubDate>

<category>web</category>

<category>design</category>

<category>development</category>

<category>automation</category>

<category>script</category>

<category>quick</category>

	<dc:creator>jurczyk</dc:creator>
	</item>
	<item>
	<title>Clear temp files Quick and Dirty</title>
	<link>http://ask.metafilter.com/86116/Clear-temp-files-Quick-and-Dirty</link>	
	<description>I&apos;d like to create a batch file to clear out my cookies and Temporary Internet Files folder. I&apos;d like a script that I can double click on whenever I feel the need to clear cookies or Temp Internet Files.  I know how to clear them manually on IE.  I just want an easier way.  This is only for IE at work (although I&apos;m a religious Opera user).  I don&apos;t know any visual basic.  I assume a batch file command might work.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86116</guid>
	<pubDate>Thu, 13 Mar 2008 20:48:02 -0800</pubDate>

<category>code</category>

<category>script</category>

	<dc:creator>sonicbloom</dc:creator>
	</item>
	<item>
	<title>Go away or I will replace you with a very small shell script, actually,,, hang around dude....</title>
	<link>http://ask.metafilter.com/86110/Go-away-or-I-will-replace-you-with-a-very-small-shell-script-actually-hang-around-dude</link>	
	<description>Anyone know of a backup script or utility that won&apos;t hurt the OLD copy? Is there any software/script for this situation:&lt;br&gt;
&lt;br&gt;
I have two hard drives / directories, one a master backup (A) which is out-of-date, the other is the drive I work with day to day (B).&lt;br&gt;
&lt;br&gt;
I&apos;d like to copy/move all the files from B to replace the out-of-date versions on A. However. if I just copy the root directory I lose anything that was on A but not B.&lt;br&gt;
&lt;br&gt;
Sort of like a CVS update, but CVS has not been setup previously.  like this:&lt;br&gt;
for all files on B&lt;br&gt;
if (file exists on A)&lt;br&gt;
     replace A&apos;s copy with B&apos;s&lt;br&gt;
else&lt;br&gt;
   add it&lt;br&gt;
&lt;br&gt;
and  don&apos;t touch any file/dir that&apos;s on A but not B.  &lt;br&gt;
&lt;br&gt;
I&apos;ve run into this need twice this week and while probably trivial to script out it seems like a need others would have had too, so maybe re-inventing the wheel to write it? (plus I suck at  batch scripting)&lt;br&gt;
&lt;br&gt;
I can&apos;t find the key words to google for it, but this has to exist for unix and windows, right? A handy free backup app that has this feature through configuration would be of great interest too.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86110</guid>
	<pubDate>Thu, 13 Mar 2008 19:38:30 -0800</pubDate>

<category>computers</category>

<category>script</category>

<category>backup</category>

	<dc:creator>oblio_one</dc:creator>
	</item>
	
	</channel>
</rss>

