Archive for the ‘Programming’ Category:

HTML5 Geolocation – Google Map with Modernizr

Written on July 4th, 2010 by Thorno shouts

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

Filed under Programming Tags:, ,

Obtaining Google Android Map API Key

Written on June 30th, 2010 by Thorno shouts

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

Filed under Programming Tags:,

A JSON Util

Written on March 17th, 2010 by Thorno shouts

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

Filed under Programming Tags:

Google Ajax Libraries Gotcha!

Written on February 23rd, 2010 by Thorno shouts

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

Filed under Programming, Work Tags:,

A circular linked list in Java

Written on December 3rd, 2009 by Thorno shouts

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

Filed under Programming Tags:

Scala reading content from the Web

Written on October 16th, 2009 by Thorno shouts

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

Filed under Programming Tags:,

File Reading in Java and Scala

Written on October 1st, 2009 by Thorone shout

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

Filed under Programming Tags:,

PHP communicate with Java using JSON – Unicode Version

Written on September 28th, 2009 by Thor2 shouts

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

Filed under Programming Tags:, ,

Scala And JDBC

Written on September 27th, 2009 by Thorone shout

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

Filed under Programming Tags:

20 must visit sites for Java developer

Written on September 12th, 2009 by Thorone shout

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

Filed under Programming Tags:
Older Posts »