Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: font script Pin
TAREQ F ABUZUHRI11-Jul-06 4:52
TAREQ F ABUZUHRI11-Jul-06 4:52 
GeneralRe: font script Pin
Christian Graus11-Jul-06 5:13
protectorChristian Graus11-Jul-06 5:13 
GeneralRe: font script Pin
mav.northwind11-Jul-06 21:37
mav.northwind11-Jul-06 21:37 
GeneralRe: font script Pin
TAREQ F ABUZUHRI11-Jul-06 4:59
TAREQ F ABUZUHRI11-Jul-06 4:59 
GeneralRe: font script Pin
Werdna11-Jul-06 6:03
Werdna11-Jul-06 6:03 
GeneralRe: font script Pin
TAREQ F ABUZUHRI11-Jul-06 16:06
TAREQ F ABUZUHRI11-Jul-06 16:06 
QuestionIntercepting and blocking Webpages Pin
CJayMeister11-Jul-06 2:41
CJayMeister11-Jul-06 2:41 
AnswerRe: Intercepting and blocking Webpages Pin
J4amieC11-Jul-06 2:54
J4amieC11-Jul-06 2:54 
Well, I would begin by ignoring the browser entirely.

You should start any project like this with the "engine" part. In your case this engine takes a string (which may later be the HTML sent to the browser), and parses that string for a known database of "bad words" or phrases.

It might remove these bad words from the input string, replace them with something, or totally dis-allow the entire input string....that is the bit you decide.

When your engine works to your satisfaction, start to think about how to implement your engine - you suggest you could intercept incoming HTML and do something with it before it hits the browser. That is certainly possible, but will require a good solid knowledge of the inner workings of the OS, the browser and HTTP.

In addition, if you are writing a contant filter, much work is done internationally around standardising such protocol. Many websites, for example, include a header with some form of content rating. You should research this as appropriate to your project.


---

How to get answers to your questions[^]

GeneralRe: Intercepting and blocking Webpages Pin
CJayMeister11-Jul-06 3:09
CJayMeister11-Jul-06 3:09 
GeneralRe: Intercepting and blocking Webpages Pin
Eran Aharonovich11-Jul-06 4:44
Eran Aharonovich11-Jul-06 4:44 
AnswerRe: Intercepting and blocking Webpages Pin
led mike11-Jul-06 5:22
led mike11-Jul-06 5:22 
AnswerCreate a proxy Pin
Ennis Ray Lynch, Jr.11-Jul-06 9:51
Ennis Ray Lynch, Jr.11-Jul-06 9:51 
AnswerProxy server Pin
Daniel Turini11-Jul-06 9:51
Daniel Turini11-Jul-06 9:51 
Questionlock() and Thread.Interrupt() Pin
Jon Hulatt11-Jul-06 0:37
Jon Hulatt11-Jul-06 0:37 
AnswerRe: lock() and Thread.Interrupt() [modified] Pin
Guffa11-Jul-06 1:01
Guffa11-Jul-06 1:01 
GeneralRe: lock() and Thread.Interrupt() Pin
Jon Hulatt11-Jul-06 3:11
Jon Hulatt11-Jul-06 3:11 
AnswerRe: lock() and Thread.Interrupt() Pin
Aaron Dilliard11-Jul-06 4:02
Aaron Dilliard11-Jul-06 4:02 
AnswerRe: lock() and Thread.Interrupt() Pin
Judah Gabriel Himango11-Jul-06 4:48
sponsorJudah Gabriel Himango11-Jul-06 4:48 
AnswerRe: lock() and Thread.Interrupt() Pin
led mike11-Jul-06 5:12
led mike11-Jul-06 5:12 
QuestionQuestion about subtract Time in c# ( IDE 2005 ) Pin
Yanshof11-Jul-06 0:10
Yanshof11-Jul-06 0:10 
AnswerRe: Question about subtract Time in c# ( IDE 2005 ) Pin
Shajeel11-Jul-06 0:28
Shajeel11-Jul-06 0:28 
GeneralIts not working .Someone can help please ? Pin
Yanshof11-Jul-06 1:06
Yanshof11-Jul-06 1:06 
GeneralRe: Its not working .Someone can help please ? Pin
Christian Graus11-Jul-06 1:16
protectorChristian Graus11-Jul-06 1:16 
GeneralRe: Its not working .Someone can help please ? Pin
Sebastian Schneider11-Jul-06 1:27
Sebastian Schneider11-Jul-06 1:27 
GeneralRe: Its not working .Someone can help please ? Pin
Yanshof11-Jul-06 1:35
Yanshof11-Jul-06 1:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.