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

Search In

How to Perform Magento 2 Migration - Core Things to Know

The time for Magento 2 migration has come. Magento 1 is fading away and Magento 2 is taking its place. Magento migration has become demand of the industry. It’s high time you move your store from Magento 1 to Magento 2. Already most of the peop

Forgot Password And Reset Password In CakePHP

Forgot password functionality we usually on the login page of many website. It is used when we we forgot our password and want to recover it. In this blog we are going to recover it by sending an email to the registered email with user account. we

PDO(PHP Data Objects)

PDO stands for PHP Data Objects. It is a php extension which provides an interface used to access the database. It basically provides an abstraction layer to access the database regardless of the database we are using. It supports many databases such

Top 5 Cross-Platform Mobile App Development Tools You Should Use

Picking the right development tool is a critical part of building a good app. But there are certain factors that come into play when you’re trying to decide which tool is the best.     Often times, the platform that you want to b

How administrator track every user operation on all the objects of the system in OpenERP(Odoo)?

Step-1 Install Audit Trail module Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file:- from openerp.osv import fields, osv from openerp.osv.os

SQL Insert Statement

SQL insert statement is used to insert the data in a table in database . Using this statement we can insert single or multiple data in a table . We can insert the data by two ways : 1) By SQL insert into statement : we can insert data either by colum

Android MVP Model Overview, Advantages and How it Differs from MVC

What is MVP:- MVP(Model View Presenter) is the best software design patterns for Android. MVP separates the application into three layers:   Model: This holds the actual business logic of the application. which will allow us to perform and man

How to take backup database in PostgreSQL in ubuntu

To take backup database in PostgreSQL in ubuntu follow these step in terminal 1- sudo su - postgres 2- psql 3- pg_dump abctest_db > /home/sachin/abc.sql Here, abctest_db = is a dbname whose backup I want to take abc.sql file = this i

How to Connect multiple database in WordPress?

Hello readers, today I guide you "To Connect Multiple Database in WordPress". In WordPress, wpdb is the class which handles all the database related tasks. In arrears WordPress installation we have $wpdb object of that class using whi

Domain Name - Advantages And Impact On Businesses

A domain name is the virtual address of your website that web users input in their browser search bar to visit your website. In simple terms, if your website was a house, your domain name is its address.   How Do Computers Identify Domain Name

1 18 161
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: