Ask YC: What tool to build a web widget
2 comments
JavaScript gives you the most possibilities because you can place semi-transparent items anywhere in a webpage, they can resize with user interaction and move down a webpage as a user scrolls. JavaScript can also be used to re-write a webpage, including changing images, fetching more text, revealing optional form elements and the changing the destination of hyperlinks.
Some, if not all, of this can be achieved with IFrames and Flash but web browser security is such that you'd have to include JavaScript anyhow.
Some, if not all, of this can be achieved with IFrames and Flash but web browser security is such that you'd have to include JavaScript anyhow.
maybe im wrong, but if you put an iframe, doesnt it get loaded everytime when the page with the widget has been visited.
for eg: if cnn's homepage has your widget, you pretty much got cnn's traffic to serve? maybe im wrong again.
Is there really a difference? Which do you like more? I see Flash is another option, but I would want to avoid it. Any other options?