Re: Server-side data to JavaScript

2013-07-10 Thread Shane Nall
Hi Greg, WebAPI and Handlebars. Cheers, Shane On 11/07/2013, at 10:57 AM, Greg Keogh g...@mira.net wrote: Folks, on Tuesday I managed to use jQuery 1.10 in a static html page to simulate an interactive product picker. As you fiddled controls the price would adjust accordingly. My

RE: Server-side data to JavaScript

2013-07-10 Thread David Smith
jQuery, WebAPI and KnockoutJS From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Shane Nall Sent: Thursday, 11 July 2013 1:31 p.m. To: ozDotNet Subject: Re: Server-side data to JavaScript Hi Greg, WebAPI and Handlebars. Cheers, Shane On 11/07/2013

Re: Server-side data to JavaScript

2013-07-10 Thread Michael Ridland
...@ozdotnet.com [mailto: ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Shane Nall *Sent:* Thursday, 11 July 2013 1:31 p.m. *To:* ozDotNet *Subject:* Re: Server-side data to JavaScript ** ** Hi Greg, ** ** WebAPI and Handlebars. ** ** Cheers, Shane

Re: Server-side data to JavaScript

2013-07-10 Thread Heinrich Breedt
:31 p.m. *To:* ozDotNet *Subject:* Re: Server-side data to JavaScript ** ** Hi Greg, ** ** WebAPI and Handlebars. ** ** Cheers, Shane ** ** ** ** ** ** ** ** ** ** On 11/07/2013, at 10:57 AM, Greg Keogh g...@mira.net wrote: Folks

Re: Server-side data to JavaScript

2013-07-10 Thread Stephen Price
Hey Greg, In my current app we would call an MVC controller and return a jsonresult. Call it using ajax. Webapi or render into the page on its initial load as you suggested would also be good and removes the extra call. On Jul 11, 2013 8:57 AM, Greg Keogh g...@mira.net wrote: Folks, on Tuesday

Re: Server-side data to JavaScript

2013-07-10 Thread Greg Keogh
Guys, even MORE frameworks! After following the links I decided to inject the JavaScript values into the page on PreRender. I just can't handle learning anymore frameworks. I'm currently inside Kentico (to make things much worse) and I'm still trying figure out which of the ~320 jQuery properties

RE: Server-side data to JavaScript

2013-07-10 Thread Nathan Chere
: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Keogh Sent: Thursday, 11 July 2013 2:51 PM To: ozDotNet Subject: Re: Server-side data to JavaScript Guys, even MORE frameworks! After following the links I decided to inject the JavaScript values into the page