best way to create applets usable on other sites
best way to create applets usable on other sites
am 11.01.2008 00:06:01 von musoswire
Hi
I have some areas of my website I want to make available to other site
owners to include in their website (for example, Top 10 list, etc)
What's the best way to generate something that can be used by any site
owner, no matter what language they use, but that I can control the way the
data is presented (example, allow a select number of themes for the inserted
code).
Any ideas / examples would be greatly appreciated.
Cheers
Dan
Re: best way to create applets usable on other sites
am 11.01.2008 00:35:35 von lexa
On Jan 11, 12:06=A0am, musosdev wrote:
> Hi
>
> I have some areas of my website I want to make available to other site
> owners to include in their website (for example, Top 10 list, etc)
>
> What's the best way to generate something that can be used by any site
> owner, no matter what language they use, but that I can control the way th=
e
> data is presented (example, allow a select number of themes for the insert=
ed
> code).
>
> Any ideas / examples would be greatly appreciated.
>
> Cheers
>
> Dan
I think it can be a number of sorts
- image in a different formats (styles)
- javascript
- xml
RE: best way to create applets usable on other sites
am 11.01.2008 17:57:02 von brucebarker
the only universal solution is to provide a url that returns an image. the
next woudl be a webservice that returns html, but then the other sites would
need to code a wrapper library.
you coudl do the webservice and supply client code in the most common
languages: php, python, ruby, asp, and .net
-- bruce (sqlwork.com)
"musosdev" wrote:
> Hi
>
> I have some areas of my website I want to make available to other site
> owners to include in their website (for example, Top 10 list, etc)
>
> What's the best way to generate something that can be used by any site
> owner, no matter what language they use, but that I can control the way the
> data is presented (example, allow a select number of themes for the inserted
> code).
>
> Any ideas / examples would be greatly appreciated.
>
> Cheers
>
>
> Dan
RE: best way to create applets usable on other sites
am 11.01.2008 19:22:04 von musoswire
Bruce,
Thanks for the reply.
When you say "url that returns an image", do you mean in the same way that
some of the CAPTCHA routines work? IE, request a url, and then the page
changes the content type to "jpeg/image" ?!
I could do that, but it would make for quite a complicated page to code up
an image that represents my Top 10 table.
The other problem I can see, is that if it's returned as an image, I can't
make anything clickable, is that right?!
Cheers
Dan
"bruce barker" wrote:
> the only universal solution is to provide a url that returns an image. the
> next woudl be a webservice that returns html, but then the other sites would
> need to code a wrapper library.
>
> you coudl do the webservice and supply client code in the most common
> languages: php, python, ruby, asp, and .net
>
> -- bruce (sqlwork.com)
>
>
> "musosdev" wrote:
>
> > Hi
> >
> > I have some areas of my website I want to make available to other site
> > owners to include in their website (for example, Top 10 list, etc)
> >
> > What's the best way to generate something that can be used by any site
> > owner, no matter what language they use, but that I can control the way the
> > data is presented (example, allow a select number of themes for the inserted
> > code).
> >
> > Any ideas / examples would be greatly appreciated.
> >
> > Cheers
> >
> >
> > Dan
Re: best way to create applets usable on other sites
am 12.01.2008 14:19:25 von lexa
On Jan 11, 7:22=A0pm, musosdev wrote:
> Bruce,
>
> Thanks for the reply.
>
> When you say "url that returns an image", do you mean in the same way that=
> some of the CAPTCHA routines work? IE, request a url, and then the page
> changes the content type to "jpeg/image" ?!
>
> I could do that, but it would make for quite a complicated page to code up=
> an image that represents my Top 10 table.
>
> The other problem I can see, is that if it's returned as an image, I can't=
> make anything clickable, is that right?!
>
> Cheers
>
> Dan
>
>
>
> "bruce barker" wrote:
> > the only universal solution is to provide a url that returns an image. t=
he
> > next woudl be a webservice that returns html, but then the other sites w=
ould
> > need to code a wrapper library.
>
> > you coudl do the webservice and supply client code in the most common
> > languages: php, python, ruby, asp, and .net
>
> > -- bruce (sqlwork.com)
>
> > "musosdev" wrote:
>
> > > Hi
>
> > > I have some areas of my website I want to make available to other site=
> > > owners to include in their website (for example, Top 10 list, etc)
>
> > > What's the best way to generate something that can be used by any site=
> > > owner, no matter what language they use, but that I can control the wa=
y the
> > > data is presented (example, allow a select number of themes for the in=
serted
> > > code).
>
> > > Any ideas / examples would be greatly appreciated.
>
> > > Cheers
>
> > > Dan- Hide quoted text -
>
> - Show quoted text -
make a javascript as google adsense does