No module named 'requests' in Python

ModuleNotFoundError: No module named 'requests' in Python   Understanding the …

Read more

How to get live HTML Webpage Preview in Visual Studio Code

Go to 'Extensions' , then install 'Live Server'    Then go to View =>…

Read more

How to Add Routing to an Existing Angular Project

How to Add Routing to an Existing Angular Project What to do if I forgot to add routing w…

Read more

Cannot be loaded because running scripts is disabled on this system

How to Fix "Cannot be loaded because running scripts is disabled on this system&qu…

Read more

composer update error - your PHP version does not satisfy that requirement.

When I run 'composer update' , it gave me below error. package requires php ^7.1…

Read more

How to merge , combine or concatenate objects in angular

Lets assume we have two objects. We need to combine them before saving into database. …

Read more

Enable couchbase extension in php wamp

We have to install php_couchbase extension when we are goign to use couchbase with php. …

Read more

PEAR install in WAMP server

Then find the php version you are using in wamp server. First find the pla…

Read more

Debug result or error in datatables

When I was integrating datatables in my web pages, I had and issue of viewing result or …

Read more

Class 'Collective\Html\FormFacade not found in Laravel

As an example when we put     {!! Form::open(array('route' => 'merchant.s…

Read more

Laravel mysql error SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column

Laravel gives error SQLSTATE[42000]: Syntax error or access violation: 1055 Expression…

Read more

Angular2 Custom Filter Search Pipe for Drop Down onChnage

In HTML < select class = "form-control" [( ngModel )]=…

Read more

Executing JavaScript script tag in an Ajax Response

When we embed javascript inside ajax  innerHTML.The script will not execute automaticall…

Read more

Ajax/PHP Live Search - search database result

This is a search which is used to search database records against word entered in the se…

Read more

Time out web page if idle

HTML Code Javascript - jquery.idletimer.js

Read more

Get Facebook page Details using username

Read more

Get User Details from Twitter Using Username

Read more

Codeigniter Write data into Excel (Without using plugin/library)

Earlier I used to use a plugin for writing data into excel.But I found that it was very e…

Read more

Codeigniter video upload

Requirements 1.Create folder called "video" in the root folder 2.sometimes mi…

Read more

Codeigniter flv,wmv uploading gives error "Invalid file type"

It gives "The filetype you are attempting to upload is not allowed." error when…

Read more