<?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 javascript</title>
      <link>http://ask.metafilter.com/tags/javascript</link>
      <description>Questions tagged with 'javascript' at Ask MetaFilter.</description>
	  <pubDate>Mon, 14 Dec 2009 10:25:22 -0800</pubDate> <lastBuildDate>Mon, 14 Dec 2009 10:25:22 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Can you help me find a particular Javascript charting library website?</title>
	<link>http://ask.metafilter.com/140636/Can%2Dyou%2Dhelp%2Dme%2Dfind%2Da%2Dparticular%2DJavascript%2Dcharting%2Dlibrary%2Dwebsite</link>	
	<description>Can you help me find a website about a charting library that I saw recently? I&apos;ll be darned if I can find this particular web based charting library, that I believe was javascript based. Here is what I can recall about the website:&lt;br&gt;
&lt;br&gt;
- I visited the site in the last 90 days.&lt;br&gt;
&lt;br&gt;
it was unlike any other charting site that I had seen before.&lt;br&gt;
&lt;br&gt;
- There was a 3-d &lt;strong&gt;animated&lt;/strong&gt; chart on the starting page that resembled the ripples in the surface of water after a droplet hit it. &lt;br&gt;
&lt;br&gt;
- each page in the site had large explanatory text on primary color background. pages were rather spare content-wise.&lt;br&gt;
&lt;br&gt;
- the site presented the information more like a series of slides that demonstrated the capabilities of the library. Like a ppt slide deck.&lt;br&gt;
&lt;br&gt;
- the charting feature may have been part of a larger &quot;ajax&quot; library. &lt;br&gt;
&lt;br&gt;
- 3d charts could be animated to spin around like Matrix &quot;bullet-time&quot;. IIRC zoom in/out may have also been possible.&lt;br&gt;
&lt;br&gt;
- I may have found it either via the blue, reddit or delicious.com/popular . A search through my history is turning up nothing, I think I was on a different computer. &lt;br&gt;
&lt;br&gt;
- I recall seeing x-y charts, x-y-z charts, and pie and exploded-pie charts. &lt;br&gt;
&lt;br&gt;
Does that ring a bell with anyone?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140636</guid>
	<pubDate>Mon, 14 Dec 2009 10:25:22 -0800</pubDate>
	<category>ajax</category>
	<category>chart</category>
	<category>graph</category>
	<category>javascript</category>
	<dc:creator>chocolate_butch</dc:creator>
	</item>
	<item>
	<title>Help with a javascript effect please!</title>
	<link>http://ask.metafilter.com/140024/Help%2Dwith%2Da%2Djavascript%2Deffect%2Dplease</link>	
	<description>I&apos;m trying to implement this &lt;a href=&quot;http://concepthue.com/how-to/moo/fadeExample.php#&quot;&gt;moo tools javascript effect&lt;/a&gt; to fade in, and then fade out a single image element, and I need help to make it work.
