Hacker News new | ask | show | jobs
by microwavecamera 3271 days ago
CSS is all client side. Inline CSS can be overridden. Besides if I'm adding some 3rd party widget to my site I would want to be able to integrate it with the look and feel of my site. Embedded iframes are just ugly and most any modern web developers are not going to want to have to deal with an embedded iframe. That's like some old HTML4 stuff. Same goes with randomizing CSS via JS. I'm not going to want a bunch of crazy CSS injected into my webpage. What would this widget do? It would have to be one hell of a widget for me to pay a subscription fee for, especially when I just could make an equivalent on my own. The other consideration is the server side setup. What happens if your server goes down or get overloaded? Your users are going to either have slow load times or a broken element. That's a good way to lose a customer, especially if it's a businesses site. Your best bet for monetization is make it a Wordpress or some other popular CMS plugin and add some slick features for the paid version. There's already a market there for things like widgets.
1 comments

How about generating the html on site (without even signing in), so they could copy it over to their site then? That will mean they will have to come back to the site to generate new html (similar to wufoo). Maybe the paid feature could be creating a paid account to not reenter the data each time. I can't reveal too much regarding the actual widget but I believe is something many businesses will need.