This is a great idea. I was actually working on something similar yesterday! The beauty of this is that it has so many uses! I think all the haters need to chill and think about this for a minute. Yeah, it's probably a wrapper around webkit2png but outside of HN people...
1. Don't know how to use the terminal
2. Can't install webkit2png themselves (there are a lot of things that can go wrong - just ask me because they all went wrong for me yesterday. Everything from QT4 libs missing to $DISPLAY not being set, to the PIP package not installing correctly, to X-server connection problems)
3. Even if they had webkit2png they wouldn't know how to write a wrapper that took a damn screen shot, then resized it as a thumbnail, and changes the screen size so you can see a preview for multiple devices.
4. Don't have a Linux (or even POSIX compliant) machine locally or hosted somewhere.
This may seem simple here (well, to me it's more intermediate) but outside HN people will probably go nuts over this. Shameless sorta plug: I just started a project yesterday that does a very similar thing except it's meant for designers to take and store screenshots for inspiration and then plop them into a pretty UI/gallery. I'm going to open source it and host it though.
By the time you've paid for the server, the time to write the wrapper, and the cost of maintaining it, $10 per month is actually pretty good if screengrabs are an inconsequential part of your UI.
Exactly! That's why this is totally worth it. Not only do most people not have the skills but it's also not so important to their core product that they need to spend all that time and effort on rolling their own. You have (or maybe you do have) no idea how many things can go wrong with these sorts of things. Both wkhtmltopdf and webkit2png are two pieces of software that have given me more trouble overall than all the time I've ever spent maintaining production and dev environments for any other purpose. This site is totally worth the $10 bucks like you say.
I don't think that's an issue at all. I get what you're saying though. I know many times I've built something that already exists and whenever it happens my version falls into one of 3 categories:
1. Something that someone else is doing better. Fail.
2. Something someone else is doing exactly the same. DRY/don't reinvent the wheel fail.
3. Something that does something seemingly the same as others but because it adds something others don't.
I think urlbox falls into category 3. There are lots of ways that a new entrant can be successful. Just tailoring it to a specific use-case honestly goes a long way towards success in my book. For example, Blitshot seems to be all about image processing of screenshots in general (and if it's not let's say it is for the sake of example) - you get an API for screenshots and image manipulation and it's up to you to find a use for it. But if someone else enters the fold, like urlbox perhaps, and says "our API is for purpose X and you can only use it in these ways" they could actually be very successful despite not offering what someone else is. There are a lot of people who'd rather use a product with less features in general but whose features are tailored to their use case than another product which offers the same and more but with no specific focus. Look at Pinboard. It's basically Delicious for a specific user group. All it lacks is the social aspect of it which you're not forced to use with Delicious anyway plus Pinboard is far more expensive (anything is "far more" expensive than free). I think Pinboard is a great example even if it doesn't fit exactly.
Thanks for the comment. You're absolutely right - There are companies / developers out there that just want to add this feature to their site without spending a lot of time and resources on it. urlbox takes care of capturing, storage, caching, thumbnailing and also optionally wrapping in mobile devices
For a single-purpose app like this, at least it could do a better job at rendering the screenshots, if you ask me. I tried it out on my site (no custom web-fonts, pretty standard stuff) and the font-rendering looks awful:
Not necessarily. I'm going out on a limb and guessing at what they're using under the hood and if I'm right then font rendering wouldn't be the issue. I assume it's some sort of app that uses webkit to render pages then x-server to create the png. So in my experience, what's usually the problem for me is my own markup. If you're not meticulous about cross-browser consistency then this sort of stuff happens. It's not that it looks terrible, but it's just disappointing as it's not what you're used to seeing or what you want people to see.
I can't guess at exactly what they're doing, but when I built something very similar we noticed bad font rendering across the board until we tweaked the font rendering. It's often as simple as choosing a better font to use as the default when one is not specified.
Is this product trying to compete with free plugin-in's like Screen Capture (by Google), or is it trying to be more of a "live site" preview generator that you see on like inspiration-esq sites or theme seller sites? I don't think that is fully clear in the marketing site.
Suppose Sue Webdev bills at $60/hr. and needs something like this for a clients website. She's never heard of webkit2png before, not sure if she has PyObjC 1.1 installed and can't seem to find installation instructions for Windows.
Will Sue be able to create her own urlbox clone in two hours?
This looks great. I've been having one heck of a time trying to get good screenshots lately. It takes up a lot of my time. I'm really interested in your service, but for whatever reason when I punch in a url it won't render a screenshot. It just hangs on the ajax spinner.
This is a good idea, I actaully created something similar using PhantomJS the issue is web fonts there isn't a solution to rendering typekit webfonts using a headless webkit implementation see http://code.google.com/p/phantomjs/issues/detail?id=247 for more details.
As soon as webkit is updated to have better support for OTF fonts urlbox will become so much better
I played around with the sign-up form because I'm designing something similar at the moment.
Once I get a "username not valid" error, I can't re-enable the submit-button anymore. You might want to fix that.
Also I don't think that the username was already in use, because I entered a random email. Probably a validation error.
To say something positive: I like that the headline changes the last word periodically. That caught my attention.
Interesting question, especially as the Sony/KDE-Icon-thing is such a topic today:
Is this copyright infringement? They use apple.com as an example. The grabbing process clearly doesn't happen on the client side. Even if it did, what would be the implications of using Apples website, logos and trademarks embedded in your content without user interaction?
I know how to get Flash working in case you're interested. I'm assuming here that you (and they) are both using Webkit2png. In that case what you do is install Flash ([package-manager] install flash-plugin) then...
Well, the gist of it is that once you have Flash installed you need to enable plugins (-F plugins -F javascript) as well as set the wait ('-w 10' for 10 second wait before shot's taken) option so that the Flash has time to load.
1. Don't know how to use the terminal
2. Can't install webkit2png themselves (there are a lot of things that can go wrong - just ask me because they all went wrong for me yesterday. Everything from QT4 libs missing to $DISPLAY not being set, to the PIP package not installing correctly, to X-server connection problems)
3. Even if they had webkit2png they wouldn't know how to write a wrapper that took a damn screen shot, then resized it as a thumbnail, and changes the screen size so you can see a preview for multiple devices.
4. Don't have a Linux (or even POSIX compliant) machine locally or hosted somewhere.
This may seem simple here (well, to me it's more intermediate) but outside HN people will probably go nuts over this. Shameless sorta plug: I just started a project yesterday that does a very similar thing except it's meant for designers to take and store screenshots for inspiration and then plop them into a pretty UI/gallery. I'm going to open source it and host it though.