OpenOffice.org Draw
http://www.openoffice.org/product/draw.html
Inkscape
http://inkscape.org/
Dia
http://dia-installer.de/index.html.en
Network Notepad
http://www.networknotepad.com/
Freemind
http://freemind.sourceforge.net/wiki/index.php/Screenshots
Poseidon for UML
http://www.gentleware.com
------------------
Reference
http://forums.techsoup.org/cs/community/f/27/p/10800/10800.aspx
http://en.kioskea.net/faq/1400-free-alternative-to-microsoft-visio
Tuesday, January 18, 2011
Tuesday, January 4, 2011
Tuesday, December 7, 2010
Tricks
1. Copy Paste in Command line
double - left click : select
double - right click : copy and paste
double - left click : select
double - right click : copy and paste
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.
Subscribe to:
Posts (Atom)