To illustrate adding statefulness to our application I’m going to add a flash music player to our application. Using web 1.0 techniques getting our player to remain static would require either a pop-up or some sort of frames setup. We’re going to add the player to the masthead of our page and let [...]
Posts Tagged ‘Prototype’
November 5, 2007
1
Ajax Anchor Component for Prototype
By Levi Senft in WebThe Ajax Anchor Component allows you to quickly create ajax applications with a minimal amount of code. When the component is initialized it looks for anchor elements with rel attributes starting with a hash. Like this:
Tags: AJAX, HTML, JavaScript, Prototype