list of javascript quirks
This post is to remind myself of mistakes I did or encountered with javascript. Do not use window.location.origin It is undefined in Firefox currently (ver. ...
This post is to remind myself of mistakes I did or encountered with javascript. Do not use window.location.origin It is undefined in Firefox currently (ver. ...
Setup Well, download Fiddler first by visiting http://www.fiddler2.com/fiddler2/version.asp. Use BeyondCompare to compare web sessions Everyone loves ...
Sourced from Wikipedia - List of HTTP Status Code 401 Unauthorized Similar to 403 Forbidden, but specifically for use when authentication is required and ...
Selenium and webdriver tests are everywhere these days. They can be often slow and flaky, but you need to run them to make sure you didn't break anything. cf...
In Mac, you can open sublime text 2 from terminal, and it’s really handy. I wanted to replicate the same thing on windows, so wrote a simple script that enab...