Faster way to develop and test print stylesheets (avoid print preview every time)?
This is my process right now: Save changes to print.css Open browser and refresh page. Right-click and choose Print > Print Preview (Firefox, … Read more
This is my process right now: Save changes to print.css Open browser and refresh page. Right-click and choose Print > Print Preview (Firefox, … Read more
In Google Chrome there is an easy way to see what’s in local storage as well as modify or delete it after inspecting … Read more
I find it odd that input type=”date” is still not supported in Firefox after all of this time. In fact, I don’t think … Read more
The following code works in Google Chrome beta as well as IE 7. However, Firefox seems to have a problem with this. I’m … Read more
I have been looking for a way to alter a XHR request made in my browser and then replay it again. Say I … Read more
I have a script that detects Javascript errors on my website and sends them to my backend for reporting. It reports the first … Read more
How can I verify my XPath? I am using Chrome Developers tool to inspect the elements and form my XPath. I verify it … Read more
How can I inspect an element which disappears when my mouse moves away? I don’t know it’s ID, class or anything but want … Read more
On Firefox 28, I’m using <input type=”number”> works great because it brings up the numerical keyboard on input fields which should only contain … Read more
I’m running Firefox on a Xvfb in a VPS. What I want to do is to take a full page screenshot of the … Read more