Goal: to simulate gestures and keyboard events on emulator Using the emulator for webOS development on a PC lacks one important item that is key a mobile device, touch. Fortunately, there are keyboard and mouse shortcuts to emulator the gestures. Below is the list of ones I’ve found so far. Gestures Gesture Touch Gesture Description […]
Archive for the 'cheetsheet' Category
webOS Emulator – Gestures & Keyboard shortcuts
0:32 |
, webOS
|
1373 views
js array Cheet Sheet
19:26 |
, javascript
|
1126 views
Goal: Collect the array manipulation methods 1. add item to an array shift: The shift() method removes the first element from an array and returns that element. This method changes the length of the array. pop: The pop() method removes the last element from an array and returns that element. 3. insert item to an […]
Goal: Collect the array manipulation methods 1. add item to an array shift: The shift() method removes the first element from an array and returns that element. This method changes the length of the array. pop: The pop() method removes the last element from an array and returns that element. 3. insert item to an […]
wordpress date format Cheet Sheet
21:23 |
, wordpress
|
1037 views
Goal: wordpress date formatting reference sample Day of Month Weekday Month Year Time Full Date/Time see also: http://codex.wordpress.org/Formatting_Date_and_Time
Goal: wordpress date formatting reference sample Day of Month Weekday Month Year Time Full Date/Time see also: http://codex.wordpress.org/Formatting_Date_and_Time
jQuery Select Cheet Sheet
9:05 |
, jquery
|
952 views
Goal: to collect all the available select types textbox: see also: other cheet sheets
Goal: to collect all the available select types textbox: see also: other cheet sheets
jQuery Easing Cheat Sheet
8:36 |
, javascript
, jquery |
1622 views
Goal: provide quick reference of easing 1. coding skeleton 2. easing reference source: easings.net see also: easing fix for wordpress, other cheet sheets
Goal: provide quick reference of easing 1. coding skeleton 2. easing reference source: easings.net see also: easing fix for wordpress, other cheet sheets