&lt;a href=&quot;http://www.embassylane.com/&quot;&gt;This is my attempt&lt;/a&gt;. As you can see, when you click my effect link, the image fades up just as I would like, and when you click my effect link again, the image fades away, but then my problems start!  After fading away, the image all of a sudden reappears, and then, when you click the link again, it just fades and reappears.  I just want the clickable link to toggle the image on and off.&lt;br&gt;
&lt;br&gt;
I do not know javascript at all, and haven&apos;t been able to figure out what is causing this.  this is the code I am using for onload:&lt;br&gt;
&lt;pre&gt;window.onload = function() {&lt;br&gt;
&lt;br&gt;
// MOO.FX OPACITY &lt;br&gt;
	aboutOpacity = new fx.Opacity(&apos;aboutContent&apos;, {duration: 1500, onComplete: function()&lt;br&gt;
 		 { aboutOpacity.setOpacity(1); } &lt;br&gt;
  	});&lt;br&gt;
		&lt;br&gt;
	aboutOpacity.setOpacity(0);		&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
// HIDE/DISPLAY FUNCTIONS &lt;br&gt;
function displayAbout() { document.getElementById(&apos;aboutContent&apos;).style.display = &apos;&apos;; }&lt;br&gt;
&lt;br&gt;
function hideAll() {&lt;br&gt;
		document.getElementById(&apos;aboutContent&apos;).style.display = &apos;&apos;;&lt;br&gt;
		}&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
and this is the html I am using to trigger the effect:&lt;br&gt;
&lt;pre&gt;onclick=&quot;hideAll();displayAbout(); aboutOpacity.toggle(0, 1);&lt;/pre&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140024</guid>
	<pubDate>Mon, 07 Dec 2009 11:17:29 -0800</pubDate>
	<category>coding</category>
	<category>effects</category>
	<category>fade</category>
	<category>fadein</category>
	<category>fadeout</category>
	<category>javascript</category>
	<category>moofx</category>
	<category>mootools</category>
	<category>opacity</category>
	<category>resolved</category>
	<dc:creator>bonsai forest</dc:creator>
	</item>
	<item>
	<title>Pseudo-geeks, Google Maps, bus routes and the quest for happiness. </title>
	<link>http://ask.metafilter.com/139967/Pseudogeeks%2DGoogle%2DMaps%2Dbus%2Droutes%2Dand%2Dthe%2Dquest%2Dfor%2Dhappiness</link>	
	<description>How complicated is it to create a bus map on the Google Maps API? So I saw this Google Maps mashup with NYC subways and I was wondering how hard it would be for a someone with decent geek-fu to figure out how to do it. I know that any self-respecting geek would just tuck down and tinker but I am a little stressed for time. &lt;br&gt;
&lt;br&gt;
I am a little familiar with Javascript, PHP and MySql (more in terms of adapting then writing) and am willing to learn. I just need to know that this is not going to be a time sink. I can spend my commute throwing the actual bus routes into a KML map (is that what it is called? My knowledge in this field is limited at best.)&lt;br&gt;
&lt;br&gt;
So what I ask of you, oh Giant Seething Meta-Brain, is what are the main steps I need to take for this? What will this require of me? How long would this take someone who is relatively proficient? What about someone with the coding skills of a drunk duck?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139967</guid>
	<pubDate>Sun, 06 Dec 2009 14:56:24 -0800</pubDate>
	<category>api</category>
	<category>bus</category>
	<category>geek</category>
	<category>googlemaps</category>
	<category>javascript</category>
	<category>route</category>
	<category>traffic</category>
	<dc:creator>eytanb</dc:creator>
	</item>
	<item>
	<title>Help me reverse-engineer Google Wave</title>
	<link>http://ask.metafilter.com/136754/Help%2Dme%2Dreverseengineer%2DGoogle%2DWave</link>	
	<description>Google Wave question:  does anyone know the technical details of how blip editing works? It&apos;s not a textarea, obviously; if you watch in firebug while editing a blip it just looks like they&apos;re building up div and p tags on the fly.   Plus, you know, there&apos;s all that non-text stuff.&lt;br&gt;
&lt;br&gt;
So have they reinvented all the functionality of browser text input by individually capturing all the key and mouse events, or what? &lt;br&gt;
&lt;br&gt;
(I ask because I have a project going where some of this functionality would be extremely useful -- I&apos;m wondering if this is a well-known technique that somehow passed me by, or if it&apos;s black magic that I haven&apos;t a hope of reproducing.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136754</guid>
	<pubDate>Thu, 29 Oct 2009 07:13:55 -0800</pubDate>
	<category>googlewave</category>
	<category>howdotheydothat</category>
	<category>html</category>
	<category>javascript</category>
	<category>resolved</category>
	<category>wave</category>
	<dc:creator>ook</dc:creator>
	</item>
	<item>
	<title>Which HTML/CSS/JS IDE do I want?</title>
	<link>http://ask.metafilter.com/136596/Which%2DHTMLCSSJS%2DIDE%2Ddo%2DI%2Dwant</link>	
	<description>Which HTML/CSS/JS IDE do I want? So I&apos;ve been doing AS3 development for the last few years, using Flex Builder, but am now moving back into HTML/CSS/JS. I&apos;ve gotten used to having a fairly intelligent IDE and I&apos;d like to not go back to the bad old days of having to type every single param and property from scratch every time. (I&apos;m looking for code help, not just highlighting.)&lt;br&gt;
&lt;br&gt;
I have tried a few but none seems to have everything I want:&lt;br&gt;
&lt;br&gt;
1. Dreamweaver: &lt;br&gt;
Pluses: When you link to a stylesheet, you can CTRL+space and get a list of styles to choose from.&lt;br&gt;
Minuses: Weak support for JS. (no auto-complete at all)&lt;br&gt;
&lt;br&gt;
2. &lt;a href=&quot;http://www.aptana.org/studio&quot;&gt;Aptana&lt;/a&gt;:&lt;br&gt;
Pluses: Seems to have excellent JS support, including major AJAX libraries.&lt;br&gt;
Minuses: Unless I am missing something, I can&apos;t choose Css styles off a list, and that is a major major timesaver for the work I&apos;ll be doing.&lt;br&gt;
&lt;br&gt;
3. &lt;a href=&quot;http://www.blumentals.net/htmlpad/tour.php?id=23&quot;&gt;HTMLPad 2010&lt;/a&gt;:&lt;br&gt;
Plusses and minuses seem about the same as Aptana, plus it costs money. (DW CS3 is already installed on my work machine so no cost there.)&lt;br&gt;
&lt;br&gt;
So, am i doing something wrong with Aptana? Is there another piece of software I&apos;m not aware of? Or should I settle for DW for html/css and Aptana for JS? (The work will probably be 80% or more on the html/css side.)&lt;br&gt;
&lt;br&gt;
thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136596</guid>
	<pubDate>Tue, 27 Oct 2009 13:31:52 -0800</pubDate>
	<category>aptana</category>
	<category>css</category>
	<category>dev</category>
	<category>development</category>
	<category>dreamweaver</category>
	<category>html</category>
	<category>ide</category>
	<category>javascript</category>
	<category>js</category>
	<category>programming</category>
	<category>web</category>
	<category>webdevelopment</category>
	<dc:creator>drjimmy11</dc:creator>
	</item>
	<item>
	<title>Joysticks + Javascript</title>
	<link>http://ask.metafilter.com/136546/Joysticks%2DJavascript</link>	
	<description>How do I get to access my joystick via javascript, independent of platform? Is there a way to detect joystick events and pass them to javascript agnostic to the OS?&lt;br&gt;
&lt;br&gt;
I am aware of this: http://www.bigredswitch.co.uk/toolbox/joystick/&lt;br&gt;
&lt;br&gt;
but this is Windows-OSX Firefox-Safari specific.&lt;br&gt;
&lt;br&gt;
Any ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136546</guid>
	<pubDate>Tue, 27 Oct 2009 05:20:15 -0800</pubDate>
	<category>javascript</category>
	<category>joystick</category>
	<dc:creator>yegga</dc:creator>
	</item>
	<item>
	<title>Firefox and ASP.Net 1.1 and Ajax and Validators, oh my!</title>
	<link>http://ask.metafilter.com/136173/Firefox%2Dand%2DASPNet%2D11%2Dand%2DAjax%2Dand%2DValidators%2Doh%2Dmy</link>	
	<description>How can I get Ajax and client side validators working with my ASP.Net 1.1 application in Firefox? Ok, long story short - I&apos;ve got an ASP.Net 1.1 website, which uses Validator controls and Ajax (ajax.dll, v5.7.22.2)... All of these elements of the site were chosen/implemented before I got here, and before anybody asks, no, it&apos;s not within our budget (timewise) to upgrade even to ASP.Net 2.0, let alone the latest and greatest of everything.  &lt;br&gt;
&lt;br&gt;
The site works fine in IE (of course), but in Firefox (or Chrome... Haven&apos;t tried Opera or Safari) I&apos;ve found that ASP renders the site without any javascript code for the validators, nor does it render the site with any javascript code for the ajax methods that I call.  &lt;br&gt;
&lt;br&gt;
I&apos;ve checked, and our web.config is setup to treat Firefox as an &quot;uplevel&quot; browser... And it *does* seem to be using the correct HtmlWriter (ie my pages on FFox are rendered with spans and divs).  I&apos;ve tried creating a PageClient alias using an IE7 user agent in the web.config, and forcing the page to use that PageClient.  NOTHING seems to let it generate the Ajax and validator javascript.  My research on the net seems to be pointing towards validators simply not ever able to work with ASP.Net 1.1 and Firefox...  And I presume that whatever the validators do, the Ajax library is doing as well... But I&apos;m really really really hoping there&apos;s a workaround for this.  It&apos;ll be extremely embarrassing to have to tell the client in this day and age &quot;Sorry, we don&apos;t support non-IE browsers with this release&quot;.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136173</guid>
	<pubDate>Thu, 22 Oct 2009 14:20:32 -0800</pubDate>
	<category>ajax</category>
	<category>ASPNet</category>
	<category>firefox</category>
	<category>javascript</category>
	<category>validators</category>
	<dc:creator>antifuse</dc:creator>
	</item>
	<item>
	<title>31 stylesheet limit... class != className... double margins... get me out of here!</title>
	<link>http://ask.metafilter.com/136161/31%2Dstylesheet%2Dlimit%2Dclass%2DclassName%2Ddouble%2Dmargins%2Dget%2Dme%2Dout%2Dof%2Dhere</link>	
	<description>So, I am sadly tasked with debugging sites on IE every once in a while. Is there anything that even approaches the awesomeness of FireBug/Web Inspector for this task? And, the more advanced the better. I&apos;m debugging what one might call &apos;serious shiz&apos; like namespaces, tricky CSS bugs, javascript screwups...&lt;br&gt;
&lt;br&gt;
Thanks! (and, of course, I&apos;d prefer it to be free but if it&apos;s a paid deal and it works great it would be cake to sell it to the ol&apos; upper management)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136161</guid>
	<pubDate>Thu, 22 Oct 2009 12:50:45 -0800</pubDate>
	<category>css</category>
	<category>debugging</category>
	<category>firebug</category>
	<category>ie</category>
	<category>javascript</category>
	<category>tools</category>
	<dc:creator>tmcw</dc:creator>
	</item>
	<item>
	<title>Can javascript &quot;listeners&quot; working across frames?</title>
	<link>http://ask.metafilter.com/135595/Can%2Djavascript%2Dlisteners%2Dworking%2Dacross%2Dframes</link>	
	<description>Guerilla-coder Javascript filter: Rather than wait 12-18 months to get my project idea into my company&apos;s queue, I&apos;m trying to find a workaround.  It&apos;s going to be ugly.  It&apos;s going to be messy.  And I have no idea how to do it.

Bottom line: My company&apos;s web portal has a top frame that I can control, and a bottom frame controlled by Web IT.  Can I add an event listener to the top frame that will watch the bottom frame and excecute when it&apos;s done loading? So, I work for a major healthcare insurance company.  The project queue is 12-18 months for major stuff and 9-12 months for piddly stuff.  Naturally, we make exceptions for breakfixes (and for execs who have a pet project and scream alot, of course), but even simple stuff takes forever.  &lt;br&gt;
&lt;br&gt;
As an example, I put in a request a year ago to have a simple piece of javascript loaded into the web portal; it&apos;s just getting put in, this weekend.&lt;br&gt;
&lt;br&gt;
Believe it or not, I really do like my job.  It&apos;s almost become something of a game to see how much I can do with the few parts of the webpage I can control.  Anyway ...&lt;br&gt;
&lt;br&gt;
The top frame of the web portal is fully under my control, but never refreshes.  As a result, I can&apos;t use addLoadEvent() or any of my usual tricks.  Is there some sort of listener that can sit in the top frame and watch the bottom frame?&lt;br&gt;
&lt;br&gt;
I can give lots more details if needed (no, this is not me going rogue; yes, I have approval to dick around in our test environments to see if this is going to work; yes I&apos;m really trying to do something that will benefit our users).  Please keep in mind my skill level is only intermediate, so I may have to do lots of research ... but I&apos;m more than willing to do that.  I just need a direction to go.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135595</guid>
	<pubDate>Thu, 15 Oct 2009 15:59:57 -0800</pubDate>
	<category>coding</category>
	<category>frames</category>
	<category>HTML</category>
	<category>javascript</category>
	<dc:creator>jpolchlopek</dc:creator>
	</item>
	<item>
	<title>Need money now thankyou.</title>
	<link>http://ask.metafilter.com/135078/Need%2Dmoney%2Dnow%2Dthankyou</link>	
	<description>What are some good tech-centric temp agencies in L.A.? Hi! Yet another in my long series of job-trauma questions.&lt;br&gt;
&lt;br&gt;
I&apos;m currently between jobs- I&apos;m a web/software developer, specializing in flex/AS3 but with years and years of doing html/js/ajax/php type stuff too. I have a pretty strong resume, I like to think, going back about 10 years.&lt;br&gt;
&lt;br&gt;
I&apos;m currently getting contacted by a lot of recruiters and going on a lot of interviews, but it&apos;s a very drawn-out process. Basically I need a gig to bring in some money now- cutting up PSDs or whatever is fine, I&apos;m not proud at this point. I&apos;m curious if anyone knows any decently reputable agencies who could get me something like this soon. Specific names of agencies are appreciated, referrals to specific people are even more appreciated. (meMail me if you like).&lt;br&gt;
&lt;br&gt;
(I&apos;d also be interested in where I can advertise myself as a flex freelancer, but I&apos;m more inclined towards W2 right now for a few reasons.)&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135078</guid>
	<pubDate>Fri, 09 Oct 2009 15:50:15 -0800</pubDate>
	<category>agencies</category>
	<category>agency</category>
	<category>as3</category>
	<category>contract</category>
	<category>development</category>
	<category>flash</category>
	<category>flex</category>
	<category>html</category>
	<category>javascript</category>
	<category>js</category>
	<category>la</category>
	<category>losangeles</category>
	<category>software</category>
	<category>temp</category>
	<category>web</category>
	<category>webdevelopement</category>
	<dc:creator>drjimmy11</dc:creator>
	</item>
	<item>
	<title>How does HuffPo append URLs to copied text?</title>
	<link>http://ask.metafilter.com/133804/How%2Ddoes%2DHuffPo%2Dappend%2DURLs%2Dto%2Dcopied%2Dtext</link>	
	<description>I noticed today that text copied from articles on The Huffington Post appends the article URL when pasted and I&apos;m wondering how it&apos;s done. Here&apos;s an example of copying and pasting text from the current front page story of the G20 meeting:&lt;br&gt;
&lt;br&gt;
&lt;em&gt;&lt;blockquote&gt;The three leaders, in their dramatic joint statement that overshadowed the G-20 economic summit here, hoped the disclosure would increase pressure on the global community to impose new sanctions on Iran if it refuses to stop its nuclear program.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Read more at: http://www.huffingtonpost.com/2009/09/25/obama-iran-has-secret-nuc_n_299556.html&lt;/blockquote&gt;&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
The &quot;Read more at:...&quot; portion never appeared on the page.&lt;br&gt;
&lt;br&gt;
Repro steps:&lt;br&gt;
&lt;br&gt;
1) Copy any random paragraph from a HuffPo story.&lt;br&gt;
2) Paste elsewhere.&lt;br&gt;
&lt;br&gt;
I&apos;m using FireFox 3.5.3 on Windows 7. I don&apos;t see this behavior when copying from other sites.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133804</guid>
	<pubDate>Fri, 25 Sep 2009 10:05:39 -0800</pubDate>
	<category>copy</category>
	<category>html</category>
	<category>huffingtonpost</category>
	<category>huffpo</category>
	<category>javascript</category>
	<category>js</category>
	<category>paste</category>
	<category>resolved</category>
	<category>web</category>
	<category>webdesign</category>
	<dc:creator>eyeballkid</dc:creator>
	</item>
	<item>
	<title>Can greasemonkey open a link in a different browser?</title>
	<link>http://ask.metafilter.com/133620/Can%2Dgreasemonkey%2Dopen%2Da%2Dlink%2Din%2Da%2Ddifferent%2Dbrowser</link>	
	<description>Is it possible to use a greasemonkey script in Firefox to open specific links in Internet Explorer?  If so, what would it look like? The particular element in the HTML page is an input button which executes some javascript, which opens a different webapp in a new browser window.   However, that webapp only works with IE, and I use Firefox.  The element looks similar to this:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&amp;lt;input value=&quot;New Webapp&quot;  class=&quot;btn&quot; name=&quot;webapp&quot; onclick=&quot;openIntegration(&apos;/servlet/servlet.Integration?scontrolCaching=1&amp;amp;lid=00b70000000zL1t&amp;amp;eid=50070000009tNYv&amp;amp;ic=1&apos;, &apos;height=600,location=no,resizable=yes,toolbar=no,status=no,menubar=no,scrollbars=1&apos;, 1)&quot; title=&quot;New Webapp&quot; type=&quot;button&quot; /&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
