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

Search In

How to update fields in text fields in product module OpenERP(Odoo)

In OpenERP first create custom module and inherits the hr module in your existing module.   Follow these step given below Step1- First create existing module like as test and than create .py file in your own module like as a test.py file and

Upload Multiple APK with same package name.

Google Play has a feature to publish multiple apk with the same package name and different device configuration. For multiple apk's each apk has different version code and signed with the same certificate. This feature is useful while your appli

Singleton methods in rails

A regular instance method can be used by all the instances of that class and all of them will inherit their behavior from its class. But what if we want a particular instance to have a specific behavior that no other instance can have that is where s

Use of Lambda expression in java 8

The lambda expressions is introduced in java 8 and easy to use. Lamda expression automatically read the params type and return the same type value. Like we have an anonymous class to implement some listener in it like this : button.addTouchListene

DataBinding in WPF

Hello Readers, Data Binding is a concept which is used to bring/display data in UI controls from source object. DataBinding in WPF is binding between the source object and the destination UI element. With data binding in WPF you can take data from a

Make a simple paint application in iOS

We all have seen a paint application in our PCs or laptops. So, here we are going to build a simple application which uses different colors to draw on the screen :-   Lets start with making the UI. Drag an UIImageView and UIView in the Main.st

Mouse hover action selenium webdriver

To perform mouse hover function over a main menu which has sub elements, for this we have to chain all the actions that we want to achieve in one go.   In order to perform it, first move on to the main menu element which has sub elements an

How to animate view zoom and bounce like popup in objectiveC

This blog includes zoom and bouncing In animation on view. If we want to present view like popUp alert then it include two animation- first is zoom and second is bouncing.These two animation can be achieved by affinity transform.Scaling, rotation, a

Transparent background using CSS

Hey there! There are never enough things to do with CSS. We may think of the weirdest stuff, and CSS makes it possible. One such thought that popped into my mind was of transparent background. We have used  colors and images as backgrounds. But

Chapter 4: HTML5 Canvas

Hello Readers,   To learn canvas you have basic understanding of HTML and JavaScript. The HTML5 <canvas> tag gives you way to draw graphics via scripting (JavaScript). You can use it for photo compositions, graph and animation. All core H

1 107 217
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: