
Search In
What is Alpha Testing?
Alpha testing is a sort of acceptance testing; performed to recognize every possible issue/bugs before releasing the product to ordinary clients or public. The center of this testing is to simulate genuine users blackb
If you want to perform a super with count as False, to have the ids, not a counter in Odoo then follow the following code in your .py file.
ids = super(mail_message, self)._search(cr, uid, args, offset=offset, limit=limit, order=order,
Here we are explaining about Nods Js features and how to create your first application using Node JS.
Node.js is a popular open source platform . It work in run-time enviornment for developing server-side web applications. Ryan Dah dev
Create custom fields for post type at admin end and fetch them at front end in Wordpress
The below code will create custom meta box at post type ata dmin end.Put the following code in your theme's function.php file if you want to customize theme
A form can be submit and validate without refreshing with the help of ajax and jquery. You just need to include one ajax file and there is no need of any js validation file to check the validations.Validation can be done on the basis of ajax response
Captcha is a test which can't be pass by computer but it is very easy for the humans to pass it.
For implementing captcha in cakephp we have to follow simple steps.
Step1:- First we have download captcha package from https://github.com/ini
Blocked loading mixed active content
Hello friends, I was getting warnings in my console and script is not working fine. Please have a look at the screen shot below. I am getting following errors in console:
What I was trying to d
jQuery is a flawless library, and for a long time now it has changed the path many engineers take on for their ventures. At the point when jQuery was made, CSS couldn't make complex movements, leaving JavaScript as the best approach. jQuery prove
Hello friends, I am writing this blog which will help you to export data to excel sheet or you can say that it will write data into excel sheet with the help of 'php-export-data-class' library.
Lets start by creating function name ca
In this tutorial we will see how we can use pluck and select in rails active record queries.
Select is used to fetch records with specific attributes. It returns ActiveRecord::Relation object.
Project.select(:id)
Project Load (41.5m