Developing for Old Browsers
This post is still a draft. Come back later. I have a Windows 98 SE virtual machine that I like to tinker with. I have Apache and PHP 5.1.X running on it. I have ansi.sys enabled MS-DOS terminal1, so I can have colors and create cool CLI apps2. I have VIM 7.3 installed in it.3 Surprisingly enough vim-plug and vim-airline work.45 This means we can have a very modern development expierience on Vim. Vim 7.3 has omni-completion (a type of intellisense) and JS syntax highlighting. For editing text files or keeping notes I also have Notepad++. 6 I also have webone installed. So I can connect to https sites. webone is a proxy that runs in a docker container that terminates the TLS connection. 7 ...