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

Search In

SpeechRecognizer.ERROR_NO_MATCH:

Hello guies, As i was working on and speech recognition module i encountered a mysterious bug while the listener called for the second time to listen for voice input. Bug detail :- When you call the listener of the SpeechRecognizer instance for

length property in JavaScript String

length property in JavaScript String : Strings in JavaScript are sequence of characters. What if you want to know the number of characters a string has, solution is call the property called length on string object. JavaScript string has the property

How to create BigPictureStyle Notification in Android

To show large-format notifications in android notification bar similar like Flipkart, Mobikwik, Paytm applications. The style of large icon notification bar is called BigPicturestyle Notifications. Mostly the BigPicturestyle Notification is used to

What is the difference between parent() and parents() methods in jQuery ?

Hello Readers, parent() : this function travels only one level in the DOM tree. parents() : this function search through the whole DOM tree. For Example : Given the following HTML : <html> <body> <div class=”one”>

HTML5 Web Worker

A web worker is basically a javascript code that runs in the background. It does not effect the performance of the Page. Usually When we run some script in our html page the page do not response until the script finishes. By using Web Workers you ca

Pagination in Cakephp

In cakephp framework there is a way which features pagination easily on your web page. This can be done as : Controller Code : public $components = array('Paginator','Flash'); public function index() { $this->paginate = array(

How to make live clock on website uisng Javascript?

Hello readers if you want to show a live clock on your web page then you can use the javascript to make it. So lets start with html page. Create blank HTML page name is clock.html, And it's code will go like this:- <html> <head> <tit

Working with 3D in ActionScript

WORKING WITH 3 DIMENSION The 3D is a new feature of ActionScript. 3D basically stands for Three Dimensinal space. The major difference that comes between Two Dimension and Three Dimension is the addition of an extra dimension. With 2D we used to work

What is Positive Vs Negative Testing?

Software Testing is procedure of verifying and validating the product or application/software and checks whether it is functioning as expected. The expectation/intent is to discover bugs and enhance/improve the item quality. There are two approaches

One2One fields in Odoo-9

There is one field that since v6 and above was deleted and no longer used, ie one2one relations field. If we tried to make it in v6 the error will definitely occurs. OpenERP provides a solution 'combine' to the field many2one but here there is little

1 570 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: