Hey all, last year I found it a bit of a nightmare...
# suiteworld
j
Hey all, last year I found it a bit of a nightmare using the webpage trying to plan what sessions to attend (I wanted to highlight/mark the ones I was interested in before registration opened). I ended up making a spreadsheet. I've done the same this time, grabbed all the data off the site and put it in Google Sheets. I'll make a new version once dates/times/rooms are added. Link is here if you find this sort of thing useful: https://docs.google.com/spreadsheets/d/1K1aDIhk0597rILdoLO3bcQBvrAge_1_MnkUMxKkO_E8/edit?usp=sharing
l
how did u grab all the data off the site?
j
message has been deleted
🙂 1
1) Visit the SuiteWorld Catalogue 2) Click more at bottom until all sessions are showing. 3) In browser console, run document.querySelector('.title-text').click(); to show all session data. 4) Inspect the page, find the <ul> for the sessions, and copy the HTML into a text file. 5) Replace &nbsp; with spaces. 6) [Optional] Run the copied HTML through https://xmlbeautifier.com/ (must be after replacing &nbsp;) to see what it looks like 7) Do fancy things with PHP
💯 1
l
Omg, thank you!!!
m
message has been deleted
n
Suite!
n
Anyway you can freeze the top row?
j
Hi @Noel B sorry I didn't see this till now. Good idea, I've done that.