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

Search In

How to make user in OpenERP (Odoo)?

If you want to make user in OpenERP (Odoo) follow the below mentioned steps: - Step-1 Go to Settings menu and click it. Step-2 Go to users->Users Step-3 click on Create button Step-4 Name->Email->Adress->Access Rights->Appli

How to implement the Auto Layout Contraint through Code

Hi Readers, This Post is just a brief introduction about “How we can implement Autolayout Contraints through coding”. Now,Before moving ahead with the topic let us have a brief about AutoLayout. WHAT IS AUTOLAYOUT...?? Auto Layout is a way to def

How to take backup of MySQL Database structure only

To take backup of structure only you need to execute the following command: mysqldump -u [username] –p[password] –no-data [database_name] > [dump_file.sql] Here, –no-data tells the mysqldump to take the structure backup only.

Backup of MySQL Database Data

To take backup of MySQL database only you need to execute the following command: mysqldump -u [username] –p[password] –no-create-info [database_name] > [dump_file.sql] Here, we will use the –no-create-info to take data backup only.

What Is Localization Testing In Software Testing ?

What Is Localization Testing In Software Testing ? Normally localization testing is executed to confirm the quality of any application's or product’s localization for a specific goal or situation accomplished just on the localized version

Random Testing Or Monkey Testing

‘Random Testing’ is also called a ‘Monkey Testing’. Random testing is a kind of black box testing. We mainly focused in the functional testing on it. Generally random testing is executed when there is not sufficient time perio

Prototype Model: Advantage And Disadvantage

Prototype Model is the the very famous model in the software development model. The main concept here is that in place of freezing the needs or requirements ahead the coding or designing can carry on, a temporary prototype is made to comprehend the r

  • 4.14k
Class Methods And Object Methods

Object Methods:   Object Methods are thode methods which we have to explicitly define in the class. First we have to create an object of the class and then we call the object methods. Example:   class Object def initialize (name

How to send email in Asp.net

To send an email in c#, we will create an application in which user can login via gmail id and password and send the mails. Now Firstly we will understand what is required to create email application in c#. If we want to send the email in c# we have

Image Cropper in liferay AlloyUi

Image cropper is the UI part of the web application to crop the image as requirement using mouse drag-drop. Image cropper is inbuilt functionality in the Liferay. Follow below steps to better understand : Load the below Js and CSS files, if you h

1 21 174
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: