Creating a Tag Cloud in C#
Paul Hayman (45349 views)
Creating a Tag Cloud in C#
I wanted to add a TagCloud to GeekZilla and another {bespoke development}http://www.kwiboo.com/Services/Bespoke-Development project. 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 decid
|
Launching an Atlas ModalPopupExtender from JavaScript
Paul Hayman (44909 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
|
Adding ATLAS to an Existing Web Application
Mark Page (14817 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 (11936 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
|
Web 2 Ajax Style Animated Gif's
Paul Hayman (11115 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/Glossary/Web2 style animated gifs:
http://www.sanbaldo.com/wordpress/1/ajax_gif/ - Example: [[bigrotati
|
Comparing ATLAS and Dojo (part 1)
Mark Page (10785 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
|
Using a DataSet as a return type on an Atlas Javascript WebService call
Paul Hayman (5966 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 (4673 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
|