security
HTML and Javascript code to crash IE6
I’m a declared adversary of IE6. I even wrote about it a while ago. Now i saw that Cats who code wrote an interesting post with the title 6 HTML and Javascript codes to crash IE6. My favorite is this one : <STYLE>@;/* These code snippets should be everywhere and people who still use IE6 should [...]
Tips to prevent Cross Site Scripting (XSS)
In the last year the majority of security breaches in websites are related to XSS attacks. So it is very important to build websites keeping in mind a few rules to avoid beeing hacked. Also always handle data as beeing untrusted and consider it harmful. Only after careful sanitization you should start to begin trusting [...]


