That technology used in Soundcloud? [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
What technology used in Soundcloud that prevents stopping music when you press back button in browser?
I can't find anything about it.
Sorry for my english.

They use the History Api, which allows you to manipulate the Browsers history, without forcing a full page-reload.

It's pretty cool indeed. I think they load every page with ajax, and then handle the browser history themselves, through javascript. That way you can leave the audio player in the page and load all the rest, achieving the non-stop-music effect

Related

How to make an "adult content warning" on a static website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
How can a static website (for example one built using Hugo or Jekyll) implement an "adult content warning"?
Ideally it should remember the user so they don't have to answer the question every time.
I'm asking for a friend.
The standard way to do this is to use localStorage (MDN | spec) to save a flag indicating that the user has already seen and agreed to the warning. (A decade ago it might have been a cookie, but web storage has near universal support now.)
But note that if the site is for adult material, many visitors will be in private browsing mode, and their localStorage for the site will be deleted when the private browsing tab is closed. So it will be of limited use (to those visitors).

Can I use Django/Python API calls, and still use Javascript to manipulate the DOM in real time? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I'm in a full stack course and would like to use Django/Python to post/get my API calls, but use Javascript/Vue to stay on the same page. Can you still do that by essentially having a one page app that doesn't reload or change url? Just wondering before I go full on with it.
Also, what's a good way to use Javascript to get info onto the DOM from an API using an api key and secret key? I've experimented so much but haven't got back anything useful to my knowledge. Help is appreciated, thank you.

Website posting and login [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How can I make website where the moderator will be able to publish a post or an image without accessing to the code. To publish something like a facebook status from some part of site. And second question, who can I make that someone can login to my site(moderator/administrator), I know how to make login form but just visualy withaout some functionality. Thanks
(I know HTML, CSS, JavaScript)
You seem to be talking about a Content Management System. I'd suggest you look at some of the (many) options out there
e.g. Wordpress or Drupal - neither is perfect but both are widely supported.

Improve translate better for website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I have a my own website, and i use google translate on it, but the result is not good. I use the contribute and try to improve the translation content. But after that, there is no change. Could any body help me. Thank you very much
I do the same as this
https://webmasters.googleblog.com/2012/05/now-you-can-polish-up-googles.html
But it do not know how to sign in.
Suggested improvements aren't automatically applied, and probably aren't even ever applied specifically to the website they were suggested for. They are used by Google's developers to improve the software in general.
Automated translation software simply isn't good. It never has been and it has a long way to go before it is.
If you want good quality translations of your website, then get it translated by someone who is fluent (and preferably a native speaker) of the target language.

Using soundcloud in an external reproductor [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
we are students an also a music band. we are making our website and we want to put audio streaming in a other reproductor,we want to use html/css3. we talk with our teacher and he said that we have to use the api. we want to know how to put soundclouds music in another reproductor.
Thanks for your time.
It sounds like you guys want to do this:
http://help.soundcloud.com/customer/portal/articles/1209780-how-to-add-soundcloud-to-your-website
more specifically:
http://help.soundcloud.com/customer/portal/articles/1428522-what-s-new-with-the-visual-player-
All you have to do is copy the provided iframe code and whack it into your site and then you should be good to go.. I just followed the instructions on the page and it works, so good luck to you.

Categories

Resources