topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 12:30 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: "Personal Censor"  (Read 5958 times)

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
IDEA: "Personal Censor"
« on: January 06, 2007, 12:35 AM »
I had a thought in regard to the tagging/NSFW debate that seems to recur periodically.  I was wondering if there was a tool that could be a "Personal Censor?"  I'm not real sure how it would work exactly, but if there was a utility that could be programmed for the individual tastes which would censor out what one does not want to read without butchering the author's real message, it could be of some value, I think?
« Last Edit: October 19, 2010, 03:31 PM by CodeTRUCKER »

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: An idea: "Personal Censor"
« Reply #1 on: January 06, 2007, 12:45 AM »
I could have sworn that fellow DC member Allen's ReReplace did that, but checking it out now I don't see that feature. You could send him a personal message and invite him to add that feature. I doubt it would be very difficult.

Even though ReReplace isn't what you're looking for now, it is quite a handy online find and replace utility that accepts Regular Expressions and displays highlighted results to boot!

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: An idea: "Personal Censor"
« Reply #2 on: January 06, 2007, 01:05 AM »
I could have sworn that fellow DC member Allen's ReReplace did that, but checking it out now I don't see that feature. You could send him a personal message and invite him to add that feature. I doubt it would be very difficult.

Even though ReReplace isn't what you're looking for now, it is quite a handy online find and replace utility that accepts Regular Expressions and displays highlighted results to boot!
Sounds promising.   :up:
« Last Edit: October 19, 2010, 03:32 PM by CodeTRUCKER »

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: IDEA: "Personal Censor"
« Reply #3 on: January 06, 2007, 05:20 AM »
 :) Proximotron should do the trick. Download from http://www.proxomitron.info

Skrommel

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: IDEA: "Personal Censor"
« Reply #4 on: January 06, 2007, 05:28 AM »
Ah! Yes, I've used the venerable Proxomitron before.  Worked great too.  I can't recall why I ditched it?
« Last Edit: October 19, 2010, 03:27 PM by CodeTRUCKER »

allen

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,206
    • View Profile
    • Donate to Member
Re: IDEA: "Personal Censor"
« Reply #5 on: January 06, 2007, 10:00 AM »
Ok, I've implemented such a feature--but keep in mind it's a bit rough in some areas.  You can search a URL and view the results either as source or see the changes/highlights within the page itself.  Excluding html tags from the query would, however, take a great deal of work than I care to do, so don't be surprised with the occasional format breakage on a page.  Also, at present, it won't elegantly integrate an intricately designed website with the find highlighters -- so there's plenty of breakage there.  But there shouldn't be too many complications with the replacement aspect--much simpler than the find/preview functions!

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: IDEA: "Personal Censor"
« Reply #6 on: January 06, 2007, 12:57 PM »
Thanks for the comments and suggestions. :Thmbsup:
« Last Edit: October 19, 2010, 03:27 PM by CodeTRUCKER »