Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Setting up a "grid" is nothing more than floating elements with CSS. There's 1001 tutorials on how to do that online that can be found easily with your trusty friend, Google.</p> <p>The "click and it pops up with additional info" stuff is JavaScript, and specifically the fetch "without refresh" is AJAX (Asynchronous JavaScript and XML). Again there's a ton of information online about that subject as well.</p> <p>If this is all Greek to you, I'd suggest learning about all the topics I've mentioned in great detail. You can start at some place like Wikipedia to get an overview, but then, look up unfamiliar concepts you come across in Google, or spend some time on Amazon or your local bookstore and find some books on the topics.</p> <p>Once you have a little familiarity with all that, you almost certainly won't do it from scratch. There's a ton of cross-browser concerns and boilerplate code that serves as simply places to introduce bugs. You'll want to choose a JavaScript framework to handle all the cruft for you, and jQuery would be an excellent choice. It's extremely easy to use and is pretty much the most popular JS framework out there, so you'll experience no shortages in tutorials or help when you need it.</p> <p>If you run into specific issues, you can return here to ask specific questions, but for the most part, it's up to you to glean what you can from the vast resource that is the Internet and/or books, and just play. Try stuff out, and learn from your mistakes. That's the best way to learn.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload