Bryce Boe

The Adventures of a UCSB Computer Science Ph.D. Student

Skip to: Content | Sidebar | Footer

Tag: javascript

BTimer Class: A Javascript Timer Class

11 April, 2007 (18:26) | General | By: Bryce Boe

Note: I just found out this doesn’t work in Internet Explorer. If you happen to use Internet Explorer I’m sorry; I’m sorry that you haven’t been shown a better browser sooner. Get Firefox. In continuing my CS162 project I decided my previous timer wasn’t all that pimp since I needed to add a few attributes [...]

JavaScript Timer

6 April, 2007 (01:03) | General | By: Bryce Boe

For my CS162 class we have to do a project requiring some AJAX. I’ve actually never used AJAX before, and really haven’t used javascript other than to manipulate already existing html information. However despite my inexperience with javascript I found this function to be pretty robust and perhaps helpful to many others. Anyways I found [...]