News . May 17, 2010

    The first social-publishing platform for tablet devices.

    publiyou™ is a online publishing platform for tablet devices. The idea is to allow users, with no experience developing applications, to publish in a few minutes beautiful digital editions directly on those devices simply by uploading their publications or documents. Users with no design experience will also be able to use online tools for easily edit basic documents and templates.

    With the iPad unique features and publiyou™ interface designed to get the maximum productivity from the the large touch screen, the users will reach incredible reading experience of magazines, catalogs, portfolios, reports and more.

    1 Comentario
    Careers . March 16, 2010

    Web Developer

    Two Full Time or Internal Freelance Positions to Buenos Aires, Argentina.
    Estamos buscando desarrolladores Web  para nuestra oficina en Buenos Aires. Es esencial tener más de 2 años de experiencia en desarrollo de sitios web y web-applications.
    Lee más >

    Cocoa and Cocoa Touch Developer

    Three Full Time Positions to Buenos Aires, Argentina.
    Estamos buscando desarrolladores Objetive-C (Cocoa & Cocoa Touch) para nuestra oficina en Buenos Aires. Es esencial tener más de 2 años de experiencia en desarrollo de sistemas, experiencia en la plataforma Apple y desarrollo para iPhones.
    Lee más >

    News . January 28, 2010

    Apple iPad Video

    This video shows all (or almost) what it need to awaken the desire to have one.

    Here in SEQOY™ we are looking forward to have it in hand and obviously we are technically preparing us to develop great products for this amazing new platform.
    Comente este artículo
    Tech . January 5, 2010

    Get size of image without loading in to memory

    The simplest way is to read the image header (metadata). Our open source project Photoshop Framework recently implemented a function that performs this task in a very simple way.

    See this post in stackoverflow to see the code for this function specifically and other useful information.

    This function is implemented only for PNG images. Not yet implemented for other image formats, developers are welcome. The project is Open Source under the GNU License.

    Note: This function doesn’t work with iPhone compressed PNGs, this compression is automatically performed by XCode and change the image header, see more details here and how to disable this feature: http://discussions.apple.com/thread.jspa?threadID=1751896

    Future versions of PSFramework will interpret this headers too, stay tuned.

    Comente este artículo
    Tech . December 22, 2009

    Como encontrar el ID de tu iPhone

    Para encontrar el ID de tu iPhone usando el iTunes (Windows/Mac) siga los siguientes pasos:

    1. Abrir el iTunes con el iPhone conectado via USB.
    2. En la pagina principal de conexión con el iPhone (Summary) ubicar la información Serial Number.


    3. Hacer un click en la palabra Serial Number.
    4. La información va a cambiar para Identifier (UDID).

    5. Para copiar esta información presione command + C (o control + C en Windows)
      y pegue donde desee.
    Comente este artículo