jquery4u.com - Archives (mars 2015)

1 jQuery Fan Blog for your Daily News, Plugins, Tuts/Tips & Code Snippets.

Le: 25 03 2015 à 16:00 Auteur: Narayan Prusty

A password manager is an application that’s used to store and organize passwords. Passwords are encrypted and stored using a master password as an encryption key. Passwords are decrypted using the same master password.

In this tutorial I will show how to create a password manager app using Cordova. We will use jQuery Mobile for UI and CryptoJS for encrypting passwords.

Continue reading %How to Create a Password Manager App with Cordova%

Le: 13 03 2015 à 19:30 Auteur: Sachin Bhatnagar

There are many ways to build a simple slideshow nowadays. In this screencast I will demonstrate how to do just this using jQuery's fadeIn and fadeOut methods. These methods allow you to conveniently animate an element’s visibility, one of the very reasons I'll use them to build a slideshow.

Sure, you could create a slideshow with CSS3, but animating an element’s visibility using JavaScript gives you greater control of its state. Come and watch the video and see which method works best for you.

https://www.youtube.com/watch?v=pxyfLUx7iBk

This screencast is a sample from my course jQuery: Beyond the Basics. If you liked this screencast, then you should definitely check out the rest of my course on Learnable!

Continue reading %Creating a jQuery Photo Slideshow with fadeIn and fadeOut%