By default the file upload limit when using Local by Flywheel is 300 MB. The steps below show how to increase this to 512 MB. Note: The process requires you…
I recently had a large JavaScript array - a complex polygon of latitude and longitude coordinates. The file was undesirably large (about 32 MB) which seemed to stem from the…
Notepad++ has a handy little feature to change the case of text. You can switch between lowercase, uppercase and title (proper) case. To use, select the text to change and…
The following steps show how to convert a character (for example a tab or comma) with a new line using Notepad++. For this example we'll be converting The,Quick,Brown,Fox,Jumped,Over,The,Lazy,Dog to The…
The following process has been tested and confirmed working with NotePad++ 7.5.5. It does the following tasks: Installs NotePad++ for the operating systems architecture (32-bit or 64-bit) Automatically updates any…
The default upload limit in WebMatrix is 2 megabytes. The upload limit is determined by three factors, the limit being the smallest: memory_limit upload_max_filesize post_max_size So to increase the upload…
Problem When attempting to save a WordPress post you receive the following error message Warning: Cannot modify header information - headers already sent by ... in ... on line ...…
Problem When using FileZilla to open files with Notepad++ the file automatically has new lines added. You may also note the EOL (end of line) has changed (or become corrupted)…
Many developers use Notepad++ as a quick and easy editor, but what many don't know if that you can install plugins to add functionality, such as comparing two files. The…