Borgin and Burkes
« Word counter »

Welcome Guest. Please Login or Register.
Dec 23, 2009, 10:39pm





Photobucket
Photobucket
The Wizarding World is different than you know it¡¦

Imagine a world in which the Boy that Lived was just another ordinary wizard on his way to Hogwarts School of Witchcraft and Wizardry like any normal wizard, his parents still alive and well. A world where the prophecy was never made¡¦ Imagine a world where Lord Voldemort murdered Dumbledore¡¦

The world is altered The Dark Lord took over the world, and now runs everything. Hogwarts School is under Severus Snapes command and Lucius Malfoy runs the ministry. Nowhere is safe.

Curfews are in place in the wizarding villages and no Mudblood or Blood traitor may venture out of their home after 10.00pm. Everything is segregated for Purebloods and the¡¦lower class of wizards. Anyone who is not high class is in great danger and many deaths occur.

But the Order of the Phoenix is forming. Created in Dumbledores memory it is run by Lily and James Potter, they fight for equal rights.
Photobucket

Photobucket
0000
Photobucket
0000
Photobucket
0000
Photobucket
0000
Photobucket
Photobucket
Ofelia Cruz
Plot//Profile
Photobucket
X The Rules
X The Canons
X Face Claim
X Graphics
X Portkeys
Photobucket

Photobucket
Photobucket
Rodolphus Lestrange
Profile // Plot

Photobucket
Photobucket
Draco Malfoy
Profile //Plot
Photobucket
Photobucket


RPGCollection Enter NYC | Rising

Borgin and Burkes :: General :: Wizard Information :: Questions/Suggestions :: Word counter
   [Search This Thread][Reply] [Send Topic To Friend] [Print]
 AuthorTopic: Word counter (Read 96 times)
darkangel
Guest
 Word counter
« Thread Started on Apr 15, 2008, 6:01pm »
[Quote]

Can you add a word counter? It makes it easier to post when you see how many words you have.
Link to Post - Back to Top  IP: Logged
Daphne Greengrass
Slytherin
*****
5th Year
member is offline

[avatar]

Why don't you kiss this; and I don't mean on my rosy red lips



Joined: Apr 2008
Gender: Female
Posts: 15
Karma: 0
 Re: Word counter
« Reply #1 on Apr 15, 2008, 9:23pm »
[Quote]

Well I was bored, so I found the code for you, just in case. It goes in to your Global Footer =]


Code:
<script type='text/javascript'>
<!--
/* Posting/PM Word Count - created by Eton Bones */

//set to minimum word count needed in order to make a post
//or set to 0 to disable word count enforcement.
var wordCountLimit=0;

if(document.postForm && document.postForm.message){
var __submitBtn,__wc,__msg
__msg=document.postForm.message;
__submitBtn=document.getElementsByTagName('input');
for(var count=0;count<__submitBtn.length;count++){
if(__submitBtn[count].accessKey && __submitBtn[count].accessKey=='s'){__submitBtn=__submitBtn[count];break;}
}
if(typeof(__submitBtn.length)=="undefined"){
__btnText=__submitBtn.value;
__wc=document.createElement('div'); __wc.id="wordcount";
__wc.appendChild(document.createTextNode('Word Count: '));
__wc.appendChild(document.createElement('span'));
__submitBtn.parentNode.appendChild(__wc);
count=__msg.value.match(/\b\w+\b/g);
count=(count)?count.length:0;
__wc.lastChild.innerHTML=count;
if(count<wordCountLimit){__submitBtn.disabled=true;}
if(document.addEventListener){
__msg.addEventListener("keyup",wordUp,false);
__msg.addEventListener("input",wordUp,false);
__msg.addEventListener("change",wordUp,false);
}else if(document.attachEvent){
__msg.attachEvent("onpropertychange",wordUp);
}else{
__msg.onkeyup=wordUp;
__msg.onmouseup=wordUp;
__msg.onchange=wordUp;
}
}
}