The openIntegration function (which sits in a separate .js file) looks like this:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;function openIntegration(url, props, positionType) {&lt;br&gt;
    var newWindow = window.open(url, &quot;_blank&quot;, props, false);&lt;br&gt;
    if (positionType == 2){&lt;br&gt;
        newWindow.moveTo(0, 0);&lt;br&gt;
    } else if (positionType == 0){&lt;br&gt;
        newWindow.moveTo(0, 0);&lt;br&gt;
        newWindow.resizeTo(self.screen.width, self.screen.height);&lt;br&gt;
    }&lt;br&gt;
}&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Can javascript be used to specify a browser other than default?  How would I go about doing this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133620</guid>
	<pubDate>Wed, 23 Sep 2009 09:51:32 -0800</pubDate>
	<category>firefox</category>
	<category>greasemonkey</category>
	<category>ie</category>
	<category>internetexplorer</category>
	<category>javascript</category>
	<category>mozilla</category>
	<dc:creator>Roger Dodger</dc:creator>
	</item>
	<item>
	<title>How to get this javascript snippet working for me?</title>
	<link>http://ask.metafilter.com/133529/How%2Dto%2Dget%2Dthis%2Djavascript%2Dsnippet%2Dworking%2Dfor%2Dme</link>	
	<description>I&apos;m a noob.  Tell me why does this snippet of javascript work on my coworker&apos;s computer, but not on mine? I have started helping out a coworker on a project he&apos;s working on.  The project is a mix of html, struts and javascript, and we&apos;re using J Developer for editing.  He created the framework, and I&apos;ve been helping him out here and there setting up pages.  He created a page that gets info via a form, which is then tacked onto the url, where it is then used to forward the user to the appropriate page.  Simple, right?  This works fine on my co-worker&apos;s computer, but does not work on mine.  &lt;br&gt;
