Equipped To Survive Equipped To Survive® Presents
The Survival Forum
Where do you want to go on ETS?

Page 4 of 8 < 1 2 3 4 5 6 7 8 >
Topic Options
#229220 - 08/05/11 11:19 AM Re: Help make your posts readable [Re: Bingley]
Lono Offline
Old Hand

Registered: 10/19/06
Posts: 1013
Loc: Pacific NW, USA
Originally Posted By: Bingley
Good writing demonstrates not merely your level of education, but also consideration for your readers.


Mostly agreed. I submit I can probably self-spell check, punctuate and add line breaks, but brevity and clarity aren't always my strong point - I had an English teacher who said I was cursed with Germanic sentence / thought structures, when translated to the page. I will take 100 words to say what most men can say in 10.

I'm not offended by anyone else's sentence structure or writing style, its all good. I don't mind reading some difficult to parse posts, as long as there aren't ugly thoughts behind the words. I think the ultimate consideration is consideration for different points of view, which most everyone has here. Goebbels was a helluva writer, fronting for some very ugly thoughts / people. Hey, now that I've mentioned the Nazis, can we invoke Godwin's Law http://en.wikipedia.org/wiki/Godwin%27s_law on this thread? :-)

Top
#229221 - 08/05/11 12:16 PM Tech solution to wall-of-text, punch2para/bodyWrap [Re: GarlyDog]
EMPnotImplyNuclear Offline
Enthusiast

Registered: 09/10/08
Posts: 382
Here is a "bookmarklet", its a javascript bookmark
If you click it while reading this forum (or any UBB forum), it will turn wall-of-text more betterer readable by inserting paragraphs
Save it as punch2para
Code:
javascript:(function(){
var period2p=function(d){
var i,id,a,e=d.getElementsByTagName("div");
for(i=0;i<e.length;i++){
a=e[i];
if(a.id.match(/^body\d+$/)){
a.innerHTML=a.innerHTML.replace(
/([\.\?\!\u2047\u2048\u203C\u203D\u2049]+)/g,'$1<p>');
}}};
period2p(document);})();

This next one will wrap text after 80-90 chars, save it as wrapBody
Code:
javascript:(function(){
var count = 0;
var searchWithinNode = function (node, re) {
    var pos, skip, spannode, middlebit, endbit, middleclone;
    skip = 0;
    if (node.nodeType == 3) {
        pos = node.data.search(re);
        if (pos >= 0) {
spannode = document.createElement("p");
middlebit = node.splitText(pos);
endbit = middlebit.splitText(RegExp.$1.length);
middleclone = middlebit.cloneNode(true);
spannode.appendChild(middleclone);
middlebit.parentNode.replaceChild(spannode, middlebit);
++count;
skip = 1;
        }
    } else {
        if (node.nodeType == 1 &&
node.childNodes &&
node.tagName.toUpperCase() != "SCRIPT" &&
node.tagName.toUpperCase != "STYLE") {
for (var child = 0; child < node.childNodes.length; ++child) {
    child = child + searchWithinNode(node.childNodes[child], re);
}
        }
    }
    return skip;
};
var warpBodyDivs =function(d){
var i,id,a,e=d.getElementsByTagName("div");
for(i=0;i<e.length;i++){
a=e[i];
if(a.id.match(/^body\d+$/)){
    searchWithinNode( a, /(.{80,90}\b)/g );
}}
};
warpBodyDivs( document.body );
})();

Tested with the latest firefox browser, I don't care if it works with others smile
I've posted this once before, but apparently the sheriff nixed it instead of fixing his css stylesheet wink
Enjoy

Top
#229222 - 08/05/11 12:20 PM Re: Help make your posts readable [Re: Lono]
hikermor Offline
Geezer in Chief
Geezer

Registered: 08/26/06
Posts: 7705
Loc: southern Cal
If you have an important point you wish to get across to your audience, good organization, phrasing, and at least decent grammar are your friends. Why place obstacles between you and those trying to understand your post?

A really long text with no organization, and chaotic grammar will send me to the next post, with whatever thoughts were contained therein lost forever....
_________________________
Geezer in Chief

Top
#229223 - 08/05/11 12:27 PM Re: Tech solution to wall-of-text, punch2para/bodyWrap [Re: EMPnotImplyNuclear]
GarlyDog Offline
τΏτ
Old Hand

Registered: 04/05/07
Posts: 776
Loc: The People's Republic of IL
Wow! How do I use it?
_________________________
Gary








Top
#229227 - 08/05/11 01:05 PM Re: Tech solution to wall-of-text, punch2para/bodyWrap [Re: GarlyDog]
MDinana Offline
Pooh-Bah

Registered: 03/08/07
Posts: 2208
Loc: Beer&Cheese country
Wow, this thread exploded.

I'm a self-admitted spelling-Nazi, which is ironic b/c often I don't care about one or two typos in my writing. I strive to curb this desire, unless it's one of those words that's pronounced the same and spelled differently.

