vote up 0 vote down star

Hi all,

I work at a middle-sized (60+ employees) web development company. Traditionally, we were heavily focused on technology and have built a strong reputation in our niche market. However, in the past two or three years we have also employed a very skilled creative/design section. Naturally, conflicts ensue.

A common misconception is that technology limits creativity, which is something we would like to refute by example.

To show that technology can inspire, we're going to have a "prototype day" where pick a new and/or cool technology and build something functional and hopefully very nice based on it.

Now I ask Stack Overflow for help. Which "hot" technologies do you think we could use for this?

edit: as Dominic pointed out, I was a little vague. We are with very few exceptions using .NET. Tapping into Google Cloud, Azure etc are very good examples on what we could toy around with.

flag
This really is not the kind of thing that StackOverflow is good at. It is really a poll, and doesn't have an answer that can be agreed upon. – dmckee Aug 31 at 23:26

closed as subjective and argumentative by MusiGenesis, Developer Art, Michael Petrotta, Neil Butterworth, dmckee Aug 31 at 23:26

2 Answers

vote up 1 vote down

Your question is a bit vague because you don't state what field you're in (programming vs web etc) but I might suggest development using Django and tapping into Google's cloud.

It's newish (actually not so much) MVC framework written in Python. Impressively easy to use, and it's actually scary how quickly you can get stuff up and running. It's simple enough for the creative plebs to use.

link|flag
vote up 0 vote down

Since you state it's for web development, I would focus on showing what can be done with UI tools/frameworks like jQuery UI, ExtJS, etc. My wife is a designer and she's interested in seeing how the technology fits in with and can improve the UI.

I think it's a great idea to show them what the "hot" new technology is, but you have to relate it back to their world. I don't think a designer cares all that much about where or how backend data gets stored unless it directly relates to a design problem they're trying to solve (like a UI performance issue).

An example might be using in field labels. If a designer is concerned about a form taking up too much real estate on a page, this might be a way around it. Again, I think just showing them the technology is not enough. You need to relate the technology to problems that they are trying to solve.

link|flag
Great points! I was thinking of doing kind of what id Software did back in the days, when Carmack created a fantastic engine and the designers began wrapping their heads around what they could do with it. – mannu Aug 31 at 15:50

Not the answer you're looking for? Browse other questions tagged or ask your own question.