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

Search In

SQl : How to replace a string in SQL server column ?

We know that the data can be changed inside a field by using update command. In this article I will guide you to replace part of the data without changing the entire data of the field. For this we will use replace command to replace a part of the co

jQuery toggle( ) Method

This method is used to work with multiple functions i.e when you click on selected element first function will be fired and when you click on that selected element second function will be called and so on. Syntax : $(selector).toggle(function) Pa

How to change site wide validation required maker, Drupal 7

The below code will help you to to change the site wide validation required marker as well the hover text. Though there are various approach you can do but this is one of the massively used approach. Go to Drupal Root Folder->includes->from.

Modify or change the URL without reloading the page using javascript

Hello Guys Here, We can update address bar with new URL without hash or reloading the page by using javascript. Following examples help you to better understanding : function processAjaxData(response, urlPath){ document.getElementById("co

Bootstrapping process in AngularJS

Hi Readers, Today, I will be discussing about the "Bootstrapping" in AngularJS. AngularJS is a JavaScript framework. Everyone knows that we have dependency injection in AngularJS but at what time does dependency injection actually gets executed an

How to create a new column in an existing table in Rails

This the existing table in migration folder. class CreateArticles < ActiveRecord::Migration def change create_table :articles do |t| t.string :title t.text :text t.timestamps null: false end end end Now I have to ad

LOGIN CONTROLS IN ASP.NET

Login controls are in-built controls which provides a user interface in ASP.NET for managing the verification of users for a website. The verification is done according to username and password. Following are the controls in login control:-  

how to remove index.php in codeigniter url

Hello Friends, When we are working on Codelgniter the URL in the browser appear with index.php generally, the URL appear like :: "http://localhost/codelgniter/index.php/app/setuser"   and we would like to see this as "http://

Edit most recent Commit Message

Hi, Committing is a way in GIT, that adds changes to the repository history and assigns a understandable commit name to it. If by mistake one added a wrong commit message and want to edit it, he can use the below command: git commit --amend This

Phase Modulation in Analog to Analog conversion

Phase modulation is also a technique that is been used for doing encoding in of analog signal into analog data using a digital transmission coding scheme that lie in the wide range of latest technologies like WiFi,GSM and satellite television.  

  • 613
1 35 342
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: