
Search In
Hello Readers! Here is a small blog on traits. What is trait? What are its uses? Why it is implemented?.. In this blog all these questions will be covered.
A trait, in simple language, is a group of methods that we would include within anoth
I have a situation in which I have to make an post http request to another server and get the http request data(If it exist) and then on the basis of data do further calculation. I have to also put the check that if there is any delay on the re
In the below example blog I have Implemented a Google map to get lat and long from address, In Google map I have added search address functionality. When user input address(place) name in an EditText and on clicking button, the application draws corr
Thread Testing
Thread testing is one of the addition/incremental procedures received during System Integration Testing. That is the reason, thread testing is also known as a "thread interaction test."
This approach is used to check t
Custom PHP development services in India and across various overseas destination all around the world has suffered a good amount of transmutation. This has not only simplified but also reduced the time and value to develop some handy busine
What is a Sitemap?
A sitemap is an organised list of the web pages, videos, pictures and other data in a website. It is a file that can help the major search engines like Google, Bing, Yahoo, Yandex etc. to crawl and index the web pages of a
Hi Reader's,
Welcome to FindNerd,today we are going to discuss how to use Cakephp pagination using Ajax in 2.x version?
Pagination is a very important feature for showing multiple records on a single page in a web application. CakePHP pagination
Drag and Drop feature allows a user to catch an element and drag it to any page or drop to some other location of the page. Earlier to use the feature of drag and drop programmer either has to create more complex javascript programming or use some th
Hello readers
Today's post will discuss in detail about role of PIM in optimizing the search results received from the search engine. It is very essential to filter the results as per their relevance. According to the statistics more than 61% of
To bind arraylist to dropdownlist,you have to add a namespace System. Collections which allow the collection of items in the application.
So in Code behind page 'aspx.cs' we have to add namespace,see the below reference:
using System.Colle
