EclipseSource Blogs

Read all latest blog posts

Workplace safety

Aug 2, 2012

“This is just about getting some numbers.” “Oh, and we need some basic UI, nothing fancy though.” “We should have some alternative storage or exporting options, you know, keep it simple, just export …

Design for your platform

Aug 1, 2012

Application design and user experience has become one of the most important topics in the mobile/tablet/startup world. While some people claim the designer is the rockstar of the team i would still …

Loading, caching and displaying images in Android (Part 1)

Jul 31, 2012

Displaying an image in a mobile application is one of the most common tasks for app developers. Nearly every application displays some kind of graphics. Surprisingly, it can be quite challenging to …

Accessing multiple private GitHub repositories without a dedicated build user

Jul 30, 2012

We have been using GitHub at EclipseSource for roughly 2 years now. Using it as a company means that we are hosting all our internal projects, products and many customer projects on GitHub. GitHub was …

Patching your own Eclipse IDE

Jul 30, 2012

Eclipse is an extensible IDE, giving users lots of freedom (and opportunity) to customize the tool for their own use. However, sometimes you run up against a barrier and the only way to get around it …

Scrolling in mobile Web-Apps

Jul 30, 2012

I love Android, but its default browser is terrible. For relatively simple, static websites it’s okay, but i’m talking about complex HTML(5)/JavaScript applications here. And while Safari for iOs is …