comments and constructive criticism wanted
Collapse
This topic is closed.
X
X
-
stevenTags: None -
Hywel Jenkins
Re: comments and constructive criticism wanted
In article <JfQAd.14918$%i 5.1250422@phobo s.telenet-ops.be>,
stevenPANTSvh@p andora.be says...[color=blue]
> http://www.nenya.be/41229-1/cal.htm
>
> (Only the calendar navigation links work)
>
>
>[/color]
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.
-
Michael Winter
Re: comments and constructive criticism wanted
On Thu, 30 Dec 2004 09:54:49 GMT, steven <stevenPANTSvh@ pandora.be> wrote:
[color=blue]
> http://www.nenya.be/41229-1/cal.htm
>
> (Only the calendar navigation links work)[/color]
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.
Comment
-
steven
Re: comments and constructive criticism wanted
"Hywel Jenkins" <hyweljenkins@h otmail.com> wrote in message
news:MPG.1c3e03 36fc29237c98970 5@news.individu al.net...[color=blue]
> In article <JfQAd.14918$%i 5.1250422@phobo s.telenet-ops.be>,
> stevenPANTSvh@p andora.be says...[color=green]
> > http://www.nenya.be/41229-1/cal.htm
> >
> > (Only the calendar navigation links work)
> >
> >
> >[/color]
> It's nice, but having the week/month/day navigation as you have is a
> PITA. Why not just make the days clickable?[/color]
Yeah, that's what I also said in the to-do section.
[color=blue]
> Have the week/month
> navigation in a more logical position.
>[/color]
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
Comment
-
Hywel Jenkins
Re: comments and constructive criticism wanted
In article <OBTAd.15206$6v 5.1264729@phobo s.telenet-ops.be>,
stevenPANTSvh@p andora.be says...[color=blue]
>
> "Hywel Jenkins" <hyweljenkins@h otmail.com> wrote in message
> news:MPG.1c3e03 36fc29237c98970 5@news.individu al.net...[color=green]
> > In article <JfQAd.14918$%i 5.1250422@phobo s.telenet-ops.be>,
> > stevenPANTSvh@p andora.be says...[color=darkred]
> > > http://www.nenya.be/41229-1/cal.htm
> > >
> > > (Only the calendar navigation links work)
> > >
> > >
> > >[/color]
> > It's nice, but having the week/month/day navigation as you have is a
> > PITA. Why not just make the days clickable?[/color]
>
> Yeah, that's what I also said in the to-do section.
>[color=green]
> > Have the week/month
> > navigation in a more logical position.
> >[/color]
>
> Like above or below the calendar[/color]
Yes. This way, perhaps the entire thing could be self-contained as
Michael suggests.
--
Hywel http://kibo.org.uk/
I do not eat quiche.
Comment
-
McKirahan
Re: comments and constructive criticism wanted
"steven" <stevenPANTSvh@ pandora.be> wrote in message
news:OBTAd.1520 6$6v5.1264729@p hobos.telenet-ops.be...[color=blue]
>
> "Hywel Jenkins" <hyweljenkins@h otmail.com> wrote in message
> news:MPG.1c3e03 36fc29237c98970 5@news.individu al.net...[color=green]
> > In article <JfQAd.14918$%i 5.1250422@phobo s.telenet-ops.be>,
> > stevenPANTSvh@p andora.be says...[color=darkred]
> > > http://www.nenya.be/41229-1/cal.htm
> > >
> > > (Only the calendar navigation links work)
> > >
> > >
> > >[/color]
> > It's nice, but having the week/month/day navigation as you have is a
> > PITA. Why not just make the days clickable?[/color]
>
> Yeah, that's what I also said in the to-do section.
>[color=green]
> > Have the week/month
> > navigation in a more logical position.
> >[/color]
>
> 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
>
>[/color]
"<<", "<", ">", 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 " ") the day numbers.
Why the minus sign before each week?
Comment
-
steven
Re: comments and constructive criticism wanted
"McKirahan" <News@McKirahan .com> wrote in message
news:1sUAd.8275 68$8_6.361688@a ttbi_s04...[color=blue]
> "steven" <stevenPANTSvh@ pandora.be> wrote in message
> news:OBTAd.1520 6$6v5.1264729@p hobos.telenet-ops.be...[color=green]
> >
> >[/color]
>
> "<<", "<", ">", 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 " ") the day numbers.
>
> Why the minus sign before each week?
>[/color]
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
Comment
Comment