No image sorry
I am thinking about making an xml/flash thing that sits on the bottom right corner of your desktop and provides you with pictures from the messageboard (updated every X number of seconds). Would people use this or would I be wasting my time? :)
( ,
Thu 4 Sep 2003, 15:00,
archived)
Not really
people have made screensavers and allsorts which work in a similar way. Witness the xml challenge in the newsletter a few weeks back. I probably wouldn't use it though, as I have the board open for most of the day anyhow.
( ,
Thu 4 Sep 2003, 15:03,
archived)
no
not really
1 border-less popup window
javascript/flash to read the b3ta xml feeds
all you need to do is parse each new thread for the presence of <img> tags
( ,
Thu 4 Sep 2003, 15:03,
archived)
1 border-less popup window
javascript/flash to read the b3ta xml feeds
all you need to do is parse each new thread for the presence of <img> tags
not really.
probably an rss/xml parser out there for flash
read image - load it - display it.
you could do this as a cgi script too
( ,
Thu 4 Sep 2003, 15:03,
archived)
read image - load it - display it.
you could do this as a cgi script too
can be done client-side
using javascript and the lovely <XML> tag
edit: or server-side static pages, if you don't want to sap b3ta's bandwidth
( ,
Thu 4 Sep 2003, 15:05,
archived)
edit: or server-side static pages, if you don't want to sap b3ta's bandwidth
the problem with b3ta when ti comes to bandwidth
is that reloading all of the old posts on the board sucks up bandwidth and it's a bit of a waste.
it's a bit like threaded irc what we've got here.
( ,
Thu 4 Sep 2003, 15:13,
archived)
it's a bit like threaded irc what we've got here.
if you can get it to work fine
i'm sure people would use it at work
( ,
Thu 4 Sep 2003, 15:02,
archived)
ack you've got the problem iof refereing urls
so some of them might come up with nicked from b3ta...
( ,
Thu 4 Sep 2003, 15:03,
archived)
reading peps tag
what i'd do personally. is read it every 30 minutes and email people the new pics.
that would make them viral a bit :D
( ,
Thu 4 Sep 2003, 15:06,
archived)
that would make them viral a bit :D
please don't -
automated stuff like this, 'every x number of seconds', sucks our bandwidth, you'll kill the board... it's been done before with a board auto refresh.
Nice idea though.
( ,
Thu 4 Sep 2003, 15:03,
archived)
Nice idea though.
thing is
do the rss feeds support 304? /tech
i.e it goes has it changed since X?
it goes no bugger off.
( ,
Thu 4 Sep 2003, 15:05,
archived)
i.e it goes has it changed since X?
it goes no bugger off.
one way to save bandwidth
is for people who want to write clients for b3ta.
go, give us the new posts since
....
technically it could be done in javascript
(iiiiiiish)
( ,
Thu 4 Sep 2003, 15:08,
archived)
go, give us the new posts since
....
technically it could be done in javascript
(iiiiiiish)
it would only make a difference
between 5am and 8 am, when no bugger posts anyway ;)
( ,
Thu 4 Sep 2003, 15:12,
archived)
well, people refresh the page for one new post or
10 new posts. or son...
instead of gettnig the 50 or so on the page per refresh, they get 10. much nicer.
( ,
Thu 4 Sep 2003, 15:14,
archived)
instead of gettnig the 50 or so on the page per refresh, they get 10. much nicer.