* Use CMD-F2 to save a bookmark in a file (or click to the left of the line number)
* Use F2 to cycle through bookmarks
* Probably want to switch to not use fn key on OS X
* Use CMD-F2 to save a bookmark in a file (or click to the left of the line number)
* Use F2 to cycle through bookmarks
* Probably want to switch to not use fn key on OS X
Professional software testing firm uTest has today launched a new service aimed at early-stage startups: uTest Express. With this low-cost offering, the company is providing access its community of over 35,000 professional testers who will provide expert feedback about your mobile app…
At the end of the testing period, the testers will provide your startup with documented bugs, plus screenshots and videos showing how to reproduce the problems they encountered. The testers will also provide feedback about the mobile app’s design, usability and performance.
There are three different uTest Express packages available, starting at $499.
http://www.readwriteweb.com/mobile/2011/03/get-your-startups-app-tested-by-pros-with-utest-express.php
Ever want / need to save more than one model at once? Hate spaghetti code in your controllers? Then the conductor pattern is for you.
We recently got some press on ReadWriteWeb.
Thanks to JDG (Boxcar CEO) for the introduction and Sarah Parez who was kind enough to write the article for RRW.
We (Jeff + I) just released upstage app. Upstage is a tool for sharing iOS (iPhone and iPad) - making sharing mockups a breeze. We use it for everything from pitching clients to using it as a spec and feedback tool. It’s sort of our basecamp for iPhone mockups.
#define A(obj, objs...) \
[NSArray arrayWithObjects:obj, ## objs , nil]
#define D(val, key, vals...) \
[NSDictionary dictionaryWithObjectsAndKeys:val, key, ## vals , nil]