Talk:Audio alarm: Difference between revisions

m
miscellaneous comments
(bad task)
 
m (miscellaneous comments)
Line 1:
===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 <code>document.write</code>? --[[User:Ledrug|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.) [[User:Markhobley|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. [[User:Markhobley|Markhobley]] 09:39, 22 July 2011 (UTC)