Click here to Skip to main content
15,920,602 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all ,
I just want to know what are different -2 ways to create websites and also what is the best way for a beginner .
I know we can create website from different tools like :
Visual studio
Microsoft web Developer
Webmatrix

I mean what it takes to make a choice among these .

regards ,
Posted

I think it depends on what you want out of your web site! Personally I use a plain old text editor.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 27-Feb-12 23:27pm    
My 5.
To me, you personal preference is a good sign, a sign of a person who really understands how things works. My respect.
I do a lot of stuff in a similar way, with a twist.

If so, I hope you would like just the last paragraph of my answer -- please take a look. :-)
--SA
It depends on your skills and knowledge. My favorite is Visual Studio, even if you are not developing ASP.NET. By the way, you can use free-of-charge Visual Studio Express for this purpose. Please see:
http://en.wikipedia.org/wiki/Visual_Studio[^],
http://www.microsoft.com/visualstudio/en-us[^],
http://en.wikipedia.org/wiki/Visual_Studio_Express[^],
http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express[^].

I have done a lot of development using plain old text editor, pretty much like Walt Fair, Jr., but it was the text editor I wrote. It has a plug-in architecture with allowed me to write text-generating plug-ins, import/export plug-ins, keyboard macro and other goodies. Basically, this is a plain editor, no syntax highlighting, intellisense or something.

For certain purposes, Microsoft Expression Web is not bad, but I mostly use it for writing simple text documents in HTML format (documenting, articles and the like), not for serious development. (I do very little of Web development though, almost nothing compared to my other works.)

I would warn against highly "automated" tools for "easy" Web development, especially something developed "graphically", with a "click of a mouse" or "drag-n-drop" (the last "feature" is the worst). Usually, it means quick development of primitive prototype but a lot of manual work for something serious, lack of flexibility, low quality, low signal-to-noise auto-generated code impossible for serious support. Those are tools for the weak-minded. Real development is usually based on coding in text and requires good understanding of each line of code.

—SA
 
Share this answer
 
Comments
iampradeepsharma 28-Feb-12 0:09am    
thanx a lot sir !
Sergey Alexandrovich Kryukov 28-Feb-12 0:34am    
You are very welcome.
Good luck, call again.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900