Category: Uncategorized
-
No Starch Press: Understanding ECMAScript 6
Understanding ECMAScript 6 Source: https://www.nostarch.com/ecmascript6
-
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.js Error 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…
-
Kate (text editor) – that’s what the guys at work prefer as text editor
https://en.wikipedia.org/wiki/Kate_(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!
http://community.linkedin.com/questions/145088/remove-contacts-1.html?sort=oldest Who would assume, you can find “remove contact” hidden in a button “send message” with a “down-arrow”???
-
O’Reilly Media: Maintainable JavaScript – Writing Readable Code
http://shop.oreilly.com/product/0636920025245.do https://www.safaribooksonline.com/library/view/maintainable-javascript/9781449328092/
-
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!
-
music shopping: Gianna Nannini
https://en.wikipedia.org/wiki/Gianna_Nannini#Discography https://de.wikipedia.org/wiki/Gianna_Nannini#Studioalben https://www.amazon.de/Inno/dp/B010WE5AOO (2013) https://www.amazon.de/Hitalia/dp/B00PAKQNKQ (2014) https://www.amazon.de/Hitstory/dp/B015P76FI8 (2015)
-
GNU Emacs: “find-tag” – from “use” to “definition”
https://www.gnu.org/software/emacs/manual/html_node/emacs/Find-Tag.html 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…
-
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: https://blogs.windows.com/msedgedev/