Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/question/public_html/index.php:1) in /home/question/public_html/index.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/question/public_html/index.php:1) in /home/question/public_html/index.php on line 2
Questionville.com - Technology - Design - How do I create a website

Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574

Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574

Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574

Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574

Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574

Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574

Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574
Top Answers


Please try not to post duplicate answers... if you see an answer that you want to post, just add a vote to it and you can add a note as well. Thank You
1

0
Dreamweaver
Submitted By: Raptor235 ( 297 days, 5 hours, 12 minutes ago )
I would say Dreamweaver is probably one of the easier tools ou there.. and you can work with it graphically and see how the code is being constructed at the same time...
1

2
Blog?
Submitted By: Raptor235 ( 297 days, 5 hours, 7 minutes ago )
If you're looking to create a blog style website then look at using blogger...
Submitted By: elcaminos
Its hard to explain without revealing the whole idea, but it would be similar to this website in that users would input data and the website would manupulate it.  I can write basic HTML, I just want to know how to get started with more advanced things.
Submitted By: bibous
if you want to do something similar to digg and this website.

check out pligg.com
this is the scriptyou need
1

0
Advanced design
Submitted By: superconnected ( 294 days, 9 hours, 15 minutes ago )
Well, Dreamweaver is a good choice for quickly laying out sites, but for more advanced design you might want to look into using CSS. A good design resource is www.alistapart.com and you can usually find a ton of resources browsing http://del.icio.us

For dynamic content-driven sites like this one, you could look into PHP and MySQL. www.php.net is a good place to start, and there are many books on these subjects.

Good luck!
1

0
Start with basic html and css
Submitted By: Anonymous.Lion ( 266 days, 21 hours, 37 minutes ago )
Either find someone around you who can get you started with html and css, or hit the bookstores and find some books that you connect with.

I would strongly suggest not learning a specific tool (e.g. dreamweaver).  First, you learn the tool not necessarily the stuff that the tool is creating. As a result, when the tool starts acting funny, and every one will, you don't know where to start to solve the problem.  Second, if you need to change tools (e.g. you change jobs and they use GoLive) then you have to learn a completely new tool.  That said, I had to teach a class with one of the afformentioned tools. I found out only a few weeks before classes started, but because I know html and css as well as I do, I was able to figure the tool out in less than a day.  [p.s. html is REALLY easy to pick up, it's the additional functionality of the css and all the browser quirks that make the pair so difficult.  That's where a site like 'alistapart' can come in and provide a lot of guidance.]