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

Search In

Alpha Testing versus Beta testing

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

How to perform a super with count as False, to have the ids, not a counter in Odoo?

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,

Node JS Installation and Create Your First Application Using Node JS

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

Wordpress: Create custom fields for post type at admin end & fetch them at front end

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

Submit and validate data with ajax (without refreshing)

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

Implementing captcha in cakephp

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

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 Animation

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

Export data into excel sheet using CakePHP

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

Select Vs Pluck in Rails

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

1 297 331
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: