반응형

S Gallery: Responsive jQuery gallery plugin

S Gallery is a responsive jQuery gallery plugin that includes CSS3 animations inspired by Sony’s products gallery. It supports touch/swipe functions, too.

s gallery

 

Licensed under Creative Commons Attribution Non-Commercial (CC BY-NC 4.0)

 

 

반응형
반응형

Blast.js: Make text manipulable

Blast.js makes it easy to separate your text to make it manipulable, with four delimiters built-in: character, word, sentence, and element. The elements generated can be accessed via JavaScript or CSS.

blast.js


Blast (1.1.1)

Docs
http://julian.com/research/blast

Quickstart

npm install blast-text
bower install blast-text

Frameworks
Both jQuery and Zepto are fully supported.

Browsers
All major browsers are supported. Back to IE6.





반응형
반응형

Eloquent JavaScript: A modern programming introduction

Eloquent JavaScript, now in its second edition, is a free ebook that offers up a modern introduction to JavaScript programming. It covers everything from program structure to regular expressions to Node.js, and everything in between.

eloquent javascript

반응형
반응형

Deckard: Web Animations API slide deck

 

Deckard is a library for creating slide decks using the Web Animations API. There are no dependencies, except for the Web Animations Polyfill if you want it to work in browsers that don’t yet support the API.

deckard

Demos

 

 

 

반응형
반응형

Smallworld.js is a utility for generating simple map previews with GeoJSON and HTML5 Canvas. It has no dependencies, and comes with a simple wrapper for use with jQuery and Zepto.smallworld.js

 

It's a (small utility for generating a) small world. 



smallworld.js is a small utility for generating small world maps. Documentation can be found on its official page.

반응형
반응형

Touche.js: Re-map click events to touch events

Touche.js makes it simple to re-map click events to touch events for mobile UIs. It works with or without jQuery, and removes the 300ms delay applied by all touchscreen devices so they respond immediately.

touche.js

Effortlessly re-map click events to touch events on touchscreen UIs


반응형
반응형

Intense Image Viewer: Fully full screen images

Intense Image Viewer brings “fully full screen” photos to your designs. When an image is clicked, it fills the entire browser viewport, allowing users to pan around the image by moving their mouse.

intense image viewer


반응형
반응형

Passwordless: Authentication middleware for Express & Node.js

Javascript / Added on July 4, 2014 / Add to favorites

Passwordless is a token-based password authentication middleware for Express and Node.js. It’s faster to deploy, with just a single form and text field, with no need for separate registration, login, and lost password pages.

passwordless

node.js/express module to authenticate users without password 

 


Passwordless

Passwordless is a modern node.js module for express that allows authentication and authorization without passwords by simply sending one-time password (OTPW) tokens via email or other means. It utilizes a very similar mechanism as the reset password feature of classic websites. The module was inspired by Justin Balthrop's article "Passwords are Obsolete"

Check out a demo and further documentation on https://passwordless.net or have a look at an example.

Token-based authentication is...

  • Faster to implement compared to typical user auth systems (you only need one form)
  • Better for your users as they get started with your app quickly and don't have to remember passwords
  • More secure for your users avoiding the risks of reused passwords

 

반응형

+ Recent posts