
Search In
SHA-1 fingerprint is used for creating a digital certificate, either debug certificate and released certificate. Debug certificate is when application is in testing phase and released when ready to be in a live mode. Fingerprint is a hexadecimal numb
Jagged array is an array of array it means jagged array is a collection of homogeneous arrays. An arrays inside the jagged array are of different length. As the jagged array contains the arrays therefore its collection of homogeneous reference type e
$("#txtautocompid").autocomplete({
source: function (request, response) {
debugger;
$.ajax({
url: '../WardManagement/WardResultEntry/autocomplete2',
// url: '../WardManagement/War
Rewrite hit_target() function
Existing hit_target() function uses a primitive algorithm to get the target coordinates. Your task is to rewrite hit_target() function with the most optimal algorithm to make as few shot
With the advent of internet and cellular devices, our world has shifted its focus towards applications that provide several tools and facilities both on web (for desktops) and on cellular devices (in form of applications). However, both these technol
It only takes a few clicks to find catchy pictures on Google for your website. However, you may take time looking for the best photo with high-quality resolution and adjustable size that fits perfectly on your page.
Moreover, copyright infri
Hey Readers!
A web page is incomplete without a navigation menu. Besides the navbar, there are other menus that make a web page interactive and help accommodate more information and links in lesser space. Thus, it becomes necessary to include menus
Fetch data from XML file and insert into SQL Database
Step1. Create a Stored procedure in Sql database which takes one input parameter and one output parameter which returns “Success” /”Failure”
Create PROCEDURE [dbo].[SP_Insert_Mul
This code will help in finding the latitude and longitude of any place using curl and php.
Step 1: Finding the latitude and longitude for first place.
<?php
ini_set('error_reporting', E_STRICT|E_ALL);
ini_
Hello Readers,
As we all knows that The CSS3 property allows you to add depth to your website's design without the need for images or extra container elements but when we use these property.
For Css3 it is vital that it works on all browser i.e it
