[PDC 2005] - Atlas Unleashed... by Scott Guthrie
Suite à sa présentation aux côtés d'Anders, Don Box et Chris, Scott Guthrie nous livre ici un bel aperçu d'Atlas donc voici un extrait ...
Je ne puis que vous conseiller l'article complet contenant un exemple d'utilisation d'Atlas : http://weblogs.asp.net/scottgu/archive/2005/09/13/425062.aspx
Merci Scott :)
Et dire que je vais pouvoir faire du Javascript comme si je codais en .NET :) "Que du Bonheur !!!"... bon, de là à faire en Javascript ce que mon binôme et collègue Aurel arrive à coder, à mon avis y'a encore une marge, mais ce sera déjà pas mal :p
I just finished up giving my keynote demo with Anders, Don and Chris about an hour ago. Coding on the fly in front of 8,000 people for 45 minutes on a single machine with no cutaways or backups is fairly adrenaline rushing. :-) I think it went pretty well and it was a lot of fun to-do. A little later today I’m going to try and blog up the code we wrote for Atlas, as well as the screenshots so people can see what we did.
As a lot of people have noticed, the Atlas project went live on the web earlier this morning at: http://atlas.asp.net. You can download it and start playing with it on top of ASP.NET 2.0 and VS 2005 Beta2. You can find out a whole bunch more about Atlas on the website – I just wanted to call out a few extra project principles we had in mind when we started working on it:
-- Atlas doesn’t change or modify any core ASP.NET, .NET Framework or other binaries on your system.
-- You don’t need hosters or administrators to install Atlas on a server for you to use it.
-- Atlas is designed to be cross-browser.
-- Atlas will be built using a transparent development model.
-- Atlas is still very early.
...
<atlas:VirtualEarthMap ID="map" runat="server" ZoomLevel="17" Latitude="34.042653"
Longitude="-118.269779" PushpinImageUrl="Me.gif" PushpinCssClass="pushpin" PushpinImageWidth="12"
PushpinImageHeight="20" PushpinActivation="Click" PopupPositioningMode="TopLeft" MapStyle="Hybrid">
<Pushpins>
<atlas:Pushpin Value="Me" Latitude="34.042653" Longitude="-118.269779" />
</Pushpins>
<PopupTemplate>
<h3>ScottGu here...</h3>
</PopupTemplate>
</atlas:VirtualEarthMap>

Thanks,
Scott
Rédo
Member of WygTeam
Ce post vous a plu ? Ajoutez le dans vos favoris pour ne pas perdre de temps à le retrouver le jour où vous en aurez besoin :