Old 30-03-2007, 12:11   1 links from elsewhere to this Post. Click to view. #1 (permalink)
sureshv
Registered User
 
Join Date: Mar 2007
Posts: 6
New website help

I am planning to build a website of my own.Just wanted to have ur opinion on it.I am yet in the deciding stage on what do i use to build my website..

I work as a web programmer so i have a bit knowledge in every area.

I though of creating my website in .net using visual studio but then felt like i would be costly and its not free...then java which is fine...html or css...

What would be the best way which will cost me very less in maintaining my site..
please help
  Reply With Quote
Old 30-03-2007, 13:54   #2 (permalink)
babydutka
what sarah said
 
babydutka's Avatar
 
Join Date: Sep 2006
Location: Ontario, Canada
Posts: 203
Send a message via AIM to babydutka
Honestly it really depends on what you want to put on your site, but in general use XHTML and CSS to build it. What are you planning to use your site for?

.net and visual studio? man I either missed the train or no one should ever use that lol...
  Reply With Quote
Old 30-03-2007, 14:14   #3 (permalink)
wolve
Web Designer
 
Join Date: Mar 2007
Location: Yorkshire
Posts: 41
I have already suggested that you learn xhtml and css because they are your base requirements for web design.
New website opinion thread

It depends on what you want your website to do as to whether you need to use any server languages. If you tell us what you want your website to do then it'll be easier to advise you and point you towards cheaper solutions.
  Reply With Quote
Old 30-03-2007, 14:19   #4 (permalink)
sureshv
Registered User
 
Join Date: Mar 2007
Posts: 6
thanks...I have plans of starting my personal website and improve it piece by piece....like forums...and later start ecommerce too....what other options do we have other then css,xhtml...
any best books for this???????
Would u please let me know why we should not use visual studio???Just curious...

And would it be a good option for web hosting??????please let me know any populars or good web hosting sites...

Last edited by sureshv : 30-03-2007 at 14:51.
  Reply With Quote
Old 30-03-2007, 14:59   #5 (permalink)
wolve
Web Designer
 
Join Date: Mar 2007
Location: Yorkshire
Posts: 41
Quote:
Originally Posted by sureshv
thanks...I have plans of starting my personal website and improve it piece by piece....like forums...and later start ecommerce too....what other options do we have other then css,xhtml...

Ok, whether or not you're going to have any dynamic contents generated from a program or script you'll need to use xhtml to write the contents of the page and then css to apply style to your page.

I'd think hard about whether you want a forum for your website because it's quite time consuming to maintain and without a lot of members it's not likely to be an asset to your website. If you want a forum though, I recommend PHPBB as a good free open source one that you could install on your server.

It might be better to have a blog / news page where you can write posts that are archived and have people comment about them. A good open source blog program is Wordpress. Or if you wanted to embed your blog into a web page you could try The Embed Blog that I am currently developing (it's free open source software as well). Shameless self promotion I know .

Quote:
Originally Posted by sureshv
any best books for this???????
For learning xhtml and css you're probably best visiting HTML and CSS Tutorials, References, and Articles | HTML Dog

Although if you want some books to learn about web standards try these:
Amazon.com: Designing with Web Standards (2nd Edition): Books: Jeffrey Zeldman
Amazon.com: Web Standards Solutions: The Markup and Style Handbook (Pioneering Series): Books: Dan Cederholm

Quote:
Originally Posted by sureshv
Would u please let me know why we should not use visual studio???Just curious...

I've never tried Visual Studio so I can't tell you what's right or wrong with it apart from the fact this it costs a lot of money for the full version. When there are so many free open source solutions available I don't see the point in paying any money to further increase Bill Gate's wealth.
  Reply With Quote
Old 30-03-2007, 15:11   #6 (permalink)
sureshv
Registered User
 
Join Date: Mar 2007
Posts: 6
Thanks a lot for ur reply...
i have a better understanding with xhtml and css...Do u use the text editor to develop ur pages or any other software for xhtml and css...

and what database would be better in this case...

Can ecommerce be implemented with just xhtml and css...

And would it be a good option for web hosting??????please let me know any populars or good web hosting sites...

Thanks in advance...
  Reply With Quote
Old 30-03-2007, 15:43   #7 (permalink)
solix
hello
 
solix's Avatar
 
Join Date: Mar 2007
Location: Holland
Posts: 572
That ecommerce is probably built with php/mysql, a 101% chance I think. Its styling and layout IS done in xhtml/css though (101% chance). For other things you can still use (x)html.

A very good and safe webhoster is (mt) Media Temple, but that one's expensive though..
  Reply With Quote
Old 30-03-2007, 15:46   #8 (permalink)
sureshv
Registered User
 
Join Date: Mar 2007
Posts: 6
Is php free?????
  Reply With Quote
Old 30-03-2007, 18:23   #9 (permalink)
theshadowknows
Registered User
 
Join Date: Mar 2007
Location: PA
Posts: 7
Send a message via AIM to theshadowknows
php is usually included with most hosted services. I suggest Linux server, not Windows.
  Reply With Quote
Old 30-03-2007, 18:55   #10 (permalink)
wolve
Web Designer
 
Join Date: Mar 2007
Location: Yorkshire
Posts: 41
Quote:
Originally Posted by sureshv
Thanks a lot for ur reply...
i have a better understanding with xhtml and css...Do u use the text editor to develop ur pages or any other software for xhtml and css...
I use the text editor SciTE to hand code all my work.

Quote:
Originally Posted by sureshv
and what database would be better in this case...
I recommend you use a MYSQL database, and PHP as your server-side scripting language.

Quote:
Originally Posted by sureshv
Can ecommerce be implemented with just xhtml and css...
No, but it isn't always built using PHP as was stated by solix. I know there will be ecommerce systems built using asp.net and Java, but there are probably also systems written in Perl, Python and Ruby On Rails (three other server-side languages). However, PHP is a common language with support provided by most service providers.

Actually, it depends on how you want to sell things on your website. If you are happy using PayPal to handle your transactions then your website doesn't need to contain any script. This is because it passes the data to PayPal and their scripts process the requests and allow your customers to purchase things.

Quote:
Originally Posted by theshadowknows
I suggest Linux server, not Windows.
This is an important point because Windows servers that offer PHP support don't fully support all of the features of PHP. They even state this for some of the functions described on the PHP website.

Quote:
Originally Posted by theshadowknows
And would it be a good option for web hosting??????please let me know any populars or good web hosting sites...
I have found Fasthosts to be a solid provider, and they have just decided to start offering unlimited download bandwidth on all their packages .

Quote:
Originally Posted by theshadowknows
Thanks in advance...
You're welcome, I hope my advice has been useful.

Last edited by wolve : 30-03-2007 at 19:39.
  Reply With Quote
Old 30-03-2007, 19:21   #11 (permalink)
sureshv
Registered User
 
Join Date: Mar 2007
Posts: 6
very useful...thanks......
  Reply With Quote
Old 30-03-2007, 19:48   #12 (permalink)
wolve
Web Designer
 
Join Date: Mar 2007
Location: Yorkshire
Posts: 41
Quote:
Originally Posted by sureshv
very useful...thanks......
You're welcome. If you need any more advice please ask .
  Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.designerstalk.com/forums/web-design/24942-new-website-help.html
Posted By For Type Date
web design forums for designers to website design This thread Refback 30-03-2007 14:25

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

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8