Understanding ECMAScript 6
Category: Uncategorized
-
PACKT Books: Practical Data Analysis
<!–www.bibleserver.com | 522: Connection timed out
body{margin:0;padding:0}
<!–[if lte IE 9]>/cdn-cgi/scripts/jquery.min.js<![endif]–>
/cdn-cgi/scripts/zepto.min.js<!–
/cdn-cgi/scripts/cf.common.jsError
522
Ray ID: 3a8c53484edd2750 • 2017-10-05 00:40:12 UTC
Connection timed out
You
Browser
Working
Frankfurt
Cloudflare
Working
www.bibleserver.com
Host
Error
What happened?
The initial connection between Cloudflare’s network and the origin web server timed out. As a result, the web page can not be displayed.
What can I do?
If you’re a visitor of this website:
Please try again in a few minutes.
If you’re the owner of this website:
Contact your hosting provider letting them know your web server is not completing requests. An Error 522 means that the request was able to connect to your web server, but that the request didn’t finish. The most likely cause is that something on your server is hogging resources. Additional troubleshooting information here.
-
Kate (text editor) – that’s what the guys at work prefer as text editor
And “some of them” get really, really nervous, if they see somebody using something different 😎
The article says, it also emulates the vi editor – I will give it look at least – I liked vi a lot, until I totally fell for emacs.
-
Jacob Singh and the (Chrome) Tab Wrangler
- http://www.jacobsingh.name/content/tab-wrangler-or-how-i-stopped-thrashing-and-learned-close-my-tabs
Funny idea, I will keep it in my mind – but I do actually know, why I keep certain tabs open 😀
-
“I am finding it extremely difficult to remove a contact from LinkedIn” – how true!
Who would assume, you can find “remove contact” hidden in a button “send message” with a “down-arrow”???
-
LinkedIn stole my address book on my Android smartphone and keeps nagging me to invite my contacts to LinkedIn
That’s appalling. LinkedIn: stop acting that way! Release my address book! Don’t bother me any longer!
-
GNU Emacs: “find-tag” – from “use” to “definition”
In case of Perl files you have to help “the mode” by creating a TAGS file beforehand through running “etags …”.
In case of JavaScript files it works out of the box and w/o etags or anything like that.
I have been using Emacs (and VI) for dozens of years now, but I did not really bother using that feature – my tactile, typing and editor capabilities are good enough to get around w/o find-tag.
But now somebody at work sort of kept nagging, how to achieve that, so eventually I looked it up. And I am glad I did. And also to find out the differences.
-
using XPath expressions in JavaScript within a web browser
- O_Reilly_Media–JavaScript_Web_Applications : chapter 9, Testing and Debugging : The Console : Console Helpers
- Pragmatic_Bookshelf–Pragmatic_Guide_to_JavaScript : Take 4 : Obtaining References to DOM Elements :
document.querySelectorAll('selectors') - http://js-xpath.sourceforge.net : explains …
- https://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/
- https://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/ecma-script-binding.html
- https://developer.mozilla.org/en-US/docs/Web/XPath
- https://developer.mozilla.org/en-US/docs/Introduction_to_using_XPath_in_JavaScript !!!
- https://developer.mozilla.org/en-US/docs/Web/XPath/Snippets
- https://www.nczonline.net/blog/2009/03/17/xpath-in-javascript-part-1/
- https://github.com/google/wicked-good-xpath
- http://stackoverflow.com/questions/10596417/is-there-a-way-to-get-element-by-xpath-using-javascript-in-selenium-webdriver
- https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html
Firefox:
- http://toolsqa.com/selenium-webdriver/xpath-firebug-firepath/ – “XPath, FireBug & FirePath” – quite a nice environment to experiment with XPath expressions
Microsoft:
