advert_man
12-02-2004, 12:57 AM
I mostly, if not entirely use simple iframe tags to serve ads on my site, it does have its limitations, but what do you think is best to serve ads:
- iframes
- scripts/banner managers (such as php, cgi etc.)
- third party banner managers (sites which you place your ad codes in and get a "master" ad code to display the different ads.
- any others?
advantage of iframes are that they wont add additional server load (the iframe is read directly by the browser, it does not have to request or execute any software on the server, like php + perl has to)
downside is that if, like some advertisers do, is serve thier ads in iframes, it can mean that two iframes have to load for the one ad, this takes that little extra time for the banner to load.
Is php ads new the best way to go? I dont like databases however....
- iframes
- scripts/banner managers (such as php, cgi etc.)
- third party banner managers (sites which you place your ad codes in and get a "master" ad code to display the different ads.
- any others?
advantage of iframes are that they wont add additional server load (the iframe is read directly by the browser, it does not have to request or execute any software on the server, like php + perl has to)
downside is that if, like some advertisers do, is serve thier ads in iframes, it can mean that two iframes have to load for the one ad, this takes that little extra time for the banner to load.
Is php ads new the best way to go? I dont like databases however....