javascript
Ajax logins: why?
I’m starting this new blog with this little suggestion: avoid ajax logins.
Ajax it’s really cool and handy, I know, but for a login page only can be useful in very particular cases. In the rest, only helps to save time to the hackers when do brute force on your site.
How works an ajax login?
The users fills [...]