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

Search In

Running C# program in CommandPrompt

If you don't want to compile you program in the  .NET IDE you can do it from the command prompt.   Just follow these steps to do that   Step 1 : First open the notepad from typing Windows+R   Then type notepad on it . &

Speed up the loading time of cakePHP website

Loading time of the website plays very important role in internet world.Slow loading time of website will cause uninterrupted services and the good loading speed website serves as an indicator of how well things are doing, it will help you to gain mo

Php: How to convert currency using Google Finance ?

In this blog I am going to tell you how to convert currency using Google Finance. Example: you want to convert Indian Rupee to American Dollar i.e. INR to USD then you can convert it using following url: http://www.google.com/finance/converter?a=$amo

How to use the mysql result for the sepecific values

Hello Reader's if you are learning, optimizing the mysql query then in this blog you will know some new syntax offered by Mysql where you can make your query fast. Lets see the examples as below:- In the code below, the results selects all

Distinct keyword

It is used for conjunction with the select statement to eliminate the all the duplicate record and fetch only the unique record. There are many situation that we found duplicate data on the database and better to get unique ones. SELECT DISTINCT c

Bug debugging in PHP

We do many wrong things while writing the program. It rarely work on the first time. PHP generate the error after finding. We can send the error message to other place. They can also be sent with other program output also. Set the display_error

Get HTML element using class name or Id in AngularJS

Hi All, In this blog we will see how easy is to get HTML element in AngularJS. We many a times stuck in situation where we need to get HTML element that are not bind to AngularJS Model. Here is quick and easiest way of doing that. Using Class Name:

What is the use of IFNULL Operator in MySQL?

In MySQL, the IFNULL operator is used as conditional statement for NULL values. When we need to fetch NULL values with LIKE operator then we can use this operator. Example: We have a table "employee" as below:    employee

How to install SSH server on Ubuntu 14.04?

Install SSH Server on Ubuntu 14.04 In order to install SSH server on Ubuntu, you need to install OpenSSH server package. Use the following command to setup SSH server: sudo apt-get install openssh-server Configure SSH Server After installation i

Solution of exception: This row already belongs to another table

When you try to read row from one table and add to another table, if you get the exception i.e. ""This row already belongs to another table". For example: DataTable dtRead = new DataTable(); DataTable dtWrite = new DataTable(); fore

1 410 949
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: