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

Search In

Decode in Oracle

DECODE is a function in Oracle and is used to provide if-then-else type of logic to SQL. It is not available in MySQL or SQL Server.   It is only used for the MySql server and in the Oracle server for the case like   manipulation tha

Begining with cloud computing

Cloud computing, We have heard this term. right? Today we will discuss the cloud computing and its uses. First question should be what is it? Cloud computing is nothing but a model to access the resources as per the demand. Resources will be accessib

What is COALESCE in SQL Server

COALESCE():-      COALESCE is a function in SQL Server which returns the first non NULL expression amongst its parameter. If all the parameters are evaluated to NULL, It will return NULL Syntex:-    COALESCE( expre

Reading SMTP settings from web.config

In .Net applications, we have a standard way of specifying the SMTP setting in configuration file called web.config in web apps and app.config in other apps. We can define the settings needed for SMTP setup in these configuration files and then read

not( ) selector jquery

not( ) selector is used to modify the attributes of those who does not match the given selector. It prevents us from complex coding as we can manipulate properties of those which does not match the provided set of elements.  As shown below, the

Problem in Drupal 6 after updating PHP version from 5.3 to 5.5

Drupal 6, Fatal error: Cannot redeclare class view in /var/www/html/mysite/profiles/drupal_commons/modules/contrib/views/includes/view.inc on line 19 I had a working website in Drupal 6 and with PHP 5.3.5. But after updating my PHP version to latest

How to Send Email from Different Address to Google mail?

  Nowadays, almost all of us have more than one email account since some use it for personal  work, entertainment or professional work. Sometimes, it is very hectic to switch from one email account to the other. This indeed a tedious job!

How to Drag and Drop a View from one Position to Another

To add a Drag and Drop functionality in your Application You just have to append the below Code in your app.   //This function is called when the user touches any object -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {

.Net : Best practices for memory management

In this blog we will discuss about best practices for memory management in .Net framework. Even though the .Net framework has its own garbage collection support still as developers we  have to think and write code that minimizes memory wastage.

Use of const keyword with pointers

//============= A simple program to demonstrate the use of "const" keyword with pointers================== /* * By => Bipin Gosain * Date => 17/4/2016 */ #include <iostream> int main(){ using std:: endl; using std::

1 162 320
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: