Monotouch or Titanium for rapid application development on IPhone?

Like any which-tool-or-platform-or-language-or-framework-or-whatever question, it should really come down to what you want. Forget all the if-you-want-to-develop-for-this-platform-then-you-have-to-pay-your-dues advice. If you’re interested in learning Objective-C, Xcode, and associated Apple bits, then go for it. I did. It’s been fun, but my interest was in developing iPhone apps. Learning a new language, framework, and IDE was just … Read more

How to build a SystemTray app for Windows?

You do this using the pywin32 (Python for Windows Extensions) module. Example Code for Python 2 Similar Question To make it run at startup you could mess around with services but it’s actually much easier to install a link to the exe in the users “Startup Folder”. Windows 7 and Vista c:\Users\[username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup Windows XP … Read more