<?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 questions tagged with CGI</title>
      <link>http://ask.metafilter.com/tags/CGI</link>
      <description>Questions tagged with 'CGI' at Ask MetaFilter.</description>
	  <pubDate>Sat, 17 Oct 2009 19:15:20 -0800</pubDate> <lastBuildDate>Sat, 17 Oct 2009 19:15:20 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>what is &quot;backend of a site seal&quot; called on scriptlance?</title>
	<link>http://ask.metafilter.com/135750/what%2Dis%2Dbackend%2Dof%2Da%2Dsite%2Dseal%2Dcalled%2Don%2Dscriptlance</link>	
	<description>how do the online BBB seals and safety seal work on the back end? I am trying to make a seal for members of an organization I am part of.&lt;br&gt;
&lt;br&gt;
the Better business bureau has a seal which members put on their website with a code that links back to them.. which says when clicked upon &quot;this is a member in good standing&quot;.&lt;br&gt;
&lt;br&gt;
same things for site safety seals...&lt;br&gt;
&lt;br&gt;
how do I create such a seal? i can go on elance or scriptlance, but I have no idea what I am trying to describe...&lt;br&gt;
&lt;br&gt;
how hard is this to create, and how would i describe it best so I don&apos;t get taken for a ride?&lt;br&gt;
&lt;br&gt;
I have the graphic.... I need the &quot;CGI backend&quot; or however it should be described.&lt;br&gt;
&lt;br&gt;
Thank you MeFi!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135750</guid>
	<pubDate>Sat, 17 Oct 2009 19:15:20 -0800</pubDate>
	<category>cgi</category>
	<category>code</category>
	<category>seal</category>
	<category>tag</category>
	<dc:creator>Izzmeister</dc:creator>
	</item>
	<item>
	<title>Why the CGI expense?</title>
	<link>http://ask.metafilter.com/121849/Why%2Dthe%2DCGI%2Dexpense</link>	
	<description>Why are CGI-animated films so expensive? It appears that a typical CGI film-a la Pixar- costs a comparable amount to a live action movie...in the tens if not hundreds of millions of dollars.  I can see where all the money goes in a live action shoot: physical locations, sets, props, explosions, stunts, etc.  But with a CGI film it&apos;s (mostly) nerds pecking away on computers.  Okay, that&apos;s simplifying things, but you get my point.  &lt;br&gt;
&lt;br&gt;
So where does all the money go?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121849</guid>
	<pubDate>Mon, 11 May 2009 17:45:55 -0800</pubDate>
	<category>budget</category>
	<category>CGI</category>
	<category>liveaction</category>
	<category>movies</category>
	<dc:creator>zardoz</dc:creator>
	</item>
	<item>
	<title>Name That Video: Surreal animated interview between student and master.</title>
	<link>http://ask.metafilter.com/120062/Name%2DThat%2DVideo%2DSurreal%2Danimated%2Dinterview%2Dbetween%2Dstudent%2Dand%2Dmaster</link>	
	<description>Looking for a video I saw on the internet before May 2008. It was an interview with a ton of post-processing, making it very surreal. Seeing this &lt;a href=&quot;http://www.ngv.vic.gov.au/gleeson/images/im_gleeson02_a.jpg&quot;&gt;image&lt;/a&gt; reminded me of the video.

I seem to remember the interviewer was an art student, or a student of the interviewee. The interviewee had been down on his luck, and it seemed as if the interview was happening in a soup kitchen or hostel.  I associate two words with the interviewee: &quot;video art&quot;, but I can&apos;t think of any sort of title he might have. I remember the video was very colorful, and the subjects bodies seemed to... fade, contract, pulse... It felt as if there was original video, but it was completely animated over top of.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.120062</guid>
	<pubDate>Mon, 20 Apr 2009 23:22:42 -0800</pubDate>
	<category>animator</category>
	<category>art</category>
	<category>cgi</category>
	<category>documentary</category>
	<category>interview</category>
	<category>namethatvideo</category>
	<category>RyanLarkin</category>
	<category>video</category>
	<dc:creator>hatsix</dc:creator>
	</item>
	<item>
	<title>Help me avoid coding a lame webpage!</title>
	<link>http://ask.metafilter.com/114381/Help%2Dme%2Davoid%2Dcoding%2Da%2Dlame%2Dwebpage</link>	
	<description>I need a simple cgi-bin script that implements a scoreboard or counter for multiple teams. So a buddy of mine wants a simple web page that allows a handful of users to log in, view the scores of other teams, and increment or set their own score. For example, if you logged in as John, you might see something resembling:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
