Input handling is an important part of application development. The ng-model directive provided in Angular 1 is a great way to manage input, but we think we can do better. The new Angular Forms module is easier to use and reason about than ng-model, it provides the same conveniences as ng-model, but...
Friday, 20 March 2015
Wednesday, 18 March 2015
Audio Recording with Custom Audio Player using Jquery and HTML5
Few days back one of my friend sent me an audio message in Facebook messenger, the moment I was realized that I haven’t covered this audio recording system on 9lessons.info. Today I want to discuss how to publish a voice recording messages on newsfeed using Jquery and HTML5 with custom HTML5 audio player....
Elegant Themes Bloom Upcoming Email OptIn Wordpress Plugin.
Are you using Wordpress for blog, there is an update for you? Elegantthemes.com is releasing a new email opt-in(sent emails to many people at the same time) plugin called Bloom. Every blog is required a perfect email subscription system, that plays the most important role for generating direct traffic....
New Angular Releases - 1.3.15 and 1.4.0-beta.6
After a short hiatus due to the excitement of ng-conf, we are excited to announce a new pair of releases.The 1.3 branch has a new point release 1.3.15 locality-filtration with a bunch of bug fixes.The 1.4 branch is now closing in on a release candidate with what we hope will be the last beta 1.4.0-beta.6 cookie-liberation.Some of the highlights of the new beta release include:There...
Tuesday, 10 March 2015
Announcements from ng-conf
We're astounded by the work the ng-conf organizers did this year in creating an amazing experience for all attendees. Thanks for joining us! We all had a wonderful time with you, hearing about your experiences on Angular and getting your input on the future.In addition to the folks who came in person, more than 8000 people watched from ng-conf extended parties from 150 sites in 29 countries....
Tuesday, 3 March 2015
Working with Chrome Developer Tools.
Nowadays it’s hard for Front end designers to develop and test the applications. They need to design the screens, make changes in the source code and deploy the changes each and every time. Here we learn are going to discuss about how to debug web application, analyze the performance of it and making...