473,396 Members | 2,087 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,396 software developers and data experts.

Please help fix the code here

I *almost* have a tribute slideshow done for my late pet cat, found dead the
same day I finally found a place to rent where I could keep her. There are a
few minor errors that I don't know how to fix yet. If anyone could take a
look and drop me some hints, I'd be most grateful.
I hope I'm not posting this inappropriately or to the wrong newsgroup.

The page, such as it is, is at
http://www.TheBicyclingGuitarist.net...t/20060206.htm

The following errors are from the wdg validator:
a.. Line 59, character 138:
.... "+destext[thenum]+"</textarea></form>");
^Error: end tag for element TEXTAREA which
is not open; try removing the end tag or check for improper nesting of
elements

b.. Line 59, character 145:
.... xt[thenum]+"</textarea></form>");
^Error: end tag for element FORM which is
not open; try removing the end tag or check for improper nesting of elements


Jun 25 '07 #1
8 2222
The Bicycling Guitarist wrote:
The page, such as it is, is at
http://www.TheBicyclingGuitarist.net...t/20060206.htm
I see only a blank white page.

Oh. JavaScript is needed to see any content. Hopefully, I will be able
to have my corporate firewall unblock that.

Why are you displaying the captions in a textarea in a form? Why not
simply display them in a centered <p>aragraph or <div?

How about adding a <noscriptsection to advise the ~10% of visitors who
do not have JavaScript available or disabled?

--
-bts
-Motorcycles defy gravity; cars just suck
Jun 25 '07 #2
On Jun 25, 7:26 am, "Beauregard T. Shagnasty"
<a.nony.m...@example.invalidwrote:
The Bicycling Guitarist wrote:
The page, such as it is, is at
http://www.TheBicyclingGuitarist.net...t/20060206.htm

I see only a blank white page.

Oh. JavaScript is needed to see any content. Hopefully, I will be able
to have my corporate firewall unblock that.

Why are you displaying the captions in a textarea in a form? Why not
simply display them in a centered <p>aragraph or <div?

How about adding a <noscriptsection to advise the ~10% of visitors who
do not have JavaScript available or disabled?

--
-bts
-Motorcycles defy gravity; cars just suck
thank you for your tips...I just threw this up, that's why it is so
barfy.

I *don't* know what I'm doing with Javascript, but heard it was a
little more accessible than Flash for presenting a slideshow of
images. I am in mourning for a lost family pet, and still in the
process of moving into the house, so I'm basically toast mentally and
physically and emotionally right now. Guess which side of me falls to
the carpet...the butt-er side of course!

Jun 25 '07 #3
in message <a2***********@newsfe05.lga>, The Bicycling Guitarist
('C****@TheBicyclingGuitarist.net') wrote:
I *almost* have a tribute slideshow done for my late pet cat, found dead
the same day I finally found a place to rent where I could keep her.
There are a few minor errors that I don't know how to fix yet. If anyone
could take a look and drop me some hints, I'd be most grateful.
I hope I'm not posting this inappropriately or to the wrong newsgroup.

The page, such as it is, is at
http://www.TheBicyclingGuitarist.net...t/20060206.htm

The following errors are from the wdg validator:
a.. Line 59, character 138:
... "+destext[thenum]+"</textarea></form>");
^Error: end tag for element TEXTAREA
which
is not open; try removing the end tag or check for improper nesting of
elements

b.. Line 59, character 145:
... xt[thenum]+"</textarea></form>");
^Error: end tag for element FORM which
is
not open; try removing the end tag or check for improper nesting of
elements
You need to mark your embedded JavaScript as CDATA, or, better still move
it out to a separate file.

--
si***@jasmine.org.uk (Simon Brooke) http://www.jasmine.org.uk/~simon/

The Conservative Party now has the support of a smaller proportion of
the electorate in Scotland than Sinn Fein have in Northern Ireland.

Jun 25 '07 #4

"Beauregard T. Shagnasty" <a.*********@example.invalidwrote in message
news:gK*********************@bgtnsc04-news.ops.worldnet.att.net...
TheBicyclingGuitarist wrote:

