AngularJSExperience DesignFront End Development

FE-Conf is Back: A Leading Conference on Frontend and UX Technologies

FE-Conf is one of the biggest conference happening in India on state-of-the-art Frontend and UX technologies. After the success of FE-Conf 2016, we are proud to host FE-Conf 2017 – A Frontend Engineers Meet organized by TO THE NEW. Our last conference had an amazing feedback and it helped people to find new ideas, learn from brilliant […]

AngularJSConnected TVMedia & Entertainment

How to Convert a Tizen Application to Orsay?

Introduction Most of the Smart TVs applications are web based and are primarily developed using HTML and CSS. In case the native component of Smart TV is not used, it is easy to develop an application that can run on different Smart TVs such as Orsay, Tizen, LG, Opera, Smart Alliance, Amazon Fire etc. You can […]

AngularJSGrailsJava/JVM

MEAN Plugin Contributions by experts @ TO THE NEW

Our development team always strives to contribute to the community in various ways including speaking at conferences, hosting conferences, developing plugins to extend functionalities and so on. In this blog, we outline all the plugins that our development team has contributed towards MEAN stack: Javascript (MEAN Stack) Plugins 1. Ical-parser – An NPM module on “Ical […]

AngularJSAutomation TestingTechnology

Protractor with Jenkins and Headless Chrome (Xvfb) Setup

“Protractor is an end-to-end test framework for AngularJS applications. Protractor is to run one or multiple tests against your application running in a real browser, interacting with it as a user would.” It is easier to check on GUI based system because it launches a browser automatically during the test. But what about non-GUI? For […]

Mohit Kumar
Mohit Kumar
Read

AngularJSFront End DevelopmentTechnology

URL handling in Multilingual Sites

A multilingual website is any website that offers content in more than one language. Some concerns for building a multilingual websites are : We should first think of how translations will be managed, whether it will be dynamic or static. For static we can use angular-translate & for dynamic we can think of google translate. […]

Rajan Singh
Rajan Singh
Read

AngularJSFront End DevelopmentTechnology

Angular 2 Component styling

Styling for large Angular application is a challenging task as most of the times styles easily gets mixed and confusing. Major issue that is encountered when we try to structure our styles and give proper naming for individual styles. To resolve the issue many patterns were introduced to enhance style organization and most of these […]

AngularJSFront End DevelopmentTechnology

Angular 2 Dependency Injection

In this blog, we will go through the new dependency injection system of Angular 2. As we know DI is the heart of AngularJS. In Angular 1 we can inject dependency at multiple places in different ways such as: in the directive definition by name   eg. [js]app.directive(‘questionTemplate’, [‘$http’, ‘Flash’, function($http, Flash) {}[/js] in the controller function […]

AngularJSFront End DevelopmentTechnology

React JS vs Angular 2

In this blog we are going to discuss in summary, difference between the two most popular JS (library/framework) i.e Angular 2 and React JS On the very first note, React JS is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison for both. 1. Component: […]

AngularJSFront End DevelopmentNode.js

Fullstack 2016, London : Day 2 (The fun continues)

We were already spell bound by the city of London, its culture, people and must mention the weather . Day 1 at Fullstack conf was like a dream. Awesome people, apt venue, lots of goodies , what not. Filled with excitement we reached Code Node before time, just to attend Todd Motto’s keynote. About Todd […]