Blog

  • May 20, 2013
    Using Canon EDSDK in .NET Development

    There was a task to implement WPF application “Photobooth”. This app should take photos and video from Canon EOS cameras. Canon provides developers EOS Digital SDK (EDSDK) for this purpose. We used version 2.11. The full… See details

  • April 22, 2013
    Serial port RS232 and ANDROID

    The article below is dedicated to the description of the possibility to use COM port in applications for OS Android. It is needed when your application must receive/send data from the other device having only Serial… See details

  • April 3, 2013
    MongoDB Aggregation Framework in Node.JS

    The MongoDB aggregation framework allows calculating aggregated values. The main differences of Aggregation Framework from Map-Reduce are: declarative syntax, no need to write code in JavaScript; describing chains of operations to apply; expressions evaluation; higher performance… See details

  • April 2, 2013
    What is Icon Font?

    It seemed like only yesterday the king of the wide web world was Pixel. You just needed to write a precise number in CSS file and the object of the exact size, as you wanted it… See details

  • March 15, 2013
    File changes synchronizing application

    There was a task to create in-browser document changes syncronization. I.e. a user clicks on link and document associated with this link is opened and every time when a user saves changes they are uploaded back… See details