473,386 Members | 1,815 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Error on page - why?

hello- I am hoping someone can help me solve this mystery. My pages
always say Done with error on page on the bottom. They appear fine on
my computer but other people can't all see it on their computer. Also
one of my pages is blank, I uploaded it and am not sure what the
problem is. The code is all fine I think. Please look at the code if
you can. You have to click on the bottom of the website to view code,
thank u!!! www.nscadesign.ca/potvin all the pages are doing this! the
blank page is www.nscadesign.ca/potvin/pages/print.html
Much appreciate any help! Thank u Jacquie jp*******@hotmail.com
Jul 20 '05 #1
9 3434
On 26/7/04 3:25 pm, Jacquie wrote:
hello- I am hoping someone can help me solve this mystery. My pages
always say Done with error on page on the bottom. They appear fine on
my computer but other people can't all see it on their computer. Also
one of my pages is blank, I uploaded it and am not sure what the
problem is. The code is all fine I think. Please look at the code if
you can. You have to click on the bottom of the website to view code,
thank u!!! www.nscadesign.ca/potvin all the pages are doing this! the
blank page is www.nscadesign.ca/potvin/pages/print.html
Much appreciate any help! Thank u Jacquie jp*******@hotmail.com


Try using forward slashes instead of backward slashes.

And perhaps you should study HTML a bit more. In its current form, your site
is about as much use as a chocolate teapot.

It looks nice though :-)

Phil
--
Philip Ronan
ph***********@virgin.net
(Please remove the "z"s if replying by email)
Jul 20 '05 #2
*Jacquie* wrote:
hello- I am hoping someone can help me solve this mystery. My pages
always say Done with error on page on the bottom. They appear fine on
my computer but other people can't all see it on their computer. Also
one of my pages is blank, I uploaded it and am not sure what the
problem is.
The code is all fine I think.
Unfortunately it's not great markup, there are quite a few problems with
it:
http://validator.w3.org/check?uri=ht...ign.ca/potvin/ it's
inaccessible, there's no content for non-visual users including search
engines, it's going to be difficult to maintain, ... Here's a somewhat
random example of a graphic-rich site that doesn't seem to have those
problems: http://www.cinnamon.nl/
Please look at the code if
you can. You have to click on the bottom of the website to view code,
thank u!!! www.nscadesign.ca/potvin all the pages are doing this!
Javascript function postamble() is called from a script block outside of
the closing </html> tag, and that function has not been defined anywhere
in the document.
the
blank page is www.nscadesign.ca/potvin/pages/print.html


Every single closing tag has the wrong slash, every <\example> should be
</example>
--
Andrew Urquhart
- FAQ: www.htmlhelp.org/faq/html/
- Archive: www.tinyurl.com/2zw7m (Google Groups)
- Contact me: http://andrewu.co.uk/contact/
Jul 20 '05 #3
On Mon, 26 Jul 2004 15:46:18 +0100, Philip Ronan
<ph***********@virgin.net> wrote:
In its current form, your site
is about as much use as a chocolate teapot.

It looks nice though :-)


Tastes great too.
Jul 20 '05 #4
Neal wrote:
On Mon, 26 Jul 2004 15:46:18 +0100, Philip Ronan
<ph***********@virgin.net> wrote:
It looks nice though :-)


Tastes great too.


Less filling!

--
Dan
Jul 20 '05 #5
jp*******@hotmail.com (Jacquie) wrote in
news:64**************************@posting.google.c om:
hello- I am hoping someone can help me solve this mystery. My pages
always say Done with error on page on the bottom. They appear fine on
my computer but other people can't all see it on their computer. Also
one of my pages is blank, I uploaded it and am not sure what the
problem is. The code is all fine I think. Please look at the code if
you can. You have to click on the bottom of the website to view code,
thank u!!! www.nscadesign.ca/potvin all the pages are doing this!


You should figure out if you want to use "www.jqdesign.com" or
"www.nscadesign.ca/potvin/", and stick with that.

You should fix the HTML as a first step.
Then fix things which may validate, but
make no sense, such as the "Home" link,
which is broken.

Then you should look at your home page
http://www.jqdesign.com/
with images disabled and ask yourself
if that's really what you want people
to "see".

Once you have dealt with those sorts
of issues, you could ask in alt.html.critique
for a review of your site.

While at NSCAD University, if you took their
"ARTS 3120/DMED 3120 Web Sites for Visual Artists"[1]
course, I would hope you already 'know all this
sort of thing already'. If they didn't cover
how to properly author documents for the worldwide
web, and instead taught how to make 'pretty pages
people can look at in their web browser', then
you should ask for your money back.

