TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Using YUI 2 on the DuckDuckGo Search Engine

29 点作者 taylorwc将近 15 年前

3 条评论

antics将近 15 年前
Asynchronous image loading is something that most sites can benefit from, and the YUI has a simple and elegant solution for this. If you're in web development, I highly recommend looking at it, if not using it.
评论 #1617969 未加载
评论 #1619038 未加载
wdewind将近 15 年前
I've used both YUI and jQuery a fair bit and honestly, YUI just doesn't cut it in comparison to jQuery. YUIs DOM level utilities are not nearly as simple or powerful as jQuery's built in stuff, and all of its modules are completely monolithic. YUI manages to hit the worst layers of abstraction: it's a weird mix of the DOM level stuff that isn't much easier to use than standard JS, and a collection of random modules.<p>jQuery hits the sweet spot for me: it's really easy to build custom things in, there are a ton of libraries out there for complicated stuff, the documentation is significantly better than YUI's, and in my experience it performs better than YUI as well.<p>None of the things in this article are done better with YUI than jQuery IMO.
评论 #1618496 未加载
评论 #1618661 未加载
Luc将近 15 年前
Duck Duck Go is pretty neat.<p>In the article, the link for 'an image' is <a href="http://thor.duckduckgo.com/Yahoo!_UI_Library" rel="nofollow">http://thor.duckduckgo.com/Yahoo!_UI_Library</a> , which appears to forward the search term 'UI Library' to Yahoo Search.<p>I'm just curious why this is implemented this way. I was expecting a search result on DDG when I saw the URL before I clicked.
评论 #1618140 未加载