Re: [cgiapp] Ad Server

2005-04-27 Thread Michael Peters
Matthew Weier O'Phinney wrote: On 4/26/05, Jason Purdy [EMAIL PROTECTED] wrote: Michael Peters wrote: Joel Gwynn wrote: So the ads are inserted via javascript and not interpreted php? What are the non-javascript options, just out of curiousity. It really shouldn't be that hard to write a

Re: [cgiapp] Ad Server

2005-04-26 Thread Michael Peters
Michael Peters wrote: Joel Gwynn wrote: So the ads are inserted via javascript and not interpreted php? What are the non-javascript options, just out of curiousity. It really shouldn't be that hard to write a one mode C::A that would randomly pick an ad and send it to the browser. If you

Re: [cgiapp] Ad Server

2005-04-26 Thread Joel Gwynn
As Jason says, inserting the ad is the trivial part. The important parts are the ad management and reporting. On 4/26/05, Michael Peters [EMAIL PROTECTED] wrote: Michael Peters wrote: Joel Gwynn wrote: So the ads are inserted via javascript and not interpreted php? What are the

Re: [cgiapp] Ad Server

2005-04-26 Thread Matthew Weier O'Phinney
On 4/26/05, Jason Purdy [EMAIL PROTECTED] wrote: Michael Peters wrote: Joel Gwynn wrote: So the ads are inserted via javascript and not interpreted php? What are the non-javascript options, just out of curiousity. It really shouldn't be that hard to write a one mode C::A that would

[cgiapp] Ad Server

2005-04-25 Thread Joel Gwynn
Hey all. What do you use for ad serving on your c::a web sites? Some people have suggested this: http://phpadsnew.com/two/, which I imagine would take some shoehorning to work with c:a is there something similar that would be a good fit?

RE: [cgiapp] Ad Server

2005-04-25 Thread Dan Horne
Hi Joel I've used phpadsnew and have found it to be a fine tool. I assume that you're using HTML::Template or another templating tool - you just place the Javascript to include the ads in your templates Dan From: Joel Gwynn Hey all. What do you use for ad serving on your c::a web sites?