Reading Time: 2 minutes (Update 08-Dec-2020) Things I learned today (or tomorrow am π One team can have at most two distribution certs In Xcode sign in as agent without the (mail.com or gmail.com after @) because it appears my apple id is just the id without all the @ + dot com stuff. That alone cost me probably
Reading Time: < 1 minute I need to create a SOAP client in C#, and in order to test it I need a SOAP web service. Since my hosting company uses MySQL/PHP technology stack, I am using this PHP Soap web service example. For the C# soap client, I am following this example on stackoverflow. But there is one problem
Reading Time: < 1 minute I need to do some development work on Windows, using Visual Studio. I like to have a simple source code control system, in recent years I have used CVS, Subversion and git (on Mac). I did a google search on Subversion and found some instructions regarding setting up Subversion. Setting up Subversion on Windows and
Reading Time: 3 minutes I took this cue from Kurby Turner, the independent Mac/iOS developer, as I think it might be helpful to reflect a year’s work, life, effort, etc. As the old Chinese saying goes “Ji Wang Kai Lai” (learn from past, and look forward to the future). New job: Software Development Today is my one year anniversary
Reading Time: < 1 minute Continuation of previous post. 1) WCF get does not like “NULL” column in the query results 2) // note the “id” should match in declaration and method
Reading Time: < 1 minute A continuation of previous post. 1) Visual Studio, publish web service: check destination IIS app Before the change, the error was “cannot show the content of the folder”. 2) Add this line to the service.cs (service class C# file), to work around/avoid a problem, asp .net compatibility issue. Do something like this: [ServiceBehavior] [AspNetCompatibilityRequirements(RequirementsMode= AspNetCompatibilityRequirementsMode.Allowed)]
Reading Time: < 1 minute 1) This puzzelled me for a while, my macbook air run out of space often. I was trying to use the build “Finder” to find large files, delete files and some unused apps, to no avail. I did some more google and used this Mac App “FindSpace”. And I found this directory /var/vm has some
Reading Time: < 1 minute Recently I need to create some customized textfield to input numbers and text on iPad. I don’t like the default keyboard on iPad because it takes too much of the screen, and in some cases covers up the input field. 1) From iphonedevsdk: What is proper way to do UITextField text change call back? (this
Reading Time: < 1 minute I need to create a .NET web service consumable by iOS device. Did some research and found out WCF Restful service is the way to go. I used the following examples (tutorials) to construct my web service. 0) Basic Resource Service (link here). This is basically a self hosting web service run in a main
Reading Time: 4 minutes (Update 02-27-2019) It’s 5 and half years since last update. And two more jobs for me :] Noticed from recent job search in STL, code exercise and code testing (at the spot, pair programming, TDD) is becoming common now in STL, which is unthink of 5.5 years back. I did add a few blog posts
Recent Comments