Facebook will bite you in the ass (if you are an online publisher)

As you might have noticed lately Facebook began a huge effort to expand their reach outside Facebook with widgets like the share this button, the like this button etc. They also began a huge effort to convince on-line publishers that placing those widgets on their pages increases their reach and attract traffic. While it is [...]

Why you should develop one and only one mockup

1) Since design sits between art and engineering mock-ups should be backed by statistical analysis. If this is not the case it is not design, it’s painting. If you analyze your numbers correctly it is very rare that they justify or suggest a second design. 2) The devil is in the details. The amount of [...]

Hello world!

package gr.dsigned; public class HelloWorld { public static void main(String[] args) { System.out.println(“Hello, World”); } }