A Simple and Effective Solution to Hide Email Addresses from Spam Spiders
This article describes a simple solution to prevent spam spiders from picking up email addresses from a web page. It retains the user-friendliness of... more »
0 commentsSave Tags: css-html, how-to, javascript, security
Building better web forms: Validation best practices
Validation is a very important aspect in web forms development and should be planned carefully. Well designed validation can favorably affect the user... more »
0 commentsSave Tags: reviews, security, web design
Salt an MD5 Hash For a Password String
Make an MD5 hash more secure by adding a little salt.
0 commentsSave Tags: .net, how-to, security
Adobe AIR 1.5 Database Encryption Demo
Christophe updated his Salesbuilder sample application to leverage the new database encryption in Adobe AIR 1.5. Check out this great demo with... more »
0 commentsSave Tags: database, flash-flex, ria, security
Grizzly 2.0: SSL support
Unlike Grizzly 1.x, Grizzly 2.0 doesn't have special transport, called SSL or TLS. The SSL support is implemented using new Transformer API we've... more »
0 commentsSave Tags: frameworks, java, security, server
CouchDB Edge: Security and Validation
Anytime you want to catch up with CouchDB’s bleeding edge, the first stop is couch_tests.js. It’s just a series of Javascript tests that run from the... more »
0 commentsSave Tags: database, javascript, security