Password Strength Checker jQuery

Password Strength checker is very useful thing for websites that allow user registration and password resets. Because most users want to rush up the process, and usually don’t give much attention to their password strength, which leads to poor security, and passwords that can be cracked easily. So keeping in that mind, lets create a password strength checker using jQuery, which advice users to make their password stronger.

6 CSS HTML Form Styles

Styling HTML forms with CSS is fun and there’s always something new to explore and learn, but don’t you feel dull when you do it over and over again? Sometimes I do, I too hate to start from scratch, I rather use something that already looks good and works. So here are few CSS from styles I’ve created for your websites, you just have to copy the markup and CSS into your projects and have nice looking form.

Why You Need Responsive Website for Business?

If you run an online business, obviously you wouldn’t have failed to check your analytic every now and then to analyze the customer inflow and the media they favor to visit your site. And in majority of cases you might have observed that it is the mobile devices. What do you infer from this? Mobile devices are replacing desktop systems as they help customers access any website even on the go.

Validating File Size Before Form Submit (HTML5)

Earlier browsers did not support HTML5 File API, so normally people would use flash or Java Applets to validate file format and sizes in HTML upload forms, and most of us preferred to skip the client part letting server handle the problem.