I SO want a Pomegranatephone now.
My biggest fear would be beard shavings ending up in the coffee.
'Our Mrs. Reynolds'
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!
I SO want a Pomegranatephone now.
My biggest fear would be beard shavings ending up in the coffee.
XML question - if you have a double-quote as part of a value in some XML, the double-quote would of course be escaped. But what about the ” character? (The closing double-quote character, not the regular " (ASCII 34) character?) Some Javascript code is not recognizing my XML as valid because of this character.
I'm hoping that people will adopt my "Tell the client not to use that character" solution, but I'm trying to think ahead in case I have to have our code handle this.
It's probably not recognizing the ” character because the data is labeled with the wrong character encoding. If I were to hazard a guess, JavaScript is expecting the XML to be encoded as utf-8, but the file is actually encoded in cp-1252.
In any event, ” can be represented by the entity ” or ”.
Dear Microsoft:
I use your products. I have stood up for you. For the love of god, please stop auto-updating me and, in the process, wiping out all my display settings. The happy shiny XP displays and the lack of my Serenity desktop get on my last nerve, and I have to reset everything back to my nice soothing monotone.
Seriously, people. I have turned off auto-update. I have gone through various permutations recommended by persons on the web to keep it off. Somehow, auto-update keeps auto turning itself back on.
Also, I am not a PC.
Yours exasperatedly,
Me
(Any suggestions, techistas?)
Ginger, how are you turning off auto-update. Is that an issue? Maybe you need to turn it off permanently? I cannot remember what I did, but on my home computer, it won't auto-update, it only updates when I let it.
In geeky news, my open source application is getting packaged for Debian, making it packaged for at least Ubuntu and Debian now. I feel a bit guilty that I haven't worked on it in a couple of years, but the new developers that signed up have been doing such a great job I don't know what I would do.
I want to pick the collective brain here for a moment.
My screener library here at work is currently about 4000 DVDs held in albums on my windowsill. They take up about 5' of space. Space which I will not have when our office moves downtown next summer.
Basically, I need to find a way to digitize the entire library so it can be held on a network-accessible server FOR FREE because I have no budget for this. The files need to be accessible over the corporate intranet for the sales team to screen (we all have VLC so almost any codec will do), AND I need to be able to lay them to DVD for our clients.
I'm open to pretty much any suggestion. The only requirement is it has to be dead cheap.
Unpaid intern!
For the technology parts, I got nothin'.
I transcode my DVDs to MP4/MP3 packaged in AVI on Linux using Mencoder and acidrip to set up the transcoding script, it's free but awfully techy. You have to jump though a hoop to get the DVD decoder installed as well.
Mencoder might work on Mac but I don't know how to get the DVD decoder in the Mac world, or a Mac frontend application to set up the script. Though, I suppose once you have a working script you can probably use it generically for any DVD. You could also use Xvid instead of MP4.
I use tovid to make and burn DVDs, but I've never done it with one of my AVI files.