Re: What editor do you use for CakePHP?

2007-02-16 Thread Jason Huebel

Emacs is evil. And it's nowhere close to lightweight or clean.  Let the
flaming begin! :-)

Leonardo Varuzza wrote:
 Emacs, the one true editor ;-)
 
 On Feb 13, 2:08 pm, Jason Huebel [EMAIL PROTECTED] wrote:
 For those poor souls who can't use TextMate because you're on Windows,
 you might want to take a look at InType (http://intype.info/). It's
 still in alpha (and will eventually be commercial software), but it
 includes a CakePHP bundle. Bundles are plugins that include code
 snippets and keyboard shortcuts for a particular language.

 It's a very lightweight and extremely clean (almost to a fault)
 interface. Hope you like it.

 Jason Huebel

--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: What editor do you use for CakePHP?

2007-02-16 Thread Jason Huebel

I do programming for a living and there's another programmer in my shop
who uses PSPad almost exclusively. He really likes it.  I have to say I
like the simplicity of it. I'm mainly interested in an editor that
provides syntax highlighting and the gets out of my way. PSPad does fit
the bill in that regard.

theman wrote:
 I have gone through tons of editors trying to find the best balance of
 features and I've found PSPad to be a great little text editor that
 supports PHP (as well as many other languages), Direct FTP transfer,
 and a bit of project managment.  It's all I use now!
 
 
  
 

--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: What editor do you use for CakePHP?

2007-02-13 Thread Jason Huebel

For those poor souls who can't use TextMate because you're on Windows,
you might want to take a look at InType (http://intype.info/). It's
still in alpha (and will eventually be commercial software), but it
includes a CakePHP bundle. Bundles are plugins that include code
snippets and keyboard shortcuts for a particular language.

It's a very lightweight and extremely clean (almost to a fault)
interface. Hope you like it.

Jason Huebel

[EMAIL PROTECTED] wrote:
 G'day all,
 
 Matt from Australia here.  In the past I've done all my PHP coding
 using a text editor such as Wordpad, and then a few years back I've
 begun using Dreamweaver.
 
 Currently I'm using Dreamweaver 8 and I've found it to be quite good
 when dealing with .php files.  It's not great when editing .thtml
 files though, since it doesn't recognize them as code, and so doesn't
 give you all the nice code colouring and auto-closing of tags, etc...
 At least the automated uploading/downloading is nice.
 
 What do you use for Cake cooking?
 
 
  
 

--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: What editor do you use for CakePHP?

2007-02-13 Thread Jason Huebel

As a followup, be sure you also get InTypePM, which is a project manager
wrapper around InType. InTypePM is a user-contributed app written in
Delphi. You can find it in this thread:

http://intype.info/forums/discussion/256/1/intype-project-manager-alpha/

The latest version is 1.0.0.35, which can be found on the second page of
the thread.

Jason Huebel wrote:
 For those poor souls who can't use TextMate because you're on Windows,
 you might want to take a look at InType (http://intype.info/). It's
 still in alpha (and will eventually be commercial software), but it
 includes a CakePHP bundle. Bundles are plugins that include code
 snippets and keyboard shortcuts for a particular language.
 
 It's a very lightweight and extremely clean (almost to a fault)
 interface. Hope you like it.
 
 Jason Huebel
 
 [EMAIL PROTECTED] wrote:
 G'day all,

 Matt from Australia here.  In the past I've done all my PHP coding
 using a text editor such as Wordpad, and then a few years back I've
 begun using Dreamweaver.

 Currently I'm using Dreamweaver 8 and I've found it to be quite good
 when dealing with .php files.  It's not great when editing .thtml
 files though, since it doesn't recognize them as code, and so doesn't
 give you all the nice code colouring and auto-closing of tags, etc...
 At least the automated uploading/downloading is nice.

 What do you use for Cake cooking?


 
  
 

--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Finally a good Editor for Windows

2007-01-24 Thread Jason Huebel

All I can say is, WOW. I've been using TextMate on my Mac Mini and 
Ultraedit on my Windows box. I think I just found the replacement for 
Ultraedit. Great find!

Jason

Mandy wrote:
 Well, this post is not about asking a question, but about sharing an
 editor that I recently found.

 You can read more about it here:
 http://mandysingh.blogspot.com/2007/01/finally-good-editor-for-windows-intype.html

 This is going to be having CakePHP support very soon and is really
 kickass (trust me - it's TextMate for windows).
   

--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



RE: webroot issue (i think)

2007-01-19 Thread Jason Huebel


There are my unmodified .htaccess files:

path_to_app/.htaccess:

IfModule mod_rewrite.c
  RewriteEngine on
  RewriteRule^$ app/webroot/[L]
  RewriteRule(.*) app/webroot/$1 [L]
/IfModule


path_to_app/app/.htaccess

IfModule mod_rewrite.c
   RewriteEngine on
   RewriteRule^$webroot/[L]
   RewriteRule(.*) webroot/$1[L]
/IfModule


path_to_app/app/webroot/.htaccess

IfModule mod_rewrite.c
   RewriteEngine On
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
/IfModule


Jason Huebel

-Original Message-
From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of internettitan
Sent: Friday, January 19, 2007 4:11 PM
To: Cake PHP
Subject: Re: webroot issue (i think)


what should the 3 files look like?

how do i avoid the 500 error?

On Jan 19, 9:51 am, milliseconds [EMAIL PROTECTED] wrote:

This one had me going for about three hours last night. It turns out
there are three .htaccess files in the Cake file structure which need
to exist. Some operating systems hide them and are not copied to the
server.

Make sure there is a .htaccess file in the following locations:

First:
../path_to_cake_install/.htaccess

Second:
../path_to_cake_install/app/.htaccess

Third
../path_to_cake_install/app/webroot/.htaccess

Once I finally got the .htacccess files installed in the proper places
it worked fine.

Good Luck

Mac

On Jan 18, 3:56 pm, internettitan [EMAIL PROTECTED] wrote:

 Hey all,

 I am trying to migrate an existing cake php site to a new hosting
 provider and am running into a problem (probably due to my own
 inexperience).

 I took a zip of the site sent to me by the original developer and
 plopped it into the html directory of the new host (where html is the
 webroot).

 I setup and populated a mySQL database and changed the files to
 correctly point to this database.

 The homepage comes up fineBUT none of the links work!

 3 other symptoms that may be associated:

 1) at first the site gave an error 500 which according to the hosting
 support team was due to the contents of the htaccess file...

 Thank you for contacting technical support regarding your issue. We
 apologize for the inconvenience. An .htacess file in your FTP root
 directory contained some mod_rewrite rules that were causing a redirect
 loop:

 [Tue Jan 16 16:56:44 2007] [error] [client 66.223.59.30] mod_rewrite:
 maximum number of internal redirects reached. Assuming configuration
 error. Use 'RewriteOptionsMaxRedirects' to increase the limit if
 neccessary.
 [Tue Jan 16 16:56:44 2007] [error] [client 66.223.59.30] Request
 exceeded the limit of 10 internal redirects due to probable
 configuration error. Use 'LimitInternalRecursion' to increase the limit
 if necessary. Use 'LogLevel debug' to get a backtrace.

 I have renamed the .htaccess file to .htaccess.old and your site and
 admin page are accessible now.

 Please note that the document root directory of your web site is the
 /html directory under your FTP account. At this time, it appears your
 web files have been uploaded to your FTP root directory instead, where
 they will not be accessible via a browser. Please re-upload your web
 contents to the /html directory under your FTP site. This may be why
 your mod_rewrite rules are not functioning properly, but as we cannot
 provide technical support for custom code like mod_rewrite rules, we
 recommend having your web developer or programmer check them before
 re-enabling your .htaccess file.

 2) After the .htaccess was removed the home page still had problems in
 that it could not access the images referenced on the page. I moved the
 rest of the app/webroot files to the html directory and viola!

 3) I am even a little stumped as to how the site is working at all. I
 have made several changes to the thtml files and cannot see any update
 to the page at all

 Thanks for any help you can give!





--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---