search
top

Beat the Password Security Threats with Myki

Every one of us have multiple accounts for online shopping, banking, emailing and social networking. It is of course not easy to remember passwords of this sheer bulk of accounts and it’s quite natural not to recall those which you might not have used for past few days.     An obvious solution for easy-goers is to keep either the same password for all the accounts or to keep guessable passwords.... read more

How to Create a Reusable Class in JavaScript?

JavaScript is known to improve the dynamics of your web pages by providing many interactive features. You might have knowledge of how to create class in object-oriented languages like C++ and Java. Once a class is defined, objects can be created to call its properties and methods.  As such there is no concept of a class in JavaScript, but creating your own class lets you exploit the reusability of class... read more

top