1
Answer

Validation

wouter

wouter

17y
2.8k
1
Maybe you can make the c-sharpcorner website code validate.
The page I am posting right now has 200+ errors.

You can just reduce the number of errors by using the syntax right. I thought you were programmers here and that you stick to the syntax but I seem to be wrong.

example:
<br>   should be <br />
& should be &amp;
etc...
Design should be done with CSS.

Maybe you can install some tools from www.mowl.be/downloads they are frequently used by webdevs.

Install that HTML VALIDATOR and make this website validate!
Answers (1)
0
Celldet

Celldet

NA 59 0 16y
I am sure my issue is taking the ASCII for the textbox string and sending to the created temp file as ascii.  What I need to do is interpret the string entered by the user in the textbox as individual hex characters  ie. 08 39 01 62 30 21 12 69 09 as individual bytes.  Then send the hex to the binary file as 9 byte file.  Then hash the temp file created via SHA1.

                                                                                                                                                                
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 16y
Can you more clarify your problem plz . i dont under stand what u exactly want to do .