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

Search In

How to call asp net web service from javascript using ajax

Hello all, To call a web service from JavaScript using ASP.NET AJAX, there are certain steps that you have to follow which are listed bellow : Decorate web service class with [System.Web.Script.Services.ScriptService] Include ScriptManager contr

What are the latest html elements added in html5

Here are various html elements which has been added to html5, some of the important elements are listed bellow: . <header> This html element is used for define the header section of the html page. <header> <p>this is header&

Sending WhatsApp Message in .Net

Hi Friends! This time I am here with a very small article about sending WhatsApp Message from your .Net application. You need following things for that. 1-WART(WhatsApp Registration Tool) This a tool with which you can get the password to be use

How to create ANE file for In app purchase for iOS

Hi Readers, This is the video blog where you can find how you can create ANE file for In-App purchase for iOS framework. I have used MAC machine to create it. Requirements: Download ANE-In-App-purchase from GitHub. Download Air SDK Compiler Down

How to use Sub Total Function in MS Excel and Open Office Calc

Hi, In this session I am going to cover, How to use sub total feature in openoffice calc and Excel. Let's take an example- I have a data of Employees Name, month of joining and salary. I want to get Grand total and subtotal. Grand total will be th

Explain .bind() vs .live() vs .delegate() vs .on() in jquery?

Hello Readers, .bind() vs .live() vs .delegate() vs .on() all these 4 are jquery methods and all are used for attaching events to selectors (elements). .bind(): bind() method is the jquery method and it is one of the easiest and quick method in jq

Git Config, Add, Commit, View, Diff summary

Previous Git Blogs 1. Intialize git repostiory 2. First Commit 3. Two tree architecture and Three tree architecture 4. Best basic practices for writing commit messages 5. Viewing the commit logs 6. Git Basic WorkFlow 7. What is HEAD pointer in GI

How to create Reading & Writing program in android

Hello'friend's If you want to create Read and write function you can take help from below example. In below example i have created two buttons and one TextView. Step(1)-MainActivity- public class MainActivity extends Activity { private stati

Add, Edit, Delete Examples In CakePHP

To perform add, delete, edit operation in Cake-PHP, first you need to create database table to store records. CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `username` varchar(128) DEFAULT NULL, `password` varchar(128) DEFAULT NULL,

How to get your latitude and longitude in android.

Follow the steps mentioned below to get your location latitude and longitude 1) Create a class and name it LocationManger.java and impliment GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, LocationListener in the cl

1 612 633
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: