Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-14 Thread walterbyrd
On Aug 6, 3:58 pm, nate <[EMAIL PROTECTED]> wrote: > through Aqua. And with VLC, it's not about "installing yet another > player". IMO, VLC is *the* media player, even on OSX. > But, as far as I can tell: VLC does not work as a firefox plugin; and the cakephp screencasts can not be downloaded

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-13 Thread [EMAIL PROTECTED]
It is pretty easy to get going with the extjs lib 1) unzip the whole thing including css files, images, etc. in you webroot/js directory. I tried putting it in the vendor directories but paths get screwed up. 2) In each of the cake templates you want to use it echo $html->css(array( '../

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-13 Thread walterbyrd
On Aug 8, 12:05 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Inline editing has more to do with the client-side scripting than the > backend framework (of course they have to work together). > > I really like the editing capabilities of the ExtJS > libraryhttp://extjs.com/deploy/ext/exa

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-08 Thread [EMAIL PROTECTED]
Inline editing has more to do with the client-side scripting than the backend framework (of course they have to work together). I really like the editing capabilities of the ExtJS library http://extjs.com/deploy/ext/examples/grid/edit-grid.html I have had little difficulty integrating it into Ca

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-07 Thread nate
Well, lucky for you, VLC is also available for all recent versions of Windows. Also lucky for you, there's a company called Apple that makes this operating system that actually works. On Aug 7, 12:31 am, walterbyrd <[EMAIL PROTECTED]> wrote: > On Aug 6, 4:59 pm, Langdon Stevenson <[EMAIL PROTECT

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-06 Thread Langdon Stevenson
>> I couldn't get Quicktime movies to play (I develop on Fedora 7) so went >> hunting on the weekend. As nate mentions VLC Media Player is the >> solution. > > I can't get quicktime to work under w2k anymore either. Hey take it easy Walter :-) Surely it's not that big an issue ... As mentione

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-06 Thread walterbyrd
On Aug 6, 4:59 pm, Langdon Stevenson <[EMAIL PROTECTED]> wrote: > Hi Walter > > I couldn't get Quicktime movies to play (I develop on Fedora 7) so went > hunting on the weekend. As nate mentions VLC Media Player is the > solution. I can't get quicktime to work under w2k anymore either. I update

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-06 Thread Langdon Stevenson
Hi Walter > At best, quicktime is very difficult under linux. For me, it is not > worth the trouble of installing yet another media player just for cake > screencasts. I had no trouble viewing codeignitor, or qcodo, > screencasts with my present setup. Not that big of a deal, but I find > it surp

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-06 Thread nate
Yup, we're very Linux-friendly. Everyone on the dev team deploys to Linux (though I probably deploy more on FreeBSD myself). But everyone on the dev team develops on the Mac. That's not to say that we shun Linux-based development, but we ourselves prefer to view the world through Aqua. And wit

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-06 Thread rtconner
Lol. Quicktime is a very standard video format and has been around for years and can be watched by users of almost any operating system. I had no problem with the screencasts being in quicktime. Rails screencasts are in quicktime format, Django's are also in quicktime.. oh and wait what is this..

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-06 Thread walterbyrd
On Aug 6, 8:46 am, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On 8/6/07, walterbyrd <[EMAIL PROTECTED]> wrote: > If you're referring to the fact > that the screencast is done in Quicktime format, i believe that VLC > can view it. > At best, quicktime is very difficult under linux. For me, it

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-06 Thread Chris Hartjes
On 8/6/07, walterbyrd <[EMAIL PROTECTED]> wrote: > > On Aug 5, 9:09 pm, housebolt <[EMAIL PROTECTED]> wrote: > > Check out this tutorial: > > > > http://cakephp.org/screencasts/view/3 > > I will have to wait until I'm off my Linux box. > > Although certainly no "show shopper" it bugs me a bit that

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-06 Thread grandpa
Well. That tutorial doesn't really show anything to do with the inline editing you are asking about. Langdon is right, it's not automated but it really isn't that hard to do with cake, using some ajax helpers. I've done this kind of thing, and I'd say it was one of the simpler things to implement

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-06 Thread kabturek
nice... or maybe no to nice... isn't backward compat. -> doesn't work when js is disabled ( if it's automatic they should've taken care of it) also i try to stay away from inline js. apart from that - this is JS stuff. doing something like this is a piece of cake ;) greets On Aug 6, 12:52 am, w

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-05 Thread walterbyrd
On Aug 5, 9:09 pm, housebolt <[EMAIL PROTECTED]> wrote: > Check out this tutorial: > > http://cakephp.org/screencasts/view/3 I will have to wait until I'm off my Linux box. Although certainly no "show shopper" it bugs me a bit that an open source project like cake would not be a little more Linu

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-05 Thread housebolt
Check out this tutorial: http://cakephp.org/screencasts/view/3 On Aug 5, 3:52 pm, walterbyrd <[EMAIL PROTECTED]> wrote: > I'm still framework shopping. One thing I like about Qcodo is this > inline editing feature: > > http://examples.qcodo.com/examples/dynamic/inline_editing.php > > Is that sor

Re: Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-05 Thread Langdon Stevenson
Hi Walter > I'm still framework shopping. One thing I like about Qcodo is this > inline editing feature: > > http://examples.qcodo.com/examples/dynamic/inline_editing.php > > Is that sort of thing easy to do with CakePHP? It is not an automated process to construct this kind of thing with Cak

Is it reasonably easy to do this sort of inline editing with CakePHP

2007-08-05 Thread walterbyrd
I'm still framework shopping. One thing I like about Qcodo is this inline editing feature: http://examples.qcodo.com/examples/dynamic/inline_editing.php Is that sort of thing easy to do with CakePHP? --~--~-~--~~~---~--~~ You received this message because you ar