dlrandy / note-issues

2 stars 0 forks source link

FE 牛人网站 #10

Open dlrandy opened 6 years ago

dlrandy commented 6 years ago

http://szafranek.net/ https://davidwalsh.name/font-smoothing http://www.webondevices.com https://www.robinwieruch.de/react-eslint-webpack-babel/

dlrandy commented 6 years ago

http://svgdiscovery.com/

dlrandy commented 6 years ago

Mobile : https://developer.telerik.com/category/topics/mobile-development/

dlrandy commented 6 years ago

https://sarahdrasnerdesign.com/

dlrandy commented 6 years ago

http://callmenick.com/dev/

dlrandy commented 6 years ago

https://jakearchibald.com/2013/animated-line-drawing-svg/ https://24ways.org/2013/animating-vectors-with-svg/ https://product.voxmedia.com/2013/11/25/5426880/polygon-feature-design-svg-animations-for-fun-and-profit https://tympanus.net/codrops/2013/12/30/svg-drawing-animation/

dlrandy commented 6 years ago

SVG获取path的长度是document.querySelector('.path').getTotalLength();

dlrandy commented 6 years ago

https://css-tricks.com/nerds-guide-color-web/

dlrandy commented 6 years ago

https://medium.com/@mciastek/s-css-best-practices-that-you-have-not-yet-known-ba2f6329b5dd http://thesassway.com/beginner/how-to-structure-a-sass-project https://tylergaw.com/articles/sass-to-postcss/

css代码组织结构

dlrandy commented 6 years ago

http://www.nickjr.tv/

dlrandy commented 6 years ago

https://weblogs.asp.net/owscott/rewrite-vs-redirect-what-s-the-difference

https://camunda.com/bpmn/ http://harttle.land/2017/04/04/using-http-cache.html

https://www.psclistens.com/insight/blog/browser-session-lifespan-idle-session-timeout-vs-ltpa-token-expiration/

dlrandy commented 6 years ago

http://frontendbabel.info/articles/webpage-rendering-101/

https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/

dlrandy commented 6 years ago

https://slicejack.com/how-to-use-css-calc-function/ overflow 只在元素有固定高度的时候生效 https://css-tricks.com/a-couple-of-use-cases-for-calc/

dlrandy commented 6 years ago

https://serverless-stack.com/chapters/code-splitting-in-create-react-app.html

https://btholt.github.io/complete-intro-to-react/webpack-code-splitting-and-async-routing/

https://scotch.io/tutorials/lazy-loading-routes-in-react

dlrandy commented 6 years ago

http://resources.infosecinstitute.com/securing-cookies-httponly-secure-flags/#gref

dlrandy commented 6 years ago

https://www.simbla.com/responsive_website_templates

https://mobirise.com/

https://bootstrapstudio.io/

http://freeemaileditor.com/

http://www.mpzmail.com/

https://www.wix.com/

https://stackoverflow.com/questions/35006730/webpack-provideplugin-with-zepto?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

dlrandy commented 6 years ago

http://www.competa.com/blog/chrome-bug-pageup-pagedown-textarea-moves-website-window/

putCaretAtStart: function (obj) { var range; if (window.getSelection) {//ie11 10 9 ff safari $(obj).find('.vt-msg-pasted').length && obj.appendChild(document.createElement('br')); obj.focus(); range = window.getSelection(); range.selectAllChildren(obj); range.collapseToStart(); } else if (document.selection) {//ie10 9 8 7 6 5 range = document.selection.createRange(); range.moveToElementText(obj); range.collapse(false); range.select(); } },

dlrandy commented 6 years ago

https://purplebamboo.github.io/2016/08/16/iconfont_code_and_use/

dlrandy commented 6 years ago

http://www.css-101.org/negative-margin/index.php

dlrandy commented 6 years ago

https://www.paulirish.com/2011/web-browser-frontend-and-standards-feeds-to-follow/

https://webplatformdaily.org/

dlrandy commented 6 years ago

https://www.bit-101.com/blog/?s=webgl&submit=Search

dlrandy commented 6 years ago

http://graphoverflow.com/

dlrandy commented 6 years ago

https://web.chemdoodle.com/demos/2d-to-3d-coordinates/ http://learningwebgl.com/blog/?p=6710

dlrandy commented 6 years ago

http://blog.vjeux.com/2011/css/css-one-line-justify.html

http://andychung.me/

dlrandy commented 6 years ago

http://phrogz.net/css/vertical-align/

dlrandy commented 6 years ago

https://cdb.reacttraining.com/react-inline-functions-and-performance-bdff784f5578

dlrandy commented 6 years ago

http://benediktmeurer.de/2015/12/25/a-new-approach-to-function-prototype-bind/

dlrandy commented 6 years ago

http://zhangwenli.com/blog/2017/07/26/createelementns/

dlrandy commented 6 years ago

https://medium.freecodecamp.org/node-js-module-exports-vs-exports-ec7e254d63ac

dlrandy commented 6 years ago

https://www.linkedin.com/pulse/d3js-react-es6-lucas-oliveira

dlrandy commented 6 years ago

http://usefulangle.com/post/40/javascript-client-height-vs-offset-height-vs-scroll-height

dlrandy commented 6 years ago

https://tylermcginnis.com/react-router-cannot-get-url-refresh/

dlrandy commented 6 years ago

https://css-tricks.com/scale-svg/

dlrandy commented 6 years ago

https://medium.com/@pshrmn/a-simple-react-router-v4-tutorial-7f23ff27adf

dlrandy commented 6 years ago

https://alligator.io/js/copying-to-clipboard/

dlrandy commented 6 years ago

https://alligator.io/js/copying-to-clipboard/

dlrandy commented 6 years ago

https://javascript.info/cross-window-communication

dlrandy commented 6 years ago

https://jes.al/2018/04/optimizing-front-end-delivery-with-Webpack-4/

dlrandy commented 6 years ago

http://www.dyn-web.com/tutorials/iframes/refs/

dlrandy commented 6 years ago

https://blog.codecentric.de/en/2017/12/developing-modern-offline-apps-reactjs-redux-electron-part-3-reactjs-redux-basics/

dlrandy commented 6 years ago

https://archive.barrelny.com/blog/text-align-justify-and-rwd/

dlrandy commented 6 years ago

https://alistapart.com/article/holygrail

dlrandy commented 5 years ago

https://blog.grossman.io/how-to-write-async-await-without-try-catch-blocks-in-javascript/#

dlrandy commented 5 years ago

https://medium.com/front-end-hacking/error-handling-in-node-javascript-suck-unless-you-know-this-2018-aa0a14cfdd9d

dlrandy commented 5 years ago

https://blog.kentcdodds.com/introducing-downshift-for-react-b1de3fca0817

dlrandy commented 5 years ago

https://guides.github.com/features/mastering-markdown/ https://www.markdownguide.org/extended-syntax

dlrandy commented 5 years ago

https://www.webfx.com/tools/emoji-cheat-sheet/

dlrandy commented 5 years ago

http://azer.bike/journal/?source=user_profile---------------------------

dlrandy commented 5 years ago

http://faculty.purchase.edu/jeanine.meyer/ http://www.takashimukoda.com/html/artwork/feedback.html

dlrandy commented 5 years ago

http://bradfrost.com/blog/link/whats-wrong-with-css-in-js/

dlrandy commented 5 years ago

http://raganwald.com/2015/06/26/decorators-in-es7.html