<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Version 2 Window API</title>
	<atom:link href="http://blog.wikisky.org/2009/10/02/version-2-window-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wikisky.org/2009/10/02/version-2-window-api/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=version-2-window-api</link>
	<description>project news and updates</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:34:25 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: dll reader downloads sdk</title>
		<link>http://blog.wikisky.org/2009/10/02/version-2-window-api/comment-page-1/#comment-7449</link>
		<dc:creator>dll reader downloads sdk</dc:creator>
		<pubDate>Fri, 16 Dec 2011 21:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wikisky.org/?p=105#comment-7449</guid>
		<description>Keep up the good work and post more, I will definitely visit your blog again.</description>
		<content:encoded><![CDATA[<p>Keep up the good work and post more, I will definitely visit your blog again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dänu</title>
		<link>http://blog.wikisky.org/2009/10/02/version-2-window-api/comment-page-1/#comment-5504</link>
		<dc:creator>Dänu</dc:creator>
		<pubDate>Tue, 13 Sep 2011 15:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wikisky.org/?p=105#comment-5504</guid>
		<description>Sorry, this is not true, however, if you are using jquery on your webpage, try the following:

if ($(&#039;#sky_map&#039;).length &gt; 0) {
        var skymap = new SkyWindow2({ ra: 0, de: 0, zoom: 1,
            survey: &quot;&quot;, imgSource: &quot;DSS2&quot;, allowTopPanel: true, showTopPanel: false, showRightPanel: false,
            allowMove: true, allowZoom: true,
            showPanZoomControl: true, panZoomControlLeft: 6, panZoomControlTop: 10,
            showScale: true, showStatus: true, showPosition: true, showStickers: true, showLabels: false,
            jpegQuality: 0.8,
            showGrid: true, showOverlayGrid: true,
            showConstLines: true, showOverlayConstLines: true,
            showConstBoundaries: true, showOverlayConstBoundaries: true,
            showConstNames: false, showOverlayConstNames: true,
            showGalaxies: true, showOverlayGalaxies: false,
            showStars: true, showOverlayStars: false,
            buffer: 1, moveTime: 2000, smoothMoveAccelerationTime: 500,
            posColor: &quot;lightgray&quot;, posFontSize: &quot;8pt&quot;, posFontWeight: &quot;normal&quot;, posFontFamily: &quot;verdana&quot;,
            scaleMaxLen: 90, scaleHeight: 6, scaleColor: &quot;lightgray&quot;, scaleLineWidth: 1
        });

        skymap.attach($(&#039;#sky_map&#039;)[0]);
    }</description>
		<content:encoded><![CDATA[<p>Sorry, this is not true, however, if you are using jquery on your webpage, try the following:</p>
<p>if ($(&#8216;#sky_map&#8217;).length &gt; 0) {<br />
        var skymap = new SkyWindow2({ ra: 0, de: 0, zoom: 1,<br />
            survey: &#8220;&#8221;, imgSource: &#8220;DSS2&#8243;, allowTopPanel: true, showTopPanel: false, showRightPanel: false,<br />
            allowMove: true, allowZoom: true,<br />
            showPanZoomControl: true, panZoomControlLeft: 6, panZoomControlTop: 10,<br />
            showScale: true, showStatus: true, showPosition: true, showStickers: true, showLabels: false,<br />
            jpegQuality: 0.8,<br />
            showGrid: true, showOverlayGrid: true,<br />
            showConstLines: true, showOverlayConstLines: true,<br />
            showConstBoundaries: true, showOverlayConstBoundaries: true,<br />
            showConstNames: false, showOverlayConstNames: true,<br />
            showGalaxies: true, showOverlayGalaxies: false,<br />
            showStars: true, showOverlayStars: false,<br />
            buffer: 1, moveTime: 2000, smoothMoveAccelerationTime: 500,<br />
            posColor: &#8220;lightgray&#8221;, posFontSize: &#8220;8pt&#8221;, posFontWeight: &#8220;normal&#8221;, posFontFamily: &#8220;verdana&#8221;,<br />
            scaleMaxLen: 90, scaleHeight: 6, scaleColor: &#8220;lightgray&#8221;, scaleLineWidth: 1<br />
        });</p>
<p>        skymap.attach($(&#8216;#sky_map&#8217;)[0]);<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dänu</title>
		<link>http://blog.wikisky.org/2009/10/02/version-2-window-api/comment-page-1/#comment-5503</link>
		<dc:creator>Dänu</dc:creator>
		<pubDate>Tue, 13 Sep 2011 14:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wikisky.org/?p=105#comment-5503</guid>
		<description>Looks like it needs JQuery, you should mention that ;-)

$(&#039;sky_map&#039;) ... very jqueryish...</description>
		<content:encoded><![CDATA[<p>Looks like it needs JQuery, you should mention that <img src='http://blog.wikisky.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>$(&#8216;sky_map&#8217;) &#8230; very jqueryish&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unumneres</title>
		<link>http://blog.wikisky.org/2009/10/02/version-2-window-api/comment-page-1/#comment-341</link>
		<dc:creator>unumneres</dc:creator>
		<pubDate>Tue, 26 Oct 2010 19:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wikisky.org/?p=105#comment-341</guid>
		<description>Hey People

I&#039;m interested to learn [url=http://www.maxkravmaga.com][b]Krav Maga[/b][/url]. I have some MMA experience and I&#039;m wondering if Krav Maga is right for me. I&#039;m looking for a mix of [url=http://www.MaxKravMaga.com][b]Self Defense[/b] and a [url=http://www.MaxKravMaga.com][b]Krav Maga Workout[/b][/url]

 I would appreciate any advice

regards

Joe</description>
		<content:encoded><![CDATA[<p>Hey People</p>
<p>I&#8217;m interested to learn [url=http://www.maxkravmaga.com][b]Krav Maga[/b][/url]. I have some MMA experience and I&#8217;m wondering if Krav Maga is right for me. I&#8217;m looking for a mix of [url=http://www.MaxKravMaga.com][b]Self Defense[/b] and a [url=http://www.MaxKravMaga.com][b]Krav Maga Workout[/b][/url]</p>
<p> I would appreciate any advice</p>
<p>regards</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nor</title>
		<link>http://blog.wikisky.org/2009/10/02/version-2-window-api/comment-page-1/#comment-175</link>
		<dc:creator>Nor</dc:creator>
		<pubDate>Thu, 04 Mar 2010 14:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wikisky.org/?p=105#comment-175</guid>
		<description>I have to  admit that  this site is terrific!!!

I&#039;m trying to incorporate your skywindow2 in my web site. I copied the code you  provided.  The web page works OK in FireFox but the image frame is blank when viewed in IE 8. Are there some options that  need to be changed? 

Also AM using ASP  on the server. Would you  have the comparable VBScript code to allow object labels to  be viewed?

Thanks
Nor</description>
		<content:encoded><![CDATA[<p>I have to  admit that  this site is terrific!!!</p>
<p>I&#8217;m trying to incorporate your skywindow2 in my web site. I copied the code you  provided.  The web page works OK in FireFox but the image frame is blank when viewed in IE 8. Are there some options that  need to be changed? </p>
<p>Also AM using ASP  on the server. Would you  have the comparable VBScript code to allow object labels to  be viewed?</p>
<p>Thanks<br />
Nor</p>
]]></content:encoded>
	</item>
</channel>
</rss>

