Linked by Thom Holwerda on Wed 11th Jul 2012 01:24 UTC
Thread beginning with comment 526282
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Maybe it's time designers learned to program
That is what XAML was meant to be for - programmers could focus on the heavy lifting backend whilst the front end could be worked on by experts in usability and design. Same can be done in the case of Mac OS X where backend and front end are separated rather than intermingled together.
That is what XAML was meant to be for - programmers could focus on the heavy lifting backend whilst the front end could be worked on by experts in usability and design. Same can be done in the case of Mac OS X where backend and front end are separated rather than intermingled together.
So what happens if you're the programmer and don't have a designer working for you? I guess you're fundamentally boned. At least with Windows Forms and VB6, this wasn't really an issue.
As for the article in question, I can't really comment on it since I am visually impaired, and I can't use my screen reader, since the author made the whole f**king web page an image.
WHAT AN ASSHOLE!!!
Or for programmers to learn to design or maybe even, dare I say it, for designers and programmers to work together.
I personally think programs should be written to be as skinnable as possible so that designers and programmers don't have to work together at all. The programmers provide the functionality and infrastructure as modular (signal driven) as possible.* Designers just design the interface and glues everything together with signals however they like.
But actually my comment was meant to be taken as - if designers really want to get noticed above the noise of many designers coming onto the scene, they really should know enough programming to produce working prototypes of interfaces.
As others have noted, the website is all about flash which creates an impression but overshadows any suspicion that it had any interesting ideas. It ends up only showcasing the designer's aesthetics in website design and not the actual concept he was selling.
* I work on Eclipse plug-ins. It fails really hard - its design patterns end up completely going against the principles of "information hiding" into full blown coupling.





Member since:
2007-02-18
Maybe it's time designers learned to program