I agree w/ Bingley, to a point, about writing reflecting education. That being said, I know my cousin did phenomenal in college, better than me, and he's dsylexic (just like his dad and uncle). His writing is atrocious (if I even spelled that right!) but he's a pretty smart guy.

Fortunately, most of the people on here with "imperfect" grammer still come across rather clearly. Sometimes I have problems, but almost always, the content is worth the effort. For that, I applaud everyone - as has been mentioned in more than one thread over the last few years, ETS is truly one of the more courteous and civil boards on the web. Thank you all!

Top
#229230 - 08/05/11 01:10 PM Re: Tech solution to wall-of-text, punch2para/bodyWrap [Re: GarlyDog]
EMPnotImplyNuclear Offline
Enthusiast

Registered: 09/10/08
Posts: 382
Originally Posted By: GarlyDog
Wow! How do I use it?

You click on it smile
Or you could use your keyboard
Alt+Bookmarks+punch2para+Enter
Alt+Bookmarks+bodyWrap+Enter

Top
#229234 - 08/05/11 02:13 PM Re: Tech solution to wall-of-text, punch2para/bodyWrap [Re: GarlyDog]
Am_Fear_Liath_Mor Offline
Carpal Tunnel

Registered: 08/03/07
Posts: 3078
Post deleted. It was too much hassle for Firefox users.


Edit - It was too (adverb as in 'excessive' and not the word 'to') much hassle for Firefox users.









Edited by Am_Fear_Liath_Mor (08/05/11 06:51 PM)

Top
#229240 - 08/05/11 02:33 PM Re: Help make your posts readable [Re: GarlyDog]
Jeanette_Isabelle Offline
Carpal Tunnel

Registered: 11/13/06
Posts: 2946
Loc: Nacogdoches, Texas
As a French Texan would say, "Bonjour y'all."

Most Texans are not uptight over something like this; "y'all" must be used correctly. "Y'all" is a contraction of "you all" so it needs an apostrophe after the "Y."

Jeanette Isabelle
_________________________
I'm not sure whose twisted idea it was to put hundreds of adolescents in underfunded schools run by people whose dreams were crushed years ago, but I admire the sadism. -- Wednesday Adams, Wednesday

Top
#229244 - 08/05/11 03:30 PM Re: Help make your posts readable [Re: GarlyDog]
comms Offline
Veteran

Registered: 07/23/08
Posts: 1502
Loc: Mesa, AZ
Transparency, here. I honestly don't think I am a poor composer of words or sentence structure. However, I think I use too many words to get my point across. I write almost exactly as I speak, as most people can speak and hear faster than they can read, it adds a lot of words to my prose.

Having spent a fair amount of my career in dispute resolution every word had to be studied so that it can't be used or misconstrued in emotional situations. This often means over explaining a simple process to deter needless follow up.

Now I'm just trying to write with an economy of words.
_________________________
Don't just survive. Thrive.

Top
#229245 - 08/05/11 03:31 PM Re: Help make your posts readable [Re: GarlyDog]
GarlyDog Offline
τΏτ
Old Hand

Registered: 04/05/07
Posts: 776
Loc: The People's Republic of IL
This is what I love about this forum: solutions. Great job with the code guys!. It works with Chrome.

I guess I'm not the only one...


Thanks!
_________________________
Gary








Top
Page 4 of 8 < 1 2 3 4 5 6 7 8 >



Moderator:  Alan_Romania, Blast, chaosmagnet, cliff 
March
Su M Tu W Th F Sa
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Who's Online
0 registered (), 324 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Newest Members
GallenR, Jeebo, NicholasMarshall, Yadav, BenFoakes
5367 Registered Users
Newest Posts
What did you do today to prepare?
by dougwalkabout
Yesterday at 11:21 PM
Zippo Butane Inserts
by dougwalkabout
Yesterday at 11:11 PM
Question about a "Backyard Mutitool"
by Ren
03/17/24 01:00 AM
Problem in my WhatsApp configuration
by Chisel
03/09/24 01:55 PM
New Madrid Seismic Zone
by Jeanette_Isabelle
03/04/24 02:44 PM
EDC Reduction
by EchoingLaugh
03/02/24 04:12 PM
Using a Compass Without a Map
by KenK
02/28/24 12:22 AM
Newest Images
Tiny knife / wrench
Handmade knives
2"x2" Glass Signal Mirror, Retroreflective Mesh
Trade School Tool Kit
My Pocket Kit
Glossary
Test

WARNING & DISCLAIMER: SELECT AND USE OUTDOORS AND SURVIVAL EQUIPMENT, SUPPLIES AND TECHNIQUES AT YOUR OWN RISK. Information posted on this forum is not reviewed for accuracy and may not be reliable, use at your own risk. Please review the full WARNING & DISCLAIMER about information on this site.