文章摘要
HTMLcat是一个记录HTML、CSS和JavaScript实用技巧的网站,每个便签包含一个平台功能、小示例和注意事项,部分内容涉及有限或实验性功能,需注意浏览器兼容性。
文章总结
HTMLcat 是一个专注于 HTML、CSS 和 JavaScript 实用技巧的网站,以便签形式呈现每个知识点。每个便签包含一个平台功能、一个简单示例以及需要注意的要点。部分内容涉及有限或实验性功能,建议查看支持标签、保留备用方案,并在真实浏览器和辅助技术下测试。网站目前收录了42条技巧,涵盖设备类型检测、隐藏滚动条、空标签处理、居中布局、平滑滚动、对话框元素、颜色主题适配、容器查询、滚动驱动动画、弹出窗口API、视图过渡API等主题。所有内容由 Marco Mezzavilla 维护,并关联其其他项目。
评论总结
根据评论内容,主要观点如下:
正面评价(认可度较高): - 观点:页面提供了实用的技巧清单,便于浏览和挑选有用内容。 - "I like these opinionated lists, especially when it’s easy to browse and cherry-pick useful stuff."(作者:herrherrmann) - "Super neat! Rare to see a genuinly actually useful opinionated list like this."(作者:markuswagner) - 观点:对日常开发有帮助,如快速查找CSS居中方法。 - "I'm always googling how to center with CSS.. bookmarked."(作者:mrbluecoat)
负面评价(认可度较低):
- 观点:缺乏实际示例,仅展示代码而不显示结果,实用性不足。
- "I can’t find a single example; each post-it just shows some code but not the result of it."(作者:hk__2)
- "without demos this is mostly useless i think"(作者:vortegne)
- 观点:描述过于简短,类似工具提示,且内容混杂(如包含bash命令)。
- "The descriptions are also mostly so short, that they could just as well be tooltips on the homepage."(作者:moontear)
- "I can't fathom what bash (e.g. du -hd 1 . | sort -hr) is doing there."(作者:moontear)
改进建议: - 观点:应补充浏览器兼容性信息,并链接到MDN或caniuse.com。 - "It’d be very good to mention how compatible the features are... there could just be links to the related MDN and/or caniuse.com pages."(作者:herrherrmann) - 观点:建议隐藏滚动条(界面设计问题)。 - "please don't hide scrollbars :)"(作者:apples_oranges)
其他推荐: - 观点:推荐其他资源(如CUTCODEDOWN)作为更好的HTML+CSS开发参考。 - "Best resource for proper HTML+CSS development is Jason Knight... CUTCODEDOWN"(作者:tylerius)