Tim: 12&lt;br&gt;
Pete: 9&lt;br&gt;
John: 13 + -&lt;br&gt;
Luke: 10&lt;br&gt;
&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
The + and - above would be buttons that John could use to increment his score (or maybe it&apos;s a text box with a submit button). Basically, he&apos;s looking for something really simple (a simple Perl cgi-bin script would be fine), and security is basically a non-issue.&lt;br&gt;
&lt;br&gt;
This is something I could probably put together in perl in a couple hours, but the script he needs is state-of-the-art circa 1997, and there&apos;s really nothing that interests me beyond the fact that a friend&apos;s requested it. Besides, this has got to have been implemented before and I&apos;d rather reuse than rewrite. I did some Google searches, but came up empty. Anyone have any suggestions for something that will work out of the box, or something close that I can modify?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.114381</guid>
	<pubDate>Mon, 16 Feb 2009 17:07:18 -0800</pubDate>
	<category>cgi</category>
	<category>counter</category>
	<category>perl</category>
	<category>scoreboard</category>
	<category>web</category>
	<dc:creator>perrce</dc:creator>
	</item>
	<item>
	<title>Computer generated fur softly lit with flickering candle light</title>
	<link>http://ask.metafilter.com/110021/Computer%2Dgenerated%2Dfur%2Dsoftly%2Dlit%2Dwith%2Dflickering%2Dcandle%2Dlight</link>	
	<description>How automated is PIXAR-caliber computer animation these days? I just watched Wall-e, and was blown away by the lighting effects, the depth-of-field of the &apos;camera,&apos; etc. As an admirer of good CGI who knows little about the ins and outs of this technology, I ask you: how would you experts out there describe its current capabilities? What are the current weaknesses and frustrations for animators? What are some pivotal innovations that are just around the horizon?&lt;br&gt;
&lt;br&gt;
Exactly to what extent are the scenes rendered frame-by-frame by an animator, like they were back when they were hand drawn, versus, to what extent is it a matter of designing a creature, determining how it moves, and then letting it loose?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.110021</guid>
	<pubDate>Thu, 25 Dec 2008 20:59:12 -0800</pubDate>
	<category>animation</category>
	<category>cgi</category>
	<category>pixar</category>
	<category>technology</category>
	<dc:creator>umb&#xfa;</dc:creator>
	</item>
	<item>
	<title>Howdunit?</title>
	<link>http://ask.metafilter.com/99875/Howdunit</link>	
	<description>[FilmmakingFilter] Can someone tell me how &lt;a href=&quot;http://www.youtube.com/watch?v=6Ml-jUdIbcI&quot;&gt;this&lt;/a&gt; music video was made? I understand that CGI was used extensively (at certain points, in fact, it&apos;s entirely CGI), but what I&apos;m interested in is the fast-travelling-over-terrain effect.  I&apos;m pretty sure it&apos;s the same effect Dennis Muren and co. used for the speeder bike chases in Return of the Jedi, which was just walking through the terrain with a steadycam, shooting at 4fps or something similarly slow.&lt;br&gt;
&lt;br&gt;
The question is, though: why aren&apos;t the clouds moving?  Are they composited in afterwards?&lt;br&gt;
&lt;br&gt;
I&apos;d love to use this technique myself and am fiending for an explanation.  Thank you.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99875</guid>
	<pubDate>Fri, 22 Aug 2008 11:44:00 -0800</pubDate>
	<category>cassius</category>
	<category>CGI</category>
	<category>filmmaking</category>
	<category>musicvideo</category>
	<category>specialeffects</category>
	<dc:creator>Bobby Bittman</dc:creator>
	</item>
	<item>
	<title>Can I write to a div using Perl, or otherwise solve my form submission problem?</title>
	<link>http://ask.metafilter.com/97424/Can%2DI%2Dwrite%2Dto%2Da%2Ddiv%2Dusing%2DPerl%2Dor%2Dotherwise%2Dsolve%2Dmy%2Dform%2Dsubmission%2Dproblem</link>	
	<description>Can I write to a div using Perl, or otherwise solve my form submission problem? I have a Perl/CGI form mailer script that I didn&apos;t write and shouldn&apos;t edit too much, but can somewhat.&lt;br&gt;
