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

Search In

How to writing a test case in Odoo ?

If you want to writing test case, you have to add javascript code in your Odoo manifest files.For example see below code. { 'name': "Demonstration of web/javascript tests", 'category': 'Hidden', 'depends': ['web'], 'test': ['static/t

How to send any character in uppercase in Appium ?

Appium provides keycodes for the alphabets only in the lowercase. If we have to send any alphabet in uppercase then we have to send the keycode of that alphabet with the shift keycode. Practically also we first press the shift key and then press the

How to display all errors in php

To display all errors in php we need to add following lines of code in php file. error_eporting(E_ALL); ini_set('display_errors', 1); We can Set display_errors = On in your php.ini file. or we can try the following code in php file. ini_set('d

How to use the dis Module in python

In python dis module converts byte codes to a format and You can run the disassembler from the command line and It compiles the given script and prints the disassembled byte codes to the stdout . The dis function takes a class, method, function or co

How to Add Custom Vibration Pattern Programatically

Im trying to implement custom vibration pattern programatically inside my app.kindly suggest any sample apps/ source codes  which we can add the custom vibration pattern inside code.I am able to bring the default vibration inside by adding the A

How to insert special symbols in HTML

Hello Reader! If you are new to web desingning and you need to insert some special symbols in your web page then this blog is very helpful for you. You might have seen copyright symbol ©, This type of symbol will only generate if you insert their htm

how click ad and my link by single button

I HAVE ADSENSE AD CODE FOR MY WEBPAGE : <!-- Begin BidVertiser code --> <SCRIPT SRC="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=719755&bid=1786221" TYPE="text/javascript"></SCRIPT> <!-- End BidVertiser code --> AN

How to change itertools.product parameters while running

Hi, I'm new in Python, so excuse me if the question may be too simple for someone. I have the following code: from itertools import product for a,b in product(range(0,10), range(a,10)): print (a,b) but it does not work, a message error t

How to use cookies in Codeigniter

Hello Reader's if you are making the auto login sign up form then you must have to use the Cookies. In core php you have to write the long syntax to handling the request to Cookies. Now Codeingiter offers developers to load the nessasry code in p

How to disable email address link in html email ?

I am writing this blog, because there was a case when I have to send email without the link. For example: If in email I send some data: <p>Your Email id is: amuk.saxena@evontech.com.</p> Now when the email is sent to gmail, then gmail a

1 247 408
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: