Re: This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Sat, 27 Aug 2005 08:03:00 -0400
Your reply is composed of :
"Oh, yeah, add this or add that" and "don't understand this".
You made my case better than I did.
Go ahead and submit your "improvements" to 15Seconds, OK ?
And let us know when the article is published.
Bye!
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
"John Rivers" <first10@xxxxxxxxxxxxxx> wrote in message
news:1125124776.832265.145940@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> 1. First, Previous, Next, Last and paging buttons
oh yes mine doesn't have paging
buttons, thats an extra 3 lines then ...
> 2. Be sensitive to the data. If the pager is set to show 10 records
> per page and only nine are shown, then the pager shouldn't be visible.
> On the first page the Previous and First buttons shouldn't be shown.
> On the last page the Next and the Last methods shouldn't be shown.
read my code
it does this - it greys out the controls
it is bad ui design to have page elements appearing and disappearing
>
> 3. Independent of the control that's in charge of the presentation
crumbs mine is one method in an include file
that doesn't even know what the datasource is
you don't get much more independent than that
>
> 4. The ability to handle a variety of current and future data sources
mine can handle any datasource
as it doesn't try and overencapsulate like his junk
>
> 5. Easily configurable presentation to integrate with custom applications
just edit the little html fragments
>
> 6. Notify other controls when paging is taking place
at client: just add some javascript
at server: hell the url says "PageNumber=6"
and the referer says "PageNumber=5"
what more do you need???
>
> 7. Easy to use even by inexperienced Web designers
don't try and tell me his is easier to use than mine????
>
> 8. Provide properties to relevant paging data
don't understand this
>
> The code you posted doesn't even come *close* to doing that.
> Go be a jerk somewhere else.
no - you are the jerk for being so wrong
>
>
>
> Juan T. Llibre
> ASP.NET MVP
> http://asp.net.do/foros/
> Foros de ASP.NET en Español
> Ven, y hablemos de ASP.NET...
> ======================
>
> "John Rivers" <first10@xxxxxxxxxxxxxx> wrote in message
> news:1125098651.896517.326090@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> >
> >
> >
> > I was being mean, his intentions were good, but that article should
> > never have been published.
> >
> > And credit to me then for just showing the community a lean and high
> > performance approach!
> >
> > You wouldn't happen to know who at Microsoft was responsible for
> > designing
> > ASPX, UserControls, HtmlControls, CustomControls and viewstate would
> > you?
> >
> > I am sure it wasn't the same people who designed the other parts of
> > ASP.NET.
> >
> >
> >
> >
> >
> > John Timney (ASP.NET MVP) wrote:
> >> If it wasn't a good article it would not have made it onto 15seconds.
> >> Credit to Tomasz for giving something back to the community.
> >>
> >> Regards
> >>
> >> John Timney
> >> ASP.NET MVP
> >> Microsoft Regional Director
> >>
> >> "John Rivers" <first10@xxxxxxxxxxxxxx> wrote in message
> >> news:1125094378.931114.81020@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> >> > http://www.15seconds.com/Issue/030812.htm?voteresult=1
> >> >
> >> > poor guy worked his heart out, just to make a page control
> >> >
> >> > and then they published it
> >> >
> >
.
- Follow-Ups:
- Re: This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- From: John Rivers
- Re: This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- References:
- This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- From: John Rivers
- Re: This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- From: John Timney \(ASP.NET MVP\)
- Re: This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- From: John Rivers
- Re: This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- From: Juan T. Llibre
- Re: This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- From: John Rivers
- This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- Prev by Date: Re: VS2005 - Remove or Permanently Disable Cassini?
- Next by Date: Re: Trouble w sending email
- Previous by thread: Re: This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- Next by thread: Re: This is brilliant! Just look how long it is! Ha ha ha ha ha ha
- Index(es):
Relevant Pages
|