Re: [PHP] Idea/Suggestion for PHP App

2007-04-10 Thread Richard Lynch
On Thu, April 5, 2007 2:59 pm, [EMAIL PROTECTED] wrote: >> On Thu, 2007-04-05 at 21:36 +0200, [EMAIL PROTECTED] wrote: >>> first step is: take a paper and pen and start drawing your app >>> structure >>> in blocks. >>> once you "finished your app" on the paper start drawing db >>> structure. >>> >>

Re: [PHP] Idea/Suggestion for PHP App

2007-04-10 Thread Richard Lynch
On Thu, April 5, 2007 2:35 pm, Eric Butera wrote: > On 4/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Hey... I am new to the list so please forgive me if I say anything >> that might have already been discussed. So here we go... >> >> OK I am attempting to start a new application using PH

Re: [PHP] Idea/Suggestion for PHP App

2007-04-07 Thread Afan Pasalic
looks like I didn't get the question. I thought he's asking how to start a project. to start to learn php of course you don't need paper and pencil. books, online tutorials, php.net and time. though, for a new project (if you never did similar before and if you don't already have the code you ca

Re: [PHP] Idea/Suggestion for PHP App

2007-04-06 Thread Robert Cummings
On Fri, 2007-04-06 at 11:41 -0400, tedd wrote: > At 4:23 PM -0400 4/5/07, Robert Cummings wrote: > >I use two things... my brain for the overall idea. A notes.txt file for > >specific remarks that are too complicated to keep up top :) > > > >Cheers, > >Rob. > > I use: 1) my vast (literally hundred

RE: [PHP] Idea/Suggestion for PHP App

2007-04-06 Thread tedd
At 1:36 PM -0700 4/5/07, Warren Vail wrote: (Google is also your friend :-)). Look for code and modules that you can employ in your solutions Let me add to that -- sometimes when I am trying to see how a function/technique/code is used, I simply take a quoted portion of the code and Google

Re: [PHP] Idea/Suggestion for PHP App

2007-04-06 Thread tedd
At 4:23 PM -0400 4/5/07, Robert Cummings wrote: I use two things... my brain for the overall idea. A notes.txt file for specific remarks that are too complicated to keep up top :) Cheers, Rob. I use: 1) my vast (literally hundreds) of working examples created from dozens of my php, mysql, aja

Re: [PHP] Idea/Suggestion for PHP App

2007-04-06 Thread tedd
At 9:59 PM +0200 4/5/07, [EMAIL PROTECTED] wrote: and yes, I (still) use paper and pencil because never find good app for it. if you can recommend - I'll be more than happy to use it and stop wasting paper (agree with you on "poor tree" :D) -afan Pencil and paper? What's that? I had a good fr

Re: [PHP] Idea/Suggestion for PHP App

2007-04-06 Thread tedd
At 2:06 PM -0500 4/5/07, [EMAIL PROTECTED] wrote: Hey... I am new to the list so please forgive me if I say anything that might have already been discussed. So here we go... OK I am attempting to start a new application using PHP. I have started and stoped this application now 2 times cause

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Jochem Maas
lets see if I can add anything useful (you be the judge)... 1. aim high, you only learn when you push yourself beyond what you can already do. 2. take/make notes as you go, don't try to keep everything in your head :) 3. occasionally cut a few corners when you've bitten off more than you can ch

RE: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Warren Vail
arren Vail -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 1:07 PM To: php-general@lists.php.net Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Idea/Suggestion for PHP App I think you're probably doing what almost all of us have done. G

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Zoltán Németh
2007. 04. 5, csütörtök keltezéssel 16.23-kor Robert Cummings ezt írta: > On Thu, 2007-04-05 at 21:59 +0200, [EMAIL PROTECTED] wrote: > > > On Thu, 2007-04-05 at 21:36 +0200, [EMAIL PROTECTED] wrote: > > >> first step is: take a paper and pen and start drawing your app structure > > >> in blocks. >

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Robert Cummings
On Thu, 2007-04-05 at 21:59 +0200, [EMAIL PROTECTED] wrote: > > On Thu, 2007-04-05 at 21:36 +0200, [EMAIL PROTECTED] wrote: > >> first step is: take a paper and pen and start drawing your app structure > >> in blocks. > >> once you "finished your app" on the paper start drawing db structure. > >> >

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread tg-php
I think you're probably doing what almost all of us have done. Get an idea, see PHP as a potential solution and decided to just dive right in. I don't think many people start out in a classroom style "Hello World" situation and build slowly onto that. I'm sure other people have better starter

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Paul Novitski
At 4/5/2007 12:06 PM, [EMAIL PROTECTED] wrote: OK I am attempting to start a new application using PHP. I have started and stoped this application now 2 times cause I get moving then I stop realizing I should have done this work before hand and in a differant way. I was wondering does anyone

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Eric Butera
On 4/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Eric Butera wrote .. > On 4/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hey... I am new to the list so please forgive me if I say anything that > might have already been discussed. So here we go... > > > > OK I am attempting to s

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Børge Holen
On Thursday 05 April 2007 21:36, [EMAIL PROTECTED] wrote: > first step is: take a paper and pen and start drawing your app structure > in blocks. > once you "finished your app" on the paper start drawing db structure. > > start coding after you have the solution for every situation. This sounds li

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread afan
> On Thu, 2007-04-05 at 21:36 +0200, [EMAIL PROTECTED] wrote: >> first step is: take a paper and pen and start drawing your app structure >> in blocks. >> once you "finished your app" on the paper start drawing db structure. >> >> start coding after you have the solution for every situation. > > Yo

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread straderb
Eric Butera wrote .. > On 4/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hey... I am new to the list so please forgive me if I say anything that > might have already been discussed. So here we go... > > > > OK I am attempting to start a new application using PHP. I have started > and st

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Robert Cummings
On Thu, 2007-04-05 at 21:36 +0200, [EMAIL PROTECTED] wrote: > first step is: take a paper and pen and start drawing your app structure > in blocks. > once you "finished your app" on the paper start drawing db structure. > > start coding after you have the solution for every situation. You're kidd

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread afan
first step is: take a paper and pen and start drawing your app structure in blocks. once you "finished your app" on the paper start drawing db structure. start coding after you have the solution for every situation. :D -afan > Hey... I am new to the list so please forgive me if I say anything

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Eric Butera
On 4/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hey... I am new to the list so please forgive me if I say anything that might have already been discussed. So here we go... OK I am attempting to start a new application using PHP. I have started and stoped this application now 2 times