THE FUTURE OF SPENDING MONEY
- PayPal Beacon is a Bluetooth Low Energy device to connect to a customer’s PayPal app when they enter a store. With one vibration or sound on your phone, you’ll know you’re checked in. And when you’re ready to make a purchase, all you have to do is say you’re paying with PayPal and the transaction is automatically completed: no cash, cards, taps, or signatures required—all hands free.
- PayPal Beacon will allow you to connect to your customers as they enter your store. By working with our open APIs, you’ll be able to craft an experience that makes the shopping experience easier and more delightful for your customers.
- PayPal Beacon will allow you to connect to your customers as they enter your store. By working with our open APIs, you’ll be able to craft an experience that makes the shopping experience easier and more delightful for your customers.
- Idea - Car dealership and push insurance to the user?
Login with paypal
- Paypal information is confirmed, vs facbook and twitter
- Seemless checkout
Getting Touchy: an introduction to Touch Events
Order of touch event
- touchstart
- touchmove
- touchend
- mouseover
- mousedown
- mouseup
- click
- Example of the order of a touch event
- To stop click we need to prevent default and any of the stages to stop event bubbling
- Browsers will add a 300ms delay in the touch event to see if any more events are coming...
- Spoke about share, subscribe and discuss
Sharing the easy way...
- Alot of people just add a widget and allow to share any page and any time
- Using common sense companys can use this to their ability...(sharing with micocopy)
- Using smart microcopy you can share your website in differnt ways...
- On retail site selling clothes asking you to “ask your Twitter followers or Facebook friends if this would suit you”
- On an event booking site adding a social media API such as Doodle so that when you are looking to book a ticket you can you can use this to find out what date and time is better for your friends.
- Just use common sense
- Recommand watching the talk as it was goooooood
- Helps the deaf, lip siking and telling user what they saying
- Tell the blind who they are talking too, and whats in front of them
- Emotion reginition, can tell what kind of emotions people have
Rise of the single page application
By Caridy Patino
- Thought this guy was a rockstar, he works at yahoo!
- Fell asleep due to being boring...
YEOMAN Generators
//Creates angular app
yo angular
//Creates backbone app
yo backbone
//AngularJS with an Express server
yo angular-fullstack
//mobile-first web apps
yo mobile
BOWER
//Add bootstrap
bower install bootstrap
//Add jQuery
bower install jQuery
//Adds font-awesome
bower install font-awesome
//Adds normalize-css
bower install normalize-css
//update all dependencies
bower update
//remove dependencie
bower uninstall *packagename*
grunt-responsive-images
- Makes differntly versions of images for differntly solutions
- Low, mid, high etc, using techniques can serve up the right image
grunt-concurrent
- Makes differntly versions of images for differntly solutions
- Low, mid, high etc, using techniques can serve up the right image
Terminal via Chrome Dev Tools