Load Javascript on the fly

2007-05-12 Thread dom
sensible to cut it up into smaller files and load only the minimum at first and load the rest later as needed. Does that make any sense ? And if it does, how can you do it? Dom --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Load Javascript on the fly

2007-05-12 Thread dom
Thanks a lot. I'll give that a go. Dom On May 12, 8:08 pm, stacey [EMAIL PROTECTED] wrote: You can call like this from the view: ?php echo $head-js('customborders/cb'); ? and you need to include the 'head' helper in your controller: var $helpers = array('Html', 'Head'); // html is always

Re: CAKEPHP, SWFupload

2007-02-03 Thread Dom.
Hi You can use an alternative - this project : http://thinkingphp.org/ demos/cake-timer/ (ajax) I try this ... but i have somes problems :/ ( http://groups.google.com/group/cake-php/browse_thread/thread/fc5eb5e0ebe90602/# ) Regards. On Feb 1, 11:18 pm, hausburger [EMAIL PROTECTED] wrote:

upload problems

2007-02-02 Thread Dom.
Hi, The example works but ... (caketimer) When i try cake timer with the last version of cake (cake_1.1.12.4205), i have somes errors : Error: progressTracker Data has a wrong format! Notice: session_start(): ps_files_cleanup_dir: opendir(/var/lib/php4) failed: Permission denied (13) in

Re: Big File Upload with progress bar ?

2007-01-20 Thread Dom.
Thanks ^^ Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED

Big File Upload with progress bar ?

2007-01-18 Thread Dom.
Hi, I search a cake component for file upload (with progress bar). This component http://thinkingphp.org/demos/cake-timer/ don't work on my server. :'( thanks for your help ^^ Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Big File Upload with progress bar ?

2007-01-18 Thread Dom.
Thanks for your answer :) ... so i will search clue and i report it The demo app on my server : http://www.domnukem.com/neo/ http://www.domnukem.com/cgi-bin/uber_uploader.cgi?cmd=debug Dom. On Jan 18, 4:09 pm, clemos [EMAIL PROTECTED] wrote: hi don't you have any clue about why it won't

Re: File upload with AJAX

2007-01-16 Thread Dom.
Hi, Have you test cake-timer? Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-26 Thread Dom
Because somes functions (in the layout) generate : link rel=stylesheet type=text/css href=/app/webroot/css/cake.basic.css media=all / link rel=stylesheet type=text/css href=/app/webroot/css/cake.forms.css media=all / script type=text/javascript src=/app/webroot/js/prototype.js/script script

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-26 Thread Dom
In fact, with define ('BASE_URL', env('SCRIPT_NAME') . ?); and define ('SERVER_IIS', true); URL/index.php?/controller/method/id works but ajax don't work and no style on the view --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-25 Thread Dom
URL/index.php?/controller/method/id and URL/index.php/controller/method/id don't work Regards Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-25 Thread Dom
thanks ^^ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

CakePHP Under IIS 6 ... the best way ?

2006-09-21 Thread Dom
Hi. What's the best solution for cake under iis? Regards. Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from

view : link to pdf

2006-09-13 Thread Dom
Hi, How to create a link to a pdf ? I try this : $html-image('image.gif'),/files/.$doc['path'],array('title' = $doc['path'],'target'= '_new'), false, false) But ... the link don't work http://URL/files/example.pdf (error message = missing controller) Regards, Dom

Re: view : link to pdf

2006-09-13 Thread Dom
Thanks ^^ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

Array in a requestAction

2006-09-08 Thread Dom
Hi, How to enter a array parameter in a requestAction ? Regards, Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com

Re: Array in a requestAction

2006-09-08 Thread Dom
thanks ^^ Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED