Peter
Member since Jun 30, 2010
- Profile: /members/6330-peter.htm
- URL: http://petervandijck.com
- Comments: 3
Recent Blog Comments By Peter
-
Creating A Bidirectional Infinite Scroll Page With jQuery And ColdFusion
Posted on Jul 1, 2010 at 10:19 AM
This might be useful for others: I got this working, by making sure that in the JSON the words "src" and "offset" are all-caps: SRC and OFFSET. So just make sure the json uses all-caps for those two words. Also, there seems to be some bug (or some mistake I'm making) using this in Chrome, with ima... read more »
-
Creating A Bidirectional Infinite Scroll Page With jQuery And ColdFusion
Posted on Jun 30, 2010 at 12:18 PM
I've changed the JSON to return this: [{"src":"https:\/\/s3.amazonaws.com\/gbblr_2\/100\/IMG_1400 - original.jpg","offset":"5"},{"src":"https:\/\/s3.amazonaws.com\/gbblr_2\/100\/IMG_1399 - original.jpg","offset":6},{"src":"https:\/\/s3.amazonaws.com\/gbblr_2\/100\/IMG_1398 - original.jpg","offset":... read more »
-
Creating A Bidirectional Infinite Scroll Page With jQuery And ColdFusion
Posted on Jun 30, 2010 at 11:26 AM
Awesome, this is fantastic stuff. Question: I'm trying to recreate the server stuff in PHP, what is the data that needs to get sent back, exactly? I've created my php script and it returns the following JSON: [{"scr":"https:\/\/s3.amazonaws.com\/gbblr_2\/100\/IMG_1403 - original.jpg","offset":"... read more »