两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 |
public:it:front-end [2021/09/29 08:49] – oakfire | public:it:front-end [2025/02/17 14:37] (当前版本) – [Frond-end] oakfire |
---|
* [[http://usablica.github.io/front-end-frameworks/compare.html | A Comparison of Frond-end frameworks]] | * [[http://usablica.github.io/front-end-frameworks/compare.html | A Comparison of Frond-end frameworks]] |
* [[https://whatwebcando.today/|What web can do today]] | * [[https://whatwebcando.today/|What web can do today]] |
| * [[https://rxdb.info/articles/websockets-sse-polling-webrtc-webtransport.html| web推送事件方式比较:WebSockets vs SSE vs WebRtc]] |
| * [[https://liveblocks.io/blog/which-rich-text-editor-framework-should-you-choose-in-2025#comparison-table|富文本编辑框架比较]] |
| |
| |
* [[http://www.uc.cn/business/developer/|UC debug]] | * [[http://www.uc.cn/business/developer/|UC debug]] |
===== Online tools ===== | ===== Online tools ===== |
* <del>[[http://jsfiddle.net/]]</del> HK线路也不能访问,目前已知美国节点可以访问,可能是站点的问题。 | * [[http://jsfiddle.net/]] |
* [[https://codesandbox.io/]] | * [[https://codesandbox.io/]] |
* [[http://rendur.com/]] | * [[http://rendur.com/]] |
* [[http://www.xiconeditor.com/|ICO 图标在线制作]] | * [[http://www.xiconeditor.com/|ICO 图标在线制作]] |
* [[https://www.vectorizer.io/|img 转 svg 在线转换]] | * [[https://www.vectorizer.io/|img 转 svg 在线转换]] |
| * [[https://github.com/huglemon/inwind-landing-page| 落地页模板]] |
| * [[https://datavizcatalogue.com/search.html|可视化数据类型的选项]] |
===== Tips ===== | ===== Tips ===== |
* 浏览器视口(viewport)相对于屏幕的坐标位置的获取: | * 浏览器视口(viewport)相对于屏幕的坐标位置的获取: |
* 没有W3C标准 | * 没有W3C标准。标准的''window.screenLeft''是浏览器窗口的屏幕坐标。 |
* firefox 可以通过 ''window.mozInnerScreenX'' 获取 | * firefox 可以通过 ''window.mozInnerScreenX'' 获取,非标准。 |
* 其它现代浏览器(chrome)需要用鼠标事件所带的 ''screenX'',''clientX'' 来计算。参考 https://github.com/rokmoln/browser-coords | * 其它现代浏览器(chrome)需要用鼠标事件所带的 ''screenX'',''clientX'' 来计算。参考 https://github.com/rokmoln/browser-coords |
| * 浏览器捕捉屏幕: [[https://developer.mozilla.org/en-US/docs/Web/API/Screen_Capture_API/Using_Screen_Capture|MDN Screen capture]] |
| * ''navigator.mediaDevices.getDisplayMedia'' |
| * [[https://developer.mozilla.org/en-US/docs/Web/API/MediaStream|MediaStream]] |
===== LIB ===== | ===== LIB ===== |
* [[http://placehold.it/|img 占位]] | * [[http://placehold.it/|img 占位]] |
* [[http://fortawesome.github.io/Font-Awesome/examples/|Font Awesome]] | * [[http://fortawesome.github.io/Font-Awesome/examples/|Font Awesome]] |
| * [[https://github.com/tabler/tabler|tabler]]:一个基于 Bootstrap 的网页 UI 框架,专用于开发管理后台 |
==== Grunt ==== | ==== Grunt ==== |
* [[http://gruntjs.com| gruntjs.com]] | * [[http://gruntjs.com| gruntjs.com]] |