| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Comments:
<0> out of the box, it's just a java ide <1> !+enter <2> Don't use the enter key as puncuation. Think in complete thoughts, then type. <3> How good is vim? Is it only a text editor or is there code-completion etc as plugin? <0> It is only the best editor in the universe, but it's not for everyone. <0> You can get completion and stuff too. It has completion of buffer stuff by default. <4> jpofy: why don't you just download and try them.. <3> No, i've noticed. I'm always ready to learn however ;) <3> I'm already doing that =) <1> !+enter <2> Don't use the enter key as puncuation. Think in complete thoughts, then type. <0> You can generate ctags for your project to have vim offer completion of custom functions and constants and such. And you can load a php function list to have it offer completion on those as well. <5> still... <5> give komodo some consideration <3> Is zde non-free? <3> ok?
<3> xxoxx: sure will <0> jpofy: non-free <5> i have tried zend, eclipse, and finalized on komodo <5> for the past three years i have been happy with progressive versions of komodo <0> xxoxx: Didn't activestate kill of their php editor? or was it another language/ <5> large scale project (20,000+ lines of php non-template code) <5> hermit the php ide from activestate is alive and well <4> lines as a metric.. nothing grates on my nerves more <0> Hm, they killed something. I can't remember what it was, though. <3> hm.. from what i can tell from their website, komodo is just what i'm looking for... <5> p0windah. well just give some metric as to the merit of the editor, not the project itself <3> However, it seems non-free too :S <0> jpofy: if you want free IDE, eclipse is pretty much it <5> i just wantto point out the fact that from personal experience komodo is suitable for big projects <5> jpofy: i agree with hermit, if you want free ide, then eclipse is best out there <0> I use vim for a project which is 180,000 lines of code last time I ran a scan. :) (that includes templates, but they are not the bulk) <6> emacs! <5> yeah emacs <5> xemacs <6> what, no vi crusaders to start the war? <5> ed <0> dyforg: not a war worth fighting with silly emacs users <4> I exclusively use echo <6> hehe there we go <4> and I see no reason whatsoever for changing <7> ask php-bot about holy war <0> xxoxx: I am downloading an evaluation of Komodo Peronal right now. Fortunately they have one build for stdc++3 <5> p0windah you tried notepad.exe ? <4> meh, its not like it does anything my trusty echo can't already do <6> komodo is really nice, i just wish it was free <3> yeah <0> If it was free, I dare say it would not be so nice. <8> Just gedit here and I do well, but I would like a feature like seeing whats happening with the code in real time, line by line... <8> $var values, function returns, etc <0> Yeah, only a big heavyweight will have that sort of debugging and profiling. <9> Hi! I can not understand the reason of $str=ereg_replace("?","*",$uname); <6> is there any major ide out there beside komodo? <8> Yes, and usually, I must admit it, I get pretty much annoyed with a "superman" IDE that has like 4 windows with trees like menus and trillion functions and let you code in a 300*300 window <7> enot: why are you using it? <6> i have no idea what you mean enot <9> i found there in guest book sources <9> s/there/this <10> dyforg: For GNU/Linux platform? <6> or win32 <6> either <10> dyforg: PHPEdit, get the Personal Edition. <10> dyforg: It's for Microsoft Windows platform. <3> You can get a free liscence of the 1.2 branch if you just ask for it.. <3> For PHPEdit that is <3> It's great <6> i can't really do personal edition : / <6> unless it comes with full dev rights <10> dyforg: FULL! <6> like it lets me create code for sale by my company? <10> dyforg: Hm, wait a minute. full dev rights? <6> yeah... i'd probably have to get a pro. license <8> What? really? <10> dyforg: 89 Euro. <11> what is the best way to get a piece of php code in a mySQL ... <6> yeah not bad at all <6> i'll have to try it out to see what i think
<10> dyforg: Do you really need all those features OFTEN? <8> what features tws? <6> no, i just am forced to buy the license since i don't code for non-commercial use <8> Oh, me neither <3> dyforg: I warmly recommend PHPEdit. I've used the 1st version for several years <6> cool <10> dyforg: I mean, do you really need the debugging feature? <6> oh, probably not <10> dyforg: Then why bother look for a bloated IDE? :) <6> well... i'm used to coding php in plain text editors, and i'm used to coding most other languages in full-featured ides <6> and i usually get used to the ides and start to really like them.... i'd like to see if the same happens with a good php ide <8> I like simple editors, gedit for php, drpython for python <8> I wish there was a plugin for php in drpython <10> dyforg: You can use Notepad++ (http://notepad-plus.sourceforge.net) as text editor. It's very simple, fast and has a lot of features, most are what you need often. <0> oh heavens me! Komodo is gtk2 <5> well.. the application that I am working on has a javascript rendering layer <5> so debugging is essential, as you can't simply do a bunch of "echo" <8> true, but you get accustom to rapidly detect errors with no aid, unless its an obscure logic error <6> i don't think notepad++ would have enough advantage over plain old emacs on the company dev server <8> root@www:/home/dan# aptitude search notepad <8> p gnotepad+ - Graphical text and HTML editor <5> yeah definitely <5> like trying to debug a google map kind of application <12> does anyone know of a device that i could use at a colocation that would allow me to see a system all the way from the bios startup? <13> any serial terminal <13> costs extra though <12> serial terminal? do i patch that into the switch or something? <8> uhm, just tried gnopad+... its ugly <8> and no colors in the code <5> jessupx kvm ? <12> yeah, thats more like what i was thinking.. a kvm that could somehow allow you to connect from ethernet remotely <12> over the internet <12> this looks interesting though <12> http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/intro-why.html <14> Fatal error: Call to undefined function mail() in * on line 437 <12> this is no good though <14> Isn't mail() always defined? <12> Firstly, Power On Self-Test messages and Basic Input/Output System (BIOS) messages are sent to the screen and received from the keyboard. This makes it difficult to use the serial port to reconfigure the BIOS and impossible to see Power On Self-Test errors. <6> apparently not <14> "Executive summary: This error occurs because PHP couldn't find sendmail at compile time. So the mail function didn't get built, thank you. Here's what to do to fix it:" <6> i guess it would be difficult to send the uncompressed screen over a network without a whole lot of bandwidth <6> which is why there aren't devices that do what you want <6> or at least common devices <15> What do you want? <6> a remote kvm being what he wants <15> http://www.realvnc.com/products/KVM-over-IP/ <6> not that kind <15> oh <6> one that works on bootup <6> like during post <15> It should handle that... <15> Did you look? It's a hardware solution. <6> oh, my bad <15> np :) <6> just saw realvnc.com <6> yep, that works <3> Where did you find the PHP plugin for eclipse <3> ? <15> http://www.phpeclipse.de/ <6> i've used the one at www.phpeclipse.de before, but i can't say i liked it <6> it did work, though <5> is there simple encrypt / decrypt function in php ? <15> xxoxx: There's several - http://www.php.net/mcrypt <5> i need something really simple <5> generating simple user tokens <5> doesn't have to be cryptographically secure at all <12> CWhiz: woah thanks! <15> http://us3.php.net/str_rot13 <5> but needs to be symetrical <15> jessupx: np <15> jessupx: Mind you, I've never used it. <12> i knew someone had to of made that <16> anyone here have an idea on why my cookies aren't getting their timestamps updated/refreshed with each page visit? I thought that setting the cookie lifetime updated the cookie in the browser, but it seems to take the time of the original cookie until that runs out. <17> I have an question too. Why my variables dont stay in session??? http://www.jarkonkotisivu.org/test/test1.phtml
Return to
#php or Go to some related
logs:
bashpodder append
debootstrap and redhat outputtree+java #kde slapt-get: cannot execute binary file #kde asdfasfg ternary trie twinkie extruded
#php
|
|