stymiee
He's No Good To Me Dead
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
how would i upload my current pages to my new builder?
If your files are stored on your computer then all you need to do is click open in your new editor and the find your html file. Obviously then you need to upload it to your server.
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15
i like visual web developer too but its not much good unless your host does ASP.NET 2.0 support
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
since the 80s (god I'm old) plain text editors
now notepad++, wamp & DevPHP
probably 2 times faster than I can be with a wysiwg editor, and the code is better, and allows for templating the whole site
Just added six new properties to my site(real estate leasing), ~400 pages in about 5 minutes.
templates and databases
Anything other than FrontPage,
it was barely tolerable when it was first released, and has gottten only further behind with every new version.
MS do have some good software the visual studio set mentioned by Godfear http://www.microsoft.com/express/download/
and there are hundreds of php IDEs at sourceforge.net if your host is not asp enabled
almostbob
Posting Sensei
3,147 posts since Jan 2009
Reputation Points: 571
Solved Threads: 376
I will advice you to do what I always call "hard coding". It is coding from scratch. This have these advantages:
1. You make exactly what you want
2. You know how things works
3. You can reuse some parts of code
4. Etc.
Having said so, here are some editors/IDE for mainly PHP but will do also HTML
1. Notepad++ (Editor)
2. Netbeans (IDE)
3. DevPHP (IDE)
4. CodeLobster(IDE)
5. PHP Designer Personal Edition(IDE)
All are free, though I prefer Netbeans!
evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392