This is the place where you can personalize your profile!
But, how?
By moving, adding and personalizing widgets.
You can drag and drop to rearrange.
You can edit widgets to customize them.
The bottom has widgets you can add!
Some widgets you can only access when you get a premium membership.
Some widgets have options that are only available when you get a premium membership.
We've split the page into zones!
Certain widgets can only be added to certain zones.
"Why," you ask? Because we want profile pages to have freedom of customization, but also to have some consistency. This way, when anyone visits a deviant, they know they can always find the art in the top left, and personal info in the top right.
Don't forget, restraints can bring out the creativity in you!
Now go forth and astound us all with your devious profiles!
Dude, check out the following code. Could you tell me where I went wrong? It's supposed to be a rock, paper, scissors game in the console but it keeps returning "The result is a tie!" and nothing else.
var choice1 = prompt("Do you choose rock, paper or scissors?"); var choice2 = Math.random();
Girl : Am I pretty? Boy : NO. Girl : Do you want to be with me forever? Boy : NO. Girl : Would you cry if I walked away? ................................................................................................Boy : NO. She heard enough, and was hurt. She walked away, tears ran down her face. The boy grabbed her arm. Boy : Your not pretty, your beautiful. I don't want to be with you forever, I NEED to be with you forever. And I wouldn't cry if you walked away, I would DIE. (Boy whispers) : Please? Stay with me. (Girl whispers) : I will. Tonight at midnight your true love will realize they love you. Something good will happen to you between 1-4 pm. Tomorrow it could be anywhere. Get ready for the biggest shock of your life! If you don't post this to 5 other pages. You will have relationship problems for the next 10 years
God dammit! I had this witty reply written up, then the 13 year old racist locked the thread.
I'm posting it here! I have to!
This 13 year old: #1 make cry-baby journal about being called ugly :thumb367310890: #2 make thread about how it's ok to call people "brownies", and not liking it is being paranoid. #3 ???? #4 Prosper! Get kicked in the face by an angry mule, trained to do so by a sane person.
var choice1 = prompt("Do you choose rock, paper or scissors?");
var choice2 = Math.random();
if (choice2 < 0.34) {
choice2 = "rock";
}
else if(choice2 <= 0.67) {
choice2 = "paper";
}
else {
choice2 = "scissors";
}
function compare(choice1, choice2){
if(choice1=="rock"){
if(choice2=="scissors"){
return "rock wins";
}
else{
return "paper wins";
}
}
else if(choice1=="paper"){
if(choice2=="rock"){
return "paper wins";
}
else{
return "scissors wins";
}
}
else if(choice1=="scissors"){
if(choice2=="paper"){
return "scissors wins";
}
else{
return "rock wins";
}
}
else if(choice1==choice2){
return "The result is a tie!";
}
else{
return 0;
}
}
compare();
I won't do it again.
I promise
Please forgive me
Boy : NO.
Girl : Do you want to be with me forever?
Boy : NO.
Girl : Would you cry if I walked away?
................................................................................................Boy : NO.
She heard enough, and was hurt. She walked away, tears ran down her face. The boy grabbed her arm.
Boy : Your not pretty, your beautiful. I don't want to be with you forever, I NEED to be with you forever. And I wouldn't cry if you walked away, I would DIE.
(Boy whispers) : Please? Stay with me.
(Girl whispers) : I will.
Tonight at midnight your true love will realize they love you. Something good will happen to you between 1-4 pm. Tomorrow it could be anywhere. Get ready for the biggest shock of your life! If you don't post this to 5 other pages. You will have relationship problems for the next 10 years
I'm posting it here! I have to!
This 13 year old:
#1 make cry-baby journal about being called ugly :thumb367310890:
#2 make thread about how it's ok to call people "brownies", and not liking it is being paranoid.
#3 ????
#4
Prosper!Get kicked in the face by an angry mule, trained to do so by a sane person....They have silenced me for small reasons.