&lt;br&gt;
It&apos;s currently set up so that I can define the thank you page and error page within the Perl file. I don&apos;t want it to redirect to those pages however. I want to display the messages on the page the form is on instead, without reloading if possible. I played around with redirecting to the same page  but appending a parameter in the URL. Then using JS to show a div if that var was set. But I&apos;m realizing I need to display some of the items  submitted from the form and I don&apos;t know how to keep those values since the page is being refreshed.&lt;br&gt;
&lt;br&gt;
I don&apos;t know Perl so I don&apos;t know if there is a better way to do this, but can I do something like write to a div with Perl? Other ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97424</guid>
	<pubDate>Thu, 24 Jul 2008 12:11:10 -0800</pubDate>
	<category>cgi</category>
	<category>forms</category>
	<category>javascript</category>
	<category>perl</category>
	<category>scripts</category>
	<category>web</category>
	<dc:creator>unsigned</dc:creator>
	</item>
	<item>
	<title>Looking for Art Exhibition CGI video</title>
	<link>http://ask.metafilter.com/90493/Looking%2Dfor%2DArt%2DExhibition%2DCGI%2Dvideo</link>	
	<description>I&apos;m looking for a source (video name, who did it, what the music is called, why was it made, is it available online, any other information) of the CGI video that appears at the very start of this &lt;a href=&quot;http://www.youtube.com/watch?v=9etk78C1pLk&quot;&gt;YouTube video of Tomorrows World c1984&lt;/a&gt; clip. I don&apos;t know whether it was a Fairlight CVI that created the effect (or CMI in the music) - I&apos;m not that interested if it was / wasn&apos;t - &lt;strong&gt;I would just like to see the video again&lt;/strong&gt; I also really liked the music.&lt;br&gt;
&lt;br&gt;
I seem to recall it was a SIGGRAPH entrant or something - and the CGI video followed a visitor (or possibly a security guard?) around a (closed?) CGI Art exhibit, as various (famous) paintings came to life around him.&lt;br&gt;
&lt;br&gt;
I&apos;ve looked around the SIGGRAPH sites, but I couldn&apos;t find any early videos.&lt;br&gt;
&lt;br&gt;
Any pointers gratefully received.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.90493</guid>
	<pubDate>Sun, 04 May 2008 09:03:48 -0800</pubDate>
	<category>art</category>
	<category>CGI</category>
	<category>exhibit</category>
	<category>SIGGRPAH</category>
	<category>video</category>
	<category>youtube</category>
	<dc:creator>Dub</dc:creator>
	</item>
	<item>
	<title>How to create fractals within Maya?</title>
	<link>http://ask.metafilter.com/83117/How%2Dto%2Dcreate%2Dfractals%2Dwithin%2DMaya</link>	
	<description>Fractal creation/generation within Maya? I&apos;ve searched long and hard for a method to create fractals within Autodesk Maya 8.5. I have tested XenoDream, but the following pictures are taken to a whole different level. &lt;a href=&quot;http://sunflow.sourceforge.net/gallery/v0070/julia.png&quot;&gt;1&lt;/a&gt;, &lt;a href=&quot;http://sunflow.sourceforge.net/gallery/v0070/cgsphere.03.png&quot;&gt;2&lt;/a&gt;, &lt;a href=&quot;http://sunflow.sourceforge.net/gallery/v0070/cgsphere.01.png&quot;&gt;3&lt;/a&gt;. I understand that &lt;a href=&quot;sunflow.sourceforge.net/&quot;&gt;Sunflow&lt;/a&gt; is a renderer and that it has the ability to generate these fractal structures based on coding functions (dug deep into their forums). But I need the ability to animate and tweak the models within Maya...&lt;br&gt;
