<?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 paths</title>
      <link>http://ask.metafilter.com/tags/paths</link>
      <description>Questions tagged with 'paths' at Ask MetaFilter.</description>
	  <pubDate>Thu, 21 May 2009 17:09:12 -0800</pubDate> <lastBuildDate>Thu, 21 May 2009 17:09:12 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>How can I rewrite the image paths on my web server?</title>
	<link>http://ask.metafilter.com/122748/How%2Dcan%2DI%2Drewrite%2Dthe%2Dimage%2Dpaths%2Don%2Dmy%2Dweb%2Dserver</link>	
	<description>How can I rewrite the image paths on my web server? I recently moved a site into a CMS and different web server. The images are in directories like this:&lt;br&gt;
/daily/2009/05/&lt;br&gt;
&lt;br&gt;
The web pages sometimes link to images like this:&lt;br&gt;
[img src=&quot;/daily/2009/05/&quot;]&lt;br&gt;
And sometimes they link to images like this (without a leading slash):&lt;br&gt;
[img src=&quot;daily/2009/05/&quot;]&lt;br&gt;
&lt;br&gt;
That worked fine on the old server, but the paths are different in the CMS on the new server. Can I use .htaccess or something to rewrite the paths?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.122748</guid>
	<pubDate>Thu, 21 May 2009 17:09:12 -0800</pubDate>
	<category>htaccess</category>
	<category>image</category>
	<category>paths</category>
	<category>rewrite</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>kirkaracha</dc:creator>
	</item>
	<item>
	<title>The Baha&apos;i Religion - Am I missing anything?</title>
	<link>http://ask.metafilter.com/100799/The%2DBahai%2DReligion%2DAm%2DI%2Dmissing%2Danything</link>	
	<description>I have spent the past two years doing on-again, off-again research into the &lt;b&gt;Baha&apos;i&lt;/b&gt; religion.  I really like what I see - I&apos;m on the verge of conversion.  
There is one problem - something that&apos;s nagging at the corners of my mind: Why isn&apos;t this religion more popular?  Is there something that I&apos;m missing that everyone else is seeing?&lt;/b&gt; This is a bit of the &lt;a href=&quot;http://en.wikipedia.org/wiki/The_Wisdom_of_Crowds&quot;&gt;Wisdom of Crowds&lt;/a&gt; mentality, but I have this mental image of a fork in the road with a heavily traveled path on one side and a deer path on the other.  &lt;br&gt;
&lt;br&gt;
I&apos;m not afraid of going my own way, I&apos;m just looking for a little reassurance that I&apos;m not blind to some obvious problem.  &lt;br&gt;
&lt;br&gt;
The people I&apos;ve spoken to have been very nice, the books that I have read have seemed pretty thorough, and I&apos;ve read all the criticism that I can get my hands on.  Yet, the sheer anonymity of it leaves me a bit bewildered.&lt;br&gt;
&lt;br&gt;
Help?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100799</guid>
	<pubDate>Wed, 03 Sep 2008 10:22:25 -0800</pubDate>
	<category>bahai</category>
	<category>baha&apos;i</category>
	<category>choices</category>
	<category>obvious</category>
	<category>paths</category>
	<category>religion</category>
	<category>WisdomOfCrowds</category>
	<dc:creator>unixrat</dc:creator>
	</item>
	<item>
	<title>Screwed up Flash movie loading/unloading</title>
	<link>http://ask.metafilter.com/77031/Screwed%2Dup%2DFlash%2Dmovie%2Dloadingunloading</link>	
	<description>Flash newbie: when I unload a movie by clicking a button inside it, and load a new movie in its place, the new movie always opens in a new window instead of the defined movieclip. Feel free to flaunt your superior knowledge and show me the obvious answer! I have a file called page01.swf that has a placeholder movieclip called mcStepHolder. I&apos;ve attached the following code to mcStepHolder so that the page loads up an external file (page01_step1.swf) on launch. (This works perfectly):&lt;br&gt;
&lt;br&gt;
	&lt;b&gt;if(this.mcStepHolder == Number(this.mcStepHolder)){&lt;br&gt;
		loadMovieNum(&quot;page01_step1.swf&quot;,this.mcStepHolder);&lt;br&gt;
	} else {&lt;br&gt;
		this.mcStepHolder.loadMovie(&quot;page01_step1.swf&quot;);&lt;br&gt;
	}&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
Here&apos;s the problem: on clicking a button inside page01_step1.swf, I want the movie to unload itself and swap in page01_step2.swf. The following code does open the correct file, but inside a new window instead of the parent SWF (mcStepHolder movieclip inside the page01.swf) Here is the code attached to the button inside that page01_step1.swf:&lt;br&gt;
&lt;br&gt;
&lt;b&gt;on (release){&lt;br&gt;
	unloadMovieNum(this._parent.mcStepHolder)&lt;br&gt;
	loadMovieNum(&quot;page01_step2.swf&quot;, this._parent.mcStepHolder)&lt;br&gt;
&lt;br&gt;
}&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
Yes, I am very new, and am probably doing something mindblowingly stupid. I&apos;m getting one of the Beyond the Basics/Hands On Learning books this week (after I get a few bucks).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.77031</guid>
	<pubDate>Sun, 25 Nov 2007 13:30:36 -0800</pubDate>
	<category>flash</category>
	<category>load</category>
	<category>movies</category>
	<category>paths</category>
	<category>unload</category>
	<dc:creator>wexford_arts</dc:creator>
	</item>
	<item>
	<title>Can I get path information out of Photoshop / Illustrator?</title>
	<link>http://ask.metafilter.com/66232/Can%2DI%2Dget%2Dpath%2Dinformation%2Dout%2Dof%2DPhotoshop%2DIllustrator</link>	
	<description>Bezier Curves: Is there a way I can access the information about a path in Photoshop or illustrator (x,y positions of anchors and control points). I&apos;d like to be able to draw a shape path in photoshop and then use that information as input in a language like Processing or Flash that have functions that take positions of anchor points and handles. For instance, the bezier function in Processing looks like this: bezier(x1, y1, cx1, cy1, cx2, cy2, x2, y2).&lt;br&gt;
