dion // User Search

dion // User Search

1  ...  15  16  17  18  19  20  ...  28  |  

VIRTUAL TV STATION VIEWER

Aug 16, 2002, 6:09pm
I sell it to the state under the condition that I can drive it, I just can't
park on it. We park in the garage. :-P

LOL, I wish states would really do that. Then they'd have to plow my
driveway and I wouldn't have to pay for that plot of land. :-D

[View Quote]

Re: Anime (was Re: AWEC's Stand Up Comedy Night)

Aug 16, 2002, 2:48pm
It's in the eye of the beholder

[View Quote]

Re: Anime (was Re: AWEC's Stand Up Comedy Night)

Aug 16, 2002, 4:29pm
Yep, that's just ignorance. Anime is a style of animation. However the
animator uses it is his work, not a representation of anime as a whole.

[View Quote]

Javascript

Aug 21, 2002, 10:10pm
Can someone tell me what's wrong with this script?

<script language="JavaScript">
//This Script creates variables for the date and time that is displayed in
the upper right hand corner
function makeArray() {
for (i = 0; i<makeArray.arguments.length; i++)
this[i + 1] = makeArray.arguments[i];
}

var months = new
makeArray('January','February','March','April','May','June','July','August',
'September','October','November','December');
var date = new Date();
var dd = date.getDate();
if (dd == 1 || dd == 21 || dd == 31) {
day = dd + "st";
} else {
if (dd == 2 || dd == 22) {
day = dd + "nd";
} else {
if (dd == 3 || dd == 23) {
day = dd + "rd";
} else {
day = dd + "th";
}
var month = date.getMonth() + 1;
var yy = date.getYear();
var year = (yy < 1000) ? yy + 1900 : yy;
var hh = date.getHours();
var hour = (hh > 12) ? hh - 12 : hh;
var mm = date.getMinutes();
if (mm < 10) {
minute1 = "0" + mm;
}
minute1 = "" + minute1
if (hh < 12) {
minute = minute1 + " AM"
} else {
minute = minute1 + " PM"
}
</script>

Thanks,
-Dion

Javascript

Aug 22, 2002, 3:43pm
Don't look at me, I copied that bullshit from a website, LOL.

[View Quote]

Javascript

Aug 22, 2002, 3:44pm
But that will default to the server's time and I want it to be the time that
is on the user's computer so that it shows their the time based on their
timezone.

[View Quote]

Javascript

Aug 22, 2002, 3:44pm
It didn't fix it :-\

[View Quote]

Javascript

Aug 23, 2002, 11:42am
doesn't have an error at all but nothing comes up where it's supposed to. It
did that a few times before as I was working with the script but this time I
can't figure out the problem.

[View Quote]

Javascript

Aug 23, 2002, 11:44am
I only stole that one array part with the months, the rest of it I made
myself.

[View Quote]

Javascript

Aug 23, 2002, 1:21pm
LOL, they can get the information from other places on the internet. It's
you that ends up losing a visitor. Plus using the more compatible stuff
tends to work better with future versions and is generally faster.

[View Quote]

Javascript

Aug 23, 2002, 6:19pm
Nahh, if I ever for whatever reason make a registration form, I still want
people to see the time without logging in.

[View Quote]

Javascript

Aug 24, 2002, 6:01pm
Well, they don't work for people who haven't already registered. :-P

[View Quote]

All ActiveWorlds Hackers Finally Gone!

Aug 23, 2002, 2:12pm
LOL, very good point. :-P

[View Quote]

andras.net is down

Aug 24, 2002, 2:30pm
We won't be losing any posts or anything, right?

-Dion
[View Quote]

we should...

Aug 26, 2002, 11:57am
They were originally going to be banned. Went to the supreme court with it
and everything. We won that one. The same thing happened when the CDRW and
DVDRW was created. It didn't hold up though. :-P

[View Quote]

C&C - The Ring

Aug 26, 2002, 11:59am
LOL :-D

[View Quote]

C&C - The Ring

Aug 26, 2002, 3:01pm
I wonder what would happen... *chucks a win95 CD in the micro*

[View Quote]

Taking bets..

Sep 7, 2002, 11:31am
or we can just let Iraq blow us apart *shrug*

[View Quote]

console survey

Sep 14, 2002, 12:17pm
that's last generation. ;-)

[View Quote]

console survey

Sep 14, 2002, 12:38pm
that's opinion. This survey is obviously based on the new generation of
consoles. :-P I personally think it goes like this in graphics (best to
worst): X-Box, Gamecube, PS2, PSOne, N64

[View Quote]

console survey

Sep 14, 2002, 12:39pm
I've played all the systems. I answered honestly.

[View Quote]

console survey

Sep 18, 2002, 7:52pm
what do you mean according to manufacturers? I'm sure Microsoft didn't say
they're worse than Sony or Nintendo's. And I think the graphical difference
between PS2 and X-Box is blatantly obvious. PS2 is full of crappy sprites
and a very flat background. On the X-Box, it's nearly impossible to notice
the difference between areas you can't go to and areas you can. The
incredible graphics are seamless throughout the landscape.

[View Quote]

Privacy Leak in Mozilla and Mozilla-Based Browsers

Sep 16, 2002, 8:02pm
*shrug* some people are extremely freaked over their privacy, even if it's a
complete stranger that they'll never talk to.

[View Quote]

Privacy Leak in Mozilla and Mozilla-Based Browsers

Sep 17, 2002, 4:55pm
LOL, yeah! Putting it as a bookmark is a security risk in itself! :-P

[View Quote]

Privacy Leak in Mozilla and Mozilla-Based Browsers

Sep 18, 2002, 2:10am
but as far as im concerned anyone can take a look at my e-mail. I don't save
any other passwords. But putting it as a bookmark would just make it so
blatantly obvious to be a security risk that it just seems stupid. :-P

[View Quote]

Next Wave of Beta Testers

Sep 19, 2002, 8:49pm
don't tell us, tell them :-P

[View Quote]

WinXP Professional Recycle Bin Question

Sep 24, 2002, 9:18pm
When I right click my recycle bin and click empty it says:
"Are you sure you want to delete 'WINDOWS'?"

Somehow... that doesn't sound right at all. When I open my recycle bin I see
nothing. Without realizing what it said, I had clicked yes before and it
didn't do anything. I'm just wondering why it think my windows folder is in
the recycle bin? It just sorta freaks me out that WinXP thinks that it's in
the recycle bin. I'm scared to reboot... it might not come back up... :-\

HELP!
-Dion

WinXP Professional Recycle Bin Question

Sep 24, 2002, 9:57pm
.... I didn't... and if I did, it won't delete and it's not showing up in my
recycle bin when I look in it.

[View Quote]

WinXP Professional Recycle Bin Question

Sep 24, 2002, 11:43pm
Well I know I didn't delete Windows, I'm just wondering what's going on. It
seems like a strange bug so if I reboot, it might delete it in DOS or who
knows what. Just seems strange and slightly frightening.

[View Quote]

WinXP Professional Recycle Bin Question

Sep 25, 2002, 5:09pm
Alright, this got weirder.

I haven't done anything since I posted this and some how the recycle bin
icon is still shown as being full (has a paper thing in it) but when I
explore it, it is empty and it won't let me empty it (option is greyed out).

[View Quote]

1  ...  15  16  17  18  19  20  ...  28  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn