How to implement web-cam in OpenERP [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I want to implement web-cam in OpenERP. web-cam integration. Anyone give me idea how to and where to implement web-cam coding. I want to create widget for that like barcode.

On web client or on gtk, you should create different implementations, for web-client you must create a new widget i dont manage the the new JS framework but theorically this is the way.
Regards/

Related

prevent certain element words from being submited in a website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I would like to know how I can prevent a word from being submitted in my database
lets say I want to prevent the word 'fast car' what type of code would I use to do that. the codes that im currently using are html, javascript, php. for my website.
You can use RegEx.
On client side, refer https://developer.mozilla.org/en/docs/Web/JavaScript/Guide/Regular_Expressions

twitter typeahead for large data [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
What is the best way to use twitter typeahead for large amounts of data(say 1M)?
I see that there is remote option which gets data from the database directly. What is the best way to index the suggestions and how to cache them ?

How to re-create uploading something like Facebook Timeline cover? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I found several plugins that crops the image, but doesn't have the uploading function.
Here are those plugins:
TMatthew JWindowCrop
imgAreaSelect
So, how do I put the uploading function on JavaScript, I heard you can use it as a "Server-Side Language" (node.js) or should I use a different language like PHP?
Try JCrop, files for download contains sample php script to get you started and many samples here on stack.

Zimra - How I can handle key pressed event? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I'm creating a Zimlet to archive a message by pressing a key. For example 'a'.
Can anyone give me a hint how can I listen for this key?
Take a look at these blog entries:
http://dennis.dieploegers.de/doku.php/my2cents/handling_keyboard_shortcuts_in_zimbra_zimlets
http://blog.zimbra.com/blog/archives/2006/09/look-ma-no-mouse-keyboard-navigation-and-shortcuts-in-the-zimbra-collaboration-suite-and-the-kabuki-ajax-toolkit.html
Basically you need to add and register a keymap, than you can define key-handlers.

How Can I edit and save at same place any Text file present in my computer using javascript? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
want these things when a function call :
1.Open a text file (not visible to user)
2.Select a Text which is to be change
3.change the text
4.And save it at same place.
This is not possible in JavaScript. JavaScript is sandboxed by the browser and doesn't have access to the local computer.
Also, what you're trying to do sounds dodgy, and may well be the exact reason why it's sandboxed.

Categories

Resources