nettuts might be searching for an author for a cakephp from scratch series

2011-05-18 Thread skimmas
Hi.
I was just going around net.tutsplus.com and saw this comment from
Jeffrey Way:

"Me, personally? I’m running out of room to remember how to use all
these frameworks. :) But I wouldn’t be against a from-scratch series
on Cake or Kohana. Just haven’t found the right author yet to create
the series yet."

http://net.tutsplus.com/tutorials/html-css-techniques/web-design-from-scratch-choosing-an-editor/comment-page-1/#comment-365133

It's paid work, so I'm just letting you know in case you're
interested.

Oh... and i'm not in any way affiliated with nettuts, just think it
would be nice to see it happen. :)

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Media Plugin — Trouble with filtered files

2011-04-25 Thread skimmas
ups...

Ups, my bad. Should have been

Configure::write('Media.filter.image.s', array(


On Apr 25, 1:47 am, skimmas  wrote:
> in my config/core.php I added
>
> /* CAKE MEDIA PLUGIN */
> require APP . 'plugins/media/config/core.php';
>
> Configure::write('Media.filter.document.s', array(
>      'convert' => 'image/jpeg',  'compress' => 1.5, 'fit' =>
> array(100, 100)
> ));
>
> Yet the media plugin is still generating a png image.
>
> Do you guys have any ideia what's going on.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Media Plugin — Trouble with filtered files

2011-04-24 Thread skimmas
in my config/core.php I added

/* CAKE MEDIA PLUGIN */
require APP . 'plugins/media/config/core.php';

Configure::write('Media.filter.document.s', array(
 'convert' => 'image/jpeg',  'compress' => 1.5, 'fit' =>
array(100, 100)
));

Yet the media plugin is still generating a png image.

Do you guys have any ideia what's going on.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Help! CakePHP runs great in localhost but doesn't even shows up in remote Server ...

2011-04-24 Thread skimmas
I would try things like:

does uploading a single index.html file with some contents to the
remote server work?
does uploading a single index.php (with something like ) work?
does creating an .htacces with some simple rules work?

And if by any chance you do have access to the webserver error log it
might give you some clues.


On Apr 24, 4:55 pm, kabeerdarocker  wrote:
>  I am quite new to Cakephp, just set up doing some of my college
> projects and demonstrating in a local computer. Now, I want to be
> professional and I just have no idea of what should I be doing to go
> live. I am in deep trouble. Please help me with this. Please provide
> me a basic procedure to go cakephp live.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Great Job on The Cookbook

2011-02-03 Thread skimmas
I think that there are a few problems in terms of design. The «Welcome
to the Cookbook» bar seems to short for that text size and the search
bar seems like it belongs from somewhere else.

But I think the improvements in terms of usability are great. The menu
is a lot more responsive. Thank you for that. And thank your for the
way the search works... I like it a lot.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


css on top javascript on bottom $scripts_for_layout

2011-01-27 Thread skimmas
Hi.
Not that I'll die if I don't get a solution for this but it got me
curious.
I'm experimenting with creating plugins and $this->requestAction();
The thing is how can I make the css from that plugin being output on
the main layout $scripts_for_layout and not inside the plugin code?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: ModelBaker

2010-12-12 Thread skimmas
I've been looking around their forums think the project is dead. :/

On Dec 11, 6:21 pm, dtemes  wrote:
> It looks great, but isn't cakephp version 1.2.1 a bit outdated? I
> would love to see a Windows and Linux version
>
> On 10 dic, 18:36, cake-learner  wrote:
>
> > I was looking for something like this and share with you guys
>
> >http://www.youtube.com/watch?v=JOOhSQqANQs

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: ModelBaker

2010-12-10 Thread skimmas
I'm hopping to hear some feedback from this app. It seems to speed up
the development quite a while, and to be a quite well polished app.
Is anyone using it? Is it as good as it looks?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Learn CakePHP

2010-10-30 Thread skimmas
I think Adam's approach is actually a very wise one if you're not
familiar with MVC.
I only seldom work on web development projects and had tried for a
couple of times to learn cakephp without success. Then tried
CodeIgniter and it's so much easier to learn. Eventually I tried cake
again and suddenly everything made sense...

On Oct 30, 7:27 am, Adam  wrote:
> I had only been working with PHP for a month before I started with
> frameworks. CakePHP was a little heavy to grasp at first (MVC & OOP),
> but I built a project using CodeIgniter. After that I had to do
> another one using Cake, so I had to learn and it only took a week
> before I couldn't get enough. Basically, like most have said here,
> just start, because once you learn the cool stuff you'll want to learn
> more!
>
> On Oct 28, 10:58 am, sonam  wrote:
>
> > How much time is required to learn cakephp?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Help with foreach

2010-10-01 Thread skimmas
I'm not sure I completely understand your problem but why not use for
instead. that way you can increment for how much you want.

On Oct 1, 7:23 am, "Dave Maharaj"  wrote:
> I have my find('list') which gives me my standard array (ordered
> alphabetically)
>
> (
>
>                 [16] => apples
>
>                 [24] => bananas
>
>                 [11] => cars        
>
> [8] => zoo
>
> ..
>
> ...
>
> and so on
>
> )
>
> Now this is where I cant get it the way I need. They become selects in a
> form so I need them layed out 3 across each row
>
> Label  [input]    |     Label  [input]         |     Label  [input]    
>
> Next row...
>
> I found a lot of 3 per rows examples online but the problem comes in with
> adding the foreach ($listItems as $key => $value).
>
> $i = 0;
>
> Sure count the $listitems
>
> $i%$row_count == 0 and build my rows but $i is only adding 1 each time.how
> do I get key [16] where $i = 0, [24] for 2 and so on..(I need the keys
> unchanged, I cnnot use 0,1,2,3 as the keys)
>
> Any ideas?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Execute Linux commands from controller

2010-09-20 Thread skimmas
I think that what you are looking for is the php command exec()

http://php.net/manual/en/function.exec.php

On Sep 20, 11:10 am, Urs  wrote:
> Hi..
>
> How can we execute linux commands from the controller?
>
> like:
> Example1: cat file1.txt
> Example2: ifconfig | grep eth | awk {'print $1'}
>
> Plz help..

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en