[1}
http://www.nscad.ns.ca/study/fine/fine_arts_courses.php
ARTS 3120/DMED 3120 Web Sites for Visual Artists
6 studio credits This course gives students the opportunity to
explore the potential of the World Wide Web as the means of
expressing themselves as artists. By producing a project for the
web, students will learn the basics of preparing graphics and
writing the coding for the web.

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
Jul 20 '05 #6
Dave Patton <sp**@trap.invalid> wrote in message news:<Xn*********************************@24.71.22 3.159>...
jp*******@hotmail.com (Jacquie) wrote in
news:64**************************@posting.google.c om:
hello- I am hoping someone can help me solve this mystery. My pages
always say Done with error on page on the bottom. They appear fine on
my computer but other people can't all see it on their computer. Also
one of my pages is blank, I uploaded it and am not sure what the
problem is. The code is all fine I think. Please look at the code if
you can. You have to click on the bottom of the website to view code,
thank u!!! www.nscadesign.ca/potvin all the pages are doing this!


You should figure out if you want to use "www.jqdesign.com" or
"www.nscadesign.ca/potvin/", and stick with that.

You should fix the HTML as a first step.
Then fix things which may validate, but
make no sense, such as the "Home" link,
which is broken.

Then you should look at your home page
http://www.jqdesign.com/
with images disabled and ask yourself
if that's really what you want people
to "see".

Once you have dealt with those sorts
of issues, you could ask in alt.html.critique
for a review of your site.

While at NSCAD University, if you took their
"ARTS 3120/DMED 3120 Web Sites for Visual Artists"[1]
course, I would hope you already 'know all this
sort of thing already'. If they didn't cover
how to properly author documents for the worldwide
web, and instead taught how to make 'pretty pages
people can look at in their web browser', then
you should ask for your money back.

[1}
http://www.nscad.ns.ca/study/fine/fine_arts_courses.php
ARTS 3120/DMED 3120 Web Sites for Visual Artists
6 studio credits This course gives students the opportunity to
explore the potential of the World Wide Web as the means of
expressing themselves as artists. By producing a project for the
web, students will learn the basics of preparing graphics and
writing the coding for the web.


Dave, Thank u very much for your advice. I did take that course at
NSCAD and actually everyone who knows anything about nscad knows they
don't teach anything good when it comes to technical issues,
computers, web design.
It is entirely a fine arts theory school. You are learning on your own
with webdesign and just presenting your website with no assistance
with designing it or coding. Very difficult to learn that way. IN fact
only 2 people out of 30 that I studied with actually still can create
websites on their own. So this is the reason I am always asking for
help on google - I appreciate it, it's a learning process! My images
aren't broken on the computers I checked however. I have forwarded
jqdesign.com to nscad for cost purposes temporarily. Aside from the
home link broken, can u view the portfolio page clearly? I will have
to spice it up as harsh as some people's comments critiques are always
helpful - it's the only way to learn. Thank u!! Jacquie
Jul 20 '05 #7
Andrew: Thank u very much, I made a lot of changes to the code. This
is just a temporary site, I'm still learning, graduated from a FINE
art school, so I'm definately not a pro! And I really need to spice it
up apparently so will do that after I learn more. Until then, would it
be possible for you to view again and see if my links work on your
computer. They work fine on the 3 I tried on, aside from the home
link. Much appreciated!!! :-) Jacquie
Jul 20 '05 #8
*Jacquie* wrote:
Andrew: Thank u very much, I made a lot of changes to the code. This
is just a temporary site, I'm still learning, graduated from a FINE
art school, so I'm definately not a pro! And I really need to spice it
up apparently so will do that after I learn more. Until then, would it
be possible for you to view again and see if my links work on your
computer. They work fine on the 3 I tried on, aside from the home
link. Much appreciated!!! :-) Jacquie


The 'blank' page does now display in Opera 7.52, Win2000. If you're
feeling up to it you might like to look through one of the better HTML
tutorials, such as: http://www.htmldog.com/guides/htmlbeginner/. BTW I
really like the print design examples, very impressive.
--
Andrew Urquhart
- Contact me: http://andrewu.co.uk/contact/
- 'Staccato signals of constant information
A loose affiliation of millionaires and billionaires' - Paul Simon
Jul 20 '05 #9
jp*******@hotmail.com (Jacquie) wrote in
news:64**************************@posting.google.c om:
Dave Patton <sp**@trap.invalid> wrote in message
news:<Xn*********************************@24.71.22 3.159>...
jp*******@hotmail.com (Jacquie) wrote in
news:64**************************@posting.google.c om:
> www.nscadesign.ca/potvin
You should fix the HTML as a first step.
Then fix things which may validate, but
make no sense, such as the "Home" link,
which is broken.

Then you should look at your home page
with images disabled and ask yourself
if that's really what you want people
to "see".
My images aren't broken on the computers I checked however. Aside from the home link broken, can u view the portfolio page clearly?


A)
You are making some fundamental mistakes in the authoring(note that
I didn't say "design") of your website. Don't feel bad - many people
make the same mistakes, and particularly those with 'design skills'.
You may want to "take a step back" and learn some more before going
any further, because in the end you'll likely just end up having
to replace much of your current content.

B)
For a start, you should only author HTML that is valid. There's
little point in "figuring out why something doesn't work", or
in asking for a site critique, without starting with valid HTML.
Use the W3C validator:
http://validator.w3.org/detailed.html
to validate each and every webpage you author. For example, your
site's index page has 6 validation errors.