function wordUp(event){
if(this.document){var thiss=event.srcElement;}else{var thiss=this;}
var count=thiss.value.match(/\b\w+\b/g); count=(count)?count.length:0;
if(count>=wordCountLimit && wordCountLimit >0 && __submitBtn.disabled){
__submitBtn.disabled=false;
}
__wc.lastChild.innerHTML=count;

}

//-->
</script>
Link to Post - Back to Top  IP: Logged

[image]
Hermione Granger
Gryffindor
*****
Prefect
5th Year
member is offline

[avatar]



Joined: Apr 2008
Posts: 22
Karma: 1
 Re: Word counter
« Reply #2 on Apr 15, 2008, 9:26pm »
[Quote]

If you use word it's also a lot easier. There's a word count there, automatic spell check and after a while you know where to aim to get say 400 words or something.
Link to Post - Back to Top  IP: Logged

[image]

I will follow you
Into the Dark
Daphne Greengrass
Slytherin
*****
5th Year
member is offline

[avatar]

Why don't you kiss this; and I don't mean on my rosy red lips



Joined: Apr 2008
Gender: Female
Posts: 15
Karma: 0
 Re: Word counter
« Reply #3 on Apr 15, 2008, 9:31pm »
[Quote]

I personally don't have Word - if I want to know how many words something is I have to count it by hand =/
Link to Post - Back to Top  IP: Logged

[image]
Hermione Granger
Gryffindor
*****
Prefect
5th Year
member is offline

[avatar]



Joined: Apr 2008
Posts: 22
Karma: 1
 Re: Word counter
« Reply #4 on Apr 15, 2008, 10:05pm »
[Quote]

Really?? I thought all computers these days have wordcount. Well on here if you press reply and if you fill the whole box once it's 150 words generally. So if you fill it say three times you have aroung 450 words.
Link to Post - Back to Top  IP: Logged

[image]

I will follow you
Into the Dark
Bellatrix Lestrange
Death Eater
*****
member is offline

[avatar]

I'm gunna make you into a pie ok?

[msn]

Joined: Apr 2008
Gender: Female
Posts: 60
Location: Under a rock somewhere
Karma: 1
 Re: Word counter
« Reply #5 on Apr 16, 2008, 6:22am »
[Quote]

Hey if you go online to good and search for

"Online word counter."

they'll be websites where all you have to do is copy and paste everything that you've written and it'll count the words in like seconds ^_^.

I use it for drama essays *shifty*
Link to Post - Back to Top  IP: Logged

[image]
Support a good cause
Daphne Greengrass
Slytherin
*****
5th Year
member is offline

[avatar]

Why don't you kiss this; and I don't mean on my rosy red lips



Joined: Apr 2008
Gender: Female
Posts: 15
Karma: 0
 Re: Word counter
« Reply #6 on Apr 16, 2008, 7:19am »
[Quote]

Really? Ooooh, I'll have to look that in to that - thank you =]
Link to Post - Back to Top  IP: Logged

[image]
Bellatrix Lestrange
Death Eater
*****
member is offline

[avatar]

I'm gunna make you into a pie ok?

[msn]

Joined: Apr 2008
Gender: Female
Posts: 60
Location: Under a rock somewhere
Karma: 1
 Re: Word counter
« Reply #7 on Apr 16, 2008, 8:01am »
[Quote]

No problem ^_^

=)
Link to Post - Back to Top  IP: Logged

[image]
Support a good cause
Ofelia Cruz
Administrator
*****
DADA Professor
Ravenclaw HOH
Death Eater

member is offline

[avatar]

Spanish Flower



Joined: Apr 2008
Gender: Female
Posts: 120
Karma: 2
 Re: Word counter
« Reply #8 on Apr 16, 2008, 11:50am »
[Quote]

There you go, I added the code for you guys.
Link to Post - Back to Top  IP: Logged


[image]

[image]

   [Search This Thread][Reply] [Send Topic To Friend] [Print]

Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!