Archive for the ‘Mac OS X’

AVAudioPlayer on iPhone Simulator

With iPhone 2.2, AVAudioPlayer Class is introduced. AVAudioPlayer  simplifies making an object from a file, start/stop/pause media, volume control and looping.  You can find documentation of this class via Apple iPhone Developer site, here we will discuss an issue you’ll probably face while trying to use this class on simulator.  If you are facing problem, playing your media with AVAudioPlayer [...]

Create iPhone Compatible Page & Detect Mobile Browser

If you want to make a basic iPhone combatible version of your site in a few minutes, download latest XCode development environment from http://developer.apple.com. Install the package and you will find dashcode, inside /developer/applications  path.   Now open your dashcode and choose new project then select RSS Template,  After this step dashcode will create all necessary files for you, all [...]

Using PKblob on MAC OS X - Flow Diagram

      Converting MS Crypto API Public Key Blob to X509 and RSA for using on Mac OS X (Open SSL) . This process is a little bit complicated while processing bits. We implemented this for a private company and I think at least small diagram will give you an idea how to implement it. [...]

Osirix RPC

Nowadays I am working on my graduation project ( Mobile Hospital Information system ) which uses OSIRIX- Advanced OpenSource PACS Workstation Dicom Viewer Since I need to communicate with Osirix through RPC, I googled for an Osirix RPC sample for objective-c but couldn’t find a running one. Then I played with libraries and found [...]