hosted by liquidweb


Go Back   Web Hosting Talk : Advertising Forums : Community Reviews : Web Site Reviews : My first site - please review
Reply

Web Site Reviews Show off your new site and get other webmasters to review and criticize your site. Get answers to specific site errors here. You need 10 (relevant, non-advertising, non-fluff) posts in other forums and 7 days of membership before starting a thread in this forum.
Forum Jump

My first site - please review

Reply Post New Thread In Web Site Reviews Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 05-11-2005, 11:52 AM
M Paul M Paul is offline
Newbie
 
Join Date: May 2005
Posts: 11

My first site - please review


This is my first web site. I'd like to know if it works. It does on my computer. I've never tested the site on a Mac. I have the whole site in a folder for now to keep it from search engines--that's why there is a "/housechurch" on the address. I hope this is the correct procedure.

http://www.loveofchrist.info/housechurch/

Note a review on my techniques is all I request--not the actual content of the subject matter.

Thank you!!
Paul


Last edited by M Paul; 05-11-2005 at 11:55 AM.
Reply With Quote
Sponsored Links
  #2  
Old 05-11-2005, 05:11 PM
Rooster1865 Rooster1865 is offline
Newbie
 
Join Date: Oct 2003
Posts: 8
Here's a small suggestion. Keep your links a distinct color and dont' let non-links be that color lest they be mistaken for links. Your quotes look like links, I'd pick another color so you don't confuse potential users.

Reply With Quote
  #3  
Old 05-11-2005, 09:02 PM
M Paul M Paul is offline
Newbie
 
Join Date: May 2005
Posts: 11
Quote:
Originally posted by Rooster1865
Here's a small suggestion. Keep your links a distinct color and dont' let non-links be that color lest they be mistaken for links. Your quotes look like links, I'd pick another color so you don't confuse potential users.
Thank you for responding. Your suggestion makes perfect sense to me. I should have realized it myself. I changed the quote font color to black in a test document, and it looks about the same or better, so I think I'll make the change before going on line.

In the articles, I have the navagation links in maroon, but also the name of the organization and copyright notice, just below the tittle, and the latter is not a link to anything. However, I think in the articles, I'm ok not changing the font color of the organization name and copyright notice.

Thank you again.
Paul

Reply With Quote
Sponsored Links
  #4  
Old 05-12-2005, 05:14 AM
whatever whatever is offline
Web Hosting Master
 
Join Date: Sep 2002
Location: Jakarta
Posts: 1,585
For your first website, I like what you have done.

__________________
Hostime Managed Hosting
Opening the bridge between your business and the world.
http://www.hostime.com

Reply With Quote
  #5  
Old 05-12-2005, 09:01 AM
Nivorous Nivorous is offline
Newbie
 
Join Date: Dec 2004
Posts: 9
I agree, nice job.

Reply With Quote
  #6  
Old 05-12-2005, 10:24 AM
M Paul M Paul is offline
Newbie
 
Join Date: May 2005
Posts: 11
Thank you for the confirmations. It wasn't that easy and it took me four months. I'm going to try to keep putting in significant time to learn more and more--but it is somewhat of a slow process.

I'm going to take the temporary file out now. The site will be at http://www.loveofchrist.info
if anyone else would like to make suggestions or comments.

Thanks again,

Paul

Reply With Quote
  #7  
Old 05-12-2005, 08:57 PM
baconhost baconhost is offline
Newbie
 
Join Date: Feb 2005
Location: Wyoming
Posts: 9
I also agree that it's a fine job for the first one. Some suggestions I would like to make however. A footer menu of links on the bottom of every page that makes it easy for the user to get back home. I probably wouldn't open a new browser window for each of the links. I'd also use the domain name for email addresses.

Nice job overall.

__________________
Bill Hastings

Reply With Quote
  #8  
Old 05-13-2005, 05:03 AM
M Paul M Paul is offline
Newbie
 
Join Date: May 2005
Posts: 11
Quote:
Originally posted by baconhost
A footer menu of links on the bottom of every page that makes it easy for the user to get back home. I probably wouldn't open a new browser window for each of the links. I'd also use the domain name for email addresses.
Thank you for the feed back. I had thought about footer links, but I couldn't make up my mind, and I decided I would wait for feed back on it. So, I just got some.

On the e-mail, I'm using an old address that I don't care about for now. I had heard to watch out for spam bots. I don't like form mail, as it is too impersonal and I like the address in plain view. I've seen other web sites with the address in view and I've heard reports from people with sites having the address in view using html with no problem. So, I decided to try it in html to see in reality what would happen. After awhile I'll probably change it, and using the domain name would be best I think.

