Archives for: "June 2012"
Free SVN Service in the cloud
I have a start up company. I have not much resources and I need to travel sometime. Thus, I need a SVN server in the cloud. Even I am traveling, I still can commit the code to the source control. I need to do the development everywhere. I found a Cloud… more »
Nexus Q is announced
Besides of Nexus 7, in Google I/O, they announced Nexus Q. That is a kind of entertainment center. It can connect to TV and speakers. It sounds like an Apple TV killer! Well, that has more functions! It can controlled by your Android phone and Tablet.… more »
Nexus 7 is announced
In Google I/O, they announced their own Tablet,Nexus 7. That sounds fast and light, 4 cores CPU and 370g weight! I think it should have the latest version android. It will be available around mid-July in U.S., U.K., Canada and Australia. We,our aussie,… more »
Resource Not Found in Android
I have tried to get a string resource via getResources().getString(R.string.msg_err). Under values/strings.xml. I am 100% sure there is msg_err value. But I still got Resource$NotFoundException. But after I added msg_err1 value in text view mode, that… more »
Will Metro UI kill WPF?
Windows 8 will use Metro UI, even it support xaml.But that is different from WPF.Will Metro UI kill WPF? Around 2008, WPF started to get the market. At that time, I had asked whether WPF will kill Winforms. But now, I am writing some Winform… more »
Custom Membership Provider
Custom Membership Provider is easy to do. Firstly, please extends MembershipProvider Codepublic class AdvCMSMembershipProvider : MembershipProvider Secondly, Right Click MembershipProvider, and then implements all abstract methods. The only method you… more »
Convert DhcpInfo.dns into a readable IP
DhcpInfo.dns1 and DhcpInfo.dns2 is an integer, not a readable IP string,"x.x.x.x". That is hard to understand. I did a search in internet. There are a number of people to write their own function to do that. Actually, Android SDK has a formatter to do… more »
That is hard to find a mobile app developer vacancy
I was in Hong Kong for a few months in this year, I found there are a lot of local app in the market. Now, I back to Brisbane. There is only a few local app in the market. I think there is no demand for mobile app developer in there. Last night, I went… more »
WordPress 3.4 is released
WordPress 3.4 is released! In this times, the theme function got major improvement. Now, you can preview the theme in a live format. I am waiting for this function for long long time!!! Moreover, the theme can be customized more, such as changing the… more »
SEO Tips- Please add a news section
There is a number of ways to push your website in a top rank! But there is a one item the people always missed to keep your website "fresh". A lot of search engine like those websites keeps update itself. They believe this kind of websites are still… more »
Timer in WPF
In Windows Form time, there is a component for Timer. But in WPF, there is not such things. So, what thing we can do, when we need to execute a piece of code periodically. We can use the timers under System.Timers. But please do not use… more »
Galaxy S3 is arrived!
I went to City today. I saw a real Galaxy S3 in Vodafone phone! The phone is not too big, that is still similar with Galaxy Nexus. Moreover, it is very light weight! That is so good! Lastly, that has a Samsung version UI, that sounds more than the… more »