&lt;br&gt;
Or is there an easier way that I&apos;m just totally missing? I just find it very dificult to make the shapes by inputing numbers and trying to get the shapes right.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.66232</guid>
	<pubDate>Wed, 04 Jul 2007 15:15:55 -0800</pubDate>
	<category>bezier</category>
	<category>flash</category>
	<category>illustrator</category>
	<category>paths</category>
	<category>photoshop</category>
	<category>processing</category>
	<dc:creator>miniape</dc:creator>
	</item>
	<item>
	<title>Crop in Illustrator like in Photoshop?</title>
	<link>http://ask.metafilter.com/49385/Crop%2Din%2DIllustrator%2Dlike%2Din%2DPhotoshop</link>	
	<description>Is there an easy way to crop a rectangular portion of an Illustrator (CS, CS2) document? Basically, I want to select a rectangular -- or arbitrary, for that matter -- area of an .ai file, remove everything outside that area, and shrink the artboard area (file dimensions) down to what remains. The process I&apos;ve been using so far involves Photoshop and is destructive since it rasterizes the image. This is OK for now since my destination is the web, but I&apos;d like to know if there&apos;s a quick way to accomplish this without rasterizing.&lt;br&gt;
&lt;br&gt;
I assumed you could just draw a rectangle or shape on top of the image and have its boundaries slice any paths it encountered, allowing you to then select and delete anything in the outlying area, but I wasn&apos;t able to get anywhere with that approach. Did I miss something obvious?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.49385</guid>
	<pubDate>Wed, 25 Oct 2006 08:15:07 -0800</pubDate>
	<category>adobe</category>
	<category>crop</category>
	<category>illustrator</category>
	<category>paths</category>
	<dc:creator>pmbuko</dc:creator>
	</item>
	<item>
	<title>Absolute path woes</title>
	<link>http://ask.metafilter.com/41569/Absolute%2Dpath%2Dwoes</link>	
	<description>Help me make my removable drive shortcuts not break when plugged into different computers! I have a 5g iPod that I&apos;m using part-time as a removable drive that I run a handful of portable apps off of. I put shortcuts in the top iPod directory (&quot;Josh&apos;s iPod&quot;) to the different programs (which are in subdirectories within a directory on the iPod called &quot;Portable Apps&quot;).&lt;br&gt;
&lt;br&gt;
These shortcuts work fine as long as the iPod gets assigned to E:\, but whenever it gets assigned to a different drive letter (like F:\) they break. Is there something I can do to make my shortcut paths relative rather than absolute?&lt;br&gt;
&lt;br&gt;
&lt;small&gt;I&apos;m thinking there&apos;s gotta be something like the %Userprofile% trick, maybe? Are there other relative paths other than that one? Google strips the %&apos;s out of my searches!&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.41569</guid>
	<pubDate>Wed, 05 Jul 2006 20:04:21 -0800</pubDate>
	<category>harddrive</category>
	<category>ipod</category>
	<category>paths</category>
	<category>removabledrive</category>
	<dc:creator>joshuaconner</dc:creator>
	</item>
	<item>
	<title>Linking Illustrator Paths Together</title>
	<link>http://ask.metafilter.com/17073/Linking%2DIllustrator%2DPaths%2DTogether</link>	
	<description>How can I draw two or more paths in Illustrator and link them together while preserving each paths&apos; own fill and stroke? Example inside. I&apos;m new to Illustrator, so maybe I&apos;m missing something obvious, but I&apos;ve gone through the Adobe documentation, several online tutorials, and the &lt;u&gt;Illustrator CS Bible&lt;/u&gt; without finding an answer. Here&apos;s an example:&lt;br&gt;
&lt;img src=&quot;http://www.simplykiwi.com/john/images/two_color_test.png&quot;&gt;&lt;br&gt;
For that, I drew the top path, filled it with green, copied and flipped it, and filled the copy with blue. I manually laid them beside eachother so they appear to be the same object, but what I&apos;d really like to do (and that&apos;s an extremely simplified example) is specify that they mathematically &lt;em&gt;share&lt;/em&gt; a common edge.&lt;br&gt;
&lt;br&gt;
Is there a way to link two paths together like this, or do I really just have to stick with hand-stacking them? I feel like I&apos;m missing some crucial trick that would take me from drawing distinct simple paths to drawing paths that interact with and rely on eachother. What am I missing? Please, feel free to point out anything that might be embarassingly obvious &#8211; it&apos;s probably staring me right in the face.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.17073</guid>
	<pubDate>Sun, 03 Apr 2005 14:55:29 -0800</pubDate>
	<category>adobe</category>
	<category>adobe-illustrator</category>
	<category>design</category>
	<category>graphic-design</category>
	<category>illustrator</category>
	<category>paths</category>
	<dc:creator>odinsdream</dc:creator>
	</item>
	
	</channel>
</rss>