&lt;br&gt;
When I&apos;ve done this in the past, I&apos;ve parsed the url itself to get the info, but he is able to do it with a line of code:&lt;br&gt;
&lt;br&gt;
jsp:forward page=&quot;Maps_${param[&apos;scale&apos;]}_${param[&apos;issue&apos;]}_${param[&apos;maptype&apos;]}.jsp&quot; /&lt;br&gt;
&lt;br&gt;
Where &apos;param.scale&apos;, &apos;param.issue&apos;, and &apos;param.maptype&apos; are set on the previous page and are in the url.  This works fine on his computer - it displays a page looking something like &quot;Maps_Scale_Issue_Maptype.jsp.&quot;  On mine, it directs me to: &quot;Maps___.jsp&quot;.  (i.e. all variables are &quot;&quot;)  His redirect url is:&lt;br&gt;
&lt;br&gt;
http://blah/Project/app/Maps_Forward.action?scale=Scale&amp;amp;issue=Issue&amp;amp;maptype=Maptype&amp;amp;zipcode=&amp;amp;submit=View+Map&lt;br&gt;
&lt;br&gt;
Mine is:&lt;br&gt;
&lt;br&gt;
http://blah/Project/app/Maps_Forward.action?scale=Scale&amp;amp;issue=Issue&amp;amp;maptype=Maptype&amp;amp;scale=&amp;amp;issue=&amp;amp;maptype=&amp;amp;zipcode=&amp;amp;submit=View+Map&lt;br&gt;
&lt;br&gt;
Note the duplicates in my version?  But if I manually put in the proper url, it still does not fix the problem.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried this in IE and Firefox.  Both work on his, neither work on mine.  We are running the exact same project, and are supposed to be using the same version of J Developer.  Anybody have any ideas on what could be going wrong?  This is not what I normally work on, so I&apos;m pretty new to this, and my GoogleFu and advanced &lt;a href=&quot;http://xkcd.com/627/&quot;&gt;troubleshooting skills&lt;/a&gt; have failed me.  Thanks in advance.&lt;/j&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133529</guid>
	<pubDate>Tue, 22 Sep 2009 10:24:47 -0800</pubDate>
	<category>javascript</category>
	<dc:creator>Tooty McTootsalot</dc:creator>
	</item>
	<item>
	<title>Adding items to the end of a javascript array</title>
	<link>http://ask.metafilter.com/133041/Adding%2Ditems%2Dto%2Dthe%2Dend%2Dof%2Da%2Djavascript%2Darray</link>	
	<description>Javascript arrays question. How can I manage multidimensional arrays better? Right now, I have code like this:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
    var extraFieldPairs;&lt;br&gt;
