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

Search In

Binary serach in C

Binary search as the name suggests mainly concerns with the searching of elements which are already in sorted order.   For binary search we need few things to consider     Mid Point  is find by the following way   m

Functional Programming in Cakephp

CakePhp supports functional programming. Functional Programming in CakePhp is a criterion as are crucial, logical and Object Oreinted programming. In CakePhp everything resides inside a function, in the mathematical sense. The consequence o

How to Convert SVG to Image (JPEG, PNG) in Browser & Save on Server

How to Convert SVG to Image (JPEG, PNG) in Browser & Save on Server for product preview to checkout   I'm converting svg using html2canvas to save on server side as png product preview before checkout with base64. The svg works fine. I

Managing the two versions of OpenERP on the same machine

Sometimes you require to run two versions of any software on a same machine. To run OpenERP with two different versions, you can have issues even if you try to use different browsers or windows at the same time. To run OpenERP 6.1 and 7.0 versions o

How to find the extension of a file to be uploaded in JSP?

Sometimes we need to find the extension (file-type) of a file at the time of uploading to apply some validation on it. We can do this by handling "change" event of input-file. Example: In the below example I want to upload the file having extension

How to make Qweb template engine in OpenERP/Odoo ?

QWeb is an XML-based templating language, similar to Genshi, Thymeleaf or Facelets. It has the following characteristics: It's implemented fully in JavaScript and rendered in the browser Each template file (XML files) contains multiple templates. It

How to Add Selector to the Button in Android

Adding Button Selector to add button selector to the button in the android xlm layout file, create a new xml file named button selector and use the following code : <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http:

How to copy text to Clipboard using jQuery

Hello Readers, I will show you how to copy text in clipboard without using ctrl+c. <html> <head> <script type="text/javascript" src="jquery-1.8.0.min.js"></script> <script src="jquery.zclip.js"></script> <

How to define workflow transition rules in OpenERP/Odoo ?

Workflow transitions can be restricted to a specific group. Users outside the group can not trigger the transition.For example code is like below.. <?xml version="1.0" encoding="utf-8"?> <openerp> <data> <record mode

How to Sending a signal from a subflow in Odoo/OpenERP

When a workflow is embedded in an activity (as a subflow) of a workflow, the sublow can send a signal from its own activities to the parent workflow by giving a signal name in the attribute signal_send. Odoo processes those activities by sending the

1 425 481
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: