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

Search In

How to delete characters which can not be printable

Hello Reader's if your page is generating some non readable characters that are not able to print then by using PHP you can remove them as follows:- Many of the other answers here do not take into account unicode characters (e.g. öäüßйȝîûηыეமிᚉ⠛ ).

jQuery add() Method

Hello Readers, We use add() method to add elements with a existing group of elements or selectors. Syntax: selector.add(selector) Parameters Please find the following description of all the parameters used by this add methods − Selector

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

Error Code HTTP 451 : Unavailable For Legal Reasons

Nowadays it has become very common for Internet providers to be ordered by courts or governments to partially or completely block access to inappropriate contents on websites.The Internet Engineering Task Force (IETF) has approved a special HTTP st

Select all Siblings after a child

In jQuery, to select all siblings div after a child we use a function nextAll(). Syntax: $(element).nextAll(); For example: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <div id="main"&

How to enable contact us form in Drupal 7

Enable Contact US Page Contact Us page is a core module of Drupal 7, provided with the fresh copy of Drupal installation. You need to enable the contact module to make it work. Go to the module page Search for contact module, and enab

What is Overriding in Java?

When a sub class inherits the properties of super class , then we can override the method of super class. This will acquire the properties of super class but can define its own behaviour. In general way, we can say the overriding means to override

What is process to convert string into an array using PHP ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss what is process to convert string into an array using PHP ? If you want to convert a string into a array then you should use str_split() function let us know how it is works ? The st

How to count the number of words in any text?

We can count the number of words by using split method of javascript. What split method does: split() - Splits a string into an array of substrings Below is an example:- <form name=“countingWords”> <textarea rows="12" name="countingW

MyISAM vs INNODB in mysql

Difference between MYISAM and INNODB are given below. MYISAM: 1 MyISAM does not support foreign keys. 2 MyISAM stores its indexes,data and tables in disk space using separate three different files 3 MYISAM not supports transaction 4 MYISAM suppo

1 288 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: