controlsPlease could some of you here post some of your live examples of AJAX
(esp drag panels, collapsable panels, and popup menu.)
(It's one thing to talk about how great something is, but it's another to
really see how great something is.)
Thanks
--
Share The Knowledge. I need all the help I can get and so do you! 10 2891
On Jun 12, 10:37 am, Yankee Imperialist Dog
<YankeeImperialist...@discussions.microsoft.comwro te:
controlsPlease could some of you here post some of your live examples of AJAX
(esp drag panels, collapsable panels, and popup menu.)
(It's one thing to talk about how great something is, but it's another to
really see how great something is.)
Thanks
--
Share The Knowledge. I need all the help I can get and so do you!
You should check out the content under ajax.asp.net for what you're
looking for. They have great video tutorials and sample applications
(with source) for you to download.
Thanks for replying,
They great examples and i've gone through them and the source, and i've
played around withthem making modifications, but they are not real work
examples.
Do you have any sites where these items are included in production?
--
Share The Knowledge. I need all the help I can get and so do you!
"Javier G. Lozano" wrote:
On Jun 12, 10:37 am, Yankee Imperialist Dog
<YankeeImperialist...@discussions.microsoft.comwro te:
controlsPlease could some of you here post some of your live examples of AJAX
(esp drag panels, collapsable panels, and popup menu.)
(It's one thing to talk about how great something is, but it's another to
really see how great something is.)
Thanks
--
Share The Knowledge. I need all the help I can get and so do you!
You should check out the content under ajax.asp.net for what you're
looking for. They have great video tutorials and sample applications
(with source) for you to download.
Hi Mr. Dog,
What kind of "real work" are you trying to accomplish? What
examples/techniques do you need shown? The AJAX video tutorials apply
metaphorically to how you might want to develop for production.
Two things you might want to look at:
a) if you're looking for ultra-efficiency your AJAX deployments, read Jeff
Prosise's MSDN article on UpdatePanel (or attend one of his insanely great
talks.) In a nutshell, Prosise explains how the "dirty little secret" of the
easy-to-use UpdatePanel is that it is great for insuring a nice AJAX-ey user
experience, but lousy from the point of view of server/ network efficiency.
The server must generate nearly an entire postback's worth of processing --
not lightweight as some presume all AJAX stuff might be. Prosise
demonstrates some handcoding that is much more efficient.
b) If you're looking for some other very capable AJAX-enabled widgets for
"real work," take a look at Telerik's component set.
-KF
"Yankee Imperialist Dog" <Ya******************@discussions.microsoft.com>
wrote in message news:6D**********************************@microsof t.com...
Thanks for replying,
They great examples and i've gone through them and the source, and i've
played around withthem making modifications, but they are not real work
examples.
Do you have any sites where these items are included in production?
--
Share The Knowledge. I need all the help I can get and so do you!
"Javier G. Lozano" wrote:
>On Jun 12, 10:37 am, Yankee Imperialist Dog <YankeeImperialist...@discussions.microsoft.comwr ote:
controlsPlease could some of you here post some of your live examples
of AJAX
(esp drag panels, collapsable panels, and popup menu.)
(It's one thing to talk about how great something is, but it's another
to
really see how great something is.)
Thanks
--
Share The Knowledge. I need all the help I can get and so do you!
You should check out the content under ajax.asp.net for what you're looking for. They have great video tutorials and sample applications (with source) for you to download.
with respect i thank you for your reply,
I know that the vid's are great (seen'em), the examples are great (done'em),
and i even know that the server pays a high price for the MS version of AJAX
(FYI other technologies such as ColdFusion pay less of a price, doesn't
really need to do a full post back.) after attending the seminars at
Microsoft.
Ah, by "real work" i mean real, not examples. Do you have a link to a site
that "really" uses MS AJAX?
I just want some one who has created a site using AJAX to give me a link so
i can see what they have done. Not looking for widgets, and no i'm nogoing to
steal code. i want to actually see a site the uses AJAX.
I really would appreciate you help if you can give it.
Thanks
--
Share The Knowledge. I need all the help I can get and so do you!
"ke*****@nospam.nospam" wrote:
Hi Mr. Dog,
What kind of "real work" are you trying to accomplish? What
examples/techniques do you need shown? The AJAX video tutorials apply
metaphorically to how you might want to develop for production.
Two things you might want to look at:
a) if you're looking for ultra-efficiency your AJAX deployments, read Jeff
Prosise's MSDN article on UpdatePanel (or attend one of his insanely great
talks.) In a nutshell, Prosise explains how the "dirty little secret" of the
easy-to-use UpdatePanel is that it is great for insuring a nice AJAX-ey user
experience, but lousy from the point of view of server/ network efficiency.
The server must generate nearly an entire postback's worth of processing --
not lightweight as some presume all AJAX stuff might be. Prosise
demonstrates some handcoding that is much more efficient.
b) If you're looking for some other very capable AJAX-enabled widgets for
"real work," take a look at Telerik's component set.
-KF
"Yankee Imperialist Dog" <Ya******************@discussions.microsoft.com>
wrote in message news:6D**********************************@microsof t.com...
Thanks for replying,
They great examples and i've gone through them and the source, and i've
played around withthem making modifications, but they are not real work
examples.
Do you have any sites where these items are included in production?
--
Share The Knowledge. I need all the help I can get and so do you!
"Javier G. Lozano" wrote:
On Jun 12, 10:37 am, Yankee Imperialist Dog
<YankeeImperialist...@discussions.microsoft.comwro te:
controlsPlease could some of you here post some of your live examples
of AJAX
(esp drag panels, collapsable panels, and popup menu.)
(It's one thing to talk about how great something is, but it's another
to
really see how great something is.)
Thanks
--
Share The Knowledge. I need all the help I can get and so do you!
You should check out the content under ajax.asp.net for what you're
looking for. They have great video tutorials and sample applications
(with source) for you to download.
FWIW I will have some "real work" that "really" uses MS AJAX Real Soon Now,
and I'd be happy to send you a link. I do not care if you steal code.
I'm sure that as MSFT's Ajax stuff matures, there will be "leaner and
meaner" controls for doing updates. It's a little weird to call ASP.NET AJAX
a "technology" -- it's more of an good implementation of an existing tech
with the goal being a simpler and more abstracted experience for the client
programmer (you and me.) If you believe in AJAX and its premises, it should
be possible for Microsoft to make something that makes you happy.
-KF
"Yankee Imperialist Dog" <Ya******************@discussions.microsoft.com>
wrote in message news:CB**********************************@microsof t.com...
with respect i thank you for your reply,
I know that the vid's are great (seen'em), the examples are great
(done'em),
and i even know that the server pays a high price for the MS version of
AJAX
(FYI other technologies such as ColdFusion pay less of a price, doesn't
really need to do a full post back.) after attending the seminars at
Microsoft.
Ah, by "real work" i mean real, not examples. Do you have a link to a
site
that "really" uses MS AJAX?
I just want some one who has created a site using AJAX to give me a link
so
i can see what they have done. Not looking for widgets, and no i'm nogoing
to
steal code. i want to actually see a site the uses AJAX.
I really would appreciate you help if you can give it.
Thanks
--
Share The Knowledge. I need all the help I can get and so do you!
"ke*****@nospam.nospam" wrote:
>Hi Mr. Dog,
What kind of "real work" are you trying to accomplish? What examples/techniques do you need shown? The AJAX video tutorials apply metaphorically to how you might want to develop for production.
Two things you might want to look at: a) if you're looking for ultra-efficiency your AJAX deployments, read Jeff Prosise's MSDN article on UpdatePanel (or attend one of his insanely great talks.) In a nutshell, Prosise explains how the "dirty little secret" of the easy-to-use UpdatePanel is that it is great for insuring a nice AJAX-ey user experience, but lousy from the point of view of server/ network efficiency. The server must generate nearly an entire postback's worth of processing -- not lightweight as some presume all AJAX stuff might be. Prosise demonstrates some handcoding that is much more efficient.
b) If you're looking for some other very capable AJAX-enabled widgets for "real work," take a look at Telerik's component set.
-KF
"Yankee Imperialist Dog" <Ya******************@discussions.microsoft.com> wrote in message news:6D**********************************@microso ft.com...
Thanks for replying,
They great examples and i've gone through them and the source, and i've
played around withthem making modifications, but they are not real work
examples.
Do you have any sites where these items are included in production?
--
Share The Knowledge. I need all the help I can get and so do you!
"Javier G. Lozano" wrote:
On Jun 12, 10:37 am, Yankee Imperialist Dog <YankeeImperialist...@discussions.microsoft.comwr ote:
controlsPlease could some of you here post some of your live
examples
of AJAX
(esp drag panels, collapsable panels, and popup menu.)
(It's one thing to talk about how great something is, but it's
another
to
really see how great something is.)
Thanks
--
Share The Knowledge. I need all the help I can get and so do you!
You should check out the content under ajax.asp.net for what you're looking for. They have great video tutorials and sample applications (with source) for you to download.
KF.
i would be interested in seeing an 'real working AJAX enabled site'
myself. All I've seen and done are examples but haven't seen a real site
using the stuff. I'm curious how it performs in a real world environment
using database data to populate the controls, etc. I've to have done the
examples, the videos, etc and they're all good, but I would like to see a
real site (a non microsoft owned site) using this technology.
<ke*****@nospam.nospamwrote in message
news:eU**************@TK2MSFTNGP03.phx.gbl...
FWIW I will have some "real work" that "really" uses MS AJAX Real Soon
Now, and I'd be happy to send you a link. I do not care if you steal code.
I'm sure that as MSFT's Ajax stuff matures, there will be "leaner and
meaner" controls for doing updates. It's a little weird to call ASP.NET
AJAX a "technology" -- it's more of an good implementation of an existing
tech with the goal being a simpler and more abstracted experience for the
client programmer (you and me.) If you believe in AJAX and its premises,
it should be possible for Microsoft to make something that makes you
happy.
-KF
"Yankee Imperialist Dog" <Ya******************@discussions.microsoft.com>
wrote in message
news:CB**********************************@microsof t.com...
>with respect i thank you for your reply, I know that the vid's are great (seen'em), the examples are great (done'em), and i even know that the server pays a high price for the MS version of AJAX (FYI other technologies such as ColdFusion pay less of a price, doesn't really need to do a full post back.) after attending the seminars at Microsoft.
Ah, by "real work" i mean real, not examples. Do you have a link to a site that "really" uses MS AJAX?
I just want some one who has created a site using AJAX to give me a link so i can see what they have done. Not looking for widgets, and no i'm nogoing to steal code. i want to actually see a site the uses AJAX.
I really would appreciate you help if you can give it. Thanks -- Share The Knowledge. I need all the help I can get and so do you!
"ke*****@nospam.nospam" wrote:
>>Hi Mr. Dog,
What kind of "real work" are you trying to accomplish? What examples/techniques do you need shown? The AJAX video tutorials apply metaphorically to how you might want to develop for production.
Two things you might want to look at: a) if you're looking for ultra-efficiency your AJAX deployments, read Jeff Prosise's MSDN article on UpdatePanel (or attend one of his insanely great talks.) In a nutshell, Prosise explains how the "dirty little secret" of the easy-to-use UpdatePanel is that it is great for insuring a nice AJAX-ey user experience, but lousy from the point of view of server/ network efficiency. The server must generate nearly an entire postback's worth of processing -- not lightweight as some presume all AJAX stuff might be. Prosise demonstrates some handcoding that is much more efficient.
b) If you're looking for some other very capable AJAX-enabled widgets for "real work," take a look at Telerik's component set.
-KF
"Yankee Imperialist Dog" <Ya******************@discussions.microsoft.co m> wrote in message news:6D**********************************@micros oft.com... Thanks for replying, They great examples and i've gone through them and the source, and i've played around withthem making modifications, but they are not real work examples. Do you have any sites where these items are included in production? -- Share The Knowledge. I need all the help I can get and so do you!
"Javier G. Lozano" wrote:
On Jun 12, 10:37 am, Yankee Imperialist Dog <YankeeImperialist...@discussions.microsoft.comw rote: controlsPlease could some of you here post some of your live examples of AJAX (esp drag panels, collapsable panels, and popup menu.) (It's one thing to talk about how great something is, but it's another to really see how great something is.)
Thanks -- Share The Knowledge. I need all the help I can get and so do you!
You should check out the content under ajax.asp.net for what you're looking for. They have great video tutorials and sample applications (with source) for you to download.
On the ASP.NET website, there is a page with pointers to showcase websites: http://ajax.asp.net/showcase/default.aspx
My personal favorite is www.pageflakes.com. The main developer wrote a nice
couple of articles about his development experience: http://www.codeproject.com/Ajax/aspnetajaxtips.asp http://www.codeproject.com/Ajax/MakingGoogleIG.asp
--
enjoy - brians http://www.limbertech.com
"Mike" wrote:
KF.
i would be interested in seeing an 'real working AJAX enabled site'
myself. All I've seen and done are examples but haven't seen a real site
using the stuff. I'm curious how it performs in a real world environment
using database data to populate the controls, etc. I've to have done the
examples, the videos, etc and they're all good, but I would like to see a
real site (a non microsoft owned site) using this technology.
<ke*****@nospam.nospamwrote in message
news:eU**************@TK2MSFTNGP03.phx.gbl...
FWIW I will have some "real work" that "really" uses MS AJAX Real Soon
Now, and I'd be happy to send you a link. I do not care if you steal code.
I'm sure that as MSFT's Ajax stuff matures, there will be "leaner and
meaner" controls for doing updates. It's a little weird to call ASP.NET
AJAX a "technology" -- it's more of an good implementation of an existing
tech with the goal being a simpler and more abstracted experience for the
client programmer (you and me.) If you believe in AJAX and its premises,
it should be possible for Microsoft to make something that makes you
happy.
-KF
"Yankee Imperialist Dog" <Ya******************@discussions.microsoft.com>
wrote in message
news:CB**********************************@microsof t.com...
with respect i thank you for your reply,
I know that the vid's are great (seen'em), the examples are great
(done'em),
and i even know that the server pays a high price for the MS version of
AJAX
(FYI other technologies such as ColdFusion pay less of a price, doesn't
really need to do a full post back.) after attending the seminars at
Microsoft.
Ah, by "real work" i mean real, not examples. Do you have a link to a
site
that "really" uses MS AJAX?
I just want some one who has created a site using AJAX to give me a link
so
i can see what they have done. Not looking for widgets, and no i'm
nogoing to
steal code. i want to actually see a site the uses AJAX.
I really would appreciate you help if you can give it.
Thanks
--
Share The Knowledge. I need all the help I can get and so do you!
"ke*****@nospam.nospam" wrote:
Hi Mr. Dog,
What kind of "real work" are you trying to accomplish? What examples/techniques do you need shown? The AJAX video tutorials apply metaphorically to how you might want to develop for production.
Two things you might want to look at: a) if you're looking for ultra-efficiency your AJAX deployments, read Jeff Prosise's MSDN article on UpdatePanel (or attend one of his insanely great talks.) In a nutshell, Prosise explains how the "dirty little secret" of the easy-to-use UpdatePanel is that it is great for insuring a nice AJAX-ey user experience, but lousy from the point of view of server/ network efficiency. The server must generate nearly an entire postback's worth of processing -- not lightweight as some presume all AJAX stuff might be. Prosise demonstrates some handcoding that is much more efficient.
b) If you're looking for some other very capable AJAX-enabled widgets for "real work," take a look at Telerik's component set.
-KF
"Yankee Imperialist Dog" <Ya******************@discussions.microsoft.com > wrote in message news:6D**********************************@microso ft.com...
Thanks for replying,
They great examples and i've gone through them and the source, and
i've
played around withthem making modifications, but they are not real
work
examples.
Do you have any sites where these items are included in production?
--
Share The Knowledge. I need all the help I can get and so do you!
"Javier G. Lozano" wrote:
On Jun 12, 10:37 am, Yankee Imperialist Dog <YankeeImperialist...@discussions.microsoft.comwr ote:
controlsPlease could some of you here post some of your live
examples
of AJAX
(esp drag panels, collapsable panels, and popup menu.)
(It's one thing to talk about how great something is, but it's
another
to
really see how great something is.)
Thanks
--
Share The Knowledge. I need all the help I can get and so do you!
You should check out the content under ajax.asp.net for what you're looking for. They have great video tutorials and sample applications (with source) for you to download.
Hi,
I think this is what you are looking for: http://www.ajaximpact.com/ajaxdemo.php
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
"Yankee Imperialist Dog" wrote:
controlsPlease could some of you here post some of your live examples of AJAX
(esp drag panels, collapsable panels, and popup menu.)
(It's one thing to talk about how great something is, but it's another to
really see how great something is.)
Thanks
--
Share The Knowledge. I need all the help I can get and so do you!
I want to see 'non microsoft owned web sites' and real world web sites.
some of these sites if not all are owned by Microsoft.
I checked out pageflakes.com before and I did like it. Its a nice looking
'portal'.
"brians[MCSD]" <br********@discussions.microsoft.comwrote in message
news:6C**********************************@microsof t.com...
On the ASP.NET website, there is a page with pointers to showcase
websites: http://ajax.asp.net/showcase/default.aspx
My personal favorite is www.pageflakes.com. The main developer wrote a
nice
couple of articles about his development experience:
http://www.codeproject.com/Ajax/aspnetajaxtips.asp http://www.codeproject.com/Ajax/MakingGoogleIG.asp
--
enjoy - brians http://www.limbertech.com
"Mike" wrote:
>KF. i would be interested in seeing an 'real working AJAX enabled site' myself. All I've seen and done are examples but haven't seen a real site using the stuff. I'm curious how it performs in a real world environment using database data to populate the controls, etc. I've to have done the examples, the videos, etc and they're all good, but I would like to see a real site (a non microsoft owned site) using this technology.
<ke*****@nospam.nospamwrote in message news:eU**************@TK2MSFTNGP03.phx.gbl...
FWIW I will have some "real work" that "really" uses MS AJAX Real Soon
Now, and I'd be happy to send you a link. I do not care if you steal
code.
I'm sure that as MSFT's Ajax stuff matures, there will be "leaner and
meaner" controls for doing updates. It's a little weird to call ASP.NET
AJAX a "technology" -- it's more of an good implementation of an
existing
tech with the goal being a simpler and more abstracted experience for
the
client programmer (you and me.) If you believe in AJAX and its
premises,
it should be possible for Microsoft to make something that makes you
happy.
-KF
"Yankee Imperialist Dog"
<Ya******************@discussions.microsoft.com>
wrote in message
news:CB**********************************@microsof t.com... with respect i thank you for your reply, I know that the vid's are great (seen'em), the examples are great (done'em), and i even know that the server pays a high price for the MS version of AJAX (FYI other technologies such as ColdFusion pay less of a price, doesn't really need to do a full post back.) after attending the seminars at Microsoft.
Ah, by "real work" i mean real, not examples. Do you have a link to a site that "really" uses MS AJAX?
I just want some one who has created a site using AJAX to give me a link so i can see what they have done. Not looking for widgets, and no i'm nogoing to steal code. i want to actually see a site the uses AJAX.
I really would appreciate you help if you can give it. Thanks -- Share The Knowledge. I need all the help I can get and so do you!
"ke*****@nospam.nospam" wrote:
Hi Mr. Dog,
What kind of "real work" are you trying to accomplish? What examples/techniques do you need shown? The AJAX video tutorials apply metaphorically to how you might want to develop for production.
Two things you might want to look at: a) if you're looking for ultra-efficiency your AJAX deployments, read Jeff Prosise's MSDN article on UpdatePanel (or attend one of his insanely great talks.) In a nutshell, Prosise explains how the "dirty little secret" of the easy-to-use UpdatePanel is that it is great for insuring a nice AJAX-ey user experience, but lousy from the point of view of server/ network efficiency. The server must generate nearly an entire postback's worth of processing -- not lightweight as some presume all AJAX stuff might be. Prosise demonstrates some handcoding that is much more efficient.
b) If you're looking for some other very capable AJAX-enabled widgets for "real work," take a look at Telerik's component set.
-KF
"Yankee Imperialist Dog" <Ya******************@discussions.microsoft.co m> wrote in message news:6D**********************************@micros oft.com... Thanks for replying, They great examples and i've gone through them and the source, and i've played around withthem making modifications, but they are not real work examples. Do you have any sites where these items are included in production? -- Share The Knowledge. I need all the help I can get and so do you!
"Javier G. Lozano" wrote:
On Jun 12, 10:37 am, Yankee Imperialist Dog <YankeeImperialist...@discussions.microsoft.comw rote: controlsPlease could some of you here post some of your live examples of AJAX (esp drag panels, collapsable panels, and popup menu.) (It's one thing to talk about how great something is, but it's another to really see how great something is.)
Thanks -- Share The Knowledge. I need all the help I can get and so do you!
You should check out the content under ajax.asp.net for what you're looking for. They have great video tutorials and sample applications (with source) for you to download.
thank you! You help was very appreciated!!
I did notice that not too may dot.net based sites exist on this page. The
site that closly resembles what prompted my origional posting was
PageFlakes.com that has a series of movable panels with autonomous content.
And now for the research: is this possible in dot.net using the ajax toolkit.
--
Share The Knowledge. I need all the help I can get and so do you!
"Manish Bafna" wrote:
Hi,
I think this is what you are looking for: http://www.ajaximpact.com/ajaxdemo.php
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
"Yankee Imperialist Dog" wrote:
controlsPlease could some of you here post some of your live examples of AJAX
(esp drag panels, collapsable panels, and popup menu.)
(It's one thing to talk about how great something is, but it's another to
really see how great something is.)
Thanks
--
Share The Knowledge. I need all the help I can get and so do you!
This discussion thread is closed Replies have been disabled for this discussion. Similar topics
4 posts
views
Thread by Frances |
last post: by
|
1 post
views
Thread by www.web20developers.com |
last post: by
|
25 posts
views
Thread by meltedown |
last post: by
|
6 posts
views
Thread by =?Utf-8?B?U2hhd24gU2VzbmE=?= |
last post: by
|
16 posts
views
Thread by deostroll |
last post: by
|
reply
views
Thread by =?Utf-8?B?TGlhbQ==?= |
last post: by
|
2 posts
views
Thread by soni2926 |
last post: by
|
4 posts
views
Thread by Vincent |
last post: by
| | | | | | | | | | | |