Planetside Software Forums

General => Open Discussion => Topic started by: sjefen on January 18, 2008, 05:40:12 PM

Title: Help Making a Webpage
Post by: sjefen on January 18, 2008, 05:40:12 PM
I want to make myself a webpage and was wondering what software i should use. I have not done anything like this before so I need something thats easy to understand but also good and flexible. It would be great If any of you can point me in the right directions :)
Title: Re: Help Making a Webpage
Post by: Harvey Birdman on January 18, 2008, 06:35:14 PM
My experience in this area is limited to Microsoft products. (You may recall a mention of a giant white rabbit.)

;D

MS's Expression Web is the latest, greatest supposedly user-friendly tool, replacing FrontPage. If you're more the programmer type and want to play with ASP.NET, the Visual Web Developer tool from MS is free, but not as user-friendly as Expression Web or FrontPage. (FrontPage is still a viable tool.)
Title: Re: Help Making a Webpage
Post by: rcallicotte on January 18, 2008, 07:12:07 PM
Expression Web and Frontpage came to mind.  Microsoft.

Other alternatives are actual programming with Microsoft's free programming tools, but for something easier there's Adobe products.  Then you're paying more money.  Dreamweaver.  Notepad and simple HTML.  There are free programs at www.download.com to generate web pages.  Usually, the site where you put your web pages will provide or suggest tools to use.  GoDaddy.com is a good place to start looking, if you're going the route of making a site, etc.
Title: Re: Help Making a Webpage
Post by: sjefen on January 18, 2008, 08:13:15 PM
Thank you guys. I'll have a look at this.
Title: Re: Help Making a Webpage
Post by: old_blaggard on January 19, 2008, 03:38:01 AM
I would also google "content management systems" or CMS.  If you're on a Mac, there are lots of free/cheap web authoring solutions out there, including Apple's own iWeb and also RapidWeaver (my preferred program for quick sites).  One thing to consider is building skills for later; learning to program a website in PHP/Python/Ruby in back and XHMTL/CSS/Javascript in front can be *extremely* useful in many areas related to computers, not just programming and web development.
Title: Re: Help Making a Webpage
Post by: Dark Fire on January 19, 2008, 02:23:29 PM
Quote from: old_blaggard on January 19, 2008, 03:38:01 AM
I would also google "content management systems" or CMS.  If you're on a Mac, there are lots of free/cheap web authoring solutions out there, including Apple's own iWeb and also RapidWeaver (my preferred program for quick sites).  One thing to consider is building skills for later; learning to program a website in PHP/Python/Ruby in back and XHMTL/CSS/Javascript in front can be *extremely* useful in many areas related to computers, not just programming and web development.
I completely agree. I started with a CMS (http://e107.org/) but, after a while, decided that I could do a much better job by myself in PHP. My blog (http://www.g400.co.uk/blog/) is the product of my efforts, and contains such thorough systems for ensuring XHTML and CSS validity that it has been called 'bullet proof'. As recently as a year ago I had negligible knowledge of PHP, so it clearly doesn't take long to become fairly proficient...
Title: Re: Help Making a Webpage
Post by: bigben on January 19, 2008, 09:02:09 PM
I'm rebuilding my site on WordPress, with plugins for extra functionality. The best thing about blog/cms type sites is that they do most of the coding work for you so you can concentrate more on the actual content, which in the end is what will make or break your site.
Title: Re: Help Making a Webpage
Post by: sjefen on January 19, 2008, 09:08:05 PM
Thanks a lot guys. I'll have a look at these and see if I can cook something together.
Title: Re: Help Making a Webpage
Post by: pauli on January 25, 2008, 05:11:54 PM
Quote from: sjefen on January 18, 2008, 05:40:12 PM
I want to make myself a webpage and was wondering what software i should use. I have not done anything like this before so I need something thats easy to understand but also good and flexible. It would be great If any of you can point me in the right directions :)

You do not need any software. Except a text editor such as Notepad (comes with Windows) and an FTP program to upload the files. (A command line based FTP program comes with Windows, but there are free graphical FTP programs that are easier to use, I would recommend FileZilla.)

Personally, I do all my web page editing using Vedit, since it is the best text editor available. However, if you do not need an editor for anything else than making web pages, then you might consider one of the dedicated HTML editors, many of which are free (for example HTML-Kit).

You should avoid using so called WYSIWYG editors (such as Front Page). They can be used for small modifications on existing pages, but they should not be used for creating new pages, since the result is horrible. And in any case, you need to learn HTML if you are going to create web pages.

You do not need to do any programming to create a web page. You definitely do not need to use CMS or PHP or anything like that. Web pages are done by writing simple HTML code, and possibly some CSS (style sheet) to adjust the appearance of the page.

--
Pauli


Title: Re: Help Making a Webpage
Post by: sjefen on June 17, 2008, 06:40:36 PM
Well...... I just started workin on my webpage.
The thing is a found a page where a could download free HTML Templates. I downloaded a simple one
which a liked and started working on it. I don't understand much of what I'm doing, but I've been able
to change it pretty much so it's more my own thing now.
So I'm wondering.... can I just upload it and say it's mine or what?
Title: Re: Help Making a Webpage
Post by: inkydigit on June 18, 2008, 07:15:43 AM
some useful stuff here:
http://alecrios.com/how-to-make-a-website (http://alecrios.com/how-to-make-a-website)

and here:
http://alecrios.com/how-to-make-the-worst-website (http://alecrios.com/how-to-make-the-worst-website)

have fun!
Title: Re: Help Making a Webpage
Post by: red_planet on June 18, 2008, 07:22:33 AM
Couple of things....

For it to show up somewhere on the wibbly wobbly web..it needs to be hosted somewhere. You could run a web server from your home PC.. not recommended  ;). You could use one of the many free web hosting options.. use google (other search engines are available !) to find potential hosts.

Do you want your own domain name as in www.sjefen.net ..or similar. If you do you're will need to register the domain name. Some web hosting companies can sort out the admin side for you.

There are many companies to choose from when it comes to paid hosting, e.g. 1 and 1, do some research and determine which offers the best package for your requirements.

Hope this helps..

Rgds

Chris