|
What is difference between Interaction design, Visual Design, Web design, UX design, UI design, UI development?
BTB, link found below answered for UI Vs UX.
http://stackoverflow.com/questions/1334496/difference-between-ui-and-ux
Started by rajakvk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here is my take, hopefully it helps./
first of all lets clarify design and development
design design/idea into working end product
note that both things can and do in most cases coexist side categories of a design notion, each....
|
|
What is the difference between Web Design and Theme Design ?
Started by jitendra on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
"What is the difference between Web Design and Theme Design?"
web design (as well as web modification and enhancements....
Web design" properly, you can swap out the CSS (your theme) without affecting the design of the site.
|
|
How is database design different from program design?
Started by Lodle on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Program design, on the other hand, is more concerned about efficient & simplest persistence of our....
Database design is more concerned about the efficiency of data storage and retrieval.
Errr, seriously?
The premises are entirely different.
|
Ask your Facebook Friends
|
What are the "Builder Design pattern" and "Factory Design pattern" the difference? Which is more advantageous? I want to test this patterns? How do I represent as a graph?
Answer Snippets (Read the full thread at stackoverflow):
The factory design pattern describes an object that knows how to create several different but related and the Factory method pattern on ....
The builder design pattern describes an object that knows how to craft another object of a specific.
|
|
As a hardcore developer and not a graphic designer, I always struggle when interviewing graphic designers/web producers. I know CSS and HTML pretty well theoretically, but couldn't design a single decent-looking page from scratch.
During a face-to-face...
Answer Snippets (Read the full thread at stackoverflow):
A good designer their graphics?
5) Do they design for a specific screen resolution or a minimum resolution?
6) Do they have any, rather than just ....
How they would go about creating a design for it, and give you some initial ideas.
|
|
I have the problem all the time of clients coming to me with their print designer who just wants to give me a design and get me to code it up.
I'd prefer to be able to give some input in with considerations for SEO, usability, download size etc, but quite...
Started by Steve on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Simple....
A print designer mighgt be skilled in the graphic design-part, but that alone will never become a web site.
To handle HTML and CSS well - including graphic design, usability, user friendlyness, semantics and layout techniques.
|
|
So, I am working for a magazine, and they are designing their own site. They are awesome designers, but don't know too much about the differences btw print and web. I am NOT a designer, so I know some things but not others.
Is there a resource out there...
Started by Sara Chipps on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
One of the better exactly what you are looking for,... .
Set your designers on those two sites—they're good starts.
Zeldman and A List Apart have plenty of archived content relevant to web-specific design experience with print design.
|
|
I was taught to draw diagrams in UML to see the interactions between classes, objects, and participants/the system and so on. However, I've seen several answers here stating the UML is a documentation tool and not a design tool.
How do you depict designs...
Started by Thomas Owens on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
A full, accurate UML diagram as design isn't really possible (at least not until UML of what I am doing right now:
My current....
I use quick UML-esque sketches as a design tool, and then full UML diagrams generated from code as documentation.
|
|
Hi all, I need to know how to design new (different) user interface for iphone with photohsop or like that tools. I have already checked photshop design mockups for iphone over the internet, but i'm sure, i don't need that, these example psd files shows...
Started by fyasar on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You design the custom elements you want and save them I used these design templates for hand drawing.
Them feel more comfortable with your app.
|
|
What is the difference between Strategy Design pattern and State Design pattern? I was going through quite a few articles on the web but could not make out the difference clearly. Can somebody please explain in layman's terms?
Started by Chin Tser on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The State pattern OTOH uses objects that....
In that sense they are analogous to representing the implementation of a verb .
Strategy represents objects that "do" something, with the same begin and end results, but internally using different methodologies .
|