Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Thanks Rob!
ojTT.all(19) is an IE-only way of saying oJTT.all[19]. You should probably use the square brackets.
Yeah, I should have mentioned this is for an IE-only application (it's the timesheet program for our biggest client).
My boss thinks we could develop it for other browsers, but I'm afraid that would be a huge task. There's shitloads of XML being manipulated by Javascript. So XML gets handles like this:
var objDom = new ActiveXObject(mstrXMLVersion);
objDom.loadXML(xmlRetrievedTimesheet);
"ActiveXObject" would be IE-only, right? How do non-IE browsers handle XML objects? (My boss thinks it'd be cool if this app would work on an iPhone!)
Sean, it looks like there was a recent firmware update for that printer.
I will try this firmware update.
Now, new questions --
I have long wanted to put the Futurama Poppler song on my phone as a ringtone. I have now succeeded, but it was a crappy MP3, and doesn't sound very good.
If I have a copy of that episode, what's the best way to rip that audio segment? I have Mac the Ripper, so I could rip the DVD right on to the hard drive. Is there a way to then rip out that 15 seconds of audio into like a WAV, and turn that into a ringtone through Garage Band?
What about if I put the DVD into my DVD player and run an RCA to balanced stereo cable from the audio out on my player to one of the inputs on my Mbox? Could I capture that 15 second audio segment in ProTools, mix it down to a WAV and turn *that* into a ringtone?
Well, the firmware update completely failed, as the updater cannot see my printer.
Which, of course, is the problem in the first place. I was a little worried that might happen.
What program can I use to open an "mpeg layer 3 audio". It won't open in itunes or quicktime.
mpeg layer 3 audio = mp3. If you can't open it in your usual mp3-playing app, I'd suspect that there's something wrong with the specific file.
Sophia, that ought to be just a garden-variety mp3. If if won't open in iTunes or QT you may have a corrupt file.
Thanks! It was driving me crazy!
sean blame Angie for the astrology question!! Also, for your ringtone question, try AudioHijack.
omnis, I checked out AudioHijack, and I'm not entirely certain that would be a better tool for snatching the audio snippet I have in mind than any of the software I currently own. What can AudioHijack do for me that my existing software can't?
Anyone here use VBA to control Excel?
What's the VBA code to turn the type in a cell sideways? To do a "merge and center"?