I need computer web designing software.please help! I need to learn web design,ftp,seo,?
I got the html figured out,i need to learn ftp,tricks to seo,mysql etc…
Im willing to pay for it,but i want to make sure i get the right software the first time
Are you using Notepad++ to write your web code? This is a free source code editor:
http://notepad-plus.sourceforge.net/uk/site.htm
For an FTP client, take a look at FileZilla, which is also open source (free licensing):
http://filezilla-project.org/
On the subject of SEO, here are some suggested readings:
http://www.clickz.com/3624560
http://searchenginewatch.com/3624568
There are lots of others, and some debate over some points. If you stick to the KISS Principle and the separation of code from content you’ll be well on your way.
Learning MySQL is going to be harder because you really need a method to build and test what you are doing. Not being sure what OS you are using, I don’t know if you can make use of XAMPP:
http://www.apachefriends.org/en/xampp.html
XAMPP is one of the best (IMO) development environments around and provides – in one install – support for PHP and MySQL amongst other things. Plus, it is free!
May 29th, 2010 at 5:12 pm
Are you using Notepad++ to write your web code? This is a free source code editor:
http://notepad-plus.sourceforge.net/uk/site.htm
For an FTP client, take a look at FileZilla, which is also open source (free licensing):
http://filezilla-project.org/
On the subject of SEO, here are some suggested readings:
http://www.clickz.com/3624560
http://searchenginewatch.com/3624568
There are lots of others, and some debate over some points. If you stick to the KISS Principle and the separation of code from content you’ll be well on your way.
Learning MySQL is going to be harder because you really need a method to build and test what you are doing. Not being sure what OS you are using, I don’t know if you can make use of XAMPP:
http://www.apachefriends.org/en/xampp.html
XAMPP is one of the best (IMO) development environments around and provides – in one install – support for PHP and MySQL amongst other things. Plus, it is free!
References :