[PHP] Re: list of places to learn programming online

2012-10-30 Thread tamouse mailing lists
Fascinating. This kicked off the spam blocker On Tue, Oct 30, 2012 at 7:38 PM, tamouse mailing lists wrote: > This just hit my inbox from another source. I haven't had any time to > vet the list, but here is the link to the post: > > < thenextweb DOT com/dd/2012/10/21/so-you-want-to-be-a-progra

Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-30 Thread Lester Caine
Johannes Reichardt wrote: In times of testability and several design patters, the use of static calls is really outdated. I understand that you can read and write the invocations of the methods much faster, but you should think more to the future on that point. I am not sure if that is true for

Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-30 Thread Johannes Reichardt
In times of testability and several design patters, the use of static calls is really outdated. I understand that you can read and write the invocations of the methods much faster, but you should think more to the future on that point. I am not sure if that is true for TURBOPY. It has been "organi

Re: Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-30 Thread ma...@behnke.biz
Sebastian Krebs hat am 30. Oktober 2012 um 16:20 geschrieben: > 2012/10/30 ma...@behnke.biz > > > Ok, I can take that point. I haven't installed anything on a shared host > > for a > > while. Always working with VServers. > > > > And if you want to take your job serious, thats definitely the way

Re: Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-30 Thread ma...@behnke.biz
Lester Caine hat am 30. Oktober 2012 um 11:07 geschrieben: > >> And why PHP 5.2? > > Why not? With some tweaks it would work on PHP4 but for the sake of security > > it uses some filter_var methods that are 5.2 specific. > And since 60% of the world is still stuck with ISP provided hosting on PH

Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-30 Thread Lester Caine
Johannes Reichardt wrote: And why PHP 5.2? Why not? With some tweaks it would work on PHP4 but for the sake of security it uses some filter_var methods that are 5.2 specific. And since 60% of the world is still stuck with ISP provided hosting on PHP5.2 or less it does 'widen the market' ... -

Re: Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-30 Thread Johannes Reichardt
From what I see most of your concepts are not up to date of how you would do things now. This starts with simple "leave brackets on if else single line conditions" which is from my point of view a no go and ends with using static calls instead of instances. Thank you for your feedback. Especiall