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

Search In

How to run an application in background in appium ?

On some action there might a possibility that the application may take some extra time to execute. So, we may execute that application in the background. Appium provides a method through which we can run any application in background. runAppInBackgro

How to Add Styles in odoo-9

In odoo-9 first we have to install odoo website builder module after this, lets first create an empty file and named it style.less and place it in a folder called less in static folder. The following rules will style our Ser

URL rewritting in PHP with .htaccess

Hello Guys, If you are looking to change your website URLs on SEO friendly mode URL rewriting with .htaccess file is a good practice to do same. Suppose you want to change your website URL like htttp://www.abc.com/prodDetail.php?prodID=15&catID

SPACE(N) mysql function

SPACE(N) If you want to add spaces in a string then you can use SPACE function of mysql. SPACE function returns a string consisting of N space characters means SPACE will returns the white space equal to passed argument n, where n is a integer valu

RPAD(str,len,padstr) mysql function

RPAD(str,len,padstr) RPAD mysql function returns the string str, right-padded with the string padstr to a length of len characters means if you want to get a string to a given length and if the length of string is sorter than add the given character

LPAD(str,len,padstr) function mysql

LPAD(str,len,padstr) LPAD mysql funtion returns the string str, left-padded with the string padstr to a length of len characters means if you want to extend a string to a certain length and insert some character in left side of string at the place o

Money-Rails

While working on any e-commerce application,we need to deal with money and currency conversion.Money-Rails gem can be used for that. Money-Rails is a Ruby Library that integrates money gem with Rails.   Some of the advantages of using this gem

How to make blur overlay effect using CSS

Hello Reader's, If you have to make the beautiful overlay of blur effect of image on the screen then you can learn it from the code below. This is done by using CSS 3 Put the css as #myDiv { width:280px; height:200px; bac

Change background and font of UIWebView

To change the Background color, Font color, Font style in UIwebview, follow the following line of code. [webview loadHTMLString:[NSString stringWithFormat:@"<html><body style=\"background-color: red; font-size: 15; font-family: HelveticaNeu

Renaming a database in PostgreSQL

For renaming a database in pgAdmin: Go to pgadmin and select 'postgres' database and click on the query tool; run the query: ALTER DATABASE old_dbname RENAME TO new_dbname Example: ALTER DATABASE test_ky RENAME TO kwality(14-15)

1 2 4 120
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: