GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 12-Jan-2003, 19:08
kimberly
 
Posts: n/a
Question

HELP!! (just learning to create web sites)


Ok - i am so new at this (web site creating business) it is pathetic and I don't understand how to do the most basic things. I created the websites using a program (now pretty much obsolete) called Webeasy by IXLA and then copied it into Word to add a few scripts for counters etc (which didn't work)
I'm not quite sure how to do any of this yet - I'm just "winging" it. Hell, I don't even know what "frames" are! But I would LOVE to learn - and also would be happy to add a link to the site but once again, am not sure how. The link part I'm sure I can figure out but the rest is still Greek to me.

I think I need to start from square one - the GID site seems to be for people who already have an idea what they are doing..... any suggestions on where to start?

I would greatly appreciate any input you have. Thank you.
Kim

p.s. - this was regarding the two websites I submitted to Topsites (www.mediateinfo.com and www.esharlach.com)
  #2  
Old 12-Jan-2003, 19:40
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Hi Kimberly, my first observation of your 2 sites were that they were inside very strangely created frames.

Using frames by itself is NOT the problem, but most search engines cannot see past these frames (to the rest of your pages) unless you do certain tweaks.

This way you lose all the opportunities to get EACH web page off your site 'spidered' or 'crawled' by the major search engines.

I don't know if you know but the search engines that are important to you these days are Google and MSN just to name 2 (out of many more).

The short-term solution is that you manually add some links (to the rest of your web pages) to the <noframes></noframes> section of your frameset page.

Look for this part of the HTML code in your frameset page
HTML Code:
<noframes><body BGCOLOR="#FFFFF0"></noframes>

now add all your web pages like in the example below
HTML Code:
<noframes> <body> <p> <ul> <li><a href="/cleveland_west_web_site_002.htm">About Us</a></li> <li><a href="/cleveland_west_web_site_003.htm">About Mediation</a></li> <li><a href="/cleveland_west_web_site_004.htm">Divorce Mediation</a></li> <!-- and keep on adding the other pages here, kimberly --> </ul> </p> </body> </noframes>

Remember, this is a temporary solution, and your websites are simple enough to stand on their own; i.e. without the use of FRAMES.

I must say your graphics work is FINE!
  #3  
Old 12-Jan-2003, 19:49
kimberly
 
Posts: n/a
Smile

reply


Thank you SO MUCH for your response....I will give your advice a shot later this evening! and thank you for the compliment on the design - this is the part I love - but the technical stuff has me a little boggled. I truly appreciate your help!
Thanks!
Kimberly
  #4  
Old 12-Jan-2003, 20:05
Elmseeker's Avatar
Elmseeker Elmseeker is offline
Junior Member
 
Join Date: Jan 2003
Posts: 87
Elmseeker is on a distinguished road
There are problems with frames other than just the trouble it causes spidering engines. For one, most people who do use them don't do so in a proper manner. You have to keep in mind that well used frames will enhance a good site layout while using frames just to say "Look I can use frames" will generally destroy the layout of your site. The best use of frames is a site where your users will have to jump around alot with alot of going back and forth to the main page, use frames to avoid by putting a menu in a SMALL frame off to one side or on the top or bottom of your site. Most other uses of frames are simply annoying. Also make sure that if you have links to sites outside of yours that you use target=_new in your link tag so the outside site will load in a new window and therefore NOT inside of YOUR frames...You could also use target=_top but this will load the new site in the same browser and the user will leave your site, imho _new is better than _top because it keeps the user on your site and this is what you want!
  #5  
Old 12-Jan-2003, 20:28
kimberly
 
Posts: n/a

HELP!


Elmseeker,
Thank you so much for your response to my question. 1st, your suggestion on the "opening links in a new window" instead of IN my site was a GREAT suggestion.... I don't know why I didn't think of that but I am sure glad that YOU did! I will change that immediately.

2nd, however, and here I feel REALLY stupid, but since I originally created these sites in a web site creation program (Webeasy) and THEN converted them to word...I had no idea that I was creating "frames" and now I have no idea how to get rid of them without changing the appearance of the site ( which I kinda like!)

