Besides the cache empty instructions, these keyboard shortcut to get to the settings in various browsers are also really helpful:
- Control+Shift+Delete on a PC, or
- Shift+Command+Delete on a Mac.
–jeroen
Posted by jpluimers on 2015/02/06
Besides the cache empty instructions, these keyboard shortcut to get to the settings in various browsers are also really helpful:
–jeroen
Posted in Chrome, Chrome, Firefox, Google, Internet Explorer, Opera, Power User, Safari, Web Browsers | Leave a Comment »
Posted by jpluimers on 2014/11/24
Saving a web page for posterity is really easy: just prepend http://liveweb.archive.org/ in front of the URL in your browser, then open the page.
The Wayback Machine (Internet Aarchive) wil instantly archive it.
See this great answer by Jeff Atwood quite a while ago:
One thing that the ineffable Jason Scott just pointed out to me on Twitter:
if you give the url of the page to http://liveweb.archive.org and wait five minutes, it will archive that page. How about that?
Also you can enter
http://liveweb.archive.org/http://www.website.com/pageto have it happen without visiting the page.So if you want to ensure that a popular soon-to-be or may-possibly-be deleted question gets archived by the Internet Archive, manually feed them to the URL above.
I suppose for already deleted questions, we could also undelete, wait 5 minutes, let it archive, then re-delete.
–jeroen
via: Building an archive of deleted questions – Meta Stack Overflow.
Posted in Chrome, Firefox, Internet Explorer, Opera, Opera Mobile, Pingback, Power User, Stackoverflow, Web Browsers | 1 Comment »
Posted by jpluimers on 2014/10/31
Last week, I viewed to webinars. A smaller one Geek Fest – Automating the ForgeRock Platform Installation about Ansible installation of Unix machines, and the first 70% of the last day ofCodeRage 9 | Free Development Event by Embarcadero.
Both had a bad experience because of GoToWebinar has a really bad user experience.
When terminating, the only thing GoToWebinar allows you to do is give feed back (too bad they don’t allow for detailed feed back). So I gave it 0 out of 5 stars.
–jeroen
PS: I could save the below Q&A logs. If you have other logs, please let me know so I can publish them. I’m especially interested in Have You Embraced Your Inner Software Plumber Yet? by David Schwartz – The Tool Wiz
These are the CodeRage 9 – Object Pascal Sessions I could save the Q&A log of:
Posted in Appmethod, Chrome, Delphi, Delphi XE7, Development, Firefox, Internet Explorer, Power User, Software Development, Web Browsers | Tagged: GoToWebinar | 3 Comments »
Posted by jpluimers on 2014/09/10
Yesterday I posted this question on StackOverflow and G+: Is there a url or site like example.org which always produces a 404 error?
Soon after that, I found out three links that produce predictable HTTP status codes:
They also work for https:
- 200: https://www.google.com
- 204: https://www.google.com/generate_204
- 404: https://www.google.com/404
Edit 20241223: these also return a 404: http://www.google.com/undefined and https://www.google.com/undefined
On StackOverflow very few people even noticed the question, probably wondering “why?”.
I’m using these links for positive and negative testing of some http / https handling code that needs to be good at coping with positive and negative responses.
In my testing life, I’ve learned the hard way that both negative and positive tests are core part of your suite, hence the question.
–jeroen
via: Is there a url or site like example.org which always produces a 404 error?. Read the rest of this entry »
Posted in .NET, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0, .NET 4.5, Chrome, Communications Development, Development, HTTP, Internet protocol suite, Power User, REST, Software Development, TCP, Web Browsers, Web Development | Leave a Comment »
Posted by jpluimers on 2013/09/13
I wish I had kept an eye on it after it was announced (which was 3.5 years ago, but not very stable): The Youtube HTML5 viewer trial.
It has come a long way since then. Full screen it is still not as good as the official one, but the main attraction introduced since is: configurable playback speed!
Yes, you can choose playback at 25%, 50%, 100%, 150% or 200% of the original speed. Ideal for lectures or watching replays of conference sessions.
Quote from the life hacker post LifeHacker on this:
Posted in Apple, Chrome, Firefox, Internet Explorer, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.7 Lion, Opera, OS X 10.8 Mountain Lion, Power User, Web Browsers, Windows, Windows 7, Windows 8 | Leave a Comment »
Posted by jpluimers on 2013/08/23
Posted in Chrome, Chrome, Google, LifeHacker, Power User, Web Browsers | Leave a Comment »
Posted by jpluimers on 2013/02/21
Got a nice error message from Google Chrome today and wonder what the “true” means (:
The text is this:
[Confirm Navigation]
true
Are you sure you want to leave this page?
[Leave this Page] [Stay on this page]
You can use Ctrl-C to copy, then you get the text below:
trueAre you sure you want to leave this page
That means it is not a standard Windows MessageBox, as pressing Ctrl-C there would copy the title and buttons as well.
–jeroen
Posted in Chrome, Power User, Web Browsers, Windows | Leave a Comment »
Posted by jpluimers on 2011/09/09
Quote:
Gif Stopper will stop animated gif images with using the escape key.
We all love animated gifs but some times they are too distracting, that’s with Gif Stopper comes in. Hit the escape key and the image stops. Most browsers have this build-in and now Google Chrome has it also.
Most importantly: it WORKS with Google+ Plus!!
–jeroen
Posted in Chrome, Power User, Web Browsers | Leave a Comment »
Posted by jpluimers on 2011/07/22
About 9 months ago I posted about HTTPS Everywhere | Electronic Frontier Foundation hoping someone would port the HTTPS Everywhere extension for Firefox to force HTTPS in other browsers like Google Chrome, Microsoft Internet Explorer et cetera.
In the mean time, I found out about HSTS (HTTP Strict Transport Security), which is supported by FireFox 4, and Chrome 12.
Also in the mean time I found about a few HTTPS enforcer extensions for other browsers.
For instance, there are two similar Google Chrome Extensions to HTTPS Everywhere:
Internet Explorer does not have such an extension.
Opera has the Security Enhancer extension.
Next to HTTPS Everywhere, there are the ForceHTTPS and NoScript extension for FireFox (NoScript also supports HSTS).
FireFox 4 supports HSTS out of the box.
So now you have a choice!
–jeroen
Posted in Chrome, Firefox, Internet Explorer, Power User, Web Browsers | Leave a Comment »