Discussion Overview
The discussion revolves around the feasibility of mixing articles from multiple blogs into a single display format using JavaScript or other methods. Participants explore various technical approaches, including the use of RSS feeds, Ajax requests, and server-side scripts, while addressing issues related to cross-origin policies and content retrieval.
Discussion Character
- Technical explanation
- Debate/contested
- Exploratory
Main Points Raised
- One participant inquires about using JavaScript to combine articles from different blogs into a single table format.
- Another participant suggests that RSS feeds could fulfill the requirement but acknowledges that existing RSS readers do not provide the desired mixing functionality.
- Some participants propose using Ajax to retrieve content from blogs, but caution that cross-origin security settings may block such requests.
- There is a discussion about the Same Origin Policy and its implications for loading scripts and content from different domains.
- A participant expresses a desire to edit the content retrieved from blogs before displaying it.
- Some participants mention the possibility of using server-side scripts to bypass cross-origin restrictions, suggesting that PHP could be used to fetch content from other sites.
- One participant raises concerns about potential bandwidth issues if a server-side solution is implemented.
- There is a mention of a Java-based web crawler as an alternative solution, although its practicality is questioned.
Areas of Agreement / Disagreement
Participants express differing views on the best approach to mix blog content, with no consensus reached on a single solution. The discussion includes various technical methods, each with its own challenges and limitations.
Contextual Notes
Participants highlight limitations related to cross-origin requests, security settings in browsers, and the need for server-side solutions to effectively retrieve and display content from multiple blogs.