Ok I'm looking for help, guidance and general advice here.
I've just purchased myself a new domain name and I'm looking to build myself a website.
After spending most of the day searching, googling and researching I've found a somewhere that might suit my needs for web hosting Profuse.
I'm not looking for anything fancy without all the bells and whistle. This is just going to be family website which I might use for my screen shot and comments etc.
There is a a lot things a don't know, like what CGI, PHP, SSI, FrontPage Extensions, Perl, Python, Ruby are. I was hoping to use something like nvu which seems to very easy to start with. I would then just up load the file to the website.
Do I really have to learn all these CGI's and PHP things before I can start?
Do I need worry about what browser I use and other are going to use?
What pit falls should I really avoid?
I know this is going to be a very steep learning curve but I'm sure it will be fun.
If your going to use nvu you don't have to know all that much but it will help to know the basics when you cant get something formatted just the way you want.
---------
Some things to think about.
1. I wouldn't buy your hosting untill you have your site finished. That way you can get the cheapest package you can find to fit your needs. Also if by anychance you give up you won't be stuck with something you can't do anything with. (I've seen it happen many many times. )
2. You don't have to worry about browsers if your just using simple html. But I have noticed that NVU every once in a while will do some funky coding and the pages will only look right in mozilla browsers(same thing for IE and frontpage.). When I took classes we did the first 90% of the class in notepad so everything looked ok in any browser.
3. Don't rule out using templates for your first site. There are tons of free ones all over the net and they are relativly easy to use.
4. Take your time and don't rush. It can't get annoying fast, so just remember that you knew that when you started.
<HTML><HEAD><font face="Arial, Times New Roman, Helvetica" font size=-1> <TITLE></TITLE></HEAD><body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000"></font></BODY></HTML>
<HTML><HEAD><font face="Arial, Times New Roman, Helvetica" font size=-1> <TITLE></TITLE></HEAD><body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000"></font></BODY></HTML>
Don't teach him bad habits! /slap /slap!
First of all, start fresh, start modern. XHTML is all lower-case. Secondly, there are some tags to avoid like the plague. CSS (Cascading Style Sheets) is a wonderful implementation, and I suggest you read up on it, as it goes hand-in-hand with XHTML.
The second thing I would reccommend, aside from a bunch of tutorials (W3 Schools really are great), is a good editor. I use ConTEXT (www.context.cx), it's rather awesome.
Ut oh, you have more to learn than you can imagine then.
That code andavari posted is basically the shell you start with to start a web page.
Yeah but for doing a family website where he just wants some pictures and stuff I'd recommend using a top to bottom design which is dead simple with a WYSIWYG ("what you see is what you get") website creation program such as Nvu if wanting to go the free route, or some inexpensive commercial app (although most commercial one's I've used suck major ass) that's even easier to use than Nvu. However knowing some basic HTML is beyond helpful for fixing what a WYSIWYG editor will screw up or when one won't comply to a change you wish to make - good ole' Notepad comes in handy in the situations.
I would seriously dis-recommend using Microsoft Publisher 98 and newer to create it because it creates butchered, f***ed up code that most likely will not function 100% correctly in Mozilla based browsers and completely forget about it working in old Netscape browsers.
In any event after you've coded your website you can make sure it is without errors, etc., by submitting it to The W3C Markup Validation Service.
Thanks for your concern guys, it good to know I've maybe got a lifeline I can throw out.
I've made a simple start using Nvu. So far it seems good and informative. I like the fact it can see the html code, and yes i did see the code Andavari used.
I've even got my hands on HTML for Dummies too just to guide me along.
I've even got my hands on HTML for Dummies too just to guide me along.
Just basic stuff like knowing how to insert images, breaks, blank spaces, and font styles is very useful. I taught myself HTML years ago, but I don't get into some of the more complex stuff as most of what I do are simple readme files, e.g.; for instance of software I've downloaded.
Its supposed to be improving on NVU by fixing some of its bugs.
Nvu's bugs and refusal to change some things is why I never reinstalled it on this fresh Windows install I have. I've went back to using Metapad and Notepad for making any HTML documents.
I think I saw somewhere that nvu was working. Portable Apps has a portable version of nvu on there. Download that and if it works then I'm sure Kompozer would.
Funny you should say nvu and portable apps, that's the very one I'm using. I can't stand app that install stuff all over your PC's reg etc. It also means I can continue working on my site at work, from my flash drive. So far I've not had any problems or bugs, but in saying that it's all very simple stuff I'm doing.
So far I've not had any problems or bugs, but in saying that it's all very simple stuff I'm doing.
One thing I'd call a bug, maybe the developers and everybody else wouldn't is when editing and re-saving a page in Nvu it puts blank lines in the code. The problem with that is it causes the HTML documents to grow in filesize over time.