Click here to Skip to main content
15,895,538 members
Home / Discussions / Web Development
   

Web Development

 
QuestionCCS Layout Problem Pin
Patrick Skelton7-Oct-10 23:10
Patrick Skelton7-Oct-10 23:10 
GeneralRe: CCS Layout Problem Pin
crain198116-Oct-10 18:51
crain198116-Oct-10 18:51 
GeneralRe: CCS Layout Problem Pin
Patrick Skelton17-Oct-10 7:55
Patrick Skelton17-Oct-10 7:55 
Questionhelp me out Pin
AkyeaW6-Oct-10 21:33
AkyeaW6-Oct-10 21:33 
AnswerRe: help me out Pin
NeverHeardOfMe6-Oct-10 22:04
NeverHeardOfMe6-Oct-10 22:04 
AnswerRe: help me out Pin
Richard MacCutchan6-Oct-10 22:36
mveRichard MacCutchan6-Oct-10 22:36 
AnswerRe: help me out Pin
Pete O'Hanlon7-Oct-10 0:11
mvePete O'Hanlon7-Oct-10 0:11 
AnswerRe: help me out Pin
cjoki7-Oct-10 5:43
cjoki7-Oct-10 5:43 
I would say there are two main paths to web development. The code path and the visual path. You will need to decide which one is best for you to learn. The code path is a person that likes to understand the languages of the web(HTML, JavaScript, CSS) and how they fit together. The visual designer will focus more on the look and feel, less reading is involved but IMHO, you miss a lot too. But you can still "make webpages" it just means you need a great visual editor so you can draw the website out in whats called a wysiwug(What You See Is What You Get). The editor will make the page code for you, my limited experience is they often add more junk code than I feel is needed, but I am a coder.

If you want to get started with a code path then grab a good text editor. I use notepad++ on windows and bluefish on linux, both are free. You can also look into tswebeditor or crimson editor, again free, but getting a little dated.

You MAY need a webserver if your code start becoming more complex and you add dynamic elements to your projects, but to start you can use the file open in your browser to open any html page on your local machine.

A note of browsers, more is better. Each browser has settled on a hand full of rendering engines. And so a web page will display differently in different browsers. Even the same browser of different version will not be 100% alike, IE6 and IE7 for example. So grab the most stable releases of Internet Explorer, Fire Fox, Google Chrome and if you don't mind paying the money Opera. Any page you make should look almost the same in each and must behave the same. This is very true with scripts and CSS.

Once you have a basic understanding of HTML, CSS and a little javascript. Start looking at the different code for different websites...and visit Eric Meyers website, he is one of the best in using CSS.

If you want to go the visual route I do not have much info to give you. I do know that both Microsoft and Adobe have visual web designers, but have no idea what they are even called now.


No matter which route you go, be prepared to spend a lot of time improving your skills.

All the Best
Chris
AnswerRe: help me out Pin
thatraja7-Oct-10 20:05
professionalthatraja7-Oct-10 20:05 
GeneralRe: help me out Pin
Smithers-Jones11-Oct-10 4:00
Smithers-Jones11-Oct-10 4:00 
QuestionURL rewriting Pin
Poonam Gandash6-Oct-10 2:08
Poonam Gandash6-Oct-10 2:08 
AnswerRe: URL rewriting Pin
Pete O'Hanlon6-Oct-10 2:59
mvePete O'Hanlon6-Oct-10 2:59 
GeneralRe: URL rewriting Pin
Poonam Gandash6-Oct-10 3:07
Poonam Gandash6-Oct-10 3:07 
AnswerRe: URL rewriting Pin
R-tsumami6-Oct-10 3:18
R-tsumami6-Oct-10 3:18 
GeneralRe: URL rewriting Pin
Pete O'Hanlon6-Oct-10 3:41
mvePete O'Hanlon6-Oct-10 3:41 
QuestionTwo panes: Navigation and Content. How to update content within"CSS-Panes" Pin
Frygreen3-Oct-10 6:46
Frygreen3-Oct-10 6:46 
AnswerRe: Two panes: Navigation and Content. How to update content within"CSS-Panes" Pin
Pete O'Hanlon3-Oct-10 9:10
mvePete O'Hanlon3-Oct-10 9:10 
GeneralRe: Two panes: Navigation and Content. How to update content within"CSS-Panes" Pin
Frygreen3-Oct-10 10:10
Frygreen3-Oct-10 10:10 
GeneralRe: Two panes: Navigation and Content. How to update content within"CSS-Panes" Pin
Pete O'Hanlon3-Oct-10 10:55
mvePete O'Hanlon3-Oct-10 10:55 
GeneralRe: Two panes: Navigation and Content. How to update content within"CSS-Panes" Pin
Frygreen4-Oct-10 5:53
Frygreen4-Oct-10 5:53 
GeneralRe: Two panes: Navigation and Content. How to update content within"CSS-Panes" Pin
Pete O'Hanlon4-Oct-10 6:50
mvePete O'Hanlon4-Oct-10 6:50 
QuestionGood book for HTML-Development ? Pin
Frygreen2-Oct-10 7:14
Frygreen2-Oct-10 7:14 
AnswerRe: Good book for HTML-Development ? Pin
Not Active2-Oct-10 10:09
mentorNot Active2-Oct-10 10:09 
AnswerRe: Good book for HTML-Development ? Pin
Gordon Brandly26-Oct-10 10:19
Gordon Brandly26-Oct-10 10:19 
QuestionIssue in building XML using Request.Form in asp pages Pin
Dpriya27-Sep-10 23:28
Dpriya27-Sep-10 23:28 

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.