NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Web Design Discussion
Reload this Page General ? from newbie

Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 05-04-2005, 03:13 PM THREAD STARTER               #1 (permalink)
New Member
Join Date: May 2005
Posts: 3
critical_mass is an unknown quantity at this point
 



General ? from newbie


sorry if this is posted in the wrong folder...

A little brief background first---
I'm considering a career change from the world of architecture to the world of web design. I've done a lot of graphics work before, so I've got the visual end down. I've also got a little experience w/ web site design -- I've made a couple basic HTML sites in the past and one using ImageReady back in my school days.

So my question is---
With so many scripting languages and what not out there, how do you decide which one to dive into?
CSS sounds promising... I like the idea of seperating style & content (less code, faster loading pages, higher search engine rankings). Would I couple that w/ XHTML? Or should I go with HTML & JavaScript?
????: NamePros.com http://www.namepros.com/web-design-discussion/87592-general-from-newbie.html
Or what about a server-side script such as PHP?
Or should I just go with a WYSIWYG editor, such as Dreamweaver? Does Dreamweaver output decent / clean code?


Thanks for any and all help!
critical_mass is offline  
Old 05-04-2005, 03:27 PM   #2 (permalink)
Senior Member
 
Brian's Avatar
Join Date: Sep 2003
Location: Charlottesville Virginia
Posts: 2,317
Brian is a splendid one to beholdBrian is a splendid one to beholdBrian is a splendid one to beholdBrian is a splendid one to beholdBrian is a splendid one to beholdBrian is a splendid one to beholdBrian is a splendid one to beholdBrian is a splendid one to behold
 




I would recomend XHTML and CSS for the design/layout, and for any dynamic programming PHP.
Brian is offline  
Old 05-04-2005, 04:54 PM   #3 (permalink)
Senior Member
Join Date: Mar 2005
Location: canada
Posts: 1,045
skrilla is just really niceskrilla is just really niceskrilla is just really niceskrilla is just really niceskrilla is just really niceskrilla is just really niceskrilla is just really niceskrilla is just really nice
 


Protect Our Planet Child Abuse
I agree..... I use php on a regular basis. I also use dreamweaver allot, and have foun d it to be a great tool for web design... but mostly i use it to connect to my server when needed..If you say you already have good html skills then I say learn php. it is great for login scripts, content management etc...
__________________
Add Me to G+
skrilla is offline  
Old 05-04-2005, 05:55 PM   #4 (permalink)
Senior Member
 
danstevenson's Avatar
Join Date: Jan 2005
Location: Calgary
Posts: 1,357
danstevenson is a name known to alldanstevenson is a name known to alldanstevenson is a name known to alldanstevenson is a name known to alldanstevenson is a name known to alldanstevenson is a name known to alldanstevenson is a name known to alldanstevenson is a name known to all
 



take one to be your main just any kind pretty much and learn the basics of the rest best way cuz then if a client asks you know somewhat and could probly answer them
danstevenson is offline  
Old 05-04-2005, 06:59 PM   #5 (permalink)
no one lives forever
 
StudioWorks's Avatar
Join Date: Apr 2004
Location: NamePros
Posts: 8,092
StudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to behold
 



XHTML + CSS + PHP = great combination!
__________________
epagini.com mexicorealty.net softwarepit.com yadasoftware.com
StudioWorks is offline  
Old 05-04-2005, 08:17 PM THREAD STARTER               #6 (permalink)
New Member
Join Date: May 2005
Posts: 3
critical_mass is an unknown quantity at this point
 



Thanks all! I appreciate it! Looks like I've got a clear path to follow now. First, though, I suppose I need to brush up on my HTML to make sure I haven't forgotten anything.
Thanks again!
critical_mass is offline  
Old 05-05-2005, 12:05 PM   #7 (permalink)
NamePros Member
Join Date: Mar 2005
Posts: 38
ewomack is an unknown quantity at this point
 



I think a general webdesign/programming book would be the best place to start. One that gives you an overview of the basic technologies you'll need. Wrox has a decent one called "Beginning Web Programming with HTML, XHTML, and CSS". It covers most of the basics, and gives you a taste of scripting towards the end. This way you know you at least have some of your basics covered before diving into a scripting language. But once you do, dive into the basics of a few of them to get an idea what fits your style. You may end up not liking PHP (though it's unlikely ). One never knows. The most important thing is to learn for yourself.
__________________
Ed Womack
Get Milked
ewomack is offline  
Old 05-05-2005, 12:11 PM   #8 (permalink)
A Wealth of Knowledge
 
stscac's Avatar
Join Date: Aug 2004
Posts: 3,809
stscac has much to be proud ofstscac has much to be proud ofstscac has much to be proud ofstscac has much to be proud ofstscac has much to be proud ofstscac has much to be proud ofstscac has much to be proud ofstscac has much to be proud of
 



Originally Posted by StudioWorks
XHTML + CSS + PHP = great combination!
well said, i use the same
stscac is offline  
Old 05-05-2005, 12:41 PM   #9 (permalink)
NamePros Regular
 
bwhite82's Avatar
Join Date: Apr 2005
Location: Wickliffe, Ohio
Posts: 251
bwhite82 is an unknown quantity at this point
 



Xhtml+css+perl
bwhite82 is offline  
Old 05-05-2005, 01:06 PM THREAD STARTER               #10 (permalink)
New Member
Join Date: May 2005
Posts: 3
critical_mass is an unknown quantity at this point
 



Thanks once again. Last night I started reading HTML Visual Quickstart Guide, which covers HTML 4.1, XHTML 1.0 & CSS. I think it's an easy and enjoyable read, and will be looking into that series for other languages and programs as I advance.
From my reading last night, I'll want to be mastering strict XHTML & CSS. After that, I'll plan on dipping into JavaScript, PHP and others just to see what they're all about.
I appreciate the help. I just needed a place to start!
critical_mass is offline  
Old 05-06-2005, 01:26 PM   #11 (permalink)
no one lives forever
 
StudioWorks's Avatar
Join Date: Apr 2004
Location: NamePros
Posts: 8,092
StudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to behold
 



Originally Posted by soldierboy101st
Xhtml+css+perl
perl is dumb
__________________
epagini.com mexicorealty.net softwarepit.com yadasoftware.com
StudioWorks is offline  
Old 05-06-2005, 01:29 PM   #12 (permalink)
NamePros Regular
 
bwhite82's Avatar
Join Date: Apr 2005
Location: Wickliffe, Ohio
Posts: 251
bwhite82 is an unknown quantity at this point
 



Originally Posted by StudioWorks
perl is dumb
I won't dignify that with a comment.
bwhite82 is offline  
Old 05-06-2005, 01:30 PM   #13 (permalink)
no one lives forever
 
StudioWorks's Avatar
Join Date: Apr 2004
Location: NamePros
Posts: 8,092
StudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to behold
 



it was just my personal opinion , dont get upset now

__________________
epagini.com mexicorealty.net softwarepit.com yadasoftware.com
StudioWorks is offline  
Old 05-11-2005, 02:55 PM   #14 (permalink)
NamePros Regular
Join Date: Mar 2005
Posts: 561
weblaunch is on a distinguished road
 



PHP, XTML, CSS and maybe a little Perl and Java
weblaunch is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
(Canada Registry) CIRA invitation to 2005 Annual General Meeting (AGM) on 28th April MissFlora Domain Name Discussion 0 03-23-2005 08:40 PM
2 Huge Name Forsale Vegas Entertainment Domains For Sale - Make Offer 9 09-21-2004 03:37 PM

Liquid Web Smart Servers  
All times are GMT -7. The time now is 05:07 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger