Latest Insights on App Development for Your Business-Innofied

Category: Javascript

  • Single scrolled parent with multiple containers in Sencha

    App developers often need to create a view with multiple dataviews, lists and/or containers. In Sencha, we have seen a common problem of multiple scrollbar when a page has many containers. The whole view looks pretty mixed while scrolling any of the containers. Developers often look for a realistic solution to this problem; I have…

  • Ebook – Backbone JS Patterns & Best Practices, Authored by Swarnendu De

    Readers would be pleased to know that I have teamed up with Packt Publishing to organize a Giveaway of my new book that I have written – Backbone.js Patterns and Best Practices (Amazon reviews). And three lucky winners stand a chance to win 3 digital copies of this book. Keep reading to find out how you…

  • JavaScript coding standards we follow

    This document’s primary motivation is twofold: 1) code consistency 2) best practices. By maintaining consistency in coding styles and conventions, we can ease the burden of legacy code maintenance, and mitigate risk of breakage in the future. By adhering to best practices, we ensure optimized page loading, performance and maintainable code. Therefore, at Innofied, we follow these guidelines strictly…