Jump to content

Mchl

Staff Alumni
  • Posts

    8,466
  • Joined

  • Last visited

About Mchl

  • Birthday 03/11/1982

Contact Methods

  • Website URL
    http://www.flingbits.com

Profile Information

  • Gender
    Male
  • Location
    High Memory Area

Mchl's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. This is pretty much what BBCode tutorial would cover with the small addition that contents of tags should be passed to highlight_string() function
  2. Here you go: highlight_string
  3. You're free to report it to moderators.
  4. Ok... so I messed up quotes with braces {} and PHP code with JS code. And to make it more elusive, it doesn't happen everytime...
  5. I got this with quotes in NB 6.8. I can swear to Rasmus it wasn't working this way in 6.7 and below.
  6. Intellisense is actually Microsoft's trademarked technology AFAIK, so you won't find it anywhere except MS IDEs. Anyway, arguments you present are like advice to use '' instead of "" for strings, because they're a bit faster. It's not going to make your script execute noticeably faster though, because most time is spend elsewhere. Same with IDE. What good is instant file opening, when I need to find missing ; or } or) now and then AFTER I have saved the file and reloaded it in browser? In NB you have these (and other) errors highlighted the instant you make them. That's where time is saved.
  7. Did you ever calculate if you earn more time not having this 0.5-1s lag on opening files than you loose by not having features like code hinting, instant syntax error finding, built-in VC tools etc.. ?
  8. I've yet to see a reason why would I want to use vim (other than being able to say I use it, just like all other cool kids do). It seems like quite a different approach than we're accustomed to see in IDEs... Ok.. downloaded, installed, now browsing the wiki
  9. I wonder how much truth is there in the story I've read somewhere of a guy, who created a working JavaScript IDE in Excel
  10. http://code.openark.org/blog/?p=10 Really nice blog entry about all these charsets, collations and how to use them (and what to take care about) Could be added to sticky above.
  11. Just to let you all know NetBeans 6.5 is now Generally Available. So if you were afraid of beta/RC versions, now it's good time to grab the final release and see if you like it
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.