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 A Stupid Question

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

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 07-12-2005, 05:15 PM THREAD STARTER               #1 (permalink)
NamePros Member
Join Date: Jun 2005
Posts: 50
hostbreak is an unknown quantity at this point
 



A Stupid Question


I have just recently decided to jump into the ocean of designing (that’s web designing) for which I am interested in learning different languages and tools to communicate with the species under water (browsers and servers).

So the question is which language and which tool will remain the finest, for hmmm lets say about all eternity (well I won’t be living for that long but I certainly need my work to remain there)

Every comment is welcome accept for dishearten one’s
hostbreak is offline  
Old 07-12-2005, 05:28 PM   #2 (permalink)
NamePros Regular
 
wasabinut's Avatar
Join Date: Jul 2005
Location: Scotland
Posts: 226
wasabinut is on a distinguished road
 



Well I would go with PHP/MySQL and all things generic (ie; HTML etc)... That is just my personal opinion....
I have trusted and developed in PHP for quite sometime now and it has yet to fail me.......

Hope this helps..
__________________
Robert aka WasabiNut
wasabinut is offline  
Old 07-13-2005, 05:15 AM   #3 (permalink)
Pro Coder & Designer
 
aween's Avatar
Join Date: Apr 2005
Location: Netherlands
Posts: 967
aween is just really niceaween is just really niceaween is just really niceaween is just really niceaween is just really niceaween is just really niceaween is just really niceaween is just really nice
 



Yep php/mysql is the way for you also try to master your design + html / css skills aswell
__________________
aween web development
aween is offline  
Old 07-13-2005, 05:27 AM   #4 (permalink)
Soon to be RICHdoggie!
 
PoorDoggie's Avatar
Join Date: Jan 2005
Location: UK
Posts: 2,408
PoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nice
 



Originally Posted by hostbreak
I have just recently decided to jump into the ocean of designing (that’s web designing) ...
well here you go:
????: NamePros.com http://www.namepros.com/web-design-discussion/106083-a-stupid-question.html

1. learn HTML. Learn how to style and code HTML FIRST!!!!!
2. learn CSS next - this is important
3. learn php & mySql at the same time. Learn some php first, and then integrate it with mySql, as it makes your website more dynamic.

If you are learning HTML use the XHTML standards. This is the new browser format, and normal HTML won't work soon.
PoorDoggie is offline  
Old 07-13-2005, 07:10 AM   #5 (permalink)
PlanetBurrito.com
 
Jimmy Changa's Avatar
Join Date: Apr 2005
Location: Colorado
Posts: 642
Jimmy Changa is on a distinguished road
 



You can do ALOT with just getting good at HTML and CSS. These are critical.

While PHP/MySQL is great to learn, you can get by with just getting familiar enough to be able adapt already written code to your purposes.

Let's not forget about learning graphics too. Also, basic layout rules.
__________________
My Current Domain Listings.
Celebrity & Model Website Portal

I ate some prunes today and they didn't do shit for me! - Jimmy Changa
Jimmy Changa is offline  
Old 07-13-2005, 09:48 AM   #6 (permalink)
Account Closed
 
GeneCosta's Avatar
Join Date: Jun 2005
Location: Dallas, Texas
Posts: 964
GeneCosta is a jewel in the roughGeneCosta is a jewel in the roughGeneCosta is a jewel in the rough
 



HTML is the bread and butter. From there you should learn CSS, and then PHP/MSQL.
GeneCosta is offline  
Old 07-13-2005, 10:04 AM THREAD STARTER               #7 (permalink)
NamePros Member
Join Date: Jun 2005
Posts: 50
hostbreak is an unknown quantity at this point
 



Originally Posted by PoorDoggie
well here you go:

1. learn HTML. Learn how to style and code HTML FIRST!!!!!
2. learn CSS next - this is important
3. learn php & mySql at the same time. Learn some php first, and then integrate it with mySql, as it makes your website more dynamic.

If you are learning HTML use the XHTML standards. This is the new browser format, and normal HTML won't work soon.
Thanks for those points.........
????: NamePros.com http://www.namepros.com/showthread.php?t=106083
How can you say html won't work soon I mean every one else is saying to go with HTML are you sure about html?
hostbreak is offline  
Old 07-13-2005, 10:34 AM   #8 (permalink)
Soon to be RICHdoggie!
 
PoorDoggie's Avatar
Join Date: Jan 2005
Location: UK
Posts: 2,408
PoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nice
 



Originally Posted by hostbreak
Thanks for those points.........
????: NamePros.com http://www.namepros.com/showthread.php?t=106083
How can you say html won't work soon I mean every one else is saying to go with HTML are you sure about html?
All browsers are moving to XHTML (extensible hypertext markup language). This is just HTML, but everything has to be closed, and all the HTMl has to be correct. So for instance:

HTML Code:
<input type="text">
is WRONG html (apparantly) and soon browsers will just ignore it.

whereas:
HTML Code:
<input type="text" />
this is "closed" (trailing " /") so will work.

also, cases such as:
HTML Code:
<b><u>Hello</b></u>
are wrong

whereas
HTML Code:
<b><u>Hello</u></b>
is correct.

Read about it at www.w3schools.com
PoorDoggie is offline  
Old 07-13-2005, 11:16 AM   #9 (permalink)
Account Suspended
 
DJ_Guvana's Avatar
Join Date: Jun 2005
Posts: 518
DJ_Guvana is an unknown quantity at this point
 



These are my tools.

- Dreamweaver
- Flash
- Adobe Photoshop

Languages:

- CSS
- PHP
- MySQL


Apart from that i use PHPBB for discussion boards, soon moving to VBulliten, as soon as i get some money.
DJ_Guvana is offline  
Old 07-13-2005, 11:28 AM   #10 (permalink)
Soon to be RICHdoggie!
 
PoorDoggie's Avatar
Join Date: Jan 2005
Location: UK
Posts: 2,408
PoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nice
 



DJ - how can you code those, without knowing HTML?
PoorDoggie is offline  
Old 07-13-2005, 05:20 PM   #11 (permalink)
PlanetBurrito.com
 
Jimmy Changa's Avatar
Join Date: Apr 2005
Location: Colorado
Posts: 642
Jimmy Changa is on a distinguished road
 



PoorDoggie is right. Use the XHTML standards. They are just like a stricter form of HTML. Just a few differences.

I use Crimson Editor to code.
__________________
My Current Domain Listings.
Celebrity & Model Website Portal

I ate some prunes today and they didn't do shit for me! - Jimmy Changa
Jimmy Changa is offline  
Old 07-13-2005, 06:41 PM THREAD STARTER               #12 (permalink)
NamePros Member
Join Date: Jun 2005
Posts: 50
hostbreak is an unknown quantity at this point
 



Ok so there is no such huge difference in HTML and XHTML
hostbreak 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
stupid sedo question hbalagh Domain Name Discussion 10 03-22-2005 10:52 AM
question (might be stupid) bizing PPC / CPC / CPM Programs 7 01-27-2005 04:57 AM
Stupid question - NP or NB? spikedo The Break Room 11 11-14-2004 01:43 PM
A stupid question Coastalguy The Break Room 2 06-12-2004 07:33 PM
stupid question wicked_gal00 Domain Name Discussion 9 06-22-2003 05:54 PM

Liquid Web Smart Servers  
All times are GMT -7. The time now is 09:39 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