Embarrassing Computer Question

Message Bookmarked
Bookmark Removed
How the FUCK do you save a Word document onto a CD? I only stopped using floppy disks because you can't use them with laptops anymore. You have to explain EVERY step to me because I am very old and tired of this goddamned shit where they keep changing everything!

I HATE MOTHERFUCKING COMPUTERS!

I Hate Computers, Sunday, 23 April 2006 08:46 (twenty years ago)

First important question: what operating system are you using? Windows XP? MaxOSX? Linux?

Trayce (trayce), Sunday, 23 April 2006 08:52 (twenty years ago)

I can tell psychically that the OP is using Windows of some kind, probably XP, although I'm not completely sure about that bit.

Forest Pines (ForestPines), Sunday, 23 April 2006 08:54 (twenty years ago)

Yeah I was thinking the same ;) I'm sure it is very easy in Win 98SE/XP - I believe you can just right click/copy or drag the file to your D: (or whichever drive is the CD burner drive) and it'll burn a copy automagically.

That said, get a copy of Nero Burning, it is a lot nicer.

Trayce (trayce), Sunday, 23 April 2006 09:08 (twenty years ago)

Note: this relies on your PC having a CD drive that can burn/write to CD. It would be likely on a reasonably new PC but if you have an old PC with only a CDROM, you cant save to a CD. It needs a CD writable drive.

Trayce (trayce), Sunday, 23 April 2006 09:10 (twenty years ago)

why do you need to burn it to CD?

fandango (fandango), Sunday, 23 April 2006 12:21 (twenty years ago)

I'd get a USB flash drive or something...

http://www.ciderhouse.com.au/education/images/product/pocket_disc_plugin.jpg

anyway, if you're in XP you *might* need to right-click on the CD drive disk icon > properties > "enable cd recording on this drive"

if you've not managed to find the options already, it can dissapear sometimes.

fandango (fandango), Sunday, 23 April 2006 12:24 (twenty years ago)

one year passes...
Here's a really stupid question. See on my favourites? See how some of my favourites have the little icon next to them but others don't? How do I get my own little icons and assign them to the plain boring e ones?

I tried this before months ago and it dicked me about, asking me what I wanted to open things with etc, I surmised I was getting it wrong and gave up.

*rumpie*, Thursday, 3 May 2007 12:41 (nineteen years ago)

do you mean favourited web sites? or any type of favourites?

Ste, Thursday, 3 May 2007 12:47 (nineteen years ago)

'favorites'

Ste, Thursday, 3 May 2007 12:47 (nineteen years ago)

which browser are you using? the website usually supplies the images, they are called favicons.

with firefox the favicons are stored in the bookmark.html file as a base64 encoded ICON attribute:

...
<DT><A HREF="http://www.lc.leidenuniv.nl/awcourse/oracle/text.920/a96518/cqspcl.htm" ADD_DATE="1159282540" LAST_VISIT="1161017710" ICON="data:image/x-icon;base64,AAABAAEAICAQAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w//////////////////////iIiI////////////////D/////////////////////////////////////////8PiIiIiP///////////////////////////////////w//////////////////////iIiIiIiP////////////D///////////AAAAAAAAD////////////w8PD/D/AA8PiIiIiP/////w8AD/DwAP//////////////D/8PDwDw///////////w8AAPAAAAu7u7u7u7u7u7AAAAAAAAALCwAAALAAALCwu7u7u7u7u7u7u7u7u7u7sAAAAAAAAADwAAAAAAAAAAD/////////D///////////APAPAPDwD////////////w//Dw/w8P////////////8PAAAAAA8P////////////D/////8P//////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==" LAST_CHARSET="ISO-8859-1" ID="rdf:#$3sgum3">Oracle Text Special Characters in Queries</A><DT>
...

which means they are theoretically changeable but what's to stop them being replaced the next time you visit the site?

(oh, Firefox Favicon Picker: https://addons.mozilla.org/en-US/firefox/addon/325 )

koogs, Thursday, 3 May 2007 13:12 (nineteen years ago)

(ooh, that's very wide)

koogs, Thursday, 3 May 2007 13:12 (nineteen years ago)

oh, on windows you can just right click them, choose 'Properties', 'Change Icon'

(this is win2k)

koogs, Thursday, 3 May 2007 13:22 (nineteen years ago)

hey, i didn't know that

Ste, Thursday, 3 May 2007 13:41 (nineteen years ago)

ie on xp, will it work with that? That sounds really simple, like something I should have known and tried myself...

Yeah, my favourite web places...

*rumpie*, Thursday, 3 May 2007 13:55 (nineteen years ago)

eleven years pass...

I'm porting a PHP class to Python, and I don't know PHP.

It has this line in it:

$maxObjsFetched = (int)$mediaResult = array();

I'm assuming that casting the result of assigning an empty array to a variable to an integer returns 0 and whoever wrote this is just a massive dickhead, but is there an alternate explanation for this? $mediaResult doesn't exist before this line, so it's not casting some other value to int and then setting $mediaResult to an empty array, so I can't really see what else it might do

Colonel Poo, Wednesday, 20 March 2019 17:22 (seven years ago)

n/m I found an online PHP interpreter and $maxObjsFetched is indeed 0

Colonel Poo, Wednesday, 20 March 2019 17:26 (seven years ago)

> whoever wrote this is just a massive dickhead

This.

koogs, Thursday, 21 March 2019 05:48 (seven years ago)


You must be logged in to post. Please either login here, or if you are not registered, you may register here.