Where did you learn to create websites? I think I need to go to a class or something...I'm feeling helpless here..

Thanks in advance!
Kimberly
  #6  
Old 13-Jan-2003, 00:01
Elmseeker's Avatar
Elmseeker Elmseeker is offline
Junior Member
 
Join Date: Jan 2003
Posts: 87
Elmseeker is on a distinguished road

Re: HELP!


Quote:
Originally posted by kimberly
Elmseeker,
Thank you so much for your response to my question.

Where did you learn to create websites? I think I need to go to a class or something...I'm feeling helpless here..



No problem, it's my pleasure to help out.
Looking at your sites I would say that getting rid of frames won't affect the layout at all...on the clevland west site simply delete index.htm and rename cleveland_west_web_site_001.htm to index.htm on harlach site remove index.htm and replace it with harlach_estate_sales_001.htm renamed to index.htm and bam! done...you CAN also take out all of the TARGET=_self in your anchor tags but you don't have to, it won't affect anything either way just maybe make things easier to see when you look at your code later...

As far as where I learned web sites you probably REALLY don't want to know...but...I learned HTML when there were only 4 tags and there closing tags lol, so it was pretty easy then...it really has blossomed since then...Anyone else here remember WAIS and Gopher?!
rofl
Enjoy!
Last edited by Elmseeker : 13-Jan-2003 at 00:07.
  #7  
Old 13-Jan-2003, 02:08
pcxgamer's Avatar
pcxgamer pcxgamer is offline
Senior Member
 
Join Date: Sep 2002
Location: South Carolina, USA
Posts: 1,095
pcxgamer is a jewel in the roughpcxgamer is a jewel in the roughpcxgamer is a jewel in the rough
Hello and welcome,

I'm short for time right now I just wanted to let you know about a site that used to get started and I still use sometimes now, Webmonkey

Later
__________________
If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
  #8  
Old 13-Jan-2003, 02:28
Elmseeker's Avatar
Elmseeker Elmseeker is offline
Junior Member
 
Join Date: Jan 2003
Posts: 87
Elmseeker is on a distinguished road
Yes, the monkey rocks, always has, always will!

Speaking of Monkey's check out http://www.jumpingmonkeys.com/
Megan RULES!
  #9  
Old 13-Jan-2003, 05:01
jrobbio's Avatar
jrobbio jrobbio is offline
Regular Member
 
Join Date: Jan 2003
Location: Loughborough, England
Posts: 840
jrobbio will become famous soon enough
Hi Kimberley I know of 2 much easier html editors that are FREE. 1) html-helper from www.html-helper.com I used at the beginning and has all the very basics to help you out. When you become more confident use html-kit http://www.chami.com/html-kit/ which is an absolute beauty and you can download plugins to make it even simpler for you. It has a neat little plugin installed by default called html tidy and when you press the button it checks your page for problems recommending alterations. Hope this helps.
jrobbio
  #10  
Old 13-Jan-2003, 08:18
kimberly
 
Posts: n/a
Smile

Thanks


Wow! I can't believe all the help I'm getting! and here I was so worried to post a question for fear of looking really stupid -thanks all! This forum is great.
Elmseeker - I'll try your ideas today thank you and also "thank you" for giving me the "step-by-step" help (I am still working in baby steps and appreciate the help)
pcxgamer - I'll check out webmonkey too! thanks
jrrobbio- ditto -thanks!
 
 

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I report spam? JdS Open Discussion Forum 26 09-Dec-2003 08:44
Can't seem to create db Tigress7 MySQL / PHP Forum 3 19-Aug-2003 10:19
Top 10 PHP sites according to alexa jrobbio MySQL / PHP Forum 0 03-Jun-2003 04:36
What are your 5 essential sites you view on a normal day? jrobbio Open Discussion Forum 8 25-May-2003 03:37
The top 100 sites of 2003 and the top 100 classics jrobbio Open Discussion Forum 5 21-May-2003 10:52

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 22:13.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.