Jump to content

What's the best Open Source IDE for Web Development Programming ?

- - - - -

  • Please log in to reply
7 replies to this topic

#1
Heaven1977

Heaven1977

    Newbie

  • Members
  • PipPip
  • 10 posts
What's the best Open Source IDE for Web Development Programming ?
HTML , XHTML , CSS, JavaScript , Perl , PHP .

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
  • Location:Vancouver, Eh! Cleverness: 200
Many of those fall under the exact same area of development, so there are many IDEs that support each of them. jEdit and Geany are good choices.

It depends on what you want to have as features, can you list a few?
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
DaBDouB-MoSiKaR

DaBDouB-MoSiKaR

    Newbie

  • Members
  • Pip
  • 1 posts
Eclipse + plugin

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
I generally use jEdit for those, along with FireFox with the Web Developer and FireBug plugins.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
aersixb9

aersixb9

    Newbie

  • Members
  • Pip
  • 8 posts
not open source but i love microsoft software looks like they do include symbols with directx sdk at least (those are soruce right?)

also it underlines ur compiler erros like word, as you make them makes c++ debug much faster, plus tooltips etc and output .exe on win is awesome and good forms tools and sdks too, microsoft makes the best windows tools :)

well unless maybe you count something like source sdk or other 'higher level' tools than the xna they offer....been meaning to try that softimage xsi mod tool free mode....

#6
aersixb9

aersixb9

    Newbie

  • Members
  • Pip
  • 8 posts
so yeah i'd go with free visual web developer express 2010 from microsoft, u draw ur site like a word document with typing images and a toolbox, then you can link 'events' on the page or any tools to code functions and use all c# functions there just like a normal winforms program, so like if they click the button u can change button1.text = "newtext" in that event function or redirect or set cookie etc.....

u can also call all c++ functions from c# usin a keyword, also extends to asm in c++ so you can directly call x64 functions (or x86 instructions) in c#

also unlike forms it loses all the variables in between function calls (postbacks, hard to force someytimes extra clickin happens lol or ajax is newish also silverlight is like a simple game makin platform too, that's in visual web package too tutorials online ! :)

you can save stuff in a microsfot sql database , a local file (lol don't do it threadlocks web server is not thread safe sql is, just a file holds 'name' 'value' pairs of int, string, etc grouped in arbitrary tables), also c# replaced 'files' with 'namespaces' and you 'using' them, good way to package ur stuff i'm aertools.game.myObj (lol could be no tools yet.....)

also ppl who are makin stuff plz also make it tool or sdk style, so ppl can use your stuff with your name and talk to you about it even if they sell nothin maybe you get some code or info or even just to talk and look at your old stuff with a new user

u also get cookies and the magic "SESSION" arraylist hash magicobject, like an array or hash sorta, you can anytime say "Session["bob"] = 4" and it stores 4 in 'bob'
Session["name"] = "Hello"

String hi = (String)Session["name"] in the next function over, it's passin it along inside hidden tags in the html doc

can use cookies similar except lasts longer and easier to see (can spot session with good tools probably edit too i got no real time s editor)

#7
Gikoskos

Gikoskos

    Newbie

  • Members
  • PipPip
  • 11 posts
I use eclipse and mozilla seamonkey and it works out fine for me.

#8
bmastan

bmastan

    Newbie

  • Members
  • Pip
  • 1 posts
eclipse




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users