Live data from Hacker News

The last third-party Javascript snippet you'll ever need

uberjs.com

1–10 of 16 posts

Re: The last third-party Javascript snippet you'll ever need

#3
Uh.... All I see is some web 2.0 layout, some cryptic mumbo jumbo about something called uberjs, and a plea for $10 or I can sit in line and wait for something I'm not even fully sure what it is.

Perhaps you should make me love your product, before trying to get me to give you my hard earned money.

Re: The last third-party Javascript snippet you'll ever need

#4
post #2

Just a little something I've been working on over the holidays.

Seems great. So you're suggesting you will keep a library of all the major libraries, and load them async for the user? How do you handle dependencies, such as jquery, and jquery plugins?

Re: The last third-party Javascript snippet you'll ever need

#7
If you have so many Javascript snippets that you need another javascript snippet to organize them you may want to think about how your developing your application and what your application means to the user.

Heavy Javascript on the client side either means your writing a full featured web app or the entire website is clientside in javascript. The former probably has performance penalties that make this a bad idea. The later, IMHO, is just bad.

The only useful thing I can think of with this is the fact that it can serve up a custom load of libraries all bundled and gziped in one file. But to that extent I can run a small script on my computer that will do that and then upload it to my server rather than having to cross domain half of my Javascript.

Re: The last third-party Javascript snippet you'll ever need

#8
I had the same idea a while back but never executed.

Pricing is going to be tricky. You have to convince your users that your service is really worth it. Copying and pasting code into their site costs nothing and takes very little time. Once it's there it rarely changes. Most users don't understand the performance impact of 3rd party scripts.

Post reply on HN