-rw-r--r-- 2.6K Jul 2, 2014 · 694B598 · ~2 min

Linode client for iPhone

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

I have been using Linode.com hosting services for several years now. That is where I keep my VPS with sites / projects and for various personal purposes.

They have an API, and as far as I understand, they built an iPhone client on top of it.

The client looks like it was just reskinned.

Linode client for iPhone Linode client for iPhone

[↵] open page klient-linode-dlya-iphone.md
-rw-r--r-- 523B Jun 9, 2014 · 14CA55D · ~1 min

Cheat sheet for setting up nginx+php-fpm from Homebrew

nginx php-fpm шпаргалки

If after configuring nginx and php-fpm to work through php5-fpm.sock, Nginx throws a 502 bad gateway error and the log contains something like this:

*20 connect() to unix:/usr/local/var/run/php5-fpm.sock failed (2: No such file or directory) while connecting to upstream

Then the permissions problem can be fixed like this:

cd /usr/local/var/run
sudo chmod 666 php5-fpm.sock

If that helped, then in /usr/local/etc/php/5.5/php-fpm.conf you should also uncomment this line:

listen.mode = 0666
[↵] open page shpargalka-pri-nastrojke-nginx-php-fpm-iz-homebrew.md
-rw-r--r-- 7.2K May 22, 2014 · 6AB0DD9 · ~5 min

Writing a Yandex.Metrica Client for iPhone

objective-c ios айметрик

iMetrik

A copy of my article from Habr

[↵] open page pishem-klient-dlya-yandeks-metriki-dlya-iphone.md
-rw-r--r-- 471B Apr 22, 2014 · C3CA7C6 · ~1 min

iMetrik 1.1 Update

айметрик ios приложения

iMetrik 1.1 Update iMetrik 1.1 Update iMetrik 1.1 Update

Today the iMetrik update was released. The main additions are the Visitors tab with reports by gender, age, and geography, and the Goals tab, which contains all the same reports but for goals and with additional parameters such as goal achievement, conversion, and more.

Also fixed a couple of issues.

[↵] open page obnovlenie-ajmetrik-1-1.md
-rw-r--r-- 901B Apr 17, 2014 · 9BB67AD · ~1 min

iSubscriptions — Yandex.Subscriptions Client for iPad

айподписки ios приложения

iSubscriptions — Yandex.Subscriptions Client for iPad

I had wanted to write this app for a long time. Strangely enough, in the eight months since Yandex opened the API for Yandex.Subscriptions after Google Reader was shut down, not a single iOS client had appeared. And I wanted such an app for myself as well. I started reading news at home with a cup of tea, then continued on the road on my iPad — everything I had already read was marked as read, beautiful. And in general it is simply more convenient for me to read news on the iPad. Somehow the web version of Subscriptions does not work particularly fast.

In the app you can not only read news and share it on social networks or add it to Safari Reading List, but also manage subscriptions — add new feeds and remove the ones already added.

If there is no app, write it yourself :) The app is free.

[↵] open page ajpodpiski-klient-dlya-yandeks-podpisok-dlya-ipad.md
-rw-r--r-- 483B Apr 2, 2014 · 24FA631 · ~1 min

iMetrik — Yandex.Metrica Client for iPhone

ios айметрик приложения

iMetrik iMetrik

I released a mobile client for Yandex.Metrica for iPhone. The first version can do the following:

  • traffic summary (visits, page views, visitors);
  • daily traffic chart;
  • report on traffic sources to your site;
  • report on traffic from search engines;
  • report on traffic from other websites;
  • report on search phrases visitors used to find your site;
  • display the list of your counters.
[↵] open page imetrik-klient-dlya-yandeks-metriki-dlya-iphone.md
makoni@arm1:~/blog$ cd ../page-19/ // ← previous cd ./page-21/ // more posts →