created: 20230221204801305 creator: Octt modified: 20240119001119592 modifier: Octt tags: title: Web/Development <<^WikipediaFrame "Web development">> !!! ''References'' ; Misc : [[Window: postMessage()|https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage]] : [[Proxy Auto-Configuration (PAC) file|https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file]] ; DOM querying : [[Find all text nodes in HTML page|https://stackoverflow.com/a/10730777]] : [[Find the closest ancestor element that has a specific class|https://stackoverflow.com/a/49516201]] | [[Element.closest()|https://developer.mozilla.org/en-US/docs/Web/API/Element/closest]] ; DOM manipulation : [[Insert a childNode to a specific position|https://stackoverflow.com/a/26259544]] : [[Prepend/append childNode to beginning/end of element|https://stackoverflow.com/a/45656684]] : [[Replace a DOM Element|https://www.javascripttutorial.net/dom/manipulating/replace-a-dom-element/]] ; Embeds : [[From object to iframe — other embedding technologies|https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies]] : [[Alternative to iFrames with HTML5?|https://stackoverflow.com/questions/8702704/alternative-to-iframes-with-html5#31845361]] : [[Why are iframes considered dangerous and a security risk?|https://stackoverflow.com/questions/7289139/why-are-iframes-considered-dangerous-and-a-security-risk]] : [[4 IFrame Security Concerns You Should Know|https://blog.bitsrc.io/4-security-concerns-with-iframes-every-web-developer-should-know-24c73e6a33e4?gi=2c961c6663da]] !!! ''Tools and similar'' * https://github.com/csstools/oldie - //tranforms CSS to be compatible with old Internet Explorer// * [[CORS Anywhere|https://github.com/Rob--W/cors-anywhere]] - //Server proxy which adds CORS headers to the request// * [[Web developer tools (mothereff.in)|https://mothereff.in/]] --- <<[# Git"https://github.com/mathiasbynens/mothereff.in">> !!!! Minification * ~~[[node-minify|https://github.com/srod/node-minify]] - //Light Node.js module and CLI app that compress javascript, css and html files//~~ !!! ''Misc'' * [[web.dev|https://web.dev/]] - //Guidance to build modern web experiences that work on any browser// (?) * [[Go Make Things|https://gomakethings.com/]] - //how to build a simpler, more resilient web// ** [[The Vanilla JS Toolkit|https://vanillajstoolkit.com/]] - //tools and snippets for working with JavaScript// (libraries, functions, polyfills, learning) * [[Web Accessibility Developer Guide|https://www.accessibility-developer-guide.com/]] * [[Using