<?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>Comments on: Hackers Wanted</title>
	<link>http://ask.metafilter.com/21156/Hackers-Wanted/</link>
	<description>Comments on Ask MetaFilter post Hackers Wanted</description>
	<pubDate>Wed, 13 Jul 2005 11:07:12 -0800</pubDate>
	<lastBuildDate>Wed, 13 Jul 2005 11:07:12 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Hackers Wanted</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted</link>	
		<description>Is there a way to pull values off of an Internet drop down menu and paste them in a document? &lt;br /&gt;&lt;br /&gt; I&apos;d like to pull off the names of conference invitees off of the invitation&apos;s website, but they are in a drop down menu. I tried &quot;View Source,&quot; but no luck. Short of typing them all out, is there an easy way to extract them?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.21156</guid>
		<pubDate>Wed, 13 Jul 2005 11:02:22 -0800</pubDate>
		<dc:creator>Frank Grimes</dc:creator>
		
			<category>Internet</category>
		
			<category>HTML</category>
		
	</item> <item>
		<title>By: signal</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted#342441</link>	
		<description>Why is &quot;view source&quot; no luck? That should work.&lt;br&gt;
Unless the dropdown is being generated by a javascript, then your S.O.L., I think.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21156-342441</guid>
		<pubDate>Wed, 13 Jul 2005 11:07:12 -0800</pubDate>
		<dc:creator>signal</dc:creator>
	</item><item>
		<title>By: Frank Grimes</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted#342444</link>	
		<description>I think it is javascript. I can paste the drop down menu (are these called listboxes?) into a Word or Excel document, but still can&apos;t extract the values within the drop down menu.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21156-342444</guid>
		<pubDate>Wed, 13 Jul 2005 11:10:45 -0800</pubDate>
		<dc:creator>Frank Grimes</dc:creator>
	</item><item>
		<title>By: rolypolyman</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted#342448</link>	
		<description>I agree with going to &quot;View Source&quot; and digging them out of there.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21156-342448</guid>
		<pubDate>Wed, 13 Jul 2005 11:15:21 -0800</pubDate>
		<dc:creator>rolypolyman</dc:creator>
	</item><item>
		<title>By: GrumpyMonkey</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted#342457</link>	
		<description>if you have MS Office installed (and this is on windows XP), you should have the option when you right click on the page to export it to excel. If you do that it will create a cell for each entry in the listbox. &lt;br&gt;
If that does not work, you should be able to save the page locally and then get the source from there.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21156-342457</guid>
		<pubDate>Wed, 13 Jul 2005 11:23:58 -0800</pubDate>
		<dc:creator>GrumpyMonkey</dc:creator>
	</item><item>
		<title>By: yerfatma</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted#342460</link>	
		<description>Can you post the URL? Unless they&apos;re using an XMLHTTPRequest call in the JavaScript, the information should be in the source somewhere.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21156-342460</guid>
		<pubDate>Wed, 13 Jul 2005 11:28:13 -0800</pubDate>
		<dc:creator>yerfatma</dc:creator>
	</item><item>
		<title>By: cyrusdogstar</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted#342467</link>	
		<description>Even if View Source won&apos;t work, if you use Mozilla or Firefox you can force it to give you the rendered HTML by selecting text around the dropdown, then right clicking and choosing &quot;View Selection Source&quot;; this works identical to the normal View Source but will grab what is *actually there* instead of the page&apos;s original source, in the event of dynamic updating which is probably what&apos;s happening.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21156-342467</guid>
		<pubDate>Wed, 13 Jul 2005 11:35:10 -0800</pubDate>
		<dc:creator>cyrusdogstar</dc:creator>
	</item><item>
		<title>By: Frank Grimes</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted#342494</link>	
		<description>I can&apos;t paste the URL because it requires a password. I tried saving it locally and right clicking (disabled). I&apos;ll have to try Mozilla or Firefox at home.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21156-342494</guid>
		<pubDate>Wed, 13 Jul 2005 12:14:56 -0800</pubDate>
		<dc:creator>Frank Grimes</dc:creator>
	</item><item>
		<title>By: TheDonF</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted#342521</link>	
		<description>If you can save it locally, then opening it up in any text editor (note pad or word pad on Windows, for example) will bypass the right-click thing.  View &amp;gt; View Source will also bypass that, no matter what the browser.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21156-342521</guid>
		<pubDate>Wed, 13 Jul 2005 12:48:01 -0800</pubDate>
		<dc:creator>TheDonF</dc:creator>
	</item><item>
		<title>By: glibhamdreck</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted#342535</link>	
		<description>Maybe you could do a screen capture and use a pic to text tool?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21156-342535</guid>
		<pubDate>Wed, 13 Jul 2005 13:11:50 -0800</pubDate>
		<dc:creator>glibhamdreck</dc:creator>
	</item><item>
		<title>By: RMALCOLM</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted#342560</link>	
		<description>You should be able to do it using &lt;a href=&quot;http://www.techsmith.com/products/snagit/default.asp?CMP=KAC-SGoogle&quot;&gt;Snagit&lt;/a&gt;. Unfortunately, it is not freeware.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21156-342560</guid>
		<pubDate>Wed, 13 Jul 2005 13:39:51 -0800</pubDate>
		<dc:creator>RMALCOLM</dc:creator>
	</item><item>
		<title>By: nikzhowz</title>
		<link>http://ask.metafilter.com/21156/Hackers-Wanted#342626</link>	
		<description>Copy this into a text editor:&lt;br&gt;
&lt;blockquote&gt;&lt;br&gt;
&lt;code&gt;&lt;br&gt;
&amp;lt;html&amp;gt;&lt;br&gt;
&amp;lt;body&amp;gt;&lt;br&gt;
&amp;lt;a href=&quot;javascript:var sl=document.getElementsByTagName(&apos;select&apos;);if(sl.length){var str=&apos;&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;&apos;;for(var ii=0;ii&amp;lt;sl.length;ii++){for(var jj=0;jj&amp;lt;sl[ii].options.length;jj++){str+=sl[ii].options[jj].innerHTML+&apos;&amp;lt;br /&amp;gt;&apos;}str+=&apos;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&apos;}str+=&apos;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&apos;;var ww=window.open(&apos;,&apos;);ww.document.write(str);ww.document.close()}&quot;&amp;gt;Get Selection Texts&amp;lt;/a&amp;gt;&lt;br&gt;
&amp;lt;/body&amp;gt;&lt;br&gt;
&amp;lt;/html&amp;gt;&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;br&gt;
and save it with an .html extension. Open the new page in your browser, right-click the link and bookmark it. Navigate to the page with the drop-downs, wait until the page is fully loaded, and run the bookmarklet. It&apos;ll pop a window with the attendee names that you can copy and paste.&lt;br&gt;
&lt;br&gt;
(sorry for the rigamarole with the text editor, Mefi won&apos;t let me post a bookmarklet directly)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21156-342626</guid>
		<pubDate>Wed, 13 Jul 2005 14:46:51 -0800</pubDate>
		<dc:creator>nikzhowz</dc:creator>
	</item>
	</channel>
</rss>
