• Welcome to ForumKorner!
    Join today and become a part of the community.

Programs a Web Developer must have!

OliverE

Power member.
Reputation
0
Programs a Web Developer must have!

Ok so this is my short list of programs a webdeveloper must have. Without these programs I wouldnt be where I am today.


  • Notepad++
    Notepad++ is no doubtably the best free text editor out there.
    It includes syntax highlighting for dozens of differnet coding languages.
    There are line numbers down the left margin.
    The line breaks at the end of the window instead of just creating scrollbars like MS notepad, allowing you to read your code without having to resize the window!
    It has the capability to run plugins including a spell-checker.
    You can record and run macros.
    Convert to differnet charsets.
    Theres so many features and its all so simple to use.
    Download: http://notepad-plus-plus.org/
    [attachment=187]


  • Firebug (for firefox)
    This neat little firefox addon is used to inspect the webpages HTML and CSS. I use this all the time when creating MyBB themes or any website.
    When inspecting an element of a webpage your given the html and the CSS that makes up that element.
    You can then edit the CSS or HTML and preview the changes live on that webpage. Obvioiusly the changes arent permenant, but it helps you work out what CSS or layout to use before actually having to code the whole website.
    Download: http://getfirebug.com/
    [attachment=188]


Ok I know its only short, but I hope that you guys will reply with what programs you think should be on the list and why.

Thanks
 

Factor8™

Active Member
Reputation
0
I really like using Zend Studio for my PHP work.
 

OliverE

Power member.
Reputation
0
Ive never used it. Would you say its a must have?
I didnt consider Dreamweaver to be a must have tbh.
 

SGT.Code

Active Member
Reputation
0
i would say photoshop and dreamwiever because they are industry standard
 

OliverE

Power member.
Reputation
0
Photoshop is a good one, but I wouldnt say its a must have for a webdeveloper because its quite easy to create a webpage without it :)
 

SGT.Code

Active Member
Reputation
0
yes but it is industry standard everybody uses it (exepte the awkward ones lol)
 

Factor8™

Active Member
Reputation
0
Dreamweaver is a worthless, bloated IDE.

Zend Studio is not a must have, but it makes project management a lot easier.
 

Poseidon

Member
Reputation
0
Notepad++ is surely a must have, I used to use it when I was learning HTML
 
Top