Audio Apps for iOS
I've been doing some research on creating audio apps for iOS and it's taken me down into the complex world of audio frameworks. Apparently...
I've been doing some research on creating audio apps for iOS and it's taken me down into the complex world of audio frameworks. Apparently...
I wanted to download 100 files but I did not want to do it manually so I created a simple script instead. var files = [ "http://www.patatap....
Some of these design resources are free, some of them are not but it should be enough of a starting point to help you with your project. UIX...
I was recently asked to turn a bitmap image (.bmp) into a vector graphic and I wanted to do it using Javascript. NodeJS did the trick. The first...