
Search In
Hello Friends,
Sometimes we need to remove URL/Pages/Directory from indexing in Various search engine. So in this Blog we will be discussing about various method to disallow or stop major search engine from indexing search engine crawler like in the
It’s only natural for software startups to feel an overwhelming sense of confidence in the programs they develop, and this confidence can frequently have an impact on a startup’s commitment to engaging in thorough and frequent software te
My previous article "Different ways to sort an array in PHP" provides the list and details about different sorting functions which are used for sorting arrays. These functions use the internal function for comparison. This article demonstra
1- Create a mysql Database.
2- Create a Table events inside created database.
CREATE TABLE `events` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`name`
Reading information is the simplest and most common way to memorise and gain knowledge. Recent medical studies have found that when you annotate, your mind develops a specific relationship with the text, allowing you to memorise more easily.
Here I have created Set Image and Image ScrollView. In the below example when we clicked Image that image will be set on page. Below example will described you how to make Image View and ScrollView.
Step(1)activity_main.xml Layout-
<?xml version=
On clicking a button a sidebar will be shown. This can be created by using javascript.
Below is the simple code of displaying a contact form on click button.
index.html
<!DOCTYPE html>
<html>
<head>
<title>Slide Contact Fo
Hello Readers , today in my blog I have tried to create animated file folder with the help of CSS3 properties.
As we all do work on the computer and there is the need to manage our work in a simplified way , so for that we create folders for
Loops are used to execute a block of statements in repetition until a specific condition is satisfied.
There are 3 types of loops in C:
1. for loop
2. while loop
3. do while loop
1. for Loop:
Syntax for for loop:
for(in
Sort a stack using recursion in C
Sort a stack means inserting elements in Stack in sorted order.The sorting is to be implemented using recursion. In this first a stack is created by pushing elements into it then by popping elements from it,sortedIn
