Microsoft Unveils New Design Studio
shibashaba writes "NewsFactor is reporting that Microsoft has just released a new design studio consisting of the Acrylic Graphic Design, Sparkle Interactive Design and Quartz Web Designer Software. Supposedly the goal is not to compete head to head with the proposed Adobe/Macromedia merger but to turn developers into designers. According to Jupiter Research, The days when a designer worked alone have been traded in for an interactive world in which designers often work hand-in-hand with developers. "Microsoft is trying to address what it believes is a legitimate and longstanding problem in the design market."
They can't be two more opposed jobs in a game shop than designers and developpers.
Heck, I've been doing tech support for a design shop with both graphic and industrial designers, and those people have totally no clue in what makes a computer tick.
"Microsoft is second to none in terms of developing tools that fill a gap" That gap being the cornhole of their poor customers.
I happen to be employed as a designer/developer, at least when I'm not reading Slashdot. I'm a front-end interface developer and I do everything from concept design, graphic design, and animation, through to development and deployment.
Granted, there are better designers and developers than I, as I'm unable to specialise in either, but not many designer/developer teams can create the kind of responsive, intuitive and attractive user experiences that I do. Something goes missing when you start having to communicate your ideas to someone who doesn't understand both sides.
I will agree that people like me are rare however.. Most designers look at me strangely when I start talking about code, and most developers have absolutely no sense of aesthetics or design.
So now we have designers in the mix does this mean we'll be seeing a "Azure" Screen Of Death?
I happen to be employed as a designer/developer
You're what would be called a "technical artist" in the game development world. They're sometimes extremely useful for helping to glue parts of a project together. It can be a lonely position that places you between two worlds, but not fully in either of them. Loathed by programmers for having enough knowledge to damage the codebase, loathed by artists because you can patiently and accurately explain why using a 8192x8192 32-bit uncompressed texture for the app's splash-screen logo is a bad idea.
I've also never worked on a project that had more than one technical artist - I'm starting to believe that if you manage to get two technical artists in the same room (let alone working on the same project), they'll react and cause an explosion which destroys the universe.
most developers have absolutely no sense of aesthetics or design.
Oddly enough, user interface design was part of my Comp. Sci. degree - there's a whole subsection of Computer Science dedicated to man/machine interfaces. Most programmers (well, a few anyway) would agree that the most important part of a program as far as the user/client is concerned - is how the program interacts with the user.
The best programmers (or maybe just the ones who actually have a computer science degree) understand this. They may not be able to design an icon or choose a color scheme (which is where you should come in), but if pushed they should be able to make a basic UI design that is usable, neat and efficient. Neat and uncluttered UI design tends to help produce clean code anyway...