Re: [Koha-devel] Gource

2010-02-04 Thread Chris Cormack
On 4 February 2010 22:05, Colin Campbell wrote: > Having had my interest sparked by someone else's comments, I took a look > at Gsource an SVC visualization tool. Interestingly on the screenshots > page there is a screenshot generated from the koha source. >> http://code.google.com/p/gource/wiki/S

Re: [Koha-devel] Koha Sound Events

2010-02-04 Thread Kyle Hall
There should definitely be a global Sounds On/Off syspref. If only a few pages have sounds, a syspref for each sound easy enough. For many sounds, we should probably add an admin panel for controlling them all. Kyle http://www.kylehall.info Information Technology Crawford County Federated Libra

Re: [Koha-devel] Koha Sound Events

2010-02-04 Thread Wojciech Zatorski
W dniu 2010-02-04 19:37, Owen Leonard pisze: >> I think this is not good idea.. librarians doesn't like sounds;) >> we are using sound only for login page and member page >> > In other words, librarians don't like sounds...except when they do. > yep:) > Anyway, any addition of sound cue

Re: [Koha-devel] Koha Sound Events

2010-02-04 Thread Wojciech Zatorski
W dniu 2010-02-04 19:39, Darrell Ulm pisze: > > Wojciech, > > Thanks, yes, we talked about this and the HTML5 looks like the way to go. If > you > include autoplay autobuffer it may work better for you > > Like this: > > autoplay autobuffer> > > In Firefox 3.5 or after > > ok thx:) but the b

[Koha-devel] Re: Koha Sound Events

2010-02-04 Thread Darrell Ulm
Wojciech Zatorski writes: > > I  think this is not good idea.. librarians doesn't like sounds;) > we are using sound only for login page and member page (outdated books) > by HTML5: > > > Wojciech, Thanks, yes, we talked about this and the HTML5 looks like the way to go. If you include a

Re: [Koha-devel] Koha Sound Events

2010-02-04 Thread Owen Leonard
> I  think this is not good idea.. librarians doesn't like sounds;) > we are using sound only for login page and member page In other words, librarians don't like sounds...except when they do. Anyway, any addition of sound cues will be controlled by a system preference, so there's no need to worr

[Koha-devel] Re: Koha Sound Events

2010-02-04 Thread Darrell Ulm
Kyle Hall writes: > Excellent. I hope your addition makes it in soon. Some of our > libraries requested the same feature, but this was years ago now, and > I had to do it using java applets. It didn't play well with thin > clients so I ended up disabling it. > Yes, I assumed others wanted some s

Re: [Koha-devel] Koha Sound Events

2010-02-04 Thread Wojciech Zatorski
W dniu 2010-02-04 16:50, Darrell Ulm pisze: Hello, Working on putting sound events into Koha 3.2 but it is a bit of a pickle. While I have it working using I think this is not good idea.. librarians doesn't like sounds;) we are using sound only for login page and member page (outdated book

Re: [Koha-devel] Koha Sound Events

2010-02-04 Thread Kyle Hall
Excellent. I hope your addition makes it in soon. Some of our libraries requested the same feature, but this was years ago now, and I had to do it using java applets. It didn't play well with thin clients so I ended up disabling it. Darrell++ Kyle http://www.kylehall.info Information Technology

[Koha-devel] Re: Koha Sound Events

2010-02-04 Thread Darrell Ulm
Kyle Hall writes: > > Have you thought about using the HTML 5 tag? > > http://html5doctor.com/native-audio-in-the-browser/ > Kyle, Yes, the HTML5 did the trick for Mozilla (using 3.6). It is fast and there is *no* delay and no page refresh. It just works. OK, so the *other* browsers don'

Re: [Koha-devel] Koha Sound Events

2010-02-04 Thread Owen Leonard
On Thu, Feb 4, 2010 at 11:12 AM, Kyle Hall wrote: > Even better: > > http://www.happyworm.com/jquery/jplayer/ jplayer is nice--works really well for what it does. But it requires Flash, and I don't know that we want to push a proprietary plugin on our users. -- Owen -- Web Developer Athens C

Re: [Koha-devel] Koha Sound Events

2010-02-04 Thread Kyle Hall
Have you thought about using the HTML 5 tag? http://html5doctor.com/native-audio-in-the-browser/ Kyle http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org ) On Thu, Feb 4, 2010 at 10:50 AM, Darrell Ulm wrote: > Hello, > > Working o

Re: [Koha-devel] Koha Sound Events

2010-02-04 Thread Kyle Hall
Even better: http://www.happyworm.com/jquery/jplayer/ Kyle http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org ) On Thu, Feb 4, 2010 at 11:11 AM, Kyle Hall wrote: > Have you thought about using the HTML 5 tag? > > http://html5doct

[Koha-devel] Koha Sound Events

2010-02-04 Thread Darrell Ulm
Hello, Working on putting sound events into Koha 3.2 but it is a bit of a pickle. While I have it working using if ( get_cookie( "kohastaffsound" ) == "yes" ) { document.write('Sounding...'); document.write('

[Koha-devel] Gource

2010-02-04 Thread Colin Campbell
Having had my interest sparked by someone else's comments, I took a look at Gsource an SVC visualization tool. Interestingly on the screenshots page there is a screenshot generated from the koha source. > http://code.google.com/p/gource/wiki/Screenshots Colin -- Colin Campbell Chief Software E