Re: Grid Suggestion

2011-01-05 Thread Michael J. Sprague
Not sure about column freezing but I'd take a look at SlickGrid: https://github.com/mleibman/SlickGrid/wiki On Wed, Jan 5, 2011 at 10:05 AM, fun and learning funandlrnn...@gmail.comwrote: Hi All- Currently i have a grid with around 25 to 30 columns. a)The first 5 columns are frozen

Re: Grid Suggestion

2011-01-05 Thread Michael J. Sprague
I don't have any examples here at the office but I have used it on personal projects without much trouble. View source is your friend here. Look at the examples and you'll see the JSON used to pass data in and you can recreate it based on that. On Wed, Jan 5, 2011 at 11:13 AM, fun and learning

(ot) sql help

2010-10-15 Thread Michael J. Sprague
I am having a SQL problem that I'm guessing amounts to me just being brain dead today but I'd really appreciate any help with this. Here is the query: SELECT phases.phase AS phaseLabel, narratives.title, narratives.id, narratives.content, phases.id AS phaseId FROM

Re: (ot) sql help

2010-10-15 Thread Michael J. Sprague
, Oct 15, 2010 at 1:35 PM, Michael J. Sprague mikespra...@gmail.comwrote: I am having a SQL problem that I'm guessing amounts to me just being brain dead today but I'd really appreciate any help with this. Here is the query: SELECT phases.phase AS phaseLabel, narratives.title

Re: Looking for a CF 8 host

2009-11-25 Thread Michael J. Sprague
I've had great luck with GearHost http://www.gearhost.com On Wed, Nov 25, 2009 at 1:29 PM, Charlie Griefer charlie.grie...@gmail.comwrote: If you've got enough clients to justify it, you could get a CF8 VPS. I believe prices range from $35/mo to $75/mo (depending on various factors).

Re: Twitter oAuth

2009-04-08 Thread Michael J. Sprague
+1 I'd also be interested in the details On Wed, Apr 8, 2009 at 11:41 AM, Tony tonyw...@gmail.com wrote: id love to read it if you could put that together. tw On Tue, Apr 7, 2009 at 8:40 PM, Philip Kaplan pkap...@gmail.com wrote: In case anyone's interested, I figured it all out with

Re: OT: pop-up calendar selector

2007-05-09 Thread Michael J. Sprague
If you don't want to use the one built into CFFORM then I would suggest either the one that's part of ExtJS (http://www.extjs.com) which can be used in conjunction with YUI, jQuery or Prototype/Scriptaculous or another great option, which is library agnostic, is the Dynarch JSCalendar

Re: ColdFusion and script.aculo.us

2006-09-01 Thread Michael J. Sprague
I've been using Scriptaculous/Prototype with ColdFusion for several months now and am very happy with it. I'm not familiar with how AjaxCFC handles it's calls to CFCs but I typically write cfm pages that call the CFC methods i need and handle and display logic if necessary. If you want to call