SimplePie 1.5 is now available!

SimplePie Documentation.  Learn how to use this thing.  It's way better than going to school.

You are here: Documentation » SimplePie Live! » Requirements and Getting Started

Differences

This shows you the differences between two versions of the page.

live:setup:start [2007/09/11 17:50]
admin
live:setup:start [2013/08/11 04:50] (current)
rmccue old revision restored
Line 8: Line 8:
  
 ===== Web Browsers ===== ===== Web Browsers =====
-Because SimplePie Live simply returns a JSON object of data, it is expected to work in ANY modern web browser, including (but not limited to): +Because SimplePie Live simply returns a JSON object of data, it is generally expected to work in ANY modern web browser. However, as we move forwardwe will be following Yahoo's [[http://developer.yahoo.com/yui/articles/gbs/|Graded Browser Support]] in supporting A-grade web browsers.
-  * [[http://getfirefox.com|Firefox]] (and the rest of the Mozilla family of browsers) +
-  * [[http://microsoft.com/ie|Internet Explorer]] 6.0+ +
-  * [[http://www.opera.com/download/|Opera]] 8.0+ +
-  * [[http://www.apple.com/safari/|Safari]] 2.0++
  
 Older versions of these browsers may also work as well, but we're pretty sure that these versions DO.  In truth, you're more likely to be restricted by the minimum requirements of any JavaScript Framework than you are by SimplePie Live! Older versions of these browsers may also work as well, but we're pretty sure that these versions DO.  In truth, you're more likely to be restricted by the minimum requirements of any JavaScript Framework than you are by SimplePie Live!
Line 21: Line 17:
 ==== Step 1: Load the base library ==== ==== Step 1: Load the base library ====
 First, you need to load the ''base.js'' file from the server by adding it to the ''<head>'' section of your page. First, you need to load the ''base.js'' file from the server by adding it to the ''<head>'' section of your page.
-<code html><script type="application/javascript" src="http://live.simplepie.org/app/0.5/base.js"></script></code>+<code html><script type="text/javascript" src="http://live.simplepie.org/app/0.5/base.js"></script></code>
 This file is less than 1k and includes the base functionality for requesting feeds and handling callbacks.  Besides gzipping it (to make it super small), we've also resisted the temptation to add non-critical code to it, so this file should always remain very small (our goal is to always stay at or below 1k). This file is less than 1k and includes the base functionality for requesting feeds and handling callbacks.  Besides gzipping it (to make it super small), we've also resisted the temptation to add non-critical code to it, so this file should always remain very small (our goal is to always stay at or below 1k).
  

live/setup/start.txt · Last modified: 2013/08/11 04:50 by rmccue