&lt;br&gt;
Looking to other methods, I&apos;ve googled around and found &lt;a href=&quot;&lt;a http://www.andylomas.com/aggregationImages.html&quot;&gt;aggregation&lt;/a&gt; fractals. This took my research into newfound lands of &lt;a href=&quot;http://en.wikipedia.org/wiki/Diffusion-limited_aggregation&quot;&gt;DLA&lt;/a&gt;. &lt;br&gt;
&lt;br&gt;
I&apos;m not expecting any easy way out, but I am unable to really find any foundational information about this process. Here is a way to use Maya&apos;s &lt;a href=&quot;http://www.fundza.com/mel/recursion/recursion.html&quot;&gt;MEL&lt;/a&gt; scripting to control generative fractals, but I am simply no coder! Here is a plug-in that works with &lt;a href=&quot;http://www.highend3d.com/maya/downloads/plugins/modeling/misc/AM-LSystem-30-IRIX-106.html&quot;&gt;L-Systems&lt;/a&gt;, but its so thick and messy! This last &lt;a href=&quot;http://www.archinect.com/schoolblog/entry.php?id=14594_0_39_0_C109&quot;&gt;architect study&lt;/a&gt; could be useful, but still lacks the detail of DLA fractals.&lt;br&gt;
&lt;br&gt;
I have included most of my research to show what I currently know; hopefully someone can point me in the proper direction. I would greatly appreciate any help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.83117</guid>
	<pubDate>Thu, 07 Feb 2008 21:38:49 -0800</pubDate>
	<category>3d</category>
	<category>animation</category>
	<category>cgi</category>
	<category>computer</category>
	<category>fractals</category>
	<category>maya</category>
	<category>research</category>
	<dc:creator>supyo</dc:creator>
	</item>
	<item>
	<title>How accurate are CGI characters rendered?</title>
	<link>http://ask.metafilter.com/71595/How%2Daccurate%2Dare%2DCGI%2Dcharacters%2Drendered</link>	
	<description>Have there been any CGI films rendered with enough fidelity that a skilled lip-reader could follow the dialogue?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.71595</guid>
	<pubDate>Fri, 14 Sep 2007 20:37:57 -0800</pubDate>
	<category>CGI</category>
	<category>film</category>
	<category>lipreading</category>
	<category>speechreading</category>
	<dc:creator>sonofslim</dc:creator>
	</item>
	<item>
	<title>A woman asks - and flinches...</title>
	<link>http://ask.metafilter.com/61390/A%2Dwoman%2Dasks%2Dand%2Dflinches</link>	
	<description>Celine Dion and Elvis - the duet - on last night&apos;s &quot;Idol Gives Back&quot;. Oh pity please, how was it done? I&apos;ve tried every combination I can on google/technorati.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.61390</guid>
	<pubDate>Thu, 26 Apr 2007 06:53:30 -0800</pubDate>
	<category>celebrity</category>
	<category>cgi</category>
	<category>duets</category>
	<category>fake</category>
	<category>hologram</category>
	<category>singing</category>
	<dc:creator>Jody Tresidder</dc:creator>
	</item>
	<item>
	<title>3D animation</title>
	<link>http://ask.metafilter.com/59971/3D%2Danimation</link>	
	<description>I do not know the &lt;i&gt;first thing about 3D animation.  help!&lt;/i&gt; I have a good background in graphic design, and i moonlight as a flash programmer/designer - where i output and implement the majority of my work.  I&apos;m a big believer of learning-by-web, but I&apos;m stumped here.  I would like to create three-dimensional objects (not landscapes) that might find in all forms of modern media - the right-bottom corners of television, and video games introductions that blend live video with with CGI, to name a few.  &quot;Abstract information&quot; is good, but ultimately this is about practical application.  I&apos;m not in a position to go back to school.  And I exclusively use Mac OS X.  I was hoping for some pointers.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.59971</guid>
	<pubDate>Wed, 04 Apr 2007 21:31:04 -0800</pubDate>
	<category>3D</category>
	<category>animation</category>
	<category>CGI</category>
	<category>flash</category>
	<category>OSX</category>
	<dc:creator>phaedon</dc:creator>
	</item>
	<item>
	<title>Why is the CGI in Jurassic Park so good?</title>
	<link>http://ask.metafilter.com/54341/Why%2Dis%2Dthe%2DCGI%2Din%2DJurassic%2DPark%2Dso%2Dgood</link>	
	<description>Why is the CGI in Jurassic Park so good? Despite being nearly fifteen years old, it&apos;s no worse than that in The Lord of the Rings and King Kong, and certainly better than the recent Star Wars movies. While watching Jurassic Park over Christmas it occurred to me that the CGI is very, very good. (I realise that many of the close-up scenes are animatronics, and I&apos;m not talking about those.) Other people I&apos;ve spoken to seem to agree, so I don&apos;t think it&apos;s just me being charitable.&lt;br&gt;
