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

Search In

Horizontal slide toggle

Hi all, If you would like to have the horizontal toggle options, according to example when you click on the button to slide, it will play the animation reversed and hide the element. See the below example to toggle slide a div. Script:- $(document

How to configure the Barcode through Python code in OpenERP(Odoo)?

In below example I have written Python script to configure barcode. It will print one barcode on each page based on quantity available of selected products. Like below python code in .py file : import logging from openerp.osv import fields, orm

Standard directory structure for angular

The directory structure is also an important part for any framework and you can manage and maintain properly. May be it is possible you have searched tutorials and examples for Angular directory structure. Directory structure always helps you to mak

How to Search through the existing partners based on the lead's partner or contact name in OpenERP(Odoo)?

In existing partners first we have to go in .py file (Python file) After that we have to decide where we want Search through the existing partners based on the lead's partner fields and then give start to end Path to that field.Use below .py code in

How to Add followers linked to new partner in OpenERP(Odoo)?

To Add followers linked to new partner in OpenERP(Odoo) here is the process below- In followers linked to new partner fields, first we have to go in .py file (Python file) After that we have to decide where we want followers linked to new partner fie

Search location by using place on google map

Here below is the code for searching places by using place name. I use api provides by google also know as google place api. "http://maps.googleapis.com/maps/api/geocode/json?address="+CITY_NAME+"&sensor=true"; In response of it We get a json

How to display annotation on any Location in MKMapView

If we want to display the annotation point on any coordinates in MKMapView use the following functions- By using the annotation anyone can easily recognize the location.We can also set the Title here which will show when user click on that annotat

Name, Email & Url Validation in PHP

User Name Validation Code: Use below code, to check if the name field only contains alphabet and white space. $name = test_input($_POST["name"]); if (!preg_match("/^[a-zA-Z ]*$/",$name)) { $nameErr = "Only alphabet and white space allowed"; } E-

Copy to clipboard programatically

Clipboard is just a type of register where you can save some temporary data. you can't store data permanently here so its nice place to store temp data. For this you have to create a edittext from where you will copy text and then you have to set t

Extract metadata using ImageIO in java

Hello guys We are creating a file which have some information about file i.e create date, modify date, tags and description etc. called metadata of the file. Now, We are extract the Imagedata using javax.imageIO package requires ImageInputSt

1 522 596
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: