Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Replying to Web Developing Software


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

java-area

Posted 20 April 2008 - 01:03 PM

I use Notepad++ exclusively for web development, simply because you can get exactly what you want with full control over every aspect. One major advantage of Notepad++ (link for those who have yet to be enlightened) is, in my opinion


I agree with this opinion.
If you want to get the first good practise of working with Html/Javascript, try to use your own stylesheets and your own script.
But having some exprerience, you can start to include into your project scripts and stylesheets, created by other people.
And you can start to use some additional tools, templates and automatic builders.
You have to keep in mind, that every automatic builder creates a lot of additional source code.
That's why you will spend a lot of additional time to understand this code.
Certainly, it is much easier to modify and improve your own code or the code, that you understand well!

superJazz

Posted 20 April 2008 - 12:32 PM

Incidently you don't have to be a seasoned developer to use the above software, as their is a option to do a WYSIWYG thing.

I would recommend, like many others, Nvu.

However, it is worth learning how to use FrontPage or Dreamweaver, as you will create better websites with them instead of any other software.

FirefoxRocks

Posted 20 March 2008 - 01:38 PM

Well thanks JC for your responce. would you please tell me some more about this NVU. I mean like in serif webplus you can add text whereever you like in your page and there is no allignment and positioning problem. and you can add pictures whereever you like which doesn't happen in html editing softwares like frontpage easily.
and send me the URL where I can donwload the NVU program.


NVU is now "discontinued", a better version of NVU is now maintained as KompoZer, which is downloadable for Windows, Mac and Linux from here: http://kompozer.net/

NVU/KompoZer is a WYSIWYG editor and does generate valid HTML pages, it shouldn't have any positioning problems, but I haven't used it much. Give it a try.

Sohaib

Posted 20 March 2008 - 12:14 PM

Well thanks JC for your responce. would you please tell me some more about this NVU. I mean like in serif webplus you can add text whereever you like in your page and there is no allignment and positioning problem. and you can add pictures whereever you like which doesn't happen in html editing softwares like frontpage easily.
and send me the URL where I can donwload the NVU program.

J.C.

Posted 19 March 2008 - 02:23 AM

I use NVU. It is an excellent program and I would recommend it to everyone. It's free too, so that's a plus.

Posted 22 February 2008 - 07:32 AM

If you want to create a website but don't want to learn any programming, you're best bet is to use a CMS like Wordpress or Movable Type. I'd recommend Wordpress, if only because its much easier to install. All you need to do is set up a MySQL database, which you can do with a few clicks using the admin panels with most free hosting sites.

There is an admin panel with Wordpress that lets you type in the content of a page or post, and it does all of the work for you. You can also download themes to change the site site design, without needing to know any programming. Of course, if you learn some PHP, you'll be able to do a lot more, but its not necessary.

Sohaib

Posted 16 February 2008 - 10:32 PM

Well thanks guyz for your response but since Im a Finance related person so Iam not going to learn any software or html etc.
While surfing the internet , I found a software called Serif Webplus 10. its a web developing software for those who are not familiar with website designing and developing. this software has many templates and easy-to-use functions. I haven't downloaded it yett so if anyone of you has used this software, please drop your comment on it .

faulty.lee

Posted 15 February 2008 - 04:16 AM

I started off my HTML programming with CuteHTML. Simple, fast and straight forward. Never liked Dreamweaver, it's a bloat. After I've learn all the syntax and making use of Google, I switch to Eclipse. Have been using it ever since. I do use Notepad++ from time to time. Had a portable version, so I can fix stuffs on site with it.

monahan

Posted 15 February 2008 - 12:18 AM

I think you should just bite the bullet and learn to use Dreamweaver. I'm not a professional website designer, but I took a day to just sit down and learn and fool around in Dreamweaver and Ive created some pretty cool websites. I think the benifits of using a program like Dreamweaver is well worth it in the end.

Miles

Posted 14 February 2008 - 05:24 PM

If you're looking for a good program, I recommend going along my route, have a look at a HTML programming book ( I still remember looking over internet bible many years ago, around 2003), then learning more on the internet, and applying any previous coding knowledge to learn PHP. It worked for me, and I'm quite young. If you get the temptation to copy and paste, say, hex colours, or table coding, you should do it, because you'll learn how to do it that way eventually. The program you should use is notepad, or if notepad is buggy and messes up the layout of your php, wordpad. At most, use a syntax-highlighting editor, like notepad++, mentioned by some people here.

Review the complete topic (launches new window)