&lt;br&gt;
I haven&apos;t seen much better CGI in a Hollywood film since. Those that are as good (most of The Lord of the Rings, for instance) certainly aren&apos;t consistent with fifteen years of technical progress. Many films are much, much worse (Jar Jar, I&apos;m looking at you).&lt;br&gt;
&lt;br&gt;
So what was special about Jurassic Park? Did it have a bigger budget? An unusually talented crew? A particularly easy subject (dinosaurs)? Or am I just seeing things here? Is CGI in modern films better than that in Jurassic Park?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.54341</guid>
	<pubDate>Thu, 04 Jan 2007 04:24:18 -0800</pubDate>
	<category>cgi</category>
	<category>cinema</category>
	<category>film</category>
	<category>movies</category>
	<dc:creator>caek</dc:creator>
	</item>
	<item>
	<title>Pi-ta-go-ra su-i-chi!</title>
	<link>http://ask.metafilter.com/53341/Pitagora%2Dsuichi</link>	
	<description>In &lt;a href=&quot;http://video.google.com/videoplay?docid=-1990145653298392267&amp;q=impressive&quot;&gt;this collection&lt;/a&gt; of clips of &lt;a href=&quot;http://en.wikipedia.org/wiki/Rube_Goldberg_machine&quot;&gt;Rube Goldberg  machines&lt;/a&gt; for NHK&apos;s &lt;em&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/PythagoraSwitch&quot;&gt;Pitagora Suichi&lt;/a&gt;&lt;/em&gt;, was CG animation used? Obviously, one can ignore the 1&quot;30 of cartoon at the top, and the japanorific dancing bit in the middle, I&apos;m only talking about the domino effect devices.&lt;br&gt;
&lt;br&gt;
I don&apos;t know. Some things look decidedly detailed and real, but others (some balls, cups, etc.) look very CGI-ey to my eye, what with their just-too-perfect texture and motion. There&apos;s just not enough *randomness* I guess.&lt;br&gt;
&lt;br&gt;
So what&apos;s the deal? Is it all live action? Some live action and some CGI? Or pure CGI? &lt;a href=&quot;http://en.wikipedia.org/wiki/Chroma_key&quot;&gt;Greenscreening&lt;/a&gt; perhaps?&lt;br&gt;
&lt;br&gt;
Thanks in advance, and if watching this clip makes you whistle the &quot;Pi-ta-go-ra su-i-chi!&quot; tune for the rest of the day, I&apos;m sorry about the earworm.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.53341</guid>
	<pubDate>Sun, 17 Dec 2006 06:39:49 -0800</pubDate>
	<category>3d</category>
	<category>3danimation</category>
	<category>animation</category>
	<category>cg</category>
	<category>cgi</category>
	<category>cog</category>
	<category>derlaufderdinge</category>
	<category>dominoeffect</category>
	<category>heathrobinson</category>
	<category>japan</category>
	<category>japanese</category>
	<category>japanimation</category>
	<category>nhk</category>
	<category>pitagorasuicchi</category>
	<category>pitagorasuichi</category>
	<category>realorfake</category>
	<category>rubegoldberg</category>
	<category>rubegoldbergmachines</category>
	<category>tbo</category>
	<category>tebeo</category>
	<category>thewaythingsgo</category>
	<category>tv</category>
	<category>wheathrobinson</category>
	<dc:creator>goodnewsfortheinsane</dc:creator>
	</item>
	<item>
	<title>How to twist the words of others to my own dire purposes?</title>
	<link>http://ask.metafilter.com/51948/How%2Dto%2Dtwist%2Dthe%2Dwords%2Dof%2Dothers%2Dto%2Dmy%2Down%2Ddire%2Dpurposes</link>	
	<description>I want to create a web application in which the user enters text into a field and  clicks on a submit button, and the text is then altered based on a set of conditions and given back to the user. What&apos;s the easiest way of doing this? I have a vague idea that I should use Perl and CGI. I don&apos;t know Perl or CGI, but I do know a bit of Java, a bit about servlets and JSPs, some Visual Basic, and quite a bit about http. I realize that there is a certain irony to my posting this on metafilter, where there is clearly something similar at work, but that unfortunately, being on the user end of that doesn&apos;t make it clear to me what the actual mechanism is.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.51948</guid>
	<pubDate>Wed, 29 Nov 2006 02:21:14 -0800</pubDate>
	<category>cgi</category>
	<category>perl</category>
	<category>text</category>
	<dc:creator>bingo</dc:creator>
	</item>
	<item>
	<title>Moving web-based business to a new web coder without falling flat on our faces?</title>
	<link>http://ask.metafilter.com/46551/Moving%2Dwebbased%2Dbusiness%2Dto%2Da%2Dnew%2Dweb%2Dcoder%2Dwithout%2Dfalling%2Dflat%2Don%2Dour%2Dfaces</link>	
	<description>We&apos;re losing a freelance, outsourced web coder that our business relies upon. How do we find and then transition over to someone new without losing loads of money and time? Story inside. I co-own a small London-based company which does a lot of its business via the web. Our service involves a reasonably complex backend that does everything from customer management to dynamic updating of certain website components, accepting payments from our customers and delivering documents to them. &lt;br&gt;
