Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 27642  / 3 Years ago, wed, october 6, 2021, 11:53:55

I've just installed Ubuntu 14.04 LTS on my brand new PC. Beforehand, I was doing web development at work only for when we needed it (like HTML emails etc.) so I haven't a full understanding as to what I fully need.. I know I need an IDE (Think I'm going with Sublime Text) but what do I fully need to officially publish websites (I plan to freelance on the side of work), I can code HTML and CSS really well and PHP only adequatly but it's all just been given to me so I don't have a full understanding as to what I need.. could someone help list types of software - not necessarily name software just types so image manipulation, IDE etc. etc.



Thanks for any help given



-Trey


More From » 14.04

 Answers
4

You don't always need to use a IDE you can just develop using a simple text editor like ("gedit" on ubuntu). But if you're looking specifically for an IDE there's the "Bluefish" editor that can help you in the development but there are many others also. Since you're gonna be developing PHP websites you'll need a server and probably a database software if you're gonna be making SQL based websites, you can use LAMP (`Linux Apache Mysql and PHP) server, it includes the server and the database, the webserver is the most important and required software for PHP development.



Note that the webserver installed on your personal machine is just for development purposes you should avoid using it for hosting your website online.



For image and graphics - You can use "Gimp"(for image editing) and inkscape(for vectors)



You'll probably need browser plugins like firebug(for firefox) to help you debug you html css and javascript code directly from the browser.



Color Pickers(if you're gonna be doing the design too) like colorzila.



You may also need other kind of tools as you develop different websites according to your need. But to start, this is probably enough.


[#22875] Wednesday, October 6, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tionpromoti

Total Points: 14
Total Questions: 112
Total Answers: 113

Location: Tonga
Member since Tue, Nov 30, 2021
2 Years ago
;