RE: Server-side data to JavaScript

2013-07-10 Thread Nathan Chere
t.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 on PreRender. I just can

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 a

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" wrote: > Folks, on Tuesday I managed t

Re: Server-side data to JavaScript

2013-07-10 Thread Heinrich Breedt
* Thursday, 11 July 2013 1:31 p.m. > *To:* ozDotNet > *Subject:* Re: Server-side data to JavaScript > > ** ** > > Hi Greg, > > ** ** > > WebAPI and Handlebars. > > ** ** > > Cheers, > > Shane > > ** ** &g

Re: Server-side data to JavaScript

2013-07-10 Thread Michael Ridland
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, > > ** **

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 Shane Nall
Hi Greg, WebAPI and Handlebars. Cheers, Shane On 11/07/2013, at 10:57 AM, Greg Keogh 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 price calcul