-
Notifications
You must be signed in to change notification settings - Fork 2
Helpful Technical Links
Matt McHenry edited this page Jul 9, 2018
·
15 revisions
These links provide(d) helpful background for implementing various features of Elbum.
- https://stackoverflow.com/questions/33612524/set-the-page-title-in-elm
- https://stackoverflow.com/questions/43621232/why-doesnt-elm-provider-html-document-head-tags
- http://package.elm-lang.org/packages/elm-lang/dom/1.1.1/Dom-Scroll#y
- https://discourse.elm-lang.org/t/saving-and-restoring-scroll-position/661
- https://github.com/fossar/elm-scroll-events/blob/master/src/Html/Events/Scroll.elm
- https://stackoverflow.com/questions/2950382/onscroll-for-div
- http://package.elm-lang.org/packages/elm-lang/http/1.0.0/Http-Progress
- https://gist.github.com/pablohirafuji/fa373d07c42016756d5bca28962008c4
- https://stackoverflow.com/questions/14218607/javascript-loading-progress-of-an-image/22593907#22593907
- https://stackoverflow.com/questions/36595683/track-progress-of-loading-image-in-javascript
- https://stackoverflow.com/questions/3849428/is-there-a-way-to-tell-how-much-of-an-image-is-already-loaded
- https://stackoverflow.com/questions/19063399/loading-images-with-xhr-request
- https://stackoverflow.com/questions/14218607/javascript-loading-progress-of-an-image/42196770#42196770
- via github references: https://github.com/gdotdesign/elm-github-install
- https://github.com/NixOS/nixos-homepage/pull/160
- https://github.com/domenkozar/elm2nix
- http://stackoverflow.com/questions/7768269/ipad-safari-disable-scrolling-and-bounce-effect
- preventDefault on a per event basis: https://github.com/elm-lang/html/issues/66
- Event onWithOptions doesn't allow selective behaviour on events: https://github.com/elm-lang/virtual-dom/issues/18
- http://stackoverflow.com/questions/38907659/using-preventdefault-in-elm
- https://groups.google.com/forum/#!topic/elm-discuss/YEjrSJ0x0xo
- http://jsbin.com/hipeba/edit?html,css,js,output
- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions
- https://github.com/rtfeldman/elm-css/issues/234
- https://css-tricks.com/ease-out-in-ease-in-out/
- https://stackoverflow.com/questions/12894171/how-to-set-css-transition-to-a-new-element-or-do-the-same-with-javascript
- http://stackoverflow.com/questions/1700864/making-images-fade-in-on-image-load-using-jquery
- http://package.elm-lang.org/packages/elm-lang/navigation/2.1.0/Navigation
- https://github.com/evancz/url-parser/issues/40
- http://package.elm-lang.org/packages/Bogdanp/elm-combine/3.1.1
- http://package.elm-lang.org/packages/pzingg/elm-navigation-extra/latest
- http://package.elm-lang.org/packages/rgrempel/elm-route-url/latest
- http://stackoverflow.com/questions/35699588/making-a-picture-slider-in-elm-model-updates-triggered-by-loaded-element
- https://github.com/rofrol/elm-image-slider/blob/master/src/Main.elm
- http://stackoverflow.com/questions/12354865/image-onload-event-and-browser-cache
- http://package.elm-lang.org/packages/knledg/touch-events/2.1.1/TouchEvents
- https://github.com/krisajenkins/remotedata/
- https://groups.google.com/forum/?fromgroups#!topic/elm-discuss/inp9r11incM
- https://github.com/agrafix/elm-bridge/blob/master/test/EndToEnd.hs
- https://hackage.haskell.org/package/aeson-1.0.0.0/docs/Data-Aeson.html
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture
- https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element
- http://www.html5rocks.com/en/tutorials/responsive/picture-element/
- https://dev.opera.com/articles/native-responsive-images/
- http://stackoverflow.com/questions/24650218/image-in-full-screen-with-img-tag
- https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing
- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes
- https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox
- https://kartikprabhu.com/articles/equal-height-images-flexbox
- http://thenewcode.com/986/Web-Developer-Reading-List-Galleries
- https://github.com/lukewestby/elm-css-autoprefix