How to Integrate Facebook Login To Your Web App using jQuery
Adding a Login with Facebook option to your web app is a pain! The process requires multiple requests to the Facebook API, and usually results in a messy callback soup that you get stuck managing. A...
View ArticleHow to easily validate form and inputs using jQuery
Validation is an important and required functionality for any application. Without proper validations of input, you application will die. So here is a jQuery plugin named "Valideasy " which helps you...
View ArticleHow to serialize ASP.NET web form using jQuery
In this post, find how to serialize ASP.NET web form using jQuery. jQuery provides a very useful function jQuery.serialize() which encodes a set of form elements as a string.What is serialize and why...
View Article12 Handy CSS Snippets for Developers
Find a complied list of 12 handy CSS Snippets for developers or designers. These CSS Snippets addresses most common use cases that are must for websites. These snippets includes like centering a div,...
View Article5 Latest jQuery Image Crop Plugins
Previously I have posted about "5 jQuery Image Crop Plugin & Tutorials" but after that many new image crop plugins are released. So in this post, find a complied list of latest jQuery image crop...
View ArticleHow to fallback to PNG if SVG not supported?
SVG or Scalable Vector Graphics image format has suddenly become popular for showing images on your website and its future graphic format. But not all browsers supports SVG format and that's why SVG...
View ArticleRandom newest jQuery plugins
In this quick post, take a look at some of the newest, interesting and unique jQuery plugins released in last couple of months.PgwBrowser PgwModal is a Browser & OS / platform detection plugin for...
View Article5 excellent android apps to learn jQuery
In this post, find a list of 5 excellent and free android apps to learn jQuery on the go. These apps are having detailed documentation with examples and covers most of the things.You may also...
View Article10 jQuery Plugins to make select box/list awesome
Do you feel that HTML select box style is boring, not eye-catching and looks old? If yes, then find a complied list of 10 awesome and free jQuery plugins which will turn your select list or box or...
View ArticleNew version of jQuery - jQuery 3.0
Yesterday, jQuery team has announced that jQuery new version will be called 3.0 and it is around the corner for release. We will be updating you with what's new with jQuery 3.0. Below is excerpt from...
View ArticleHow to remove all inline styles using jQuery?
Inline styles are not recommended and it also create problem while managing the site. Here is a one liner jQuery solution to remove all inline styles from the page.$("*...
View ArticleProblem: javascript setTimeout executes function immediately
JavaScript has setTimeout() method which calls a function or evaluates an expression after a specified number of milliseconds. See below code,setTimeout(function(){alert("Hello")}, 3000);Above code...
View ArticleDifferent ways of bootstrapping AngularJS
AngularJSis neat and superheroic JavaScript MVW (Model View Whatever) Framework which allows to extend HTML capabilities with Directives, expression, two way binding. In this post, we will see...
View ArticleLatest AngularJS interview questions - Part 1
Last year we published Latest jQuery interview questions and answers and thank you for your overwhelming response. And now we have come up with latest AngularJS interview question. These interview...
View ArticleLatest AngularJS interview questions - Part 2
With continuation of AngularJS interview question series, after Part 1, here is list of 2nd set of 10 AngularJS interview questions and their answers. These interview questions covers mainly...
View ArticleLatest AngularJS interview questions - Part 3
With continuation of AngularJS interview question series, after Part 1 and Part 2, here is list of 3rd set of 10 AngularJS interview questions and their answers. Latest AngularJS interview questions -...
View ArticleLatest AngularJS interview questions - Part 4
With continuation of AngularJS interview question series, after Part-1, Part-2 and Part-3, here is list of 4th set of 10 AngularJS interview questions and their answers. Latest AngularJS interview...
View ArticleUse console.group for better JavaScript debugging
For debugging JavaScript/jQuery code, the easiest and preferred way is to use console.log() to output a message in web console. But it works fine when you have small amount of logging message. But...
View ArticleDefine multiple Angular apps in one page
Recently in my previous post, I have posted about Different ways of bootstrapping AngularJS app, where you can either auto-bootstrap using ng-app attribute or manually bootstrap using angular.bootstrap...
View ArticleWe Have Just Revamped Our Website!
Welcome to our new revamped website. We were working very hard from last couple of weeks to get this major redesign implemented. And here we are today with new fast, attractive, responsive and easy to...
View Article