&lt;br&gt;
This has all been coded in CGI / Perl by an Indian programmer who we found almost by accident five years ago and has been amazing to work with over the past few years. &lt;br&gt;
&lt;br&gt;
Unfortunately he is now letting us down and despite our best efforts to get him involved, offering more money and so on, we can barely make contact with him. His business has expanded but also apparently he&apos;s suffering some legal action. &lt;br&gt;
&lt;br&gt;
We have the site and database backed up, and it&apos;s hosted at a location separate to the designer. But we need to move ahead and get the site completely refreshed; we already have a new graphical frontend and CSS to integrate, not to mention various new components spec&apos;d but not built for the backend. So we need to find someone to examine our existing code, understand it, and start to help us maintain and update it. &lt;br&gt;
&lt;br&gt;
Ideally we&apos;d like like a freelancer for regular work - we&apos;d prefer it if they were in our timezone, better still in London, so we can get in touch easily. And they need to be pretty sharp at CGI / Perl to understand the existing stuff. But what problems are we likely to face and what are the classic mistakes we could make during this transition? What should we ask for when selecting a new coder, and where would we look? Metafilter Jobs seems like a possibility but doesn&apos;t seem to have a lot of UK traffic.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.46551</guid>
	<pubDate>Fri, 15 Sep 2006 05:47:46 -0800</pubDate>
	<category>cgi</category>
	<category>coder</category>
	<category>perl</category>
	<category>web</category>
	<dc:creator>unclemonty</dc:creator>
	</item>
	<item>
	<title>Ensuring My Forms Are Spam-Safe</title>
	<link>http://ask.metafilter.com/35486/Ensuring%2DMy%2DForms%2DAre%2DSpamSafe</link>	
	<description>Is the script that powers my contact form spam-safe? I&apos;m about to start up a semi-commercial web endeavor that will need several contact forms (all directed my way, each with a different purpose).  I&apos;ve been using a very simple .cgi script to power my &lt;a href=&quot;http://www.bluesilver.org/contact.php&quot;&gt;contact form&lt;/a&gt; for quite a while and I&apos;ve been pleased with it on my personal site.  But before I incorporate the script into a commercial site, I want to be sure that it cannot be used to send spam to others.&lt;br&gt;
&lt;br&gt;
By what means could I go about testing the script to keep my sites out of the hands of those who would use them for nefarious means?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.35486</guid>
	<pubDate>Fri, 31 Mar 2006 16:54:06 -0800</pubDate>
	<category>avoidingspam</category>
	<category>cgi</category>
	<category>mailform</category>
	<category>script</category>
	<category>security</category>
	<dc:creator>Dreama</dc:creator>
	</item>
	<item>
	<title>Who&apos;s got mail? That is the Question.</title>
	<link>http://ask.metafilter.com/30262/Whos%2Dgot%2Dmail%2DThat%2Dis%2Dthe%2DQuestion</link>	
	<description>We&apos;re trying to build a web based, semi-automated careers referral program on the company website. We&apos;d like employees to send specific job postings to friends via our website. Due to anti-spam circumventions in formmail and other such programs, this is proving difficult. What CGI/PHP tools would you recommend? The basic idea is this; an employee enters their friend&apos;s email and their own in a form on our company website. When they hit submit a personalized invitation to visit our careers section is sent to their friend.&lt;br&gt;
