-rw-r--r-- 18K Dec 30, 2011 · 6164B3A · ~15 min

2011 in review

новый год итоги жизнь концерты итоги года

Well, time to wrap up two-thousand-and-eleven. I want to remember only the good — that’s what I’ll write about. Or not exactly «good» — but definitely not the bad. And since I took quite a few photos, I’ll use my own. The post turned out huge, but that’s because of the pictures.

[↵] open page itogi-goda-2011.md
-rw-r--r-- 2.2K Dec 27, 2011 · 522B2DC · ~2 min

Boosting iPhone 4 volume

ios jailbreak iphone 4 полезное

Boosting iPhone 4 volume

I have a French iPhone 4. Apple is required to cap headphone volume on phones sold in France — apparently to look after the citizens’ ears. In the metro that cap leaves me short on volume, and besides, headphones vary — some play louder, some have different impedance and play quieter.

The cap can be bypassed. You need to jailbreak the phone, then access the file system and tweak a couple of plist files. There are plenty of options — installing a Terminal via Cydia, mounting the phone as a drive on your computer, etc. I prefer the second route — installed Phone Disk, it mounted the phone as a volume, and from there I just rummaged through the file system.

[↵] open page uvelichenie-gromkosti-iphone-4.md
-rw-r--r-- 551B Dec 21, 2011 · 13E5582 · ~1 min

AllCafe for iPhone 1.1.2

allcafe ios приложения

AllCafe for iPhone

Released a small AllCafe for iPhone update. The main changes are iPhone 3G support (i.e. support for the entire iOS 4 line) and image compression on the client side when adding reviews. Photos also get uploaded with the correct orientation now (portrait or landscape).

The pleasant surprise: the update was approved in just one day. Looks like reviewers are working at an accelerated pace right now — even iTunes Connect will be closed for the holidays from December 22 to December 29.

[↵] open page allcafe-dlya-iphone-1-1-2.md
-rw-r--r-- 487B Dec 14, 2011 · 79BA0E5 · ~1 min

Traveling video

видео traveling

This weekend a friend asked me to come down to a studio and help shoot a clip for her university project. The theme — travelling. It’s something like a promo for their exhibition. The original idea didn’t work out, so in the end we just shot whatever was around. The result turned out funny and amusing, and the music was picked on my suggestion. I should shoot more. Result:

Camera: Sergey Armodin
Editing and post: Nadia Silver and Kira Kornienko
Music: Clint Mansell (Moon OST)

[↵] open page video-traveling.md
-rw-r--r-- 836B Dec 5, 2011 · 2A8503A · ~1 min

Embedding the Facebook SDK in an iOS app

objective-c json ios шпаргалки полезное

A note to self. Instructions on where to download it and how to embed are in Facebook’s docs. Even though they updated the GitHub project recently (November 23 at the time of writing), they still ship an old version of the JSON framework bundled with it. And since my project already uses a newer version of that framework, the app wouldn’t compile.

Fix:

  1. after adding the SDK to the project, delete the JSON folder from the Facebook SDK;
  2. in FBRequest.m replace the line #import "JSON.h" with #import "SBJson.h";
  3. in the same file, replace
    SBJSON *jsonParser = [[SBJSON new] autorelease]
    with
    SBJsonParser *jsonParser = [[SBJsonParser new] autorelease]

Should work.

[↵] open page vstraivanie-facebook-sdk-v-ios-prilozhenie.md
-rw-r--r-- 1.4K Nov 14, 2011 · 22DBAAB · ~2 min

AllCafe app for iPhone

allcafe ios приложения

AllCafe for iPhone

We’ve finally finished the first version of AllCafe for iPhone — one we can actually show off.

How many times have you walked into a place only to find there are no free seats — or just realised that today you don’t fancy this place after all? It happens to me a lot. And the first thought is: where else can we sit / eat / have a drink nearby?

Our portal AllCafe.ru has a fairly large database of restaurants across Russia. Plus user reviews about them. We made an iPhone app — which, by the way, weighs only about 200 KB. With it you can see nearby venues on a map, or as a list with the approximate distance.

For each venue you can see brief info — address, phone number (which you can of course dial straight from the app), what kind of cuisine it serves, read news about the venue, and — important — read reviews and decide whether to go.

You can also leave a review yourself. Sitting happily (or unhappily) in a restaurant — open the app and add a review.

That’s only what’s in the app right now. The list of planned features is pretty long and there’s plenty of work ahead.

This is, in fact, my first iOS app. Congrats to me.

[↵] open page prilozhenie-allcafe-dlya-iphone.md
makoni@arm1:~/blog$ cd ../page-33/ // ← previous cd ./page-35/ // more posts →