Tag: internet explorer

  • Comments on recent news and trends

    I haven’t done a commentary on current or slightly old events for a while now… about time I did this! Maybe I will v-log it as well (also something I haven’t done in a while). Edit: v-logs are here! httpv://www.youtube.com/watch?v=qtfPZdRCx8s httpv://www.youtube.com/watch?v=Oo6IVaXZ3rM Tech trends… Hmm. Let me give me opinion on some tech trends. regarding VR,…

  • Issues with HTTP Referrer and Redirection

    Background You learn something new everyday, and of course I’ve learned many new things during the course of my work. One of them involves the HTTP referrer. So the HTTP referrer is the url of the page that linked to webpage. You can get the HTTP referrer by using document.referer in JavaScript. This is useful…