&lt;br&gt;
e.g. &lt;br&gt;
&lt;i&gt;&quot;Hi Bill,&lt;br&gt;
&lt;br&gt;
Did you know we&apos;ve got a lot of nice job postings on our site? You should check them out.&lt;br&gt;
&lt;br&gt;
Your friend, Bob&quot;&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Back in the day I&apos;d have used FormMail to handle this but thanks to spammers I can&apos;t use FormMail to send to an unverified email address.  How do I automate this funciton on our site without opening our SendMail up to spammers while keeping with the personalization of receiving job postings from friends that we want to keep?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.30262</guid>
	<pubDate>Thu, 05 Jan 2006 14:29:23 -0800</pubDate>
	<category>careers</category>
	<category>CGI</category>
	<category>email</category>
	<category>human</category>
	<category>Internet</category>
	<category>PHP</category>
	<category>resources</category>
	<dc:creator>DragonBoy</dc:creator>
	</item>
	<item>
	<title>You Sir, name password.</title>
	<link>http://ask.metafilter.com/29453/You%2DSir%2Dname%2Dpassword</link>	
	<description>WebSecurityFilter: I&apos;m looking for a PHP or CGI script which would redirect a user to their password protected folder when they enter their username and password. I am trying to build a single entry point for client access to resource files online. The idea is that I can pass out a single &apos;client access&apos; URL where the client can enter their username and password which would be verified and then redirected to their folder on the server.&lt;br&gt;
&lt;br&gt;
The maintenance of this tool needs to be absurdly easy as I plan on handing off maintenance of this to a non-tech-savvy person ASAP.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.29453</guid>
	<pubDate>Wed, 21 Dec 2005 14:33:09 -0800</pubDate>
	<category>CGI</category>
	<category>internet</category>
	<category>passwords</category>
	<category>PHP</category>
	<category>scripts</category>
	<category>security</category>
	<dc:creator>DragonBoy</dc:creator>
	</item>
	<item>
	<title>Does cgi negatively affect pagerank?</title>
	<link>http://ask.metafilter.com/28379/Does%2Dcgi%2Dnegatively%2Daffect%2Dpagerank</link>	
	<description>Will converting a home page from shtml to cgi negatively impact its pagerank? I&apos;m contemplating making the above change for a friend, who requires the ability to pass a parameter to her home page.  She has heard somewhere that changing to a cgi script will torpedo her ranking.  I&apos;ve been unable to confirm or rule this out using google.  Any insight?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.28379</guid>
	<pubDate>Sat, 03 Dec 2005 14:03:07 -0800</pubDate>
	<category>cgi</category>
	<category>dynamic</category>
	<category>google</category>
	<category>pagerank</category>
	<dc:creator>Manjusri</dc:creator>
	</item>
	<item>
	<title>CGI query strings in MT?</title>
	<link>http://ask.metafilter.com/27229/CGI%2Dquery%2Dstrings%2Din%2DMT</link>	
	<description>I&apos;m doing some Movable Type development. I&apos;d like to add a custom query string to the normal mt-search strings. I was hoping to use PHP to do something with the string, but unfortunately I can&apos;t run PHP in the CGI files. Any options? I&apos;m not a CGI writer, so I may be missing something obvious.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.27229</guid>
	<pubDate>Mon, 14 Nov 2005 17:32:47 -0800</pubDate>
	<category>cgi</category>
	<category>movabletype</category>
	<category>mt</category>
	<category>querystring</category>
	<dc:creator>o2b</dc:creator>
	</item>
	<item>
	<title>Simple matchmoving program?</title>
	<link>http://ask.metafilter.com/20306/Simple%2Dmatchmoving%2Dprogram</link>	
	<description>A question for any FX nerds out there: Can you recommend a good &lt;a href=&quot;http://en.wikipedia.org/wiki/Matchmoving&quot;&gt;matchmoving&lt;/a&gt; program? It has to be for OS X and compatible with (preferably) After Effects or Combustion, and Maya. Ease of use would be a plus, as well. This is my first foray into matchmoving.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.20306</guid>
	<pubDate>Thu, 23 Jun 2005 18:40:22 -0800</pubDate>
	<category>adobeaftereffects</category>
	<category>aliaswavefrontmaya</category>
	<category>cgi</category>
	<category>compositing</category>
	<category>discreetcombustion</category>
	<category>macosx</category>
	<category>matchmoving</category>
	<category>specialeffects</category>
	<dc:creator>brundlefly</dc:creator>
	</item>
	<item>
	<title>Running javascript from within cgi-Script</title>
	<link>http://ask.metafilter.com/19998/Running%2Djavascript%2Dfrom%2Dwithin%2DcgiScript</link>	
	<description>I use a free cgi mailing list script that generates a html template for the admin interface and user feedback for sign-up. The site i am implementing it on today has some basic preload/rollover javascript within the HEAD of the HTML document, but the javascript aint working on the template the cgi outputs. How do i need to format the javascript so that it works from the cgi-script? Is it the paranthese, curlies, semicolons or brackets that need to be slashed? Or all four? Here&apos;s what I got:&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
