Search

Developers Log

A blog about software developing and technology

Month

June 2019

JavaScript: how to add/remove items to/from an array

A quick guide on how to add and remove items from a JavasScript array at a given position. Let's see how push/pop, shift/unshift and slice work.

WordPress not loading CSS outside localhost

Ways to fix localhost install of WordPress so that it displays correctly when accesing from outside localhost

How to quickly install WordPress in Debian Stretch

Quick guide to installing WordPress in Debian Stretch

How to: Write to a Text File in C# using StreamWriter

Quick guide to use the StreamWriter class to write text data to files.

Blog at WordPress.com.

Up ↑