Archives for: "November 2011"
Our Android Developer Tool - AdvGen Geo Information
Our Company, AdvanGeneration, has started some Android application development projects. We started to build a tool for developer as our first Android App. This tool calls AdvGen Geo Information. It can retrieve the spatial information from GPS or Wifi.… more »
Tags: android
Display HTML Content in ViewData
I am writing a CMS by using ASP.Net MVC. Thus, I will put the html content in ViewData. In most case, we put <%: ViewData["Content"] %> in the view. But it display <b>test</b>. "<%:" will convert the content into html encoding. The way… more »
Flash on Mobile are going to the end, then what's next?
Adobe has given up the flash in Mobile. That sounds HTML5 is the next best thing. Maybe, you already had a flash website. Should the website need to be re-build in HTML5? Not 100% right, Google has a tool Swiffy to convert flash into HTML5. That is good… more »
Openclipart.org is down
Openclipart.org is a good source of public domain vector images. But I found it is down for more than a week. Fortunately, download.openclipart.org is still up! That is the only way to get the images from them! more »
Android Layout XML File is case-sensitive!
In the most situation, XML file is case-insensitive. I thought that is the same case as Android Layout XML. There is no different between and . There is a run-time exception thrown about the invalid "" element. I changed to . Then everything is fine. I… more »
Tags: android
Google Analytics - Real Time Stats
I found there is a new feature in the new version of Google Analytics. You can see the Real Time Stats. You can see the number of visitors at your site. Moreover, You can see where they came from, what is the traffic sources and the name of page they… more »
The Easiest Form Validation - JQuery Validation
I tried to use JQuery Validation. That is the easiest form validation library!!!!! I just need to include the jquery library and its js file. Then I add these code in $(document).ready Code$([form element]).validate({rules: { [field name]:… more »
ERROR: Unknown option '--no-crunch' in Eclipse
I got an error in Eclipse, ERROR: Unknown option '--no-crunch' in Eclipse. I cannot start the emulator. The reason is I updated ADT plug-in in Eclipse. But I have not update the SDK at the same time.The new ADT Plug-in used the new option in SDK. The… more »
Atahualpa 3.6.7 - Adsense Bug
I got a new website which is using Atahualpa 3.6.7 wordpress template. Yesterday, we tried to place an Adsense code in there. It doesn't work. We believed the website were blocked by Adsense. That is not truth! We tried to switched the template, then… more »
Tags: wordpress