Round corners of a squared image using Pixelmator

Round Corners with Pixelmator from John MacAdam on Vimeo. I often find myself needing to round corners of an app icon for promotional graphics. I put together a quick screen cast tutorial that does just that.  This demonstration uses Pixelmator for Mac. Here are the steps as shown in the video: Edit – Select All Edit – Refine …

Unable to edit input element Phonegap iOS

Are you having trouble editing the value of an input element in your iOS Phonegap app? It may likely be the CSS rule used to prohibit users from selecting content by long pressing: -webkit-user-select: none;  Apply the rule -webkit-user-select: text; to your input element to fix the issue.

cordova build failed after adding a new plugin

Nothing interrupts your productivity like a random Build Failed from the CLI. If your build is failing after you recently added a new plugin and especially if you are getting a CpResource error here is the solution for iOS and Xcode: Open the Xcode project Click on the App name in the sidebar. Click the …