Paul

Reply With Quote
  #9  
Old 05-13-2005, 07:46 AM
yugnats yugnats is offline
Junior Guru Wannabe
 
Join Date: Dec 2004
Location: Nova Scotia, Canada
Posts: 96
i think it looks good too! nice job for your first site

Reply With Quote
  #10  
Old 05-13-2005, 10:44 AM
M Paul M Paul is offline
Newbie
 
Join Date: May 2005
Posts: 11
Quote:
Originally posted by yugnats
i think it looks good too! nice job for your first site
Thank you.

Now, for my second attempt -- would anyone like to suggest what I should concentrate on learning to improve past the novice stage. I suspect banner design, or graphics. Maybe, I should consider a more sophisticated home page layout using tables.

Paul

Reply With Quote
  #11  
Old 05-13-2005, 05:52 PM
baconhost baconhost is offline
Newbie
 
Join Date: Feb 2005
Location: Wyoming
Posts: 9
On the e-mail, I'm using an old address that I don't care about for now. I had heard to watch out for spam bots.

This little bit of javascript code has helped out tremendously with email address links:

<!--
function clickmail(domain,mailto) {
var url = "mailto:" + mailto + "@" + domain;
self.location.href = url;
return;
}
//-->

Put it between the head tags. Then change your mailto links to something like this: <a href="javascript:clickmail('digihoster.com','info')"> - General information</a>

This example doesn't let you have the email address in plain site, however, you can create an image of you email address spelled out and replace "General Information" with the image.

There are a couple different ways of keeping the harvesters away from your email address, this one is by far the easiest. All it does is break up the email address into a form that isn't recognized as an address.

-Bill

__________________
Bill Hastings

Reply With Quote
  #12  
Old 05-13-2005, 07:07 PM
M Paul M Paul is offline
Newbie
 
Join Date: May 2005
Posts: 11
Quote:
This little bit of javascript code has helped out tremendously with email address links:
I thought about using javascript. However, then I learned 10% of viewers disable their browser's javascript, which means the e-mail address would not be seen by them. I think that number is too high, for losing the possiblity of communication with them. I will be interested in seeing what happens with my e-mail address for now in html.

However, thanks for the suggestion.

Paul

Reply With Quote
  #13  
Old 05-15-2005, 07:21 AM
Hostex Australia Hostex Australia is offline
Web Hosting Master
 
Join Date: Feb 2004
Location: Australia (Crikey)
Posts: 2,271
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Please try the following:

* Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
* If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
* Click the Back button to try another link.

HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)

Technical Information (for support personnel)

* Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
* Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.

Reply With Quote
  #14  
Old 05-15-2005, 11:37 AM
M Paul M Paul is offline
Newbie
 
Join Date: May 2005
Posts: 11
I had the page in a temporary folder. Then I put it on line. It's at

http://www.loveofchrist.info

I can't edit the /housechurch from the initial message. Maybe, if an administator sees this message she/he would do it for me.

Paul

Reply With Quote
  #15  
Old 05-16-2005, 12:20 PM
RRWH RRWH is offline
Web Hosting Master
 
Join Date: Mar 2005
Location: Australia
Posts: 1,195
A quck comment - I understand that you have put in a lot of effort, but one thing that you have done is actually very annoying!

You have all of your links set to open in a new window - Now, that is a bad thing, especially since on every page you have a link back to the main page, which is already open in another window.

A suggestion, All internal links within your site should (preferably) open in the same window, and only have external links open in a new window.

You do not have a footer/copyright notice on any of your pages - this is a highly recommended addition to all of your pages!

On the note of not displaying an email address - it is best not to otherwise you will soon get email for all sorts of uppers/downers/extensions/software ... As suggested, find a way to hide it! - use javascript as suggested, or simply create an image that has the email address on it - spiders cannot easily read an image file to harvest it. The best option is to use a PHP or cgi formmail type script (if of course you have PHP or cgi access)

__________________
No advertising here.... Move along.

CPanel Shared and Reseller Hosting, OpenVZ VPS Hosting


Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Liquid Web Updates Mobile Management Interface with Bill Payment Feature Web Hosting News 2013-05-23 14:56:25
Startup Review Signal Mines Twitter for Reliable Web Hosting Reviews Web Hosting News 2012-09-25 15:52:28
Fasthosts Launches Customer Reviews Site Web Hosting News 2012-01-24 12:19:05
Hurricane Electric Offers Online Courses for Developers and Designers Web Hosting News 2011-11-14 21:51:44
HostUCan Releases Hosting Relevancy Analysis Tool for Website Owners Web Hosting News 2011-07-11 14:52:36


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?