Click here to Skip to main content
16,005,236 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Reading all images [JavaScript] Pin
Guffa19-Feb-08 0:42
Guffa19-Feb-08 0:42 
GeneralCreate home page with ASP.NET Pin
ASPnoob16-Feb-08 11:04
ASPnoob16-Feb-08 11:04 
GeneralRe: Create home page with ASP.NET Pin
Christian Graus16-Feb-08 11:38
protectorChristian Graus16-Feb-08 11:38 
GeneralRe: Create home page with ASP.NET Pin
Steve Westbrook18-Feb-08 6:38
Steve Westbrook18-Feb-08 6:38 
QuestionFlash 8 and JavaScript Communication problem with IE Under FORM <tag></tag> Pin
rup_rj15-Feb-08 19:41
rup_rj15-Feb-08 19:41 
GeneralQUERY: comparing website contents [modified] Pin
andrewwan198015-Feb-08 4:03
andrewwan198015-Feb-08 4:03 
GeneralRe: QUERY: comparing website contents Pin
Shog915-Feb-08 4:16
sitebuilderShog915-Feb-08 4:16 
GeneralRe: QUERY: comparing website contents Pin
Steve Westbrook17-Feb-08 13:40
Steve Westbrook17-Feb-08 13:40 
A "quick and dirty" way to do all this is to use, say, JavaScript to recursively replace a node's innerhtml values with the innerhtml values of the node's children, e.g.
<x>asdf<y>g</y></x> -> <x>asdfg</x>
where the top node is the body tag. Use .replace, .innerHTML and .outerHTML.

I don't know if that'll even work, as I haven't used outerHTML a lot. I'm assuming it shows up in the same places as innerHTML.

If you didn't need to mess around with <p> tags, you could just use innerText.

There are similar methods you can use in ASP and VB - Perl and C++ are unfortunately poorly known to me.

Spaces at the ends of sentences will matter with most compares - just replace ". " with ". "

As for wrapping, remove all line breaks, then for loop through backwards and stick line breaks in every 80 characters.
GeneralRe: QUERY: comparing website contents Pin
andrewwan198017-Feb-08 23:17
andrewwan198017-Feb-08 23:17 
GeneralRe: QUERY: comparing website contents Pin
Steve Westbrook18-Feb-08 5:53
Steve Westbrook18-Feb-08 5:53 
GeneralProblem creating a birthday list Pin
matjame15-Feb-08 0:32
matjame15-Feb-08 0:32 
GeneralRe: Problem creating a birthday list Pin
Paddy Boyd15-Feb-08 1:16
Paddy Boyd15-Feb-08 1:16 
GeneralRe: Problem creating a birthday list Pin
matjame15-Feb-08 1:21
matjame15-Feb-08 1:21 
GeneralRe: Problem creating a birthday list Pin
keyboard warrior15-Feb-08 13:13
keyboard warrior15-Feb-08 13:13 
GeneralRe: Problem creating a birthday list Pin
matjame17-Feb-08 19:44
matjame17-Feb-08 19:44 
GeneralRe: Problem creating a birthday list Pin
Guffa16-Feb-08 6:01
Guffa16-Feb-08 6:01 
GeneralSelectedIndex always -1 Pin
livez14-Feb-08 20:47
livez14-Feb-08 20:47 
GeneralRe: SelectedIndex always -1 Pin
Christian Graus14-Feb-08 22:54
protectorChristian Graus14-Feb-08 22:54 
GeneralRe: SelectedIndex always -1 Pin
livez14-Feb-08 23:22
livez14-Feb-08 23:22 
GeneralFile uploading/downloading and access control/security Pin
Jerry Evans14-Feb-08 7:47
Jerry Evans14-Feb-08 7:47 
GeneralRe: File uploading/downloading and access control/security Pin
Shog914-Feb-08 8:29
sitebuilderShog914-Feb-08 8:29 
GeneralRe: File uploading/downloading and access control/security Pin
Jerry Evans15-Feb-08 12:38
Jerry Evans15-Feb-08 12:38 
GeneralRe: File uploading/downloading and access control/security Pin
LloydA11115-Feb-08 10:32
LloydA11115-Feb-08 10:32 
GeneralRe: File uploading/downloading and access control/security Pin
Jerry Evans15-Feb-08 12:37
Jerry Evans15-Feb-08 12:37 
GeneralRe: File uploading/downloading and access control/security Pin
LloydA11115-Feb-08 12:58
LloydA11115-Feb-08 12:58 

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.