This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U Can Touch This | |
@atxryan, Web/UX developer | |
Why does touch matter? | |
Proliferation of touch devices | |
What's your strategy for touch? | |
Ignore it | |
Legitimate strategy as long as it's deliberate | |
Retrofit it | |
Not recommended | |
So many things come into play that you want to design for touch first, get free affordances for mouse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A&M Research Projects | |
David Turner, Manoj Prasad, Dr. Tracy Hammond | |
Platforms: Android, Google App Engine | |
API's: Google Maps | |
Mechanix: Free body diagram tutoring program | |
Predictive labeling system | |
Checklist and examination system guides user through process of creating a free body diagram | |
Tutorial video on YouTube | |
Currently at A&M in classes | |
Has been shown to improve learning |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Native UX for the Web | |
Andrew Miller - Atlas Learning | |
Current web - access content, consume content | |
Want to create applications on the web | |
Gesture-based rather than link based on mobile | |
Websites on tablets feel different, off | |
Example: LiveSlide | |
drawing, touch interaction, editing all through browser JS | |
IE is not an excuse | |
Force users to upgrade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TX Dev Fest | |
Mastering <canvas> | |
@johnathanhebert | |
Skitch | |
It's just pixels | |
Immediate mode graphics surface | |
No DOM | |
Grid size independent from css size | |
General process | |
clear() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>KanyeWestsBaby.com</title> | |
<meta name="description" content="This is an example of a description. This will often show up in search results."> | |
<meta name="keywords" content="Kanye West, Kanye, Kimye, Kim Kardashian, Amber, Amber Rose" > | |
<!-- Copy paste Google Analytics code in here--> | |
</head> | |
<body> | |
<h1>KanyeWestsBaby.com</h1> | |
<p>Interested in buying this domain? Contact [email protected]</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Emerging Mages and Clerics | |
Emerging Mediums and Clairvoyants | |
Entertaining Mothers and Children | |
Emerging Meteors and Comets |
Write a component that allow you to schedule calendar events (similar to google calendar or outlook).
Here are some features that you may want to implement:
ability to schedule something "today"
ability to schedule something for as specific date eg: 12/15/2012
ability to schedule something for "next tuesday"
NewerOlder