Get all the kindle books

Get all the kindle books

If you read my previous post, in which I restored an old Kindle, then you’ll need ways of filling it with books. This list doesn’t include the obvious, because, well, they’re obvious. This will try and help you find other sources of books. Or covert...View Article

Leave your thoughts
Removing unwanted Windows Service

Removing unwanted Windows Service

Removing a service from Windows should be easy, but sometimes, it can get stuck in use, or stubborn. I was recently removing XAMPP from my machine as it was no longer something that I was using, and one of my services refused to be removed. The rea...View Article

Leave your thoughts
Notepad++ CRLF instead of LF

Notepad++ CRLF instead of LF

Recently had a problem with uploading a new php file to a server, and it turned out that Notepad++ was only adding LF to the end of each line, and not CRLF. Malay Ko Ba has a quick and easy way of fixing all your problems....View Article

Leave your thoughts
Online Testing With jsfiddle.net

Online Testing With jsfiddle.net

A website that I recently found very useful was the JS Fiddle website. It basically sets up a test area for you to try out simple bits of code, saving you the time or creating a test area. It also has the nice feature of being able to set up as dif...View Article

Leave your thoughts