Tagged Questions
5
votes
2answers
688 views
Efficient algorithm to sort html list of players
We have list of players, which is represented in form like this:
<div class="players_list">
<div class="player" data-points="500">
<div class="name">Player1</div>
...
24
votes
5answers
6k views
Pros and cons of an HTML/JavaScript only web app
I come from an ASP.NET forms background and have found server side coding very powerful in the past. More recently, however, I have been wanting to phase out the server side code of the front-end and ...
1
vote
2answers
191 views
Can this type of page be made client-side?
I'm planning on making a website that will have mainly articles and videos. I'm going to post the videos on YouTube and use the YouTube API on my site. What I am wondering, is if I can make a page ...