<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Adam Kinney posts tagged with 'atlas'</title><description>Adam Kinney blog posts filtered by a specific tag</description><link>http://adamkinney.com/blog/tags/atlas/default.aspx</link><language>en-us</language><pubDate>Tue, 14 Oct 2008 19:12:14 GMT</pubDate><generator>Oxite</generator><item><title>on10.net login in Atlas</title><description>&lt;p&gt;&lt;a href="http://weblogs.asp.net/lkempe/default.aspx"&gt;Laurent Kempe&lt;/a&gt;&amp;nbsp;has created a &lt;a href="http://weblogs.asp.net/lkempe/archive/2006/06/12/Trip-in-the-Atlas---Part-2.aspx" target="_blank"&gt;sample of the on10.net login modal screen&lt;/a&gt; using Atlas controls.&amp;nbsp; I actually haven&amp;#39;t tried it but it looks similiar in the screenshot.&lt;/p&gt;&lt;p&gt;Its interesting to me because currently in the 10 codebase we are using custom controls where we define every bit of html and JavaScript.&amp;nbsp; Since the launch of 10, a new version of Atlas has been released and we&amp;#39;re looking towards leveraging the existing controls available.&amp;nbsp; I&amp;#39;m really looking forward to digging deeper into &lt;a href="http://atlas.asp.net/"&gt;Atlas&lt;/a&gt; controls, behaviors along with &lt;a href="http://www.asp.net/cssadapters/"&gt;CSS adapters&lt;/a&gt;.&amp;nbsp; I think that may save us a bit of time in the future&amp;nbsp;writing custom controls.&lt;/p&gt;&lt;img src="http://adamkinney.com/blog/141/aggviewbug/default.aspx" alt="" /&gt;</description><comments>http://adamkinney.com/blog/141/default.aspx</comments><link>http://adamkinney.com/blog/141/default.aspx</link><pubDate>Wed, 14 Jun 2006 05:17:00 GMT</pubDate><guid isPermaLink="true">http://adamkinney.com/blog/141/default.aspx</guid><dc:creator>Adam Kinney</dc:creator><slash:comments>1</slash:comments><trackback:ping>http://adamkinney.com/blog/141/trackback/default.aspx</trackback:ping><category>Atlas</category><category>Channel 10</category><category>CSS Adapters</category></item><item><title>window.attachEvent and FireFox</title><description>&lt;p&gt;After reading &lt;a href="../user/Profile.aspx?UserID=1012"&gt;Rumen Stankov&lt;/a&gt;'s entry on &lt;a href="http://blogs.telerik.com/blogs/rumen_stankov/archive/2006/02/10/112.aspx"&gt;telerik controls running on ie7&lt;/a&gt; it reminded me of an interesting feature of &lt;a href="http://www.asp.net/default.aspx?tabindex=9&amp;amp;tabid=47"&gt;Atlas&lt;/a&gt;. He brought up the Object detection method of deciphering what Browser is running your script.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;// Good - the Object Detection Way. This is how it should be done.&lt;br /&gt;if (window.attachEvent)&lt;br /&gt;{&lt;br /&gt;window.attachEvent('onunload', dispose);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;// Bad. This is the most common IE client-side detection though.&lt;br /&gt;if (document.all)&lt;br /&gt;{&lt;br /&gt;window.attachEvent('onunload', dispose);&lt;br /&gt;}&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;What's interesting is, that if Atlas detects that you are running browsers other than IE it will include an additional file for compatibility. This .js file than adds a function to the window object called attachEvent which than wraps addEventListener.&lt;/p&gt;&lt;p&gt;This is great because now to attach events all you need to do is use the attachEvent function. But if you are using Atlas with your site, window.attachEvent is no longer IE only and therefore not useful as a function to be checked against for general browser detection. Something to think about, especially if you are planning on selling web controls.&lt;/p&gt;&lt;img src="http://adamkinney.com/blog/108/aggviewbug/default.aspx" alt="" /&gt;</description><comments>http://adamkinney.com/blog/108/default.aspx</comments><link>http://adamkinney.com/blog/108/default.aspx</link><pubDate>Fri, 17 Feb 2006 01:00:00 GMT</pubDate><guid isPermaLink="true">http://adamkinney.com/blog/108/default.aspx</guid><dc:creator>Adam Kinney</dc:creator><slash:comments>7</slash:comments><trackback:ping>http://adamkinney.com/blog/108/trackback/default.aspx</trackback:ping><category>Atlas</category><category>Firefox</category></item></channel></rss>