1. Copy Paste in Command line
double - left click : select
double - right click : copy and paste
Tuesday, December 7, 2010
Tuesday, November 30, 2010
IE setAttribute
setAttribute doesn't always work in IE
http://webbugtrack.blogspot.com/2007/08/bug-242-setattribute-doesnt-always-work.html
# bgcolor: Use "bgColor"
# cellpadding: Use "cellPadding"
# cellspacing: Use "cellSpacing"
# class: Use "className"
# colspan: Use "colSpan"
# defaultchecked: Use "defaultChecked"
# defaultselected: Use "defaultSelected"
# defaultvalue: Use "defaultValue"
# type: See note (bug 237) "type" is readonly in IE
# frameborder: Use "frameBorder"
# hspace: Use "hSpace"
# longdesc: Use "longDesc"
# maxlength: Use "maxLength"
# marginwidth: Use "marginWidth"
# marginheight: Use "marginHeight"
# noresize: Use "noResize"
# noshade: Use "noShade"
# on*: Inline events can not be set in IE, attach event handlers instead
# readonly: Use "readOnly"
# rowspan: Use "rowSpan"
# selected: When setting multiple selected items in a "select multiple" this will fail. {bug ref#TBD}
# style: None - see (bug 245), (bug 329)
# tabindex: Use "tabIndex"
# valign: Use "vAlign"
# vspace: Use "vSpace"
http://webbugtrack.blogspot.com/2007/08/bug-242-setattribute-doesnt-always-work.html
# bgcolor: Use "bgColor"
# cellpadding: Use "cellPadding"
# cellspacing: Use "cellSpacing"
# class: Use "className"
# colspan: Use "colSpan"
# defaultchecked: Use "defaultChecked"
# defaultselected: Use "defaultSelected"
# defaultvalue: Use "defaultValue"
# type: See note (bug 237) "type" is readonly in IE
# frameborder: Use "frameBorder"
# hspace: Use "hSpace"
# longdesc: Use "longDesc"
# maxlength: Use "maxLength"
# marginwidth: Use "marginWidth"
# marginheight: Use "marginHeight"
# noresize: Use "noResize"
# noshade: Use "noShade"
# on*: Inline events can not be set in IE, attach event handlers instead
# readonly: Use "readOnly"
# rowspan: Use "rowSpan"
# selected: When setting multiple selected items in a "select multiple" this will fail. {bug ref#TBD}
# style: None - see (bug 245), (bug 329)
# tabindex: Use "tabIndex"
# valign: Use "vAlign"
# vspace: Use "vSpace"
var browserName=navigator.appName;
if (browserName=="Microsoft Internet Explorer") {
}
Friday, November 5, 2010
Building UX Team
Ideal UX Team and what they produce:
1. Experience Director
User Experience Document
• Personas
• Scenarios
• User Experience Vision
2. Interaction Architect
Interaction Design Document
• Site Map
• Flows
• Wireframes
3. Designer
• Mood Boards
• Mockups
4. Interface Developer
• HTML, CSS, JavaScript, Flash
5. Content Strategy
• Tone and Manner
• Instructional Content
• Product Description
• FAQs
• Copywriting
6. Usability Specialists
• Usability Testing
• Heuristic Evaluation
• Card Sorting
• Competitive Analysis
• User Interviews
1. Experience Director
User Experience Document
• Personas
• Scenarios
• User Experience Vision
2. Interaction Architect
Interaction Design Document
• Site Map
• Flows
• Wireframes
3. Designer
• Mood Boards
• Mockups
4. Interface Developer
• HTML, CSS, JavaScript, Flash
5. Content Strategy
• Tone and Manner
• Instructional Content
• Product Description
• FAQs
• Copywriting
6. Usability Specialists
• Usability Testing
• Heuristic Evaluation
• Card Sorting
• Competitive Analysis
• User Interviews
Tuesday, November 2, 2010
UX
HCI: Human-Computer Interaction
http://www.hcibib.org/
International Standards for HCI and usability
http://www.usabilitynet.org/tools/r_international.htm
Usability.gov
http://blog.usability.gov/
Usability Method Table
http://www.usabilitynet.org/tools/methods.htm
http://www.hcibib.org/
International Standards for HCI and usability
http://www.usabilitynet.org/tools/r_international.htm
Usability.gov
http://blog.usability.gov/
Usability Method Table
http://www.usabilitynet.org/tools/methods.htm
Friday, October 29, 2010
Firefox doesn't allow duplicate bookmarks
When I add a bookmark to a folder using "Bookmark This Page".....I sometimes WANT to add the same page to another folder, but it quietly removed the bookmark from the first folder.
I had to use Copy & Paste to make a copy of the bookmark.
I had to use Copy & Paste to make a copy of the bookmark.
Thursday, September 23, 2010
Friday, July 16, 2010
HTML 5 (Thanks to Adam)
- Sencha Touch
- HTML5 Mobile Application Framework - Already working with Android and Applie iOS devices
- http://www.sencha.com/
- HTML5 Mobile Application Framework - Already working with Android and Applie iOS devices
- Yahoo
- Yahoo UI
- HTML5 Player (plugin)
- http://yuilibrary.com/gallery/show/player
- Provided By Josh Brickner
- http://github.com/macinjosh/YUI-HTML5-Player
- YQL Console
- I believe that if you are using a HTML5 compatible browser then YUI storage utility will utilize it
- http://developer.yahoo.com/yui/storage/
- I believe that if you are using a HTML5 compatible browser then YUI storage utility will utilize it
- Yahoo UI
- Adobe
- Flash will now be importable into HTML5 canvas code
-
any Flash creation can be viewable by just about anyone without downloading the Flash plugin. It also means, clearly, that devices that cannot accept the plugin can nonetheless run the animations built on it.
-
- http://www.readwriteweb.com/archives/flash_now_importable_to_hmtl_canvas.php
- Flash will now be importable into HTML5 canvas code
- Gordon
- An open source Flash™ runtime written in pure JavaScript + HTML5
- Tobias Schneider has built a Flash runtime that works right in the browser. It's implemented in pure Javascript and HTML5, and the whole thing is open source, MIT-licensed, and hosted on GitHub.
- http://ajaxian.com/archives/gordon-flash-runtime-implemented-in-javascript
- Tobias Schneider has built a Flash runtime that works right in the browser. It's implemented in pure Javascript and HTML5, and the whole thing is open source, MIT-licensed, and hosted on GitHub.
- http://github.com/tobeytailor/gordon
- An open source Flash™ runtime written in pure JavaScript + HTML5
Subscribe to:
Posts (Atom)