C)
Do not try and produce "pixel perfect" web pages - that's not
'how the web works'. Remember, your webpages are a guest on the
visitor's computer, and it's not up to you what size they may
want to view them at. Strive for 'fluid design' that adapts,
within reason, to a variety of browser viewport sizes.

D)
Don't put examples on your website that demonstrate that you
don't know how to do something properly. For example, you
have a "portfolio page"(incorrectly titled as "list"):
http://www.nscadesign.ca/potvin/pages/list.html
that has a "Web Design" link. That shouldn't be there unless
your own website utilizes proper practices, although you
would be far from the first person/company to do this.
Another example - don't give examples of the use of Flash
unless you are very sure what you are doing. Is this really
you want people to see, either at the client's website, or
as an example of your work?:
http://members.shaw.ca/caninfosys/temp/badflash.jpg
You might want to read the thread that started July 26th
in the alt.html newsgroup titled:
What % of browsers are Flash enabled?

E)
ALways use a standards-compliant browser when developing and
testing your webpages. You may then have to 'tweak things' to
cater to the idiosyncrasies of things like operating system
components pretending to be browsers, such as Internet Explorer.
I'd suggest taking a look at Mozilla Firefox, installing it
with the DOM inspector, and getting the Web Developer extension.

F)
Don't use tables for layout - that's what CSS is for.
HTML is for markup. Javascript and Flash should be
considered 'optional extras'.

G)
I know you are a 'graphic designer', so this may sound odd
to you, but don't rely on images. For example, you misunderstood
my suggestion about disabling images. Take a look at this:
<http://www.delorie.com/web/lynxview.....nscadesign.ca
%2Fpotvin%2Findex.html>
Is that really what you want people to see on your home page?
Here's your homepage right before I disable images:
http://members.shaw.ca/caninfosys/temp/images-1.jpg
and here's what I get:
http://members.shaw.ca/caninfosys/temp/images-2.jpg
You may say to yourself - but my site is about graphic design,
so I want images, but consider that the above fairly closely
represents what a search engine "sees". Of course there is
also the issue of accessability(e.g. for people with impaired
vision), which you may be required to address, or conform to,
when working for some companies or government organisations.

H)
Don't give up hope! You aren't ready to 'participate' yet
on this website, because you don't know enough about CSS,
etc., but take a look at the CSS Zen Garden:
http://www.csszengarden.com/
Participation, in terms of submitting a design, is limited
to graphic artists, but you can learn a lot from the website.
Try some of the designs. Don't worry for now about "the details".
Just appreciate that all those designs are possible without
changing any HTML. That's because HTML is used for the page's
MARKUP, while CSS is used for the page's PRESENTATION.

There - that should keep you busy for now ;-)

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Paul | last post by:
I thought this is more of an IE issue but i've had no joy on that group perhaps somebody here will have a clue. If i click a link to a web page embedded in Excel (97 OR 2000) i get the standard...
9
by: Nick | last post by:
the customError feature is not working. I have it setup as the help says in my web.config file. <customErrors defaultRedirect="DsAppError.aspx" mode="RemoteOnly"/> I tried in a couple...
6
by: John Lau | last post by:
Hi, I am looking at the MS KB Article 306355: HOW TO: Create Custom Error Reporting Pages in ASP.NET by Using Visual C# .NET This article describes how to redirect errors to a custom html...
25
by: moondaddy | last post by:
I have an application where users need to upload images and in my web.config file I have a setting like this: <httpRuntime maxRequestLength="512" /> Which restricts image larger than 500k from...
6
by: ST | last post by:
Hi, I keep getting the parser error, and I have no idea why. I've tried a number of things including: 1)building/rebuilding about 100x 2)making sure all dll's are in the bin folder in the root...
6
by: dee | last post by:
Hi In web.config I have to the following: <configuration> <system.web> <customErrors defaultRedirect="error.htm" mode="On" /> </system.web> </configuration>
2
by: tshad | last post by:
This has been driving me crazy. I have been trying to get the error handling working on my system and can get parts of it working and others won't work at all. I found that you can't access...
7
by: DC | last post by:
Hi, there is a 500;13 page one can configure in the website properties, but ..Net Framework 1.1 also delivers the "server too busy" message sometimes and the IIS custom error page does not seem...
25
by: Blasting Cap | last post by:
I keep getting errors that pop up when I am trying to convert an application from dotnet framework 1.1 to framework 2.0. The old project was saved in sourcesafe from Visual Studio 2003, and I have...
1
by: sean_walsh | last post by:
Hi From classic ASP, I had a custom error handling situation that was quite simple. Errors were all redirected to Error.asp. This page would check 2 settings, EmailErrorMessage and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.