HTML5 Geolocation – Google Map with Modernizr
HTML5 defines a very handy function, which is geolocation. Basically, this function will try to locate user’s location. But at the moment, not every browser supports this function. We need [...]
HTML5 defines a very handy function, which is geolocation. Basically, this function will try to locate user’s location. But at the moment, not every browser supports this function. We need [...]
As a beginner on Android platform, I was trying to embed Google map in my application. I have everything right, except the map is not loading, and no exception was [...]
Nowadays JSON(json.org) is a very common data-interchange format other than XML, and its much more lightweights. I was trying to write a JSON util class today and came across many [...]
I was working on Google Map for the past few days, and was using jQuery to retrieve markers information from another URL using ajax. I came across the Google Ajax [...]
I was helping a friend of mine with her work today, and we came across with a requirement that there are few players in the room we need to know [...]
I use scala.io.Source in my previous post, and now I am going to show another usage of this util. Let’s write a simple RSS feed parser that reads feed from [...]
Today we are going to look at reading files in Java and how to do the same thing in Scala. This is normally how we read files in Java.First we [...]
JSON is one of the most popular message exchange format nowadays used in web application.Most of the time,we used JSON as a communication message format between Javascript and Server side [...]
I was writing some small programs yesterday trying to read data from one database and input to another database.Hence,I tried to use Scala to do that.I’ve never write scala to [...]
Here is a list of urls I visit to get information on Java. 1.http://www.javaalmanac.com 2.http://www.onjava.com 3.http://java.sun.com 4.http://www.developer.com/java 5.http://www.java.net 6.http://www.builder.com 7.http://www.ibm.com/developerworks/java 8.http://www.javaworld.com 9.http://www.devx.com/java 10.http://www.fawcette.com/javapro 11.http://www.sys-con.com/java 12.http://www.javadesktop.org 13.http://www.theserverside.com 14.http://www.jars.com 15.http://www.jguru.com 16.http://www.javaranch.com 17.http://www.ibiblio.org/javafaq/javafaq.html [...]
Recent Comments