function newImage(arg) {&lt;br&gt;
	if (document.images) {&lt;br&gt;
		rslt = new Image();&lt;br&gt;
		rslt.src = arg;&lt;br&gt;
		return rslt;&lt;br&gt;
	}&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
function changeImages() {&lt;br&gt;
	if (document.images &amp;amp;&amp;amp; (preloadFlag == true)) {&lt;br&gt;
		for (var i=0; i&lt;changeimages .arguments.length; i+=2) { document[changeimages.arguments[i]].src=changeImages.arguments[i+1]; } } } var preloadflag=false; function preloadimages() { if (document.images) { b_news_over=newImage(\&quot; images/b_news-over.gif\&quot; ); b_bio_over=newImage(\&quot; images/b_bio-over.gif\&quot; ); b_services_over=newImage(\&quot; images/b_services-over.gif\&quot; ); b_downloads_over=newImage(\&quot; images/b_downloads-over.gif\&quot; ); b_contact_over=newImage(\&quot; images/b_contact-over.gif\&quot; ); preloadflag=true; } } /pre&gt;&lt;/pre&gt;&lt;/changeimages&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.19998</guid>
	<pubDate>Wed, 15 Jun 2005 20:18:41 -0800</pubDate>
	<category>cgi</category>
	<category>cgiscript</category>
	<category>javascript</category>
	<category>mailinglist</category>
	<category>scripting</category>
	<category>scripts</category>
	<dc:creator>elphTeq</dc:creator>
	</item>
	<item>
	<title>Perl, CGI, and Apache</title>
	<link>http://ask.metafilter.com/16367/Perl%2DCGI%2Dand%2DApache</link>	
	<description>I have a Perl script which is supposed to handle user registration. It works fine from the command line (perl blah.pl &quot;username=blah&amp;amp;password=blah&quot;) but doesn&apos;t modify the file it&apos;s supposed to modify when run as a CGI script in Apache 2.0.  I&apos;m assuming this is some sort of permissions issue, but I&apos;ve done chmod a+w and chmod 777 on the file in question and still no luck. Is there something I need in my httpd.conf?&lt;br&gt;
&lt;br&gt;
Apologies if this is a really inane question, but my brain is fried right now and the Apache docs might as well be Greek.&lt;br&gt;
&lt;br&gt;
(Also: I know I shouldn&apos;t keep my user data in a file. Eventually I will switch to some sort of SQL database. For the moment, though, I&apos;d like to get the authentication crap out of the way so I can work on the fun bits of my webapp.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.16367</guid>
	<pubDate>Tue, 15 Mar 2005 21:56:58 -0800</pubDate>
	<category>apache</category>
	<category>cgi</category>
	<category>perl</category>
	<category>programming</category>
	<category>web</category>
	<dc:creator>IshmaelGraves</dc:creator>
	</item>
	<item>
	<title>Not that I have any, I swear, but is CGI child porn legal?</title>
	<link>http://ask.metafilter.com/12750/Not%2Dthat%2DI%2Dhave%2Dany%2DI%2Dswear%2Dbut%2Dis%2DCGI%2Dchild%2Dporn%2Dlegal</link>	
	<description>Not that I have any, I swear, but is CGI child porn legal?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.12750</guid>
	<pubDate>Fri, 10 Dec 2004 08:15:01 -0800</pubDate>
	<category>CGI</category>
	<category>childporn</category>
	<category>justice</category>
	<category>law</category>
	<category>porn</category>
	<category>pornography</category>
	<dc:creator>Anonymous</dc:creator>
	</item>
	
	</channel>
</rss>

