Talk:Audio alarm

Revision as of 09:39, 22 July 2011 by rosettacode>Markhobley (miscellaneous comments)

Too specific

This is not a RC task, it's a job assignment a manager would hand out to programers. Also, what day and age is this, that someone still uses document.write? --Ledrug 02:58, 22 July 2011 (UTC)

Yeah we have a lot of these bits already: The user input, the pause, display a blank window, timers and event triggers (I think), play a recorded sound. We might need truncation of a string for the purpose of removing the file extension. (I haven't seen that anywhere). Also I don't think this is useful in alarm clock type applications, because you would typically want the event to be synchronous, with the clock itself, (typically, the alarm clock application would trigger the audio event, rather than a separate process.) Markhobley 09:39, 22 July 2011 (UTC)
I have stumbled across "document.write" a few times. I don't think that is a cause for concern. Markhobley 09:39, 22 July 2011 (UTC)
Return to "Audio alarm" page.