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

Search In

How to Stop Search Engines from Indexing a Particular Pages

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

How Important is a Thorough & Ongoing Programming Software Testing Process?

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

Sort an array using user defined function

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

Full Calendar Events From Database

1- Create a mysql Database.   2- Create a Table events inside created database.    CREATE TABLE `events` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name`

The Best PDF Android Apps for Editing, Reading, Annotating

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.  

How to make Image View and scrollView in android

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=

Sidebar slider using javascript

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

Animated File Folder Using CSS3

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 in C

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 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

1 15 120
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: