OK, many of the programmers would have been confused as how to design a dialog on your website. In what order should the dialog contain the OK and Cancel Buttons? Should it be OK – Cancel like Windows or Cancel – OK like the Mac? Are there any “rule of thumb” why a certain standard should be followed? Or is it just a matter of taste? Firstly Apple’s Human Interface Guidelines state that, rather than OK or...
Read MoreiPhone Tutorial – In-App Email
Sending an email from your iPhone application is something which you normally want to do it asynchronously. But unfortunately, prior to iPhone 3.0, the only way to send email was using mailto:// url format. i.e, [[UIApplication sharedApplication] openURL: @"mailto:john.appleseed@apple.com"]; The technique was clumsy for one reason. It quits your app and launches mail. To our rescue, comes in-app email. In-App...
Read MoreSetting up XCode 3.0 with SVN
codeproject Everyone knows SVN (Subversions) is the best version control tool on the planet. XCode, though, might not be as great as eclipse or Visual Studio, it offers one of the best integration with open platforms than both eclipse and Visual Studio. Apple scripting and XCode makes XCode even more powerful. In fact you can set up keyboard shortcuts to directly search the selected function name or keyword on Google or Apple Docs....
Read MoreC# vs C/C++ Performance.
codeproject Well, this is my first post in this technology series. In fact, the title of this post, forced me to start of a technology focussed blog. Well said about all these, let’s now jump into the issue. There has been a lot of heated discussion on different forums, newsgroups, and various other threads about the above topic. Now why should I discuss about the same again here? Well, though there are many discussion groups that...
Read More