Mal: You are very much lacking in imagination. Zoe: I imagine that's so, sir.

'Out Of Gas'


Buffistechnology 3: "Press Some Buttons, See What Happens."

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!


Typo Boy - Feb 01, 2011 12:02:20 pm PST #16011 of 25501
Calli: My people have a saying. A man who trusts can never be betrayed, only mistaken.Avon: Life expectancy among your people must be extremely short.

On the drop box vs. carbonite, here is what someone said in a tech forum: [link]

Well, let's take a step back and think about the sync problem and what the ideal solution for it would do:

There would be a folder.
You'd put your stuff in it.
It would sync.

They built that.

Why didn't anyone else build that? I have no idea.

"But," you may ask, "so much more you could do! What about task management, calendaring, customized dashboards, virtual white boarding. More than just folders and files!"

No, shut up. People don't use that crap. They just want a folder. A folder that syncs.

"But," you may say, "this is valuable data...certainly users will feel more comfortable tying their data to Windows Live, Apple Mobile Me, or a name they already know."

No, shut up. Not a single person on Earth wakes up in the morning worried about deriving more value from their Windows Live login. People already trust folders. And Dropbox looks just like a folder. One that syncs.

"But," you may say, "folders are so 1995. why not leverage the full power of the web? With HTML 5 you can drag and drop files, you can build intergalactic dashboards of stats showing how much storage you are using, you can publish your files as RSS feeds and tweets, and you can add your company logo!"

No, shut up. Most of the world doesn't sit in front of their browser all day. If they do, it is IE 6 at work that they are not allowed to upgrade. Browsers suck for these kinds of things. Their stuff is already in folders. They just want a folder. That syncs.

That is what it does.


Morgana - Feb 01, 2011 2:37:06 pm PST #16012 of 25501
"I make mistakes, but I am on the side of Good," the Golux said, "by accident and happenchance.” – The 13 Clocks, James Thurber

Typo Boy, I don't know who Michael Wolfe is, but I think I may have a gigantic crush on him. 11 years of technical writing and software testing and talking to developers and trying to explain the users' points of view... just because it can be done doesn't mean it should be built into the damned software. Stop making it more and more complicated.


meara - Feb 01, 2011 2:41:07 pm PST #16013 of 25501

Hah! I DO sit in front of a computer all day...on IE6 that I'm not allowed to upgrade.


Liese S. - Feb 01, 2011 3:56:10 pm PST #16014 of 25501
"Faded like the lilac, he thought."

Hee. I sit in front of a computer all day and I still want a folder. That syncs. So I have dropbox and it's awesome because I think about it not at all. I just put stuff in it, and when I need it, it's there.

Even if "there" happens to be Akron, Ohio, when I was eating a cupcake and hanging out on facebook working with my designer in Kansas and realizing I could just go over to my printer's house which was only a few miles from said cupcakerie.

Yeah, that was awesome.


Shir - Feb 02, 2011 1:42:20 am PST #16015 of 25501
"And that's why God Almighty gave us fire insurance and the public defender".

Awesome indeed, Typo.

I hardly use Dropbox myself, but I loved the description.


Jessica - Feb 02, 2011 6:17:14 am PST #16016 of 25501
And then Ortus came and said "It's Ortin' time" and they all Orted off into the sunset

I'm in the process of possibly selling a domain name. Currently there's a WordPress blog hosted there that I haven't updated in over a year but would like not to lose - what is the easiest/most idiot-proof way for me to move the blog onto another URL? I have the blog's new location already registered, so I'm hoping there's a if-not-one-then-very-few-clicks way to backup the existing blog and restore it at the new location.


Gudanov - Feb 02, 2011 6:23:14 am PST #16017 of 25501
Coding and Sleeping

Well, it's all about the database. You'll need to export all your tables and then import them back into the new database.

Also you'll need to edit your wp-config.php file to have the new database information.

The trick is that (at least with MySQL) that exporting will create a text file loaded with SQL commands to recreate the database. You can do a search and replace on that text file to replace the old domain with the new one. Then everything from settings to image/media links is updated to the new domain. Then you import that text file back in and presto the blog acts as if it's always been on the new domain. Then you edit your wp-config.php to point at the new database you've created.

It's more than a few clicks, but it isn't too bad. There might be a more clever way to do it, but that's what I did to move a couple of blogs.


Jon B. - Feb 02, 2011 6:43:14 am PST #16018 of 25501
A turkey in every toilet -- only in America!

Moving WordPress: [link]


Jessica - Feb 02, 2011 6:57:43 am PST #16019 of 25501
And then Ortus came and said "It's Ortin' time" and they all Orted off into the sunset

Okay, that was actually really easy. Lost my old theme for some reason, but at least all the posts/images/comments are there. Awesomecakes.


Deena - Feb 02, 2011 7:11:34 am PST #16020 of 25501
How are you me? You need to stop that. Only I can be me. ~Kara

Jessica, download the old theme (FTP), and upload it to the new site (FTP also) and you'll be able to use it again.