Click here to Skip to main content
15,881,204 members
Home / Discussions / Web Development
   

Web Development

 
GeneralMessage Removed Pin
21-Oct-12 23:40
mveRichard MacCutchan21-Oct-12 23:40 
GeneralMessage Removed Pin
21-Oct-12 23:41
George Delaportas21-Oct-12 23:41 
GeneralMessage Removed Pin
22-Oct-12 0:06
mveRichard MacCutchan22-Oct-12 0:06 
QuestionWhat every beginner should know about website development? Pin
abitcode21-Oct-12 21:21
abitcode21-Oct-12 21:21 
AnswerRe: What every beginner should know about website development? Pin
Richard MacCutchan21-Oct-12 22:09
mveRichard MacCutchan21-Oct-12 22:09 
AnswerRe: What every beginner should know about website development? Pin
User 171649222-Oct-12 1:39
professionalUser 171649222-Oct-12 1:39 
AnswerRe: What every beginner should know about website development? Pin
jkirkerx22-Oct-12 10:10
professionaljkirkerx22-Oct-12 10:10 
AnswerRe: What every beginner should know about website development? Pin
L Viljoen30-Oct-12 2:30
professionalL Viljoen30-Oct-12 2:30 
Hi
It feels like yesterday (about 5 years ago when i was exactly in the same spot you find yourself).
The advise posted www.asp.net is an excellent place to start. but here to answer your questions.

1. HTML , CSS and Javascript is essential to what makes a website tick , no matter what technology you are using the output at the end of the day will be html, ASP.NET, php, ruby, cold fusion ect are all server side technologies these essentially help you bring more features into your website like user login, dynamic data | data that you can edit without haveing to ftp upload new pages after you created them.

2. Depending on your technology , your hosting will vary , if you wish to host asp.net you will need a windows server host with .net framework and SQL

3. New does not nessisarily mean better , when you buy a new car you know its better , new in programming languages mean, still limited , expect memory leaks , and very minimal online help available.

ASP.net I recommend above all other server side technologies for web development for this very reason. but for you to be able to use it effectively you will need to familiarise yourself with either C# or VB.NET I highly recommend C#.

You will need to master your programming language asp.net and HTML, CSS and javascript in equal measures , understanding the execution order (hope I am not scaring you) but if you train full time it will take you roughly 6 months(depending on your learning ability) to be able to produce anything commecially viable, (becuase believe me when staring asp.net you will make alot of noob mistakes forgetting things like (if !ispostback, not encrypting user passwords, not using master pages ect)

also another aspect of web development you will have to be familiar is design , you can get allot of online designs for free aswel (maybe not exactly what you want) but you will need to figure our how to cut those designs up properly and then lay them out in your website. heres the order I recommend you study.

HTML - used for layout
base layout of html page
tags and attrubutes
the style tag
using images
Understanding paths in website (../ and so on)
CSS - Used for styling
importing CSS files
JavaScript - used for dynamic functions (button rollovers,"yes I know CSS can do it too but baby steps)
Programming language of choice in asp.net
Familiarise yourself with terms such as postbacks , runat server, server controls id's and the page load order (promise you you are going to use them)
Entity modelling
Databasing - SQL Server Designing a database with various data types
Database relations
Cryptography - Symmetric encryption (advanced topic but usefull
LINQ - theres an entire exction online explaining how to write these queries
Server Side Grids and data sources.

All in server side languages have a long learning curve especially if you have zero programming experience but in the long run they avoid your website from becoming an admin nightmare.


You you simply want a nice easy web page there is also google blogger
Chona1171
Web Developer (C#), Silverlight

GeneralRe: What every beginner should know about website development? Pin
jkirkerx31-Oct-12 7:03
professionaljkirkerx31-Oct-12 7:03 
GeneralRe: What every beginner should know about website development? Pin
Zamshed Farhan13-Jan-13 22:40
Zamshed Farhan13-Jan-13 22:40 
QuestionRoR + SQL server resources Pin
Md. Marufuzzaman19-Oct-12 20:04
professionalMd. Marufuzzaman19-Oct-12 20:04 
AnswerRe: RoR + SQL server resources Pin
User 171649220-Oct-12 0:27
professionalUser 171649220-Oct-12 0:27 
GeneralRe: RoR + SQL server resources Pin
Md. Marufuzzaman20-Oct-12 2:09
professionalMd. Marufuzzaman20-Oct-12 2:09 
QuestionUDDI and tmodel Pin
nagesh1019-Oct-12 4:59
nagesh1019-Oct-12 4:59 
QuestionChat via Internet Pin
dungSoft12311-Oct-12 0:21
dungSoft12311-Oct-12 0:21 
AnswerRe: Chat via Internet Pin
Mohibur Rashid11-Oct-12 19:30
professionalMohibur Rashid11-Oct-12 19:30 
AnswerRe: Chat via Internet Pin
dungSoft12316-Oct-12 7:26
dungSoft12316-Oct-12 7:26 
GeneralRe: Chat via Internet Pin
Mohibur Rashid16-Oct-12 15:14
professionalMohibur Rashid16-Oct-12 15:14 
AnswerRe: Chat via Internet Pin
Joan M16-Oct-12 19:47
professionalJoan M16-Oct-12 19:47 
QuestionEntityFramework and MVC3 Pin
satish gorakati10-Oct-12 20:47
satish gorakati10-Oct-12 20:47 
Questionbrowsers adding whitespace to display (solved) Pin
cjoki4-Oct-12 6:03
cjoki4-Oct-12 6:03 
AnswerRe: browsers adding whitespace to display Pin
n.podbielski9-Oct-12 3:59
n.podbielski9-Oct-12 3:59 
GeneralRe: browsers adding whitespace to display Pin
cjoki9-Oct-12 5:02
cjoki9-Oct-12 5:02 
GeneralRe: browsers adding whitespace to display Pin
User 17164929-Oct-12 5:27
professionalUser 17164929-Oct-12 5:27 
GeneralRe: browsers adding whitespace to display Pin
cjoki9-Oct-12 5:49
cjoki9-Oct-12 5:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.