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

Search In

How to set Session Timeout in ASP.Net

In ASP.Net, we are having three modes to manage the session:- 1. InProc 2. OutProc or StateServer 3. SQLServer Where the session to be stored? You can decide on the basis of given definition:- InProc - In this mode, Session is maintained on the

How get only selected keys of an array using PHP

Hello Reader's, If you having a multidimensional array from which you only want a single key values column then this blog is helpful to you. Let consider a array with full of key values:-  $exArray=array( array('name' =&g

What are Current SEO Trends that Small Cities Like Sarasota are Adopting

In the realm of digital marketing, nothing remains constant. There are a few strategies that continue to evolve over time. With new technologies and techniques onboard, search engine optimization is one of the effective online marketing strategies th

Storage Classes in C

The storage class in C are the one which defines the scope or life time of the variable and functions Four Different storage classes of C are : Auto  Register Static  Extern Auto Storage Class  Auto storage class are the one

How to Create Accordion

Hello All, If you want to make an accordion, this code will help you to make a dynamic accordion using HTML, CSS and Jquery. An accordion is a stacked list of items. Each item can be "expanded" or "stretched" to reveal the content associated with t

strcmp string function in php

The strcmp is a string function in php which compares the two strings. strcmp is a binary-safe and case-sensitive function.This means the comparison is case sensitive. The syntax of strcmp: strcmp(string1,string2) Here, the string1 is the one wh

How to declare dimension of activity and how to start launch bounds activity ?

Hi, Android 7 i.e nougat supports multi window mode to open more than one screens at a time With help of this flag one activity can be open adjacent to another activity. Require jdk : 1.8 or higher Require sdk : 24 nougat Require dependency : c

SQL query to add column's values, containing null values

Write a sql query to add column's value , containing null values also in records. But the sum of the added columns must be numeric only. Output cannot be null. It can be achieve by two ways. SELECT (COALESCE(Column1, 0) + COALESCE(Column2, 0)) as

Create dynamic editable table with HTML using javascript

If you want to create dynamic editable rows in a table using html and javascript, below example will helps you.   In the below code first I have created a button and then created table in which I have added 2 columns, as the output is shown&nb

How to rename a file

We have two ways by which we can rename our file 1.  Move method 2. MoveTo method 1. Move method Move method move a specified file to a new location. Syntax: public static void Move( string sourceFileName, string destinationFileName ) It

1 365 481
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: