It's pretty straight forward. Following is the code... In this tutorial will try to parse out infobox for Tom Cruise: Response res = Jsoup.connect("http://en.wikipedia.org/wiki/Tom_Cruise").execute(); String html = res.body(); Document doc2...
Read full article βThis issue happens from time to time, where JComboBox is hidden behind a component or canvas. This is how you can very quickly fix the issue: Let's say this is...
Read full article βWe havenβt had a particularly nice weather outside this weekend, so I've decided to dedicate some time to playing with Java and GWT Web Toolkit. And let me tell you,...
Read full article βIf you're just getting started with GWT Charts, it's possible that you'll come across a very common error: "No source code is available for type com.googlecode.gwt.charts.client.corechart.*; did you forget to...
Read full article βI couldn't find any guide on the internet for creating personalized exercise routines for my Livestrong treadmill LS8.0T, so I've decided to write a little guide on this topic. This...
Read full article βIn order to test the development on a physical LG G3 device, it's crutial to enable USB Debugging Mode (USB Debugging Mode). This is how you can do it. On...
Read full article βI have come across couple of com.google.android.gms.internal crashes in my Android application. An error reported through Google Developer Console looked something like this: java.lang.NoSuchMethodError: java.io.IOException. at com.google.android.gms.internal.k.f(Unknown Source) at com.google.android.gms.internal.k.b(Unknown...
Read full article βI was unable to access Vaadin's Visual Editor in Windows 8.1 & Eclipse Kepler 64bit. Gettiog all kinds of errors. Following is how I've solved the issue. Add following line...
Read full article βOnline Tools: Unix Time (epoch calculator), URL encoder/decoder Available here: Jozef's Online ToolBox
Read full article βMany times there is a need to automate amendments to windows host files. Following is an example of adding a line to Windows Host file programmatically, using Windows command line....
Read full article β