JavaScript: is it possible to detect a Windows XP user's chrome settings? For some perverse reason, chromed-out Windows XP scrollbars are a pixel wider than their "Classic" counterparts and it's breaking an interface.
posted by yerfatma
on Nov 4, 2004 -
6 answers
Web browser image cache mayhem: We've got a fairly ancient Dell box running Win98. On Javascript-intensive websites like the New York Times, following a link or a form button ends up redirecting to a random GIF image on the source page, rather than the target destination. We have to hit refresh a bunch of times before the page actually loads. Switching between IE and Firefox doesn't seem to make a difference. Any software fixes for us? (We don't want to install XP as we don't want to rock the boat and we're not sure the system can handle it.)
posted by PrinceValium
on Oct 10, 2004 -
5 answers
I want to create a website which visitors can "annotate" with something more than a simple commenting system. Basically, I'm looking for Flickr's photo annotation capabilities, but for html documents instead of jpegs. My instincts say this could be accomplished with some fancy CSS and javascript, but I would prefer not to start from scratch if something already exists. Any ideas?
posted by sanitycheck
on Oct 6, 2004 -
8 answers
I'm having trouble using javascript in XHTML 1.1 to calculate character count in an input box and a textarea. I have a script that works with XHTML 1.0 transistional and IE only, I can't seem to get it to work with Firefox, and if I drop the name attribute from the form tag to comply with XHTML 1.1, it won't even work with IE. Please help me make it work. [code inside] [more inside]
posted by riffola
on Sep 18, 2004 -
7 answers
Javascript Help: Getting position of mouse within an element when that element is clicked on. [more inside] [more inside]
posted by weston
on Sep 17, 2004 -
3 answers
Is there a reliable, cross-browser, way of loading dynamic (server side) data into a page without a reload (using a client side script)? I'm trying to imitate the action of a pop-up (supplying context-sensitive information), but in div without having to use new windows or iframes or anything.
I've found a couple of proprietary xml methods, but nothing I can rely on.
posted by monkey closet
on Sep 13, 2004 -
6 answers
I'm having a javascript/CSS/IE problem. I'm working on a website that has a line of buttons at the top for navigation, and when you mouseover the button, a menu drops down giving you sub-options. This is controlled pretty simply with javascript changing the "visibility" attribute in the stylesheet for the menu. A problem arises in IE, however, when there are form elements on the page. If the dynamic drop-down menu overlaps a form element, that form element disappears. (Specifically, this is happening with a menu) You have to reload the page to get it back. Anyone know why this might be happening, or how to fix it? Works fine in NS7, Firefox, Mozilla, etc..... [more inside]
posted by emptybowl
on Aug 18, 2004 -
5 answers
Microsoft Script Debugger - Has anyone actually gotten this thing to work properly? I've got some JavaScript (that I didn't write) that is completely bisbehaving in IE (although it produces no errors...it works fine in FireFox, so my usual line of attack doesn't work). I've used the View | Script Debugger | Break at Next Statement and then refreshed the page. It opens the debugger app but doesn't open any source files and it most certainly doesn't break. Has anyone seen this behavior and overcome it?
posted by mmascolino
on Aug 10, 2004 -
4 answers
Firefox / Javascript question... how do I get the mouse X/Y position across frames (relative to the browser window, of course) [more inside]
posted by holloway
on Aug 2, 2004 -
3 answers
I'm trying to get a bunch of webcams running on the same page. I found a Javascript refresh script, and tried to adapt it to work for more than one cam. Of course, if I had any knowledge of Javascript, I might have succeded, but I don't, so take a look inside and lend me a hand, if you please. [more inside]
posted by Orange Goblin
on Jun 9, 2004 -
2 answers
I need javascript or html code for my website so that users can enter their email address in a box, hit send to send it to my inbox. It's so that they can receive notification of updates. I have searched high and low, but no luck.
posted by Quartermass
on Apr 7, 2004 -
5 answers
Because I only know pidgin HTML, I'm not sure if what I'm about to ask is Web Design 101 or Web Design 665, but: If I want to have a collapsible list, such that if someone clicked on "Words that start with B" in the following:
Words that start with A Words that start with B Words that start with C
the page would then reformat to show
Words that start with A Words that start with B
balustrade
brickbat
bumptious Words that start with C
without the whole page having to reload. Can someone please point me to a resource or study-able example?
posted by blueshammer
on Mar 30, 2004 -
7 answers
Wanted: list of canonical, essential mailing lists/discussion groups for web development, a lá css-discuss. [more inside] [more inside]
posted by weston
on Feb 5, 2004 -
3 answers