&lt;br&gt;
    if (parentSKUField != &quot;&quot; &amp;amp;&amp;amp; parentNameField != &quot;&quot;)&lt;br&gt;
    {&lt;br&gt;
      extraFieldPairs = [[parentSKUField, sku], [parentNameField, name]];&lt;br&gt;
    }&lt;br&gt;
    else if (parentSKUField != &quot;&quot;)&lt;br&gt;
    {&lt;br&gt;
      extraFieldPairs = [[parentSKUField, sku]];&lt;br&gt;
    }&lt;br&gt;
    else if (parentNameField != &quot;&quot;)&lt;br&gt;
    {&lt;br&gt;
      extraFieldPairs = [[parentNameField, name]];&lt;br&gt;
    }&lt;br&gt;
&lt;br&gt;
    updateParentFields(parentIdField, parentDisplayField,&lt;br&gt;
      id, display, null, extraFieldPairs);&lt;br&gt;
&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
This works. But I have to split out every combination of fields to make my array. I&apos;ve not been successful with using push to add stuff to the end instead. There&apos;s just some syntax that is escaping me. Please hope me.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133041</guid>
	<pubDate>Wed, 16 Sep 2009 14:32:39 -0800</pubDate>
	<category>javascript</category>
	<dc:creator>cmm</dc:creator>
	</item>
	<item>
	<title>Web coding questions</title>
	<link>http://ask.metafilter.com/133008/Web%2Dcoding%2Dquestions</link>	
	<description>Two webcoding questions:
