The last third-party Javascript snippet you'll ever need
1–10 of 16 posts
Re: The last third-party Javascript snippet you'll ever need
#2Re: The last third-party Javascript snippet you'll ever need
#3Perhaps 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
#4Just a little something I've been working on over the holidays.
Re: The last third-party Javascript snippet you'll ever need
#5Re: The last third-party Javascript snippet you'll ever need
#6Just a little something I've been working on over the holidays.
Re: The last third-party Javascript snippet you'll ever need
#7Heavy 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
#8Pricing 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.