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

Search In

Property field in OpenERP

Each time you work in OpenERP, you find a new concept, recently I came across a concept Property Field in OpenERP and tried hard to understand it. Here is a small introduction to a property field. Property Field: A property field is a special field,

Get Pinterest Images into an iOS app

Simply to get User uploaded images from Pinterest we need to do following things first:- Install Pinterest native app on iOS device. Get logged in with any user credential. Now Hit the Pinterest API with passing . In json response you will get all

How to Integrate Google Map in a .Net Web Application

"Integrate Google Map in a .Net Web Application"     In this article I have discussed how to integrate Google map in a .Net Application. Getting Started: Make a web application, and write the following HTML in the aspx page: &l

How to building a table using angular ?

The ngRepeat directive instantiates a template once per item from a collection. Each template instance gets its own scope, where the given loop variable is set to the current collection item, and $index is set to the item index or key -angularJS The

JQuery on() method

The on() method is used to attach one or more event handlers for the selected elements. It is designed to replace both the .bind() and .delegate() event handlers. Syntax: $(selector).on(event,childSelector,data,function,map) where

JQuery aminate() Method

Jquery animate() method performs a custom animation of a set of CSS properties to change the state of an element from one to another. Only numeric values can be animated (like height: "100px"). But string values cannot be animated (like "background-c

JQuery aminate() Method

Jquery animate() method performs a custom animation of a set of CSS properties to change the state of an element from one to another. It is to note that only numeric values can be animated (e.g. height: "100px"). String values (e.g. "background-color

Indexes in mysql: Types and How to create indexes

Database index help in speeding up the retrieval of data from tables. When we query data from a table the following process is followed: -First MySQL checks if the indexes exist -Indexes are used by MySql to select relevant rows of the table and

jQuery bind() Method

Hello Readers, bind() is the jquey method which is used to attaches one or more event handlers for selected elements and specifies a function to run when the event occurs. syntax: $(selector).bind(event,data,function) event: event is a required

Create and remove GIT Remote branch

Create and remove remote branch on GIT : As we know that the git is used to collaborate between team. Developers can share the code using git by sitting anywhere on this word, for this the code should be exist in a central repository which is accessi

1 120 287
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: