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

Search In

Calculate distance between two point and draw route on map

Hi all, Let take you have two points, Point1 (In Boston) and Point2 (In Atlanta), Now you have to show the route between two points. In below method , you have to pass two param's i.e.. two point of map. - (void)displayRouteFrom:(CLLocationCoordi

What is nextUntil() method in jquery ?

Hello Readers, nextUntil() is the jquery method which is used to return all the siblings of the next siblings elements of the same parent between the selector and stop and returns the new jquery object as a result. Syntax : $(selector).nextUntil(

Showing confirm dialog box using cordova-plugin-dialogs

This plugin provides us some native dialog elements that are much more customizable than the brower’s dialogs. There are some methods in it:- navigator.notification.alert navigator.notification.confirm navigator.notification.prompt nav

How to Create ContactUs page in android

In the below code I have created ContactUs page. Here first I have added images in drawable folder, created Scrollview, ImageView, TextView in activity_contactus.xml layout. And I have used OnClickListener method for using phone no, tweeter and mail.

Class Not Found Exception org.springframework.web.context.ContextLoaderListener

Class Not Found Exception org.springframework.web.context.ContextLoaderListener Sometimes, when we build a project using maven, we find the error " Class Not Found Exception org.springframework.web.context.ContextLoaderListener " even after the n

Different ways to round number to 2 decimal places in PHP

Many times we need to format a number with two decimal points, PHP provides many solutions for rounding a number with decimal values. This tutorial list some functions which can be used to round a number with decimal values upto 2 decimal points. 1.

What is the use of COUNT() function in MySQL?

In MySQL, COUNT() function used to return the number of rows that matches with a specified criteria. Syntax: COUNT(column_name) When we use COUNT(column_name) function in select query it returns the number of rows for the specified column: SELECT

How to make simple ToDo section in javascript

Hello Reader's if you need to develop the todo section in your website where user can create the lists and mark then when they are complete. Then Javascript is the best option for you. Lets see it's working code as below:- The html file will go like

jQuery Misc get() Method

Hello Readers, Here we are talking about jquery get() method in this post. It load data from the server using a HTTP GET request. It Send an HTTP GET request to a page and get a response. Syntax: $.get( url, [data], [callback], [type] ) Par

ELMAH in .NET

Error Logging and Management Handling in .NET is a technique by which errors are logged into database. For doing this first you need to download DLL called Elmah.dll Then write this code in your Web.Config file. <?xml version="1.0"?> &

1 721 949
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: