473,378 Members | 1,413 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,378 software developers and data experts.

give your opinions concerning our site,end work first year web technology

Oly
give your opinions concerning our site,end work first year web technology
www.zwin.tk

in java:
-navigation
-stylechanger (with cookie)
-pamorama
-gallery
-quiz
-regelar expressions (see contact).

content: (dutch) sorry about that, it concerns a natuurreservaat in Belgium.

feel free to reply
Jul 23 '05 #1
2 1275
Ivo
> "Oly" typed
give your opinions concerning our site,end work first year web technology

www.zwin.tk
When posting to USENET, it is advisable to type full urls, including the
http:// protocol and all that.
in java:
Javascript that is. Java is another programming language, and is not used on
the pages I ve seen.
-navigation
Submenu's show up fine when topmenu item is clicked. But pages found under
submenu items do not show their respective submenu by default which would
seem logical.
-stylechanger (with cookie)
On the first page I set style 2 and see the colours change accordingly. I go
to page 2 but get style 1 again. Presumably not what was intended.
document.cookie is JSESSIONID=aXNWV513Y_9- so no idea if that has anything
to do with styles.
-pamorama
Panorama. I wouldn't look for it under downloads, but it works great.
-gallery
Looks fine.
-quiz
Seems ok, although it would be nice to see how many questions there are
beforehand. Like "Question 1 of 10" and such.
-regelar expressions (see contact).
Regular. There are also a lot of typo's in the prose of the comments and
such.
Function check() in contact.js features these two lines, and in this order:

return false;
alert("Gelieve alles correct in te vullen");

Any idea why I never get the alert?
This function directly submits the form using the submit() method, but if it
is called from the form's onsubmit event, it is enough to return true.

content: (dutch) sorry about that, it concerns a natuurreservaat in

Belgium.

On the contact page, I would use "reserveringen" instead of "reservaties".
HTH
Ivo

Jul 23 '05 #2
Oly wrote:
give your opinions concerning our site,end work first year web technology
in java:
Java?
-navigation
No javascript == No navigation (so don't expect too much form search
engines).

Having all but one of the menu headings open a sub menu and then putting
one in near the end that navigates directly is distinctly confusing. You
give the user just enough to form an expectation of behaviour form the
menu and then you have it do something unexpected.

There is a huge nested Array definition that would be about half the
size if an Array literal had been used in its place.

Eval abuse:-

<quote cite="http://users.pandora.be/spacedust/menu.js">
| eval("document.getElementById('div"+i+
| "').style.display='none'");
</quote>
-stylechanger (with cookie)
Browser detecting:-

<quote cite="">
| var browser = navigator.userAgent;
</quote>

- And the absence of any feature detecting means that the script will
error out on any non-supporting browsers, where it could be just quietly
electing not to act (and there is not much point showing the select
control to users of unsupporting browsers or javascript disabled
browsers).
-pamorama
? Way too much horizontal scrolling on all of the pages.
-gallery
Doesn't do a lot alongside pop-up blocking.
-quiz


HTML LABEL mark-up can make radio buttons easier to use on browsers that
recognise it (and is harmless otherwise).

Browser detecting:-

<quote cite="">
| if(browser.indexOf("MSIE") != -1 &&
| browser.indexOf("Opera") == -1)
| {
| oVraag.innerText = sarrVragen[0]; //IE versie
| }
| else
| {
| oVraag.nextSibling.nodeValue = sarrVragen[0];
| }
</quote>

<snip>

Richard.

Jul 23 '05 #3

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

Similar topics

2
by: Kari Laitinen | last post by:
During the past 15 years I have been writing computer programs with so-called natural names, which means that the names (identifiers, symbols) in progarms are constructed of several natural words....
16
by: Andy Dingley | last post by:
I've just had a call from these people, http://www.browsealoud.com offering to sell me their wares. Anyone have an opinion on it ? I'll post my own thoughts about 24 hours from now. I'm...
29
by: David Eng | last post by:
In replying to P.J. Plauger (...
25
by: John Morgan | last post by:
Though I have designed and implemented a number of large reasonably well received web sites I do not consider myself a graphics designer I am now for the first time going to work with a ...
3
by: bmntech | last post by:
I want to create a client app, adding value to and building on my Web app. The user of this client app will be able to seamlessly access the public web site, but will also have additional...
64
by: Mika | last post by:
Hello, we understand you guys may be able to help. We have a page which has been working great for over a year and gets many hits. However recently something got changed that we cannot seem to...
112
by: Prisoner at War | last post by:
Friends, your opinions and advice, please: I have a very simple JavaScript image-swap which works on my end but when uploaded to my host at http://buildit.sitesell.com/sunnyside.html does not...
27
by: Mike Copeland | last post by:
What's the best set of authoring tools (if there is one...) for building a simple Web site? Specifically, I want to produce a "newsletter" site that contains a menu (for key dates and subjects),...
4
by: FutureShock | last post by:
This is not a PHP related question, but a question focused to PHP developers. Sadly enough I just started looking at the functionality using AJAX procedures. All my sites have been 100% PHP with...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
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
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.