nadeemshafi9 Posted October 24, 2009 Share Posted October 24, 2009 [quote author=PugJr link=topic=54859.msg1295184#msg1295184 date=1256354122]Guess I have to vote for other as I use "Text document" . :o[/quote]and somtimes you controle the pc with your mind ? Link to comment Share on other sites More sharing options...
jester.codecrew Posted November 1, 2009 Share Posted November 1, 2009 GEdit ftw. Link to comment Share on other sites More sharing options...
Irresistable Posted November 4, 2009 Share Posted November 4, 2009 I vote dreamweaver.. as I studied with it at school, its been a mainstream program. Though I would like to try what would be.. peoples favorite PHP editor. Link to comment Share on other sites More sharing options...
keldorn Posted November 5, 2009 Share Posted November 5, 2009 Okay ladies and gents. I use Notepad++ (Waits for pitchforks), yes I memorize and type out functions and methods and do everything without code hints or anything. Link to comment Share on other sites More sharing options...
Irresistable Posted November 5, 2009 Share Posted November 5, 2009 Can I have your brain? ^^ Link to comment Share on other sites More sharing options...
trq Posted November 5, 2009 Share Posted November 5, 2009 [quote author=keldorn link=topic=54859.msg1303608#msg1303608 date=1257419960]Okay ladies and gents. I use Notepad++ (Waits for pitchforks), yes I memorize and type out functions and methods and do everything without code hints or anything. [/quote]We have a genius in our presence. I can only imagine how efficient you are. Link to comment Share on other sites More sharing options...
jcombs_31 Posted November 5, 2009 Share Posted November 5, 2009 I've grown fond of netbeans, been using it for over 6 months and I am happy. Link to comment Share on other sites More sharing options...
PugJr Posted November 10, 2009 Share Posted November 10, 2009 [quote author=thorpe link=topic=54859.msg1303623#msg1303623 date=1257421266][quote author=keldorn link=topic=54859.msg1303608#msg1303608 date=1257419960]Okay ladies and gents. I use Notepad++ (Waits for pitchforks), yes I memorize and type out functions and methods and do everything without code hints or anything. [/quote]We have a genius in our presence. I can only imagine how efficient you are.[/quote]That is sarcasm right? :-\ The first sentence I thought "Sure, maybe thrope likes those type of people" but then the second part "I can only imagine how efficient you are.".If you aren't being sarcastic, how is that efficient? Link to comment Share on other sites More sharing options...
gevans Posted November 10, 2009 Share Posted November 10, 2009 [quote author=keldorn link=topic=54859.msg1303608#msg1303608 date=1257419960]Okay ladies and gents. I use Notepad++ (Waits for pitchforks), yes I memorize and type out functions and methods and do everything without code hints or anything. [/quote]It seems you may as well be using Notepad. Notepad++ comes wit a lot of good features, one of them being autocomplete.Try typing 'str_' and then hitting 'Ctrl + Space Bar', code hint?? Link to comment Share on other sites More sharing options...
keldorn Posted November 17, 2009 Share Posted November 17, 2009 [quote author=gevans link=topic=54859.msg1306704#msg1306704 date=1257849583][quote author=keldorn link=topic=54859.msg1303608#msg1303608 date=1257419960]Okay ladies and gents. I use Notepad++ (Waits for pitchforks), yes I memorize and type out functions and methods and do everything without code hints or anything. [/quote]It seems you may as well be using Notepad. Notepad++ comes wit a lot of good features, one of them being autocomplete.Try typing 'str_' and then hitting 'Ctrl + Space Bar', code hint??[/quote]Notepad++ just has syntax highlighting, it does have autocomplete which basically just throws all your previously typed stuff into it, so if you typed $_SESSION in your code, $_SESSION will appear once you type $_[...] , a little bit convient. I find Notepad++ syntax highlighting is way better then netbeans. I tried netbeans and thought I like it last week while starting a new web application. But I ended up in notepad++ again. It was mostly becuase the syntax highlighting and also becuase netbeans in written in Java, so it has that "lag" effect all java apps have. Even on my 4GB ram and quad core, still no difference, Java apps are still slower. The price you pay for using an interpreted language. They should of wrote in c++, I dont see why java is such a rave among academics. Its a horribly slow language. :D Link to comment Share on other sites More sharing options...
roopurt18 Posted November 17, 2009 Share Posted November 17, 2009 [quote]I dont see why java is such a rave among academics[/quote]Because academics don't write production code.IMO Java is great for server apps, not so much for client stuff. Link to comment Share on other sites More sharing options...
keldorn Posted November 17, 2009 Share Posted November 17, 2009 [quote author=roopurt18 link=topic=54859.msg1310893#msg1310893 date=1258431898]Because academics don't write production code.[/quote]I can't think of much of anything intelligent say in responce. Except that school are usually good for teaching you stuff you won't actually use in the real world. I never understood why schools teach like that. Its just a dumb thing. If you have some guy in a school and he is a brutish looking guy, why teach him Alegrbra? The school should be sticking that guy in a machine shop to learn welding or how to rip apart a car. Teach people the right stuff. ;)[code]Try typing 'str_' and then hitting 'Ctrl + Space Bar', code hint??[/code]Very cool, I somehow missed this part of what you wrote, but I tried it out. Is there a way to make that automatic? ctrl+spacebar is not very fast. Link to comment Share on other sites More sharing options...
Daniel0 Posted November 17, 2009 Share Posted November 17, 2009 [quote author=keldorn link=topic=54859.msg1310898#msg1310898 date=1258432827]I can't think of much of anything intelligent say in responce. Except that school are usually good for teaching you stuff you won't actually use in the real world. I never understood why schools teach like that. Its just a dumb thing. If you have some guy in a school and he is a brutish looking guy, why teach him Alegrbra? The school should be sticking that guy in a machine shop to learn welding or how to rip apart a car. Teach people the right stuff. ;)[/quote]Well, then why teach mathematics, history, literature, arts, science, etc. at all? It's not like you actually need it to function in the society. In many cases you would even get along fine without being able to read and write.Regarding the mathematics: [url=http://www.maa.org/devlin/LockhartsLament.pdf]A Mathematician's Lament[/url] (it's a bit long but good -- read it!) Link to comment Share on other sites More sharing options...
448191 Posted November 17, 2009 Share Posted November 17, 2009 [quote]If you have some guy in a school and he is a brutish looking guy, why teach him Alegrbra? The school should be sticking that guy in a machine shop to learn welding or how to rip apart a car[/quote]Eh. So.. if it were up to you people's career should be predetermined by their builds? Link to comment Share on other sites More sharing options...
blueman378 Posted November 17, 2009 Share Posted November 17, 2009 [quote author=448191 link=topic=54859.msg1310994#msg1310994 date=1258445931][quote]If you have some guy in a school and he is a brutish looking guy, why teach him Alegrbra? The school should be sticking that guy in a machine shop to learn welding or how to rip apart a car[/quote]Eh. So.. if it were up to you people's career should be predetermined by their builds?[/quote]Thats kind of an interesting argument really.In general we decide this every time we see a person, we simply don't announce it as profusely.We stereotype people and this is more or less an advancement of it. Link to comment Share on other sites More sharing options...
448191 Posted November 17, 2009 Share Posted November 17, 2009 True, everybody does this whether they admit it or are even aware of it or not. But this is a first impression, opposing impressions (such as of the *actual* intelligence of a person) may follow. Nothing interesting about it, just painfully shortsighted. I mean, I'm all for some level of generalization (all Americans are fascist pigs!) because without some level you can never think in terms larger than your immediate environment (unless you're a supercomputer, in which case you should be banned because bots aren't allowed to post), but rejecting someones education of choice because of their appearance is not just generalization, this is blind willful ignorance of an individuals capabilities based on a generalization.Of course the brutish looking people are stealing all our jobs and women, so I guess it is allowed out of pure spite. Link to comment Share on other sites More sharing options...
gevans Posted November 17, 2009 Share Posted November 17, 2009 [quote author=keldorn link=topic=54859.msg1310898#msg1310898 date=1258432827][code]Try typing 'str_' and then hitting 'Ctrl + Space Bar', code hint??[/code]Very cool, I somehow missed this part of what you wrote, but I tried it out. Is there a way to make that automatic? ctrl+spacebar is not very fast.[/quote]Yes there is, open Notepad++;Settings -> PreferencesGo to the 'Backup / Auto-Completion' tab.You can configure your settings from there. I tend to check 'Enable auto-completion on each input', select 'Function completion', 'From the 1th character' and check 'Function paramaters hint on input'. Link to comment Share on other sites More sharing options...
Koobi Posted November 17, 2009 Share Posted November 17, 2009 wow i just looked at the results and i'm surprised so many people here use DreamWeaver.i haven't strayed from vim. i've tried many other editors but vim is still so flexible. it can do anything i want it to. Link to comment Share on other sites More sharing options...
Daniel0 Posted November 17, 2009 Share Posted November 17, 2009 The poll has been here for over 4 years. It's unlikely to be representative right now. Link to comment Share on other sites More sharing options...
Zane Posted November 17, 2009 Share Posted November 17, 2009 Maybe not representative of [b]right now[/b].. but still, 343 votes is quite a lot... compared to most polls we've hosted Link to comment Share on other sites More sharing options...
448191 Posted November 18, 2009 Share Posted November 18, 2009 Maybe you should close it, unsticky, and restart with a link to this? I agree the current value of the results is pretty close to 0. Link to comment Share on other sites More sharing options...
blueman378 Posted November 18, 2009 Share Posted November 18, 2009 [quote author=448191 link=topic=54859.msg1311870#msg1311870 date=1258535510]Maybe you should close it, unsticky, and restart with a link to this? I agree the current value of the results is pretty close to 0.[/quote]+1And possibly advertise it on the phpfreaks homepage? (or one of those "the administrator requires you to read this post before continuing browsing this forum" would get more results) im rather curious as to what the current day result would be. Link to comment Share on other sites More sharing options...
Daniel0 Posted November 18, 2009 Share Posted November 18, 2009 Okay. New poll: http://www.phpfreaks.com/forums/index.php/topic,277416.0.html Link to comment Share on other sites More sharing options...
Recommended Posts