-2

i developed a radio stations widget (see it at my site). the problem is, i dont know how to make it persistent same like on the http://josephbeeson.com/gwapdemo/gwap.html . it's like facebook chatbar which not reload when navigate to any page. i have try n look for the demo codes but still not understand. please give step by step tutorial. i want to implement it on my social website http://www.heypy.com.

tshepang
  • 12,111
  • 21
  • 91
  • 136

1 Answers1

1

The whole page does not get reloaded, the new content is just loaded via AJAX and displayed within the current document.

To make it look to the user like he’s navigated to some other URL, the address bar content is updated using the HTML5 History API.

please give step by step tutorial.

Happy to give you the relevant keywords, so you can do research on them yourself. But won’t provide a private tutorial here, that’s not the purpose of this site. Thanks for your understanding.

CBroe
  • 91,630
  • 14
  • 92
  • 150
  • i mean give a demo of the empty demo page. then i can change it to my web app. – Web Developer Jul 02 '12 at 03:43
  • ok i tell the problem. I saw the demo page. But there are too many content and unwanted mp3 songs. It's makes me so confuse to get the basic code. – Web Developer Jul 04 '12 at 09:52
  • 1
    You got the keywords – AJAX, HTML5 History API – so now please go and do your own research and reading up on them. – CBroe Jul 04 '12 at 10:13
  • 1
    Nope. This is not a tutorial section. Please learn how to gather information on technologies you want to use on the web. – CBroe Jul 04 '12 at 11:31
  • so i assume that u just to teach after i pay right? How much u will charge? I will pay. – Web Developer Jul 11 '12 at 18:55
  • Nope, I’m not here to get paid. But advice, hints and keywords are all that I’ll give – I won’t do anyone’s work _for_ them. There’s lots of tutorials out there on AJAX and how to (re)load only parts of a page with, and information on the mentioned API is not hard to find either. – CBroe Jul 12 '12 at 11:36
  • as i mentioned before.. i just need simple code. there's many demos out there... but it crowded with unwanted content...so confuse. how u understand my problem...i need more hints..the core basic code..please – Web Developer Jul 13 '12 at 03:29
  • hello all web developers here....why u all so selfish? please give a basic code.. – Web Developer Jul 19 '12 at 16:55
  • i found the video tutorial..there are two videos:http://www.youtube.com/watch?v=zQFokucBXVA and http://www.youtube.com/watch?v=ytKc0QsVRY4&feature=plcp . but i need to choose a simple and easy one. which one should i prefer? – Web Developer Jul 19 '12 at 19:53