Category Archives: ATLAS

AJAX ASP.Net ATLAS

Using CSS Friendly Control Adapters

Thanks to Tim for this solution. In order to add the CSS Friendly adapter to your project, you will need to:

  1. Download CSSFriendly.dll and CSSFriendlyAdapters.browser from here.
  2. Inside your project, add a reference to CSSFriendly.dll.
  3. Add the special folder App_Browsers to your project, and copy the file CSSFriendlyAdapters.browser.

The CSS Friendly Control Adapters will render all the listed controls (Menu, TreeView, DetailsView, …) using CSS and HTML standards.

http://www.codeplex.com/cssfriendly

AJAX ATLAS

ASP.NET AJAX Control Toolkit

Atlas Logo

Além dos controlos finais para utilização, este pacote tem código fonte para que você possa criar seus controlos.

http://atlas.asp.net/atlastoolkit

http://ajax.asp.net/downloads/default.aspx?tabid=47

ATLAS Microsoft

ATLAS

atlas logo“Atlas” is a free framework for building a new generation of richer, more interactive, highly personalized standards based Web applications.


This new Web development technology from Microsoft integrates client script libraries with the ASP.NET 2.0 server-based development framework. In addition, ‘Atlas’ offers you the same type of development platform for client-based Web pages that ASP.NET offers for server-based pages. And because ‘Atlas’ is an extension of ASP.NET, it is fully integrated with server-based services. “Atlasâ€? makes it possible to easily take advantage of AJAX techniques on the Web and enables you to create ASP.NET pages with a rich, responsive UI and server communication. However, “Atlas” isn’t just for ASP.NET. You can take advantage of the rich client framework to easily build client-centric Web applications that integrate with any backend data provider.
Atlas” isn’t just for ASP.NET

View the “Atlas” architect’s vision video and other “Atlas” videos that show you how to take advantage of the rich client framework to easily build client-centric Web applications that integrate with any backend data provider.

  • “Atlasâ€? enables your site to take full advantage of modern browser capabilities.
  • “Atlasâ€? empowers ASP.NET developers to effortlessly create richer web experiences.
  • “Atlasâ€? includes a client-side Javascript framework for easy script creation and reuse.
  • “Atlasâ€? makes it super easy to consume services from ASP.NET.
  • “Atlasâ€? makes building composite applications from the programmable web a snap.
—————
Links:

AJAX ATLAS

Ajax (AJAX – Asynchronous Javascript And Xml)

Mas afinal, o que é esse tal de Ajax?

Ajax é a abreviação de Asynchronous JavaScript And XmlHttpRequest e se você nunca ouviu falar dessa tecnologia, é bom correr e começar a dar uma olhada em sites como o Gmail, Google Earth, dentre outros.

É claro que a Microsoft, que está atenta a esses “detalhes” não ficaria simplesmente olhando tudo acontecer, e tchã tchã tchã tchã… Atlas. Mas isso é assunto para um próximo artigo. Para os interessados, podem dar uma olhada no endereço Atlas.

Mas voltando ao Ajax, essa não é uma tecnologia recente pra falar a verdade, mas até então, não havia sido batizada por assim dizer.

Mas ainda não falei sobre o que na verdade o Ajax faz.

Bem, tecnicamente e resumidamente falando, consiste em utilizar Javascript, Xml e XmlHttpRequest para que suas páginas façam chamadas ao servidor sem precisar recarregar a página. (bem resumido não???)

Confuso? Nem um pouco…

Imagine como seria maravilhoso se um usuário do seu site realizasse uma pesquisa e o resultado simplesmente aparecesse em sua tela.

Com o Ajax isso é possível.

——-

links:

http://www.yourhtmlsource.com/javascript/ajax.html
http://www.xul.fr/en-xml-ajax.html
http://developer.mozilla.org/en/docs/AJAX:Getting_Started
http://en.wikipedia.org/wiki/AJAX#Tutorials