 |
Launching an Atlas ModalPopupExtender from JavaScript
Paul Hayman (28524 views)
Launching an Atlas ModalPopupExtender from JavaScript
{Looking for an '''Ajax version''' of this article??}http://www.geekzilla.co.uk/View38736C2B-BAD3-418A-A5B0-DAC4F1A5A83A.htm
Looking round the web there are some crazy ways people are trying to launch the ModalPopupExtender from JavaScrip
|
 |
Creating a Tag Cloud in C#
Paul Hayman (22731 views)
Creating a Tag Cloud in C#
I wanted to add a TagCloud to GeekZilla. The first thing I did was look around the web for some examples (or free components). To my supprise none jumped out at me. So, I decided to write my own.
At first I found myself wondering how I would render different size w
|
 |
Adding ATLAS to an Existing Web Application
Mark Page (10097 views)
Adding ATLAS to an Existing Web Application
Recently had to add '''ATLAS''' to an existing ASP.NET 2.0 application and found that there is more to it than simply adding a reference to the Microsoft.Web.Atlas.dll.
I tried registering the assembly in an '''<@ Register>''' tag after adding the
|
 |
Integrating Dojo Fisheye and SiteMapDataSource
Mark Page (8809 views)
Integrating Dojo Fisheye and SiteMapDataSource
Everybody seems to be getting excited over this AJAX thing. Even Microsoft are (at last... ok they started it with OWA) getting on the bandwagon with the Atlas libraries.
Of course just because Atlas exists doesn't mean you cannot use some other
|
 |
Comparing ATLAS and Dojo (part 1)
Mark Page (7655 views)
Comparing ATLAS and Dojo (part 1)
This is a first article in a series comparing some of the functionality of ATLAS with another popular AJAX framework called Dojo. Both frameworks have some powerfull components and there is a high degree of overlap.
This first article is a straight comparisi
|
 |
Web 2 Ajax Style Animated Gif's
Paul Hayman (3883 views)
Web 2 Ajax Style Animated Gif's
When searching high and low for a ajax style wait icon I came across the following sites.
The first is a very good source of {web 2}http://www.kwiboo.com/web2.aspx style animated gifs:
http://www.sanbaldo.com/wordpress/1/ajax_gif/ - Example: [[bigrotation2.
|
 |
Using a DataSet as a return type on an Atlas Javascript WebService call
Paul Hayman (3799 views)
Using a DataSet as a return type on an Atlas Javascript WebService call
If the WebService you are calling returns a DataSet it may not be obvious how to get to the data in the returned object.
Here is a little example which may help you on your way..
#h#<script language="javascript">
#
|
 |
Remembering position of DragOverlayExtender with Profile
Paul Hayman (3424 views)
Remembering position of DragOverlayExtender with Profile
You can get Atlas to store the last known position of your floating panel in the profile.
Three things you need to do to get this to work.
ProfileScriptService
In the page with the DragOverlayExtender you'll need to add a atlas
|