Month: October 2020

PHP: How to create csv files

It is very easy to create a csv file using PHP. All you need to do is create a two dimensional array of data and call fputcsv() function. This script…

How to change nodepad++ theme

Notepad++ is a simple lightweight editor that packs a punch. When using any editor, you would want customize its look and feel to suit your comfort. Notepad++ comes with several…

Merging and unmerging cells in Excel

Steps to merge cells select desired cells click on Format and choose Cells. Format cells window should be open now click on the Alignment tab check Merge cells under Text control click on OK Steps to unmerge cells select desired cells…

Excel: how to transpose data

The following steps show how to transpose data in excel. Transposition refers to switching between rows and columns. For example, if row 1, column1 is A, row 2, column 2…

Node Package Manager (npm)

Node Package Manager (npm) comes bundled with Node. It allows you do search Node repositories for packages and modules. Anything that is searchable on search.nodejs.org is also searchable by npm.…