I'm seeing Web and Apps at $5.99 a mo.
I couldn't find the list without pretending I was going to buy a phone.
I'm looking to get a Nokia E70, if I'm remembering model names right.
Connor ,'Not Fade Away'
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'm seeing Web and Apps at $5.99 a mo.
I couldn't find the list without pretending I was going to buy a phone.
I'm looking to get a Nokia E70, if I'm remembering model names right.
I don't remember if I had to do that or not, but then, I already bought one of their phones.
So, anyone know how I can save videos from photobucket?
Firefox with the Download Helper add-on [link] can do it. You'll need an app. that can play .flv files.
anybody know why a McAfee update would make the internet stop working on my laptop? i know that's what it is because i've had to do a system restore twice after McAfee decided to automatically update. i've now turned it off automatic updates, but it keeps bugging to do one. i thought it might be something to do with the firewall, but i messed around with it and it didn't seem to solve the problem.
xpost with Natter.
tiggy, I haven't run into McAfee problems myself, but there are a lot of people complaining on the internets about having the same problem since recent updates. McAfee has a page up with information on how to completely remove and reinstall the software: [link]
Nevermind...I had an 'identity' problem. Still unclear how it got switched without me doing the switching. But my email is back.
Nothing to see here.
Aaaagh.
I'm pretty sure there's no one here who uses VBScript and ADO for ASP, but if someone is familiar with this, could you lend me a hand?
could you lend me a hand?
Switch to perl, tommyrot.
Heh. I wish.
You are more right than you know. I'm supposed to use regular expressions with VBScript. Which sorta' makes my head want to explode. Then I found some examples, which makes my head want to explode even more:
InitialString = "www.foo.co.uk"
Set RegularExpressionObject = New RegExp
With RegularExpressionObject
.Pattern = ".co.uk"
.IgnoreCase = True
.Global = True
End With
ReplacedString = RegularExpressionObject.Replace(InitialString, ".com")
Not exactly like regular expressions in Unix/perl, huh?