1) What is the web coding name for hiding/revealing text without reloading a page? For instance, &lt;a href=&quot;http://pitchfork.com/news/album-releases/&quot;&gt;on this page&lt;/a&gt; you can see &quot;Continue Reading&quot; and &quot;Hide this News Article&quot; as  
toggles. They appear to be doing it with javascript. What is this  
called and are there simple free coding samples available for me to  
use? 2) Are there any free plugins that I can use on a blog to play  
audio samples? Something similar to what&apos;s used in MuFi or Wordpress&apos;s  &lt;a href=&quot;http://support.wordpress.com/audio/&quot;&gt;audio streamer&lt;/a&gt;, but without needing Wordpress.  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133008</guid>
	<pubDate>Wed, 16 Sep 2009 09:47:37 -0800</pubDate>
	<category>Audiostream</category>
	<category>HTML</category>
	<category>javascript</category>
	<category>MP3</category>
	<category>webdesign</category>
	<dc:creator>Badmichelle</dc:creator>
	</item>
	<item>
	<title>Do you Java-script?</title>
	<link>http://ask.metafilter.com/132999/Do%2Dyou%2DJavascript</link>	
	<description>Calling all Javascript Experts: I am trying to tweak a small javascript bookmarklet to improve its functionality. The fact I dont know HOW is turning out to be a bit of a challenge. Help me please! javascript:void(location.href=&apos;http://html-pdf-converter.com/en/convert?u=&apos;+escape(location.href))&lt;br&gt;
&lt;br&gt;
This bookmarklet opens the webpage of html-pdf-converter but I want it to to open a new page and load the url where I am when I click on the bookmarklet. (I know it can be done because my other favourite bookmarklet does it for a different purpose) see code here:&lt;br&gt;
&lt;br&gt;
javascript:popw=&apos;&apos;;Q=&apos;&apos;;x=document;y=window;if(x.selection)%20{Q=x.selection.createRange().text;}%20else%20if%20(y.getSelection)%20{Q=y.getSelection();}%20else%20if%20(x.getSelection)%20{Q=x.getSelection();}popw%20=%20y.open(&apos;https://mail.google.com/a/xxxx.comk/?view=cm&amp;amp;fs=1&amp;amp;tf=1&amp;amp;to=&amp;amp;su=&apos;%20+%20escape(document.title)%20+%20&apos;&amp;amp;body=&apos;%20+%20escape(Q)%20+%20escape(&apos;\n&apos;)%20+%20escape(location.href)%20+%20&apos;&amp;amp;bcc=&apos;%20+%20escape(&quot;xxxx@xxxx.com&quot;)%20+%20&apos;&amp;amp;zx=RANDOMCRAP&amp;amp;shva=1&amp;amp;disablechatbrowsercheck=1&amp;amp;ui=1&apos;,&apos;gmailForm&apos;,&apos;scrollbars=yes,width=680,height=510,top=175,left=75,status=no,resizable=yes&apos;);if%20(!document.all)%20T%20=%20setTimeout(&apos;popw.focus()&apos;,50);void(0);&lt;br&gt;
&lt;br&gt;
Now if only I can get someone to help me pick the best bits from both and make it work.&lt;br&gt;
&lt;br&gt;
EXTRA points, if someone can also get it to press the &apos;convert&apos; button so all I get is a save/open dialogue.&lt;br&gt;
&lt;br&gt;
In case you are wondering, I have tried using software on my computer to convert like cutepdf but the output is not nearly as good as this.&lt;br&gt;
&lt;br&gt;
Many thanks</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.132999</guid>
	<pubDate>Wed, 16 Sep 2009 09:06:08 -0800</pubDate>
	<category>bookmarklet</category>
	<category>javascript</category>
	<dc:creator>london302</dc:creator>
	</item>
	<item>
	<title>Jquery/Javascript image hover effect</title>
	<link>http://ask.metafilter.com/130638/JqueryJavascript%2Dimage%2Dhover%2Deffect</link>	
	<description>Web designers/developers:  I&apos;m looking for a script for a particular image hover effect (javascript/jquery), and I&apos;m having no luck with Google. The effect can be seen &lt;a href=&quot;http://www.omgpop.com/&quot;&gt;here&lt;/a&gt; - there&apos;s a lot going on in that site, but the part I&apos;m interested in is the row of images along the bottom (featuring games).  When you hover over one of them, the image pans a little bit along with the mouse.  I&apos;m looking for something along those lines - an effect that subtly pans or zooms an image within a static window in response to a mouse rollover.&lt;br&gt;
&lt;br&gt;
The site I linked was created in Flash, but my Google searching turned up &lt;a href=&quot;http://motherrussia.polyester.se/jquery/panview/&quot;&gt;this similar effect using jquery&lt;/a&gt;, so it seems like it might be possible to achieve in a more accessible way.  (That example would be great if only it worked as a rollover instead of requiring the viewer to hold down the mouse.)&lt;br&gt;
&lt;br&gt;
I know little to nothing about either javascript or jquery, so it may be that I&apos;m just not searching for the right terms.  If anyone can point me in the right direction, I&apos;d much appreciate it.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130638</guid>
	<pubDate>Wed, 19 Aug 2009 16:53:21 -0800</pubDate>
	<category>imagehovereffect</category>
	<category>javascript</category>
	<category>jquery</category>
	<category>webdesign</category>
	<dc:creator>Fifi Firefox</dc:creator>
	</item>
	<item>
	<title>Zoomy Lightbox a la Firefox?</title>
	<link>http://ask.metafilter.com/130583/Zoomy%2DLightbox%2Da%2Dla%2DFirefox</link>	
	<description>I am in love with the zoom-in dialog box used for the video demo on &lt;a href=&quot;http://en-us.www.mozilla.com/en-US/firefox/3.5.2/whatsnew/&quot;&gt;the Firefox 3.5 &apos;what&apos;s new&apos; screen&lt;/a&gt;. Is there a cross-browser equivalent? I know about various &apos;lightbox&apos; scripts, but this zoom thing is new to me.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130583</guid>
	<pubDate>Wed, 19 Aug 2009 08:09:06 -0800</pubDate>
	<category>dhtml</category>
	<category>firefox</category>
	<category>javascript</category>
	<category>lightbox</category>
	<category>video</category>
	<category>zoom</category>
	<dc:creator>CaptApollo</dc:creator>
	</item>
	<item>
	<title>How can I find someone willing to let me, an amateur, design a website for them for practice?</title>
	<link>http://ask.metafilter.com/128973/How%2Dcan%2DI%2Dfind%2Dsomeone%2Dwilling%2Dto%2Dlet%2Dme%2Dan%2Damateur%2Ddesign%2Da%2Dwebsite%2Dfor%2Dthem%2Dfor%2Dpractice</link>	
	<description>How can I find someone willing to let me, an amateur, design a website for them for practice? I&apos;ve worked amateurishly with website design/coding before, largely on my own, in a learn-as-needed learn-as-I-go style. Most of these projects have been done for fun, and as a result, most of them are simple websites &amp;amp; have not stayed online for too long. I&apos;d like to eventually work for pay. However, since I&apos;ve never worked professionally before, I don&apos;t think I have enough experience, so I&apos;m looking for opportunities to gain more experience &amp;amp; expand my portfolio.&lt;br&gt;
&lt;br&gt;
Can anyone suggest how I can find some people who would be willing to let me design a website for them? I can work for little/no pay, but I&apos;d really like this project to be comprehensive in the sense that I get to work with all components of a website (coding/databases/etc). Also, I&apos;d like to be able to use this as an example of my work for my portfolio.&lt;br&gt;
&lt;br&gt;
This could be local, but I have already tried several non-profits in the area but most already have webmasters. (I live in a pretty small, non-tech town, so to speak.) I can also consider working over the internet with someone/some group, ideally with programmers more experienced than me so I can still learn new techniques. &lt;br&gt;
&lt;br&gt;
Techniques I&apos;m quite comfortable with/experienced in: HTML, XML, CSS&lt;br&gt;
Techniques I&apos;d like to practice: PHP, MySQL/databases, JavaScript, AJAX.&lt;br&gt;
&lt;br&gt;
Any suggestions appreciated!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.128973</guid>
	<pubDate>Fri, 31 Jul 2009 21:50:57 -0800</pubDate>
	<category>html</category>
	<category>javascript</category>
	<category>php</category>
	<category>webdesign</category>
	<category>webdevelopment</category>
	<dc:creator>oracle bone</dc:creator>
	</item>
	<item>
	<title>Newbie at this PHP stuff...</title>
	<link>http://ask.metafilter.com/127363/Newbie%2Dat%2Dthis%2DPHP%2Dstuff</link>	
	<description>PHP / Javascript question - Lightbox (and Greybox, for that matter) doesn&apos;t seem to want to play nicely with my &quot;include&quot; function. I&apos;m trying to integrate the &lt;a href=&quot;http://www.huddletogether.com/projects/lightbox2/#download&quot;&gt;LightBox&lt;/a&gt; app into my new website. &lt;br&gt;&lt;br&gt;The site&apos;s basic structure is an index.php page that uses the &quot;include&quot; function to call up each of the subsections. Like &lt;a href=&quot;http://www.phirephoenix.com/testing/&quot;&gt;so&lt;/a&gt;. The page I want lightbox on is the &quot;art.html&quot; page, which shows up as &quot;http://www.phirephoenix.com/testing/index.php?page=art&quot;. It&apos;s stored in &quot;http://www.phirephoenix.com/testing/content/art.html&quot;. &lt;br&gt;&lt;br&gt;I&apos;ve replaced the original &quot;art.html&quot; page with the default file that comes with the Lightbox download, to make sure I didn&apos;t screw up any filenames while I was porting it over. As you can see, the effect works fine in the &quot;art.html&quot; page as a standalone, but not when it&apos;s viewed as part of hte &quot;index.php&quot;&amp;nbsp;file.&lt;br&gt;&lt;br&gt;So my only conclusion is that it must be something in the php that&apos;s causing it to go haywire, as I&apos;ve included the headers (referring to the javascript) in both the &quot;art&quot; page and the &quot;index&quot; page as a precaution. &lt;br&gt;&lt;br&gt;Here&apos;s the php I was using - &lt;br&gt;&lt;br&gt;&amp;lt;?php if (isset($_GET[&apos;page&apos;])) { include(&quot;content/$_GET[page].html&quot;); }&amp;nbsp; else include (&quot;content/home.html&quot;); ?&amp;gt;&lt;br&gt;&lt;br&gt;It seems inconceivable that a simpe &apos;include&apos; function could cause this problem, but I&amp;nbsp;can&apos;t think of anything else. &lt;br&gt;&lt;br&gt;I&apos;ve tested the site with Greybox as well, with the same problem. Hope me!&lt;br&gt;&lt;br&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.127363</guid>
	<pubDate>Mon, 13 Jul 2009 21:46:30 -0800</pubDate>
	<category>include</category>
	<category>javascript</category>
	<category>lightbox</category>
	<category>php</category>
	<category>resolved</category>
	<dc:creator>Phire</dc:creator>
	</item>
	<item>
	<title>It worked a minute ago!</title>
	<link>http://ask.metafilter.com/125848/It%2Dworked%2Da%2Dminute%2Dago</link>	
	<description>I am having a problem with some JavaScript and Wordpress. It worked a minute ago but now it seems broken. I am updating &lt;a href=&quot;http://baystatewrestling.keithkeirstead.com/home/&quot;&gt;this site &lt;/a&gt; and it has a coda slider on the main page, I updated the slider to make it bigger then it originally was, and it seemed to work fine. Then I updated the images with the correct dimensions and now the images don&apos;t change. The arrow moves but the main the main window doesn&apos;t update to reflect the change. Ive been working on this since about 5 PM yesterday and can&apos;t seem to get it working right. Here is &lt;a href=&quot;http://baystatewrestling.keithkeirstead.com/home.html&quot;&gt;where it&lt;/a&gt; works right in a smaller scale. I&apos;m not a real big JavaScript guy just mainly cut and paste from what I find online. If anybody can find out why it broke and how to fix it I would appreciate it so much. Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.125848</guid>
	<pubDate>Thu, 25 Jun 2009 21:58:45 -0800</pubDate>
	<category>design</category>
	<category>javascript</category>
	<category>web</category>
	<category>wordpress</category>
	<dc:creator>lilkeith07</dc:creator>
	</item>
	<item>
	<title>Javascript ad on Typepad blog</title>
	<link>http://ask.metafilter.com/123799/Javascript%2Dad%2Don%2DTypepad%2Dblog</link>	
	<description>Javascript (I think) for Typepad blog question. I need to find someone who can set me up a vertical rotating or sliding (not sure of correct term) ad &quot;ladder&quot; like this one on the right-hand side of the front page of &lt;a href=&quot;http://www.artforum.com/&quot;&gt;Artforum&lt;/a&gt;. It needs to go into a column of its own on a typepad blog. I&apos;d like recommendations about where to find the person to do this, and also an indication of what I might expect to pay. Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.123799</guid>
	<pubDate>Wed, 03 Jun 2009 15:22:56 -0800</pubDate>
	<category>blogad</category>
	<category>Javascript</category>
	<dc:creator>londongeezer</dc:creator>
	</item>
	<item>
	<title>Don&apos;t push that button.</title>
	<link>http://ask.metafilter.com/123565/Dont%2Dpush%2Dthat%2Dbutton</link>	
	<description>I have been accessing twitter on my mobile (Palm Centro) for months and today, I accidentally hit a button that said &quot;View in Standard&quot;.  I can no longer access twitter. The message it is now giving me says &quot;You cannot use the Twitter website without having JavaScript enabled on Your web browser.  Please re-enable JavaScript and refresh this page.&quot;  &lt;br&gt;
&lt;br&gt;
Problem:  I have absolutely no idea how to do this.  Help please.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.123565</guid>
	<pubDate>Mon, 01 Jun 2009 08:47:01 -0800</pubDate>
	<category>enable</category>
	<category>javascript</category>
	<category>mobilephone</category>
	<category>twitter</category>
	<dc:creator>Sophie1</dc:creator>
	</item>
	<item>
	<title>Suppress right-click menu on a web site</title>
	<link>http://ask.metafilter.com/123419/Suppress%2Drightclick%2Dmenu%2Don%2Da%2Dweb%2Dsite</link>	
	<description>Is there a way to disable the right-click menu on a particular web page I visit that isn&apos;t managed by me? I play a solitaire game on a particular web site fairly often. It&apos;s not a Flash game, nor is it a Java applet, I suspect it&apos;s simply JavaScript. &lt;br&gt;
&lt;br&gt;
The game allows you to use both left and right clicks, each performing different actions, but every time you right-click the normal browser right-click menu appears...very annoying in this context. &lt;br&gt;
&lt;br&gt;
Is there a way for me to tell my browser I don&apos;t want the right-click menu to appear on this one particular page (or its domain, if that&apos;s easier)? I have greasemonkey installed, so a GM script would be ideal, but I haven&apos;t been able to locate one.&lt;br&gt;
&lt;br&gt;
I&apos;m on Windows, using FF. Thanks mucho for any ideas. (I could possibly write my own script if pointed in the right direction.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.123419</guid>
	<pubDate>Sat, 30 May 2009 02:50:40 -0800</pubDate>
	<category>disable</category>
	<category>firefox</category>
	<category>javascript</category>
	<category>menu</category>
	<category>resolved</category>
	<category>rightclick</category>
	<dc:creator>maxwelton</dc:creator>
	</item>
	<item>
	<title>How to all Javascript to run only within it&apos;s own domain?</title>
	<link>http://ask.metafilter.com/122260/How%2Dto%2Dall%2DJavascript%2Dto%2Drun%2Donly%2Dwithin%2Dits%2Down%2Ddomain</link>	
	<description>Is it possible to make NoScript disable certain site&apos;s scripts only on certain sites? For example, I&apos;m on site-a.com, and there&apos;s javascript on there that is necessary for that site to function, so I allow it. However, site-b.com uses some scripts from site-a.com. I don&apos;t necessarily want site-a.com&apos;s scripts running on site-b.com, for whatever reason. &lt;br&gt;
&lt;br&gt;
How can I set site-a.com&apos;s scripts to run only on site-a.com?&lt;br&gt;
&lt;br&gt;
I did try asking this question at the NoScript forums, but the post was deleted.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.122260</guid>
	<pubDate>Sat, 16 May 2009 10:42:15 -0800</pubDate>
	<category>firefox</category>
	<category>javascript</category>
	<category>noscript</category>
	<category>whitelist</category>
	<dc:creator>Solomon</dc:creator>
	</item>
	
	</channel>
</rss>

