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

comments and constructive criticism wanted

http://www.nenya.be/41229-1/cal.htm

(Only the calendar navigation links work)
Jul 23 '05 #1
6 1013
In article <Jf*********************@phobos.telenet-ops.be>,
st***********@pandora.be says...
http://www.nenya.be/41229-1/cal.htm

(Only the calendar navigation links work)

It's nice, but having the week/month/day navigation as you have is a
PITA. Why not just make the days clickable? Have the week/month
navigation in a more logical position.

--
Hywel http://kibo.org.uk/
I do not eat quiche.
Jul 23 '05 #2
On Thu, 30 Dec 2004 09:54:49 GMT, steven <st***********@pandora.be> wrote:
http://www.nenya.be/41229-1/cal.htm

(Only the calendar navigation links work)


Considering that majority of the work isn't yours, what precisely do you
want critiqued?

Aside from the problems that were pointed out in ciwas, the code clutters
the global namespace. Reusable code like this would best be presented as
an object, adhering to practices you'd expect for software development in
general.

Mike
Please don't multi-post.
<URL:http://www.cs.tut.fi/~jkorpela/usenet/xpost.html>

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.
Jul 23 '05 #3

"Hywel Jenkins" <hy**********@hotmail.com> wrote in message
news:MP************************@news.individual.ne t...
In article <Jf*********************@phobos.telenet-ops.be>,
st***********@pandora.be says...
http://www.nenya.be/41229-1/cal.htm

(Only the calendar navigation links work)
It's nice, but having the week/month/day navigation as you have is a
PITA. Why not just make the days clickable?


Yeah, that's what I also said in the to-do section.
Have the week/month
navigation in a more logical position.


Like above or below the calendar, you mean? I did have plain buttons for
this purpose, but they didn't look very attractive; I may create bitmaps
instead.
Thanks for the comment.

Steven
Jul 23 '05 #4
In article <OB*********************@phobos.telenet-ops.be>,
st***********@pandora.be says...

"Hywel Jenkins" <hy**********@hotmail.com> wrote in message
news:MP************************@news.individual.ne t...
In article <Jf*********************@phobos.telenet-ops.be>,
st***********@pandora.be says...
http://www.nenya.be/41229-1/cal.htm

(Only the calendar navigation links work)

It's nice, but having the week/month/day navigation as you have is a
PITA. Why not just make the days clickable?


Yeah, that's what I also said in the to-do section.
Have the week/month
navigation in a more logical position.


Like above or below the calendar


Yes. This way, perhaps the entire thing could be self-contained as
Michael suggests.

--
Hywel http://kibo.org.uk/
I do not eat quiche.
Jul 23 '05 #5
"steven" <st***********@pandora.be> wrote in message
news:OB*********************@phobos.telenet-ops.be...

"Hywel Jenkins" <hy**********@hotmail.com> wrote in message
news:MP************************@news.individual.ne t...
In article <Jf*********************@phobos.telenet-ops.be>,
st***********@pandora.be says...
http://www.nenya.be/41229-1/cal.htm

(Only the calendar navigation links work)

It's nice, but having the week/month/day navigation as you have is a
PITA. Why not just make the days clickable?


Yeah, that's what I also said in the to-do section.
Have the week/month
navigation in a more logical position.


Like above or below the calendar, you mean? I did have plain buttons for
this purpose, but they didn't look very attractive; I may create bitmaps
instead.
Thanks for the comment.

Steven


"<<", "<", ">", and ">>" are often used to go to previous year, previous
month, next month, and next year, respectively; no images needed.

Also, I would right justify (followed by " &nbsp; ") the day numbers.

Why the minus sign before each week?
Jul 23 '05 #6

"McKirahan" <Ne**@McKirahan.com> wrote in message
news:1sUAd.827568$8_6.361688@attbi_s04...
"steven" <st***********@pandora.be> wrote in message
news:OB*********************@phobos.telenet-ops.be...


"<<", "<", ">", and ">>" are often used to go to previous year, previous
month, next month, and next year, respectively; no images needed.

Also, I would right justify (followed by " &nbsp; ") the day numbers.

Why the minus sign before each week?


ISO-8601 "week only of the implied year". But I admit that it's a bit
confusing. I may change it to this other ISO-8601 format "year and week only
in the implied century": YYWww (e.g. "04W52").
Thanks for the reply.

Steven
Jul 23 '05 #7

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

Similar topics

2
by: lawrence | last post by:
I've been bad about documentation so far but I'm going to try to be better. I've mostly worked alone so I'm the only one, so far, who's suffered from my bad habits. But I'd like other programmers...
12
by: windandwaves | last post by:
Hi Folks I have just completed a project for an accommodation finder in New Zealand - much with your help - thank you again. I would appreciate any constructive or deconstructive comments. ...
14
by: Tim Parkin | last post by:
Terry Ready said: > YUCK< YUCK< YUCK. > <snip> > The pollenation site is one of the worst I have seen. The mockup page > has teeny type that IE will not enlarge. > <snip> > I care that the...
4
by: www.Search24-7.com | last post by:
I am working on a project site. The url is www.search24-7.com. I am looking for feedback (both negative and positive). I am new here and want to learn ways to drive traffic, improve my rank etc....
16
by: steven | last post by:
http://www.nenya.be/41229-1/cal.htm (Only the calendar navigation links work)
28
by: Benjamin Niemann | last post by:
Hello, I've been just investigating IE conditional comments - hiding things from non-IE/Win browsers is easy, but I wanted to know, if it's possible to hide code from IE/Win browsers. I found...
2
by: Nospam | last post by:
Powware Visual Programming is the world's first environment for creating software using the Powware Visual Programming Language on the Tablet PC. Be one of the first in the world to experience...
62
by: Xah Lee | last post by:
Criticism versus Constructive Criticism Xah Lee, 2003-01 A lot intelligent people are rather confused about criticism, especially in our “free-speech” free-for-all internet age. When they...
98
by: tjb | last post by:
I often see code like this: /// <summary> /// Removes a node. /// </summary> /// <param name="node">The node to remove.</param> public void RemoveNode(Node node) { <...> }
100
by: jacob navia | last post by:
Recently, a heated debate started because of poor mr heathfield was unable to compile a program with // comments. Here is a utility for him, so that he can (at last) compile my programs :-) ...
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: 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?
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...
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.