- Feb
- 11
Animated button for iOS
2013.02.11 13:55:22 by Ondrej Rafaj
2013.02.11 13:55:22 by Ondrej Rafaj
2011.10.19 13:48:47 by Ondrej Rafaj
2011.10.19 13:44:14 by Ondrej Rafaj
2011.06.28 11:45:07 by Ondrej Rafaj
2011.03.18 14:36:47 by Ondrej Rafaj
2010.05.03 15:25:22 by Ondrej Rafaj
1. Marketing iPhone apps - Neil Johnson
2. There is no spoon - Paul Ardeleanu
3. Open source projects for iPhone / iPad - Ondrej Rafaj
Come and see our presentations and join London iPhone developers group on Linked-In
Click more for a map
2010.04.13 01:12:40 by Ondrej Rafaj
Checkout this simple analytic tool you can use every day to see how is your app doing on the AppStore
2010.04.12 18:07:58 by Ondrej Rafaj
Few days ago I needed to build horizontal UIScrollView with pagination, then I started thinking about reusing the code later and this is the result. I started Google Code project, it is a static library that is so far handling different types of UIScrollView but we are working on it every day, than stay tuned cause there will be much more to come :)
2010.03.21 03:24:40 by Ondrej Rafaj
BBclone is a web counter written in PHP and gives a detailed view of the visitors of your web site by displaying the nth last users (and the data they provided, like their IP, browser and so on) that visited the web site, not just showing a number of visitors. This is very handy for webmasters that want to see who is visiting their sites, what browser people use, where they came from etc.
2010.02.23 15:34:21 by Ondrej Rafaj
Hey Kids, today I want to tell you about library I wrote. It works like a tiny little database (without search), it is reusable within the application as all entries are stored in their own file. The entire library is based on NSArray (table) and NSDictionary (row).
This library should cover all the main functions everyone needs when working with tables, including easy reordering system. This library is not designed for large amount of data, but up to 100 items should be fine. Sorry for calling this thing a db but I’ve had no better idea ...
2010.02.12 16:47:28 by Ondrej Rafaj
Hi, I've been browsing the web lately and I found a really nice website built by EngageInteractive. As an iPhone fan and developer, I have been surprised how smoothly their UISwitch script works. Check it out ...
2010.02.12 13:13:36 by Ondrej Rafaj
RSS feed including images from server DeviantArt.com
You can search the library for any topic you want. Favorites, recent searches, feedback form, internal server that allows you to download pictures straight to your Mac / PC / Linux via your browser are coming with the next update in March! Stay tuned.
2010.02.10 12:26:45 by Ondrej Rafaj
Download this icon set for free for bloggers or anyone else. It includes 15 graphics for Google, Flickr, LinkedIn, MySpace, YouTube, RSS, Technorati, Facebook, Twitter, Delicious, Yahoo, GMail, Feed Burner, RedDit and calendar, you can use them anywhere, anytime and without any other limitation, back link to our website will be really nice but not necessary.
And send us a link if u will use them :)
2010.02.04 19:36:51 by Ondrej Rafaj
Hi, today I would like to explain how to extend classes from the iPhone SDK frameworks. The main idea behind that is not to create loads of classes, one for each functionality, but create custom extensions for the existing ones.
2010.02.04 12:06:49 by Ondrej Rafaj
Hi, today I want to show you how to use our brand new API that allows you to create contact / feedback forms in matter of minutes. In this tutorial we will be using JSON-framework and ASIHTTPRequest. Both are open projects and you can use them in your apps without any limitations.