Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to Use SendGrid Web API in .Net Project

Hi all, This article is about how to use SendGrid Web API in .net project. There are two ways you can use API in your project one is to create a web client and post your data to send grid API second is you need to download the package for .Net fr

Introduction to Selenium

The biggest advantage of Selenium is that its an open source automation tool same as HP's quick test pro, it is created by Jason Huggins in 2004, who was an engineer at thought works, he was working on an app that required frequent testing, then he

How to fetch server data into a div using jquery

Hi, in this blog you will learn how the load function in jquery, Used to fetch data from any server to any web page using selectors. <p><script> $(document).ready(function(){ $("button").click(function(){ $("#div

How to handle errors in Angular JS

Hello All, There are several ways to handle errors in Angular JS, Some of them are listed bellow: We can use $exceptionHandler which enables us to catch errors which can occur any where in or application. by default $exceptionHandler prints the er

What is the best way to create global variables in CakePHP?

Hello All, In this blog we will discuss creation of global variables in CakePhp. Sometimes there is a need to access a variable everytime in the application, so instead of declaring it again and again we can declare the variable globally so that

How to use controller inside the custom directives in AngularJS

Hello all, Working with AngularJS, we can create our own custom directives that helps us to put our common html code in a separate html file and later on we can use it as a html tag, this helps us to make our code much more organizable and reusable.

PhoneGap-How to handle Push notification when application is resumed?

Hello friends, As we have seen, cordova push plugin only provides access to notification action when we click on notification from status bar, but if we want to perform that action without clicking on notification we have to add some extra code. 1

How to create custom taxonomy for post type page

Hello readers, today we will discuss "how you can add category for post type page". When a user install the WordPress, user will only get category for "post type post". If user want to add taxonomy or category for "post type page", then user need

JavaScript string prototype property

prototype property in JavaScript: The prototype property gives us freedom to add the new property and method into the object at any time. This is the global property in JavaScript which can be called through any JavaScript object at any time. Examp

SQL Server : How to insert values in identity column programmatically?

Identity field is typically used as a primary key in database. When a new record is inserted into a table, this field automatically assigns an incremented value to this column.However, inserting our own value into this column is not straightforward.I

1 95 370
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: