Suddenly I can't view any videos. I have a Dell Dimension 4100, running XP, with the latest IE. This includes YouTube and all other videos such as on MLB.com. This is new, since a few days ago.
[more inside]
posted by JimN2TAW
on Oct 20, 2008 -
6 answers
I'm trying to come up with a generalized comic viewer using just JavaScript. I have a solution that works in nearly all browsers, but fails miserably in Internet Explorer (several versions). I don't have easy access to a Windows machine, and wonder if anyone could help me figure out what I'm doing wrong (specifically for IE).
[more inside]
posted by jpburns
on Oct 19, 2008 -
7 answers
I want to have data with spaces in it, in a link that is sent to a javascript function but it does not work. What am I doing wrong?
[more inside]
posted by bytewrite
on Oct 8, 2008 -
6 answers
After invoking window.print, is there a way to make JavaScript wait for the user to return from the print dialog screens?
I'm using jQuery to hide a series of items, print the page, and then show the items that were hidden before.
Unfortunately, execution continues after window.print() is called, while the user is in the print dialog screens. As a result, items that were hidden are showing up before the printing occurs.
[more inside]
posted by hitopshelf
on Oct 7, 2008 -
3 answers
I am seriously stuck on a problem and I'm hoping to get some new leads on how to attack it. There is one website that one user cannot execute Javascript on no matter what browser he uses. What could be causing this?
[more inside]
posted by cimbrog
on Oct 6, 2008 -
9 answers
Is there a way to include a "Set as your homepage" link in a web page nowadays?
[more inside]
posted by signal
on Oct 6, 2008 -
2 answers
What is the best way to include the same content on multiple web pages? (e.g. SSI, PHP, Javascript...)
[more inside]
posted by Fluffy654
on Aug 30, 2008 -
9 answers
Is there a way to lock or hack an iPhone's orientation in mobile safari using CSS, HTML, Javascript or a combination there of?
[more inside]
posted by wmeredith
on Aug 21, 2008 -
7 answers
CSS, JQuery, PHP and Caching: What are the best practices for creating dynamic CSS with JQuery and PHP? Examples inside.
[more inside]
posted by odinsdream
on Aug 20, 2008 -
7 answers
How can I pass data via Javascript from http://a.example.com to http://b.example.com without using http://example.com?
[more inside]
posted by Nelsormensch
on Aug 15, 2008 -
1 answer
Can I write to a div using Perl, or otherwise solve my form submission problem?
[more inside]
posted by unsigned
on Jul 24, 2008 -
5 answers
Looking for a javascript library / API for controlling the mouse's tilt wheel.
[more inside]
posted by querty
on Jul 19, 2008 -
3 answers
Javascript/CSS and IE6/7: content called from a javascript file (a modified form of
fontSizer) into an otherwise blank div appears and disappears intermittently in IE6/7. Help a newbie!
[more inside]
posted by Paragon
on Jun 19, 2008 -
6 answers
Can you help me? I'd like to use
this mootools script on a contact via email form on a site I'm designing for a friend, and I need to know if something about it can be changed.
[more inside]
posted by iconomy
on Jun 1, 2008 -
5 answers
I want to take an Excel spreadsheet and just make it a dynamically sortable table I can put in a webpage or blog. I want people to be able to click a column, and have the table be sorted by that column. Best solutions? Also, if the table included locations, is it possible to make them selectable, and have the selected locations display on Google maps? Thanks.
posted by Malad
on Apr 26, 2008 -
5 answers
WebDesignFilter: How can I show certain elements of a form depending on the value of a radio button?
[more inside]
posted by trim17
on Apr 19, 2008 -
3 answers
Can anyone recommend a Javascript rich text editor which provides identical output across browsers?
[more inside]
posted by none
on Apr 15, 2008 -
4 answers
I want to build a web page with expandable sections of text which default to not being expanded. Unfortunately, I'm a total javascript newbie. The way they did it here is pretty close to what I'd want (scroll to "anatomical focus"): http://www.yogajournal.com/poses/863 ....Is it possible (or, for that matter, ethical) to somehow grab the javascript they used? Alternatively, are there generic freeware scripts anywhere that do something similar? If there were any such repository with a variety of javascripts that do this slightly different ways, even better. If it's newbie friendly, even better still! Thanks!
posted by jimmyjimjim
on Mar 29, 2008 -
10 answers
Sites like Youtube, Vimeo, Blip, etc, all offer code to allow you to embed their videos in your own site, right? But why is that code invariably HTML, and not Javascript?
[more inside]
posted by crickets
on Mar 20, 2008 -
13 answers
Javascriptfilter: Building an online donation form, and need some hand-holding.
[more inside]
posted by jbickers
on Mar 13, 2008 -
7 answers
For the web developers in the house: when viewing the generated code for a web page, the Document Type Definition is missing. Where does it go?
[more inside]
posted by josephtate
on Feb 22, 2008 -
5 answers
WebDev-2.0Filter: Using client side technologies (i.e. Javascript, ActiveX, Java... JS is preferred) is it possible to generate an image file (PNG or JPG, or even PDF) from a DIV tag on the page?
[more inside]
posted by puddpunk
on Feb 3, 2008 -
11 answers
How can I download a bunch of .pdfs from a webpage all at once? The page I'm looking at is a list of .pdfs available (for a class I'm in - course materials), with a link to download each .pdf file. I've tried using the Firefox extension
downthemall, but there's a catch - the links I click to download the .pdfs individually are javascript popups that look like this:
javascriptf:pop('docs/12004/andes_vegetation.pdf','yes',",",'12004');
Is there a way to grab all of these at once, or am I doomed to clicking each and every link to open a new window, save as, etc.?
posted by entropic
on Feb 1, 2008 -
9 answers
How is
this website disabling copypasta (Copy / Paste - Seems to just be replacing all copied content with a '*') in my browser? Can somebody pull the offending code for me and possibly explain how they are manipulating the whole browser and not just this web page?
posted by B(oYo)BIES
on Jan 28, 2008 -
13 answers
Anyone have a JavaScript trick to create a web form that builds a URL to send users to a pre-populated search?
[more inside]
posted by pzarquon
on Jan 23, 2008 -
6 answers
Javascript question: How can I make a link point to different URLs based on the day of the week?
[more inside]
posted by jbickers
on Jan 18, 2008 -
7 answers
I want 2 things from my self-hosted Wordpress blog - to be able to save a published post I'm editing with a keyboard shortcut, and to have a "reply" button on the comments. How can I get these things?
[more inside]
posted by Rabulah
on Jan 15, 2008 -
3 answers
Firefox javascript command: how to close a tab? Last week you helped me create a toolbar bookmark for scrolling down a half page in Firefox using the command javascript:self.scrollBy(0,300); as seen
here.
Now I'd like to add a second command to that bookmark: a command to close the active tab. The button then would close the active tab and subsequently scroll down a half page of the next tab that appears. In my reading there appears to be some difficulty making using javascript to close tabs in FF 2.0, and not all pre FF 2.0 solutions currently work.
Ideas?
posted by bbranden1
on Jan 12, 2008 -
5 answers
Help me AJAX-ify a very simple web process in PHP. Links to very simple AJAX tutorials much appreciated.
[more inside]
posted by odinsdream
on Jan 8, 2008 -
7 answers
I've set up a self hosted blog. I've got it looking pretty much how I want it, but I want a javascript based "advert" (it's an animated Kiva.org thing) in the sidebar. The blogging platform is Wordpress, which doesn't allow javascript
if the blog is hosted on their servers.
[more inside]
posted by Rabulah
on Jan 6, 2008 -
5 answers
Is there a javascript bookmark available that I can nest on my toolbar that will give me a word count for whatever text I have highlighted (in a text box or otherwise)? Or maybe a firefox addon or greasemonkey script that would do the same?
[more inside]
posted by (bb|[^b]{2})
on Dec 27, 2007 -
7 answers
What's the best way to create a website table that a) can be dynamically (via Javascript) and statically sorted by readers and that b) can be created and added to easily c) for a Blogspot blog. E.g. a list of products I like, with ratings and category (sort by any of these things)? Thanks.
posted by shivohum
on Dec 22, 2007 -
5 answers
JavaScript:— I want to call a function to make a scrip.taculo.us Draggable revert (fly back to its starting position). This is easy to do if you want it to revert when it is released from the drag, but I want it to happen when a different Draggable is released from a drag.
[more inside]
posted by East Manitoba Regional Junior Kabaddi Champion '94
on Dec 19, 2007 -
2 answers
JavaScript filter: popups, mouse over, toggle display. HELP - I'm not a developer!
[more inside]
posted by doorsfan
on Dec 14, 2007 -
5 answers
I am looking for an flash or Javascript plug in that I can embed into a website to play Internet radio streams. Specifically, one that will play mp3, wma/mms, and Realplayer (pls) streams. Does anyone know of one?
[more inside]
posted by wflanagan
on Dec 1, 2007 -
2 answers
JavaScript: jQuery vs Scriptaculous - Which is currently the favorite amongst developers?
[more inside]
posted by afx114
on Nov 16, 2007 -
12 answers
Please help me get a Javascript embedded in an SVG talking to a Javascript embedded in an XHTML page, when they're both in a Ruby on Rails RHTML template. Works fine when the HTML page is a flatfile, not so well in RoR.
[more inside]
posted by Alterscape
on Nov 12, 2007 -
4 answers