Category Archives: Uncategorized

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 [...]

Hello world!

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