- May
- 3
2010.05.03 15:25:22 by Ondrej Rafaj

Apple store on Regent Street
UPDATE: Full presentation inside
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
Back to top
Read more ...
- Apr
- 13
2010.04.13 01:12:40 by Ondrej Rafaj

Back to top
Read more ...
- Apr
- 12
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 :)
Back to top
Read more ...
- Mar
- 21
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.
Back to top
Read more ...
- Feb
- 23
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 ...
Back to top
Read more ...
- Feb
- 12
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 ...
Back to top
Read more ...
- Feb
- 12
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.
Back to top
Read more ...
- Feb
- 10
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 :)
Back to top
Read more ...
- Feb
- 4
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.
Back to top
Read more ...
- Feb
- 4
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.
Back to top
Read more ...
- Jan
- 26
2010.01.26 21:07:49 by Ondrej Rafaj

Hi, I've just started new ERA for xProgress.com ... now you can expect much more tutorials, content and tools than ever before
You can request a tutorials and if this one will be reasonable or there will be more request for the same thing, we'll try to distribute them to one of our authors
Please check out the brand new My Account area where you'll gain access after finishing a very simple registration form here. You can be a valuable member of this server by publishing your own code-snippets and later even entire articles or tutorials.
I personally hope you'll find this server useful, and I wish you a lot of fun with XCode and good luck in the future.
Ondrej
Back to top
Read more ...
- Dec
- 16
2009.12.16 18:45:02 by Ondrej Rafaj

Hi, today I want to show you how to parse JSON files into the NSArray and NSDictionary and how to use those files and objects. This article should be a really good starting point for you guys who already knows the basics of work with Interface Builder and XCode.
Back to top
Read more ...
- Dec
- 15
2009.12.15 17:07:21 by Ondrej Rafaj

Game is called Boost your Brain by Francis Bourre and has been released on 11th of December 2009 and is available in AppStore.
The game itself is entirely developed in Flash, unfortunately for us it is built in Adobe Flash Studio Professional CS5, which is in alfa, maybe beta testing right now, it's a pre-release .
You can find the application here
Click for more to see some screenshots
Back to top
Read more ...
- Dec
- 7
2009.12.07 20:55:41 by Ondrej Rafaj

Multiplatform (Win, Mac, Linux) tool, I've build when I wanted to backup all my music from iTunes. iTunes has quite a mess in the library and I've been unable to just copy all the files over. It just helps you to export MP3's from iTunes onto any location on your machine ...
iTunesHandler is another cool free adobe air application which lets you copy any of your iTunes songs from your iTunes library to anywhere else on your hard drive, you can transfer songs, album and mp3 with this tool.
It will automatically scan the iTunes library and by default will export the selected songs your desktop location in windows, it is very easy and simple application will transfer all music from iTunes to a specific folder location.
Installation details inside :)

Back to top
Read more ...
- Dec
- 4
2009.12.04 17:53:49 by Ondrej Rafaj

Today I'll show you how to create a delegate method that can pass data back to the parent class.
It actually does not matter if you are using this in the cell in table view or you are just exchanging data between different type of the class ... It' always the same.
Back to top
Read more ...