Archives for: "August 2013"
Best Remote Desktop Client in OSX - CoRD
I was looking for a client which can do the remote desktop to our windows servers from Mac. There are a lot of commercial RDP clients. Some of them are quite expensive. I do not have large number of servers. So, I don't need any interfaces to help me… more »
Do you need your own Mobile Apps?
Recently, there are so many people asked me, "can you build an apps for me?" First of all, I wish to ask what is the purpose to your own app. Well, the most popular answer is "I wish the mobile users can access the information in my website!". So, I… more »
Core Data in IOS
Building a data layer in sqlite for android is a bit of time consuming. Recently, we have moved to the IOS world. I found that is a bit easier to build in data layer in there. It has Core data concept which is a kind of ORM. But that is completely OOP s… more »
Tags: ios
Learn By Examples
Some University students have asked myself that is good to take some extra courses to learn programming. That is good to take some courses. But that is more important to get your hands dirty. I suggested them to buy some books and look into their… more »
I built some simple websites
During my career, I built some websites which are using a simple design and even with some simple functions. People have commented why I cannot make them better. Yes, I really can. If you can give me more funding, of course I can. In the real world, eve… more »
My 10th Year in Web Development Industry
I remember I started to work full time in Web Development Industry around 2003. That was 10 years ago. I treated this as my professional career. However, a friend asked myself why my clients need to hire us for building websites. She can do it in MS… more »
ADO.Net is still being used
I am still using ADO.net and very simple applications. ADO.net is more flexible. I got more control to translate sql into objects for the presentation. Moreover, for simple applications, that is too much for using LINQ or other ORM. This is a bit over… more »