• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

w00t

Dufman

Golden Member
With out the slightest idea of how to do java, i just made a random number generator to display a quote on my background 😀

w00t
 
Originally posted by: AgaBooga
So it displays a random number or random quote? Pics?

Here is a sample
the array is defined before the quotes. and then the quotes are listed.


quotes[30]='To hell with circumstances; I create opportunities. <i>-Bruce Lee</i>'

var randomnumber=Math.floor(Math.random()*31)

function writeTip() {
document.write(quotes[randomnumber]);
}
 
w00t for me too:
my hard drive crashed (had been making clicking sounds since ysterday, lucky got a backup done before the drive fried itself this morning)- called dell, they sent me a new drive, got it this afternoon!!

my original was a 30 GB 4700 RPM drive, they sent me a 40 gig 5400 rpm! yay! (laptop)
 
Originally posted by: zimu
w00t for me too:
my hard drive crashed (had been making clicking sounds since ysterday, lucky got a backup done before the drive fried itself this morning)- called dell, they sent me a new drive, got it this afternoon!!

my original was a 30 GB 4700 RPM drive, they sent me a 40 gig 5400 rpm! yay! (laptop)

they did the same thing for me when i had the desktop
30gig for a 40gig...both 5400 though
 
Originally posted by: Dufman
Originally posted by: zimu
w00t for me too:
my hard drive crashed (had been making clicking sounds since ysterday, lucky got a backup done before the drive fried itself this morning)- called dell, they sent me a new drive, got it this afternoon!!

my original was a 30 GB 4700 RPM drive, they sent me a 40 gig 5400 rpm! yay! (laptop)

they did the same thing for me when i had the desktop
30gig for a 40gig...both 5400 though

i can't even begin to tell you the upgrades that dell has given me thru in-warranty repairs!!
 
Originally posted by: dighn
it's called javascript

the original poster doesn't even have the slightest idea what the language is called!

it just makes it even more of a success story.
 
Originally posted by: emmpee
Originally posted by: dighn
it's called javascript

the original poster doesn't even have the slightest idea what the language is called!

it just makes it even more of a success story.

i think so too
but i know C++
its an easy carry over
 
Back
Top