Skip to content

Instantly share code, notes, and snippets.

View Harrison-M's full-sized avatar
👈
still waiting

Harrison "Hal" Massey Harrison-M

👈
still waiting
View GitHub Profile
@Harrison-M
Harrison-M / ucantouchthis.txt
Created July 13, 2013 20:38
TX Dev Fest U Can Touch This notes
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
@Harrison-M
Harrison-M / amresearchprojects.txt
Created July 13, 2013 17:25
TX Dev Fest A&M Research Projects notes
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
@Harrison-M
Harrison-M / nativeuxfortheweb.txt
Created July 13, 2013 16:26
TX Dev Fest Native UX for the Web notes
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
@Harrison-M
Harrison-M / txdevfestday1.txt
Created July 12, 2013 22:39
Notes from the Friday #TXDevFest talks I attended
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()
<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 user@domain.com</p>
@Harrison-M
Harrison-M / emacronyms.txt
Created February 5, 2013 03:03
EMACronyms
Emerging Mages and Clerics
Emerging Mediums and Clairvoyants
Entertaining Mothers and Children
Emerging Meteors and Comets
@Harrison-M
Harrison-M / _schedulingkata.md
Created June 27, 2012 00:45
Scheduling Kata

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"