Front End DevelopmentMobilityTechnology
In this ever revolutionizing industry, rapid innovations keep us wondering how small enhancements makes our lives easier and smoother. Here is another innovation called Mobile First Approach. As all we know the beginning of web world was with websites being created just for desktops. Mobiles came in later and the websites created for desktops did not […]
Front End DevelopmentMobilityTechnology
Have you ever faced problems such as changed font, not enough contrast etc…after reflecting the design on a mobile device? Probably Yes! The traditional method of previewing the design on mobile devices is a very time consuming model however, It is an essential exercise but also very taxing. Fortunately, there are some awesome tools using […]
AgileAngularJSFront End Development
As some of you might already know, FullStack 2016 was recently concluded in London and was a full packed house this time with the tickets being sold out about a week in advance. I was fortunate enough to be a part of the event as a speaker and was talking about PolymerJS. But more than […]
AngularJSFront End DevelopmentNode.js
Developer conferences are a great source of learning about advancement in technology and share thoughts with people in developers community. Two Javascript enthusiasts from To The NEW are very excited to attend Fullstack Conf to be held in London from 13th July -15th July ,2016. Its a great pride to have one of our engineers, […]
Front End DevelopmentTechnology
Designing an interface is not all child’s play! It’s not just about how good looks and great features! It is more about the overall usefulness and usability of a website or application, which is determined by how well it is performing the desired functions and how easily accessible it is. Every design has unique requirements […]
Introduction React is based on JavaScript created by a collaboration of Facebook and Instagram, It was introduced in 2013. Its main focus is to allow developers to create front-end interfaces easily and rapidly. React isn’t a complete framework. It does not offer various components you’ll find in projects based on Ember or Angular JS. Instead, many […]
AngularJSFront End Development
Angular directives are very useful in any AngularJS application in order to make code simple and easily handled by a UI Developer. As an angular developer we all use directives frequently but most of us are not aware of the execution cycle of directives that how they work internally. Directives have several inbuilt functions by […]
AngularJSFront End Development
Angular 2 leverages the power of web components. If you are familiar with Angular 1, you know the term directives. Actually, directives are still here in Angular 2. Components are a combination of Directives, controllers, and scope of Angular 1. Components Angular 2 app has at least one root component. Components are the basic building […]
Front End DevelopmentTechnology
Today there are many websites which use simple techniques in designing where a custom CSS class is added to the navigation item when the page is scrolled to the item section. You may use jQuery to improve the user experience of your website and make it easier for the prospective visitors to know where exactly […]