You may need to check your email spam folder. I use Yahoo and I tested a PHP mailer and the message went in there. Script automated emails have been abused therefore they are suspicious. The email...
Say there is a would-be host for my site, it runs it's own Javascripts. It's Tumblr. I'm trying to write a simple script to grab the next page. XMLHTTPrequest was futile, because the page is written...
1% of the market who have brand new computers perhaps, but I refuse to believe these numbers on a much more realistic world market. The website you posted isn't even x-browser compatible....
I have a Mac, so I have to use emulators or wine wrappers to test IE. I suck at x-browser compatible let alone old-browser compatible. I really want to write for old browsers though, because I have a...
my original script already resizes based on height or width. the variable "p" is the percentage to resize by. The image is to fill the whole window, but not distort. If there is too much blank space...
Well, although I thought that my script technically already determined if it was landscape or portrait, it was kind of in a messed up way, so I modified it to be more like your example.
I'm trying to make a script to resize an image, proportional to the window size. It works pretty good so far. It takes an image with the id "make2fit" and makes it proportional to the window size...
I'm making a WYSIWYG editor for a form. The rest of the form uses inputs that, when styled with CSS, are a medium sized san serif font, but the WYSIWYG iframe font automatically turns into a small...
Is it possible to save webcam videos from browser cache? The site I have in mind is tinychat.com and the browser I have in mind is Firefox. I have an file undelete program that finds videos (flv,...
My current registrar is Doteasy, a site I knew nothing about; I just Googled for domain registration and that was the first thing I clicked. When I got my domain, two years ago it was only 8 dollars...
I am pretty much self-taught in javascript from tutorials on Google. I am still a long way from my W3 Certificate or whatever they have, like grade school level. Most novice...
At first when I tried your example, my headache went away and I was ready to throw up my hands and rejoice... but then I mutated it into my version and got the same results.
No. I know what a capture is and I'm not even using a for loop right now. If I questioned anything else in my code, I would have posted the whole 200 lines and you would wine that it was too big....
What's incomplete about it? Maybe I should have left the code out and say I can't assign objects or arrays to more than one element using getElementById, with or without the for loop.
I've just had a moment where I stumbled into one of those things that only I would think would work, and like always am baffled that it doesn't work. I'm writing a bunch of identical elements for an...