Mal: Go on. Get in there. Give your brother a thrashing for messing up your plan. River: He takes so much looking after.

'Objects In Space'


Buffistechnology 2: You Made Her So She Growls?  

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!


le nubian - Oct 04, 2005 3:35:39 am PDT #4741 of 10003
"And to be clear, I am the hell. And the high water."

gmail:

they added an autosave command for email you compose. I noticed it yesterday or before and thought I screwed up. I didn't realize it was a "feature."


tommyrot - Oct 04, 2005 9:40:01 am PDT #4742 of 10003
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

Google office fun:

MOUNTAIN VIEW, Calif. (AP) -- Google Inc. took a big step toward challenging Microsoft Corp.'s dominance in computer word-processing and spreadsheets with the announcement Tuesday that it would distribute Java technology from Sun Microsystems Inc.

The move will let Google create or offer programs that could take on Microsoft Corp.'s industry-leading Office suite.

Under the deal, Google will distribute Java along with the search company's toolbar application, the two companies announced.

The deal, whose terms were not disclosed, would make it easier for PC users to run applications based on the Java programming language. That includes the free productivity suite OpenOffice, a challenger to Office, a major cash cow for Microsoft.

Huh. I forgot there was a Java version of OpenOffice.

The toolbar currently works only on computers running Microsoft Internet Explorer and the Firefox browser.

Does the toolbar work on Mac or Linux?

[link]


Jessica - Oct 04, 2005 10:28:57 am PDT #4743 of 10003
And then Ortus came and said "It's Ortin' time" and they all Orted off into the sunset

I want one of these phones NOW. Nevermind that they don't exist. Yet.


Jon B. - Oct 04, 2005 10:42:16 am PDT #4744 of 10003
A turkey in every toilet -- only in America!

Wow. I would totally break down and get a cell phone if that existed.


tommyrot - Oct 04, 2005 10:55:35 am PDT #4745 of 10003
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

Got a problem.

If you have an html document that's just a table, you can import it into Excel and get a spreadsheet. Of course, for each cell in the table you get a cell in Excel. But if there's a line break (<br> tag) within a cell, it screws up when you open the html document in Excel - it's like Excel treats the line break as a cell delimiter.

What we're doing is taking the result of an Access query and importing it into Excel. We first save from Access to an HTML document, because if you go straight from Access to Excel there's a 255 character limit for each cell.

So, is there some other character we can insert into the html (doesn't matter if it does not produce a line break in html) that will produce a line break when opened in Excel?

We're using Excel 2002 SP2.

eta: Alternatly, will Excell correctly deal with carriage returns in a delimited text file? (Assuming some other delimiter besides carriage return.)


Sean K - Oct 04, 2005 11:05:53 am PDT #4746 of 10003
You can't leave me to my own devices; my devices are Nap and Eat. -Zenkitty

So, is there some other character we can insert into the html (doesn't matter if it does not produce a line break in html) that will produce a line break when opened in Excel?

Not even remotely sure this will work, but can't you do a find/replace on your HTML doc to replace all instances of t br with a ^M?

(ETA: Not entirely sure Excel will read a ^M as a carriage return, but I think it might)


tommyrot - Oct 04, 2005 11:06:40 am PDT #4747 of 10003
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

Lemme try....


le nubian - Oct 04, 2005 11:08:45 am PDT #4748 of 10003
"And to be clear, I am the hell. And the high water."

Jessica,

that's a hot phone. Man.


le nubian - Oct 04, 2005 11:13:10 am PDT #4749 of 10003
"And to be clear, I am the hell. And the high water."

there is a 4 minute animation for the phone:

[link]


tommyrot - Oct 04, 2005 11:19:09 am PDT #4750 of 10003
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

Nah, it ain't ^M. I'm searching for some other character that Excel will see as a new line....