using AJAX?
Blogs > stalife |
stalife
Canada1222 Posts
| ||
zatic
Zurich15306 Posts
http://www.google.com/search?q=ajax | ||
stalife
Canada1222 Posts
what im looking for is something like this http://en.wikipedia.org/wiki/Symphony_No._40_(Mozart) http://en.wikipedia.org/wiki/Symphony_No._40_(Mozart) im guessing this is also using AJAX. Well, first, what I would want to do is something like using odeo http://googlesystem.blogspot.com/2006/07/embed-mp3-files-into-your-website.html I have the files for the songs I want it to play, but I don't know how to get it up on internet so I can link to it when doing odeo player help plz T_T | ||
Cambium
United States16368 Posts
| ||
alexpnd
Canada1857 Posts
| ||
DrTJEckleburg
United States1080 Posts
| ||
zXk3
Mexico1178 Posts
On June 07 2009 04:18 stalife wrote: thanks.... also do you know how to put songs onto your website? not just as background music what im looking for is something like this http://en.wikipedia.org/wiki/Symphony_No._40_(Mozart) http://en.wikipedia.org/wiki/Symphony_No._40_(Mozart) im guessing this is also using AJAX. Well, first, what I would want to do is something like using odeo http://googlesystem.blogspot.com/2006/07/embed-mp3-files-into-your-website.html I have the files for the songs I want it to play, but I don't know how to get it up on internet so I can link to it when doing odeo player help plz T_T JW FLV player as long as u dont use it for commercial purposes, you can even combine AJAX to make it pretty (playlist on one side, the player in another different one) | ||
shmay
United States1091 Posts
| ||
tarpman
Canada717 Posts
I tried using prototype but I prefer jquery because it doesn't add a whole bunch of extra properties on my objects. | ||
CharlieMurphy
United States22895 Posts
| ||
DrTJEckleburg
United States1080 Posts
On June 07 2009 06:22 CharlieMurphy wrote: Stocking that shit is such a bitch. They come in these massive cases that are really heavy, then you have to stack them onto each other but the lips on the lids make it so you have to put it on just perfectly. They do that on canned foods too, why?! | ||
Louder
United States2276 Posts
$(document).ready(function(){ $( 'a.ajax' ).click(function(){ $( 'div.ajax' ).load( 'somefile.html' ); }); }); That's it. On another note, I did a slideshow with AJAX on this site: http://www.winterberrygroup.com - very simple | ||
CharlieMurphy
United States22895 Posts
On June 07 2009 06:46 DrTJEckleburg wrote: Stocking that shit is such a bitch. They come in these massive cases that are really heavy, then you have to stack them onto each other but the lips on the lids make it so you have to put it on just perfectly. They do that on canned foods too, why?! conspiracy, they want you to hate your job and go to college and take out student loans and then be a slave worker for the rest of your life to pay it off in a less annoying career. | ||
| ||