•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 427,177 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,101 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
View the innovative works in action at http://listenlight.net/13/.
Or by way of http://digg.com/programming/The_Listenlight_Text_Engine, you may obtain the source under the very liberal MIT License.
Cheers --
Jess
Or by way of http://digg.com/programming/The_Listenlight_Text_Engine, you may obtain the source under the very liberal MIT License.
Cheers --
Jess
<html> <head> <!-- php string $text and function listenlight() defined --> <!-- javascript variables letter and textstringlength and function textengine() defined --> </head> <body> <?php listenlight($text); ?> <script type="text/javascript"> /* CDATA tag not required here; no html entities present */ setTimeout("setInterval('textengine();', 90);", 2500); /** * * effectively, the above function call waits 2.5 seconds before calling setInterval() * which calls textengine() on each 90 millisecond interval **/ </script> </body> </html>
Post Comment
•
•
•
•
DaniWeb Marketplace (Sponsored Links)