Category: Language

  • STAlertView – UIAlertView with blocks

    STAlertView – UIAlertView with blocks

    While developing an iOS app, usually you have to show an alert view. The code to show it is very simple, but as most of the UKit components, it works with the delegate pattern. Working with delegates is easy, but the resulting code is split between two parts. The part where the component is initialized, […]

  • Push notifications iOS8

    Push management on iOS8 To migrate an app that uses push notifications from iOS7 to iOS8, you must change some methods. Register the app to receive push The method registerForRemoteNotificationTypes has been deprecated, and now you must use registerUserNotificationSettings. To have compatibility with both versions you can use this code: Check if the user has […]

  • LinkedIn network evolution

    LinkedIn network evolution

    Last monday a great LinkedIn tool was discontinued, I’m talking about inMaps (inMap is colsed). It was developed in a LinkedIn hackathon by one of their employers, it provided the user with an interactive graph of his network. The user was at the center, and for each contact there was a bullet. Between each person […]

  • Permanent links with phpMyFAQ multilingual

    Permanent links with phpMyFAQ multilingual

    Working with phpMyFAQ and multi-language I found that it is not trivial to generate permanent links. If the mod_rewrite is activated, the links are like these ones: http://faq.shareit.storn.es/content/2/1/en/video-not-ready-for-adsense.html http://faq.shareit.storn.es/content/2/2/es/vídeo-no-preparado-para-adsense.html But if you visit them, maybe (if your language browser is Spanish or English) one of them works. After looking a little bit through the code, […]

  • App Store reviews

    Today I needed to get the reviews of an iOS app from all the countries. At the Apple developer platform there is a place where you can get this information, but you must login to access it and follow lot of links to arrive. As I would like to have a place where you can […]

  • Knowledge base System (FAQ)

    Knowledge base System (FAQ)

    For the project ShareIt.so I needed to add a FAQ  section. First I though to add static pages for the FAQ, but after starting adding the page I though to restate the problem. I have done some research and I came across phpMyFAQ. It is a system that provides a ready-to-use FAQ platform. The installation […]

  • New website

    I’ve decided to restructure my website, the biggest change is that I’ve added a blog where I’ll (try) to write post periodically. Apart from that, I’ve changed the internal structure. Before it was a custom site (written in PHP) and now I’m using a CMS (a WordPress) with a pre-build design template. The old site […]