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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Review My App: A Sprite Generator

2 点作者 hundredwatt超过 14 年前
After seeing DHH's keynote at RailsConf and http://37signals.com/svn/posts/2336-using-css-sprites-with-rails-helper-methods, I decided to try and build a better Sprite Generator. I don't want to bias any potential reviewers, so that's all I'll say for now. If this gets a good response, I'll post some further details in a few hours.

4 条评论

yason超过 14 年前
File uploads are terrible.<p>I was looking for the single textbox where you could paste an URL and the generator would then crawl either that page (or the page and all its subpages) and produce a montage of all images found, along with the corresponding CSS.<p>Now that would have been not only possible but really simple!
hundredwatt超过 14 年前
After seeing DHH's keynote at RailsConf and <a href="http://37signals.com/svn/posts/2336-using-css-sprites-with-rails-helper-methods" rel="nofollow">http://37signals.com/svn/posts/2336-using-css-sprites-with-r...</a>, I decided to try and build a better Sprite Generator. I don't want to bias any potential reviewers, so that's all I'll say for now. If this gets a good response, I'll post some further details in a few hours.
devmonk超过 14 年前
I wish this could be done server-side.<p>In Rails maybe you could put all of your images in one directory, as an initializer or on demand it would create a sprite image, and it could automatically handle the rest as well.
mattcofer超过 14 年前
Your web application looks quick, simple and to the point. I like it!