Do you have any server-side technologies available on your server? PHP?
If so, I have a copy of brucie's slideshow script which works extremely
well and does not rely on any client-side stuff.
I don't know for sure, but php sounds familiar...I've had the same web host
for seven years now and they have been very patient with me. It does suck
that they use windows servers...
Jun 25 '07 #5
The Bicycling Guitarist wrote:
"Beauregard T. Shagnasty" <a.*********@example.invalidwrote:
>Do you have any server-side technologies available on your server?
PHP? If so, I have a copy of brucie's slideshow script which works
extremely well and does not rely on any client-side stuff.
I don't know for sure, but php sounds familiar...I've had the same web
host for seven years now and they have been very patient with me. It
does suck that they use windows servers...
Oh. Windows servers. Unless they are a full-fledged host, chances of
finding PHP would be somewhat remote.

There may be ASP, though...

--
-bts
-Motorcycles defy gravity; cars just suck
Jun 25 '07 #6
Gazing into my crystal ball I observed "Beauregard T. Shagnasty"
<a.*********@example.invalidwriting in news:bRXfi.119855$Sa4.48572
@bgtnsc05-news.ops.worldnet.att.net:
The Bicycling Guitarist wrote:
>"Beauregard T. Shagnasty" <a.*********@example.invalidwrote:
>>Do you have any server-side technologies available on your server?
PHP? If so, I have a copy of brucie's slideshow script which works
extremely well and does not rely on any client-side stuff.
I don't know for sure, but php sounds familiar...I've had the same web
host for seven years now and they have been very patient with me. It
does suck that they use windows servers...

Oh. Windows servers. Unless they are a full-fledged host, chances of
finding PHP would be somewhat remote.
Not necessarily true. Most windows hosts I've run across have PHP, ASP,
and ASP.net running. Of course, you can't mix PHP and ASP on the same
page, but you can have an ASP and a PHP page on the same server/web
space.
>
There may be ASP, though...
Probably.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Jun 26 '07 #7

"Adrienne Boswell" <ar****@yahoo.comwrote in message
news:Xn****************************@69.28.186.121. ..
Gazing into my crystal ball I observed "Beauregard T. Shagnasty"
d ASP on the same
page, but you can have an ASP and a PHP page on the same server/web
space.
>>
There may be ASP, though...

Probably.

Oh there's definitely ASP, because my contact form is one (I get a LOT of
spam trying to get me to buy generICK medicines). You guys are the experts
compared to me by far. Please, what should I do if I want a simple image
slideshow, no captions, as EASY to make and use as possible AND be standards
compliant?

Thanks
Jun 26 '07 #8

"Simon Brooke" <si***@jasmine.org.ukwrote in message
news:59************@gododdin.internal.jasmine.org. uk...
You need to mark your embedded JavaScript as CDATA, or, better still move
it out to a separate file.

--
Ty Simon. That's stuff I don't know about yet, but I appreciate your telling
me. Others have suggested alternate methods that might be easier for my
level of knowledge at this time. Thanks again and have a great day.
Jun 26 '07 #9

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

Similar topics

1
by: Az Tech | last post by:
Hi people, (Sorry for the somewhat long post). I request some of the people on this group who have good experience using object-orientation in the field, to please give some good ideas for...
2
by: TeknoCat | last post by:
Hey everyone, I may be repeating myself here, but if someone sent a reply then I missed it, and I can't get Outlook Express to download any messages more than 2 days old. Anyway, I'm having a...
7
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title>...
4
by: Skully Matjas | last post by:
I am using the following code (created by the wizard) to allow to bring my form to a particular entery. But when I edit the entery (ex: put new information into a blank cell), it puts that record...
23
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application...
4
by: steroche | last post by:
I would REALLY appreciate help please please please! Im sure it is probably blindingly obvious to most of you but I am totally in the dark here!I am lost - i thought i had finally figured out this...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
5
by: Y2J | last post by:
I am working through this book on C++ programming, the author is speaking of using linked lists. He gave and example which I found confusing to say the least. So I rewrote the example in a way that...
0
numberwhun
by: numberwhun | last post by:
Please remember the following when posting a question in the Perl Forum. Doing so will get you better assistance. Provide Sample Code - You will find that this is asked for more often than not....
1
Markus
by: Markus | last post by:
Before you post please: Turn on PHP Debugging Messages - this will help yourself and our experts to solve your problem. Please provide the error details in your post. Read the Posting...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.