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

Search In

RTRIM(str) mysql function

RTRIM(str) RTRIM() mysql function returns the string str with trailing space characters removed. In mysql if you want to remove a white space from the right side of a string then you can use this RTRIM mysql function. RTRIM mysql function remove th

How to modify(Remove) parent theme feature within child theme

Hello reader's, in this blog I discussed ablout "How to Modify(Remove) Parent Theme feature Within Child Theme". We all know that parent theme and child theme follow inheritance. The basic meaning of Inheritance is, child theme get the property of t

How to remove p tag and br tag in default wordpress editor

Hello readers, today I will guide you to "remove <p> tag and <br> tag in default WordPress editor in admin panel". In WordPress editor its a default functionality to add <p> tag and <br> tag. While creating a new post, every

How to delete elements from array while iterating or delete multiple elements from array simultaneously

Sometimes we may face a situation when we need to remove objects from an array while iterating through the same array. We cannot remove elements from the same array on which we are fast enumerating (for in loop). And if we use the traditional "for lo

How to remove all child nodes from the selected elements?

If you want to remove all the child nodes which contain selected HTML elements then it's not a difficult task now, we can do this easily with the help of jQuery empty() method. All the child nodes of our selected HTML element will be removed by

How to remove any application through Appium ?

Appium also provides to remove any application from the device programmatically by just passing the the package name of the application. Suppose that we have test many applications on the same mobile device and the capacity of the device is not suff

LTRIM(str) Function mysql

LTRIM(str) LTRIM(str) function returns the string str after remove the leading space characters means if you want to remove the all spaces from the left side of a string in mysql you can use this LTRIM mysql function. Here I am giving a example to e

How to removes a directory in php ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to removes a directory in php ? If you want removes a directory then you should use The rmdir() function that is removes an empty directory. The rmdir() function returns "TRU

How to remove any section of webpage before load it in UIWebView

If we want to remove any section from webpage like header or footer than use the following code. In the following code header and footer.footer are the tag identifier of html Class. We have to use the appropriate tag of the control which we want to

Remove wrapper from HTML element in cakePHP

In cakePHP, if you are using default render elements of cakePHP, then wrappers are automatically add. For removing wrappers from HTML element use the following syntax:- Form->input('email_address', array( 'div'=>false, 'label'=>

1 5 127
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: