Answer Angularjs Vs Jquery On Quora Angularjs Vs Jquery
jQuery will be used for things like higher level APIs, updating DOM elements, adding classes and wrapping XHR calls up nicely. Angular 1.x actually uses jQuery lite (jQLite) inside itself, or can use the full jQuery...
Thursday, 11 August 2016
Difference between on and bind in jQuery
The .bind() method registers the event and event handler directly to the DOM element.This method is still very handy when wiring-up event handlers, but there are various performance concerns as are listed below.
Internally .bind() maps to .on() as per current version of Jquery .bind may be removed from future versions at any time. There is no reason to keep using .bind and every...
Thursday, 4 August 2016
Fix For Leverage Browser Cache
1. Create a New File Website Root Directory with name '.htaccess'
2. Put below Code in Top of '.htaccess' File
3. Code :-
# Enable Compression
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font
...
Wednesday, 20 July 2016
Installing Asp.net Core

Steps To Install Asp.net Core
Step 1. Before Installing Asp.net Core Let Fulfill Its Prerequisites As Below -
First you need to Install Visual Studio 2015 . You Can Download Free Visual Studio Community Edition From Link below -
Download Visual Studio 2015
For...
Getting Started With Asp.net Core

Enjoy The New World Of Asp.net Core
Steps To Make & Run First Simple App In Asp.net Core
1. First Make Sure You Have Setup & Installed Asp.net Core . To See Steps To Install Asp.net Core See Link Below -
How To Setup Asp.net Core
2. If you are Done...
Tuesday, 19 July 2016
How Microsoft Magic Mirror Works
What is Magic Mirror See Video Below -
Microsoft Introduced 'Magic Mirror' in the InnovFest Unbound conference . This Device is Useful for People With Time Crunch in Morning . Most of People have Shortage of Time in Morning To Get Ready to Get out of Door for work .
Magic Mirrror is Connected To Internet . Magic Mirror will Recognize their Face in Morning and Welcoming...
Friday, 15 July 2016
Grunt vs Gulp

Gulp and Grunt are both Automated Task Runner . Major Difference Between Gulp and Grunt Lies in How They Deal With Automation of Tasks Internally .Gulp Uses Node Streams For running different tasks and Grunt use temp files for the same work .
Grunt runns tasks using Temporary...
Thursday, 14 July 2016
What is Gulp and Grunt

Front-End Developers Tend To Deal with many things that include : -
Decrease http request by concatinating CSS FIles and JS Files Together for showing on website
Compressing and Minifying CSS and JS Files
Optimizing Image to reduce their size by maintaining Quality of...
Wednesday, 13 July 2016
Difference Between Bower and NPM
Npm and Bower are both Project dependency management tools. But the main difference between both is npm is used for installing Node js modules but bower js is used for managing front end components like html,css,js etc.
npm is most commonly used for managing Node.js modules, but it works for the front-end too when combined with Browserify etc
Bower is front-end Package...
Tuesday, 12 July 2016
What is Bower And Why To Use Bower
Websites are made up of number of Things That include - Framework , Libraries , HTML , CSS , Javascript , Fonts, Images etc
To Keep Track of All These Packages and Making Sure they are up todate is not an easy thing . Bower act as an rescue for us
BOWER IS A FRONT-END PACKAGE MANAGER
Bower Do the Work of Installing and Updating Project Dependencies . That Includes Libraries...
Monday, 11 July 2016
How To Generate Google Maps API Key

While Loading Web Page with Google Maps You May Suddenly Suffer with Javascript Error Below
Google Maps API error: Google Maps API error: MissingKeyMapError
Click on Link Below and After Link is Opened Click on 'Get A Key' Buttonhttps://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key
After...
Google To Train two Million Mobile Developers in India
Tech Giant Google on Monday launched "Android Skilling and Certification" programme to Help India To Produce High Quality Skilled Mobile Developers in India
This Programme Will Cover "Two Million" People and They Will Be Compiled To Skilled Mobile Developers and They will at Runtime By Making High Quality Android Apps . Through This Programme Google is Targetting Both talented...
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...