<?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"
	>
<channel>
	<title>Comments for BeauScott.com</title>
	<atom:link href="http://www.beauscott.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beauscott.com</link>
	<description>AJAX, Flex and other RIA</description>
	<pubDate>Fri, 12 Mar 2010 17:52:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Is Adobe scrapping Flex Builder for Linux? by Michael Kimsal</title>
		<link>http://www.beauscott.com/2009/05/04/is-adobe-scrapping-flex-builder-for-linux/#comment-33349</link>
		<dc:creator>Michael Kimsal</dc:creator>
		<pubDate>Sun, 24 May 2009 00:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/?p=55#comment-33349</guid>
		<description>OK - aware of that, but it's never been a 'real' product that you could pay for, like the Mac/Win versions.  Last I saw, no designer and such in it.  Just making sure I didn't miss too much  :)</description>
		<content:encoded><![CDATA[<p>OK - aware of that, but it&#8217;s never been a &#8216;real&#8217; product that you could pay for, like the Mac/Win versions.  Last I saw, no designer and such in it.  Just making sure I didn&#8217;t miss too much  <img src='http://www.beauscott.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is Adobe scrapping Flex Builder for Linux? by Beau</title>
		<link>http://www.beauscott.com/2009/05/04/is-adobe-scrapping-flex-builder-for-linux/#comment-33344</link>
		<dc:creator>Beau</dc:creator>
		<pubDate>Sat, 23 May 2009 23:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/?p=55#comment-33344</guid>
		<description>It's been available on Adobe Labs for just about 2 years now, with the last "alpha 4" released last August. You can download it from here: http://labs.adobe.com/technologies/flex/flexbuilder_linux/</description>
		<content:encoded><![CDATA[<p>It&#8217;s been available on Adobe Labs for just about 2 years now, with the last &#8220;alpha 4&#8243; released last August. You can download it from here: <a href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/" rel="nofollow">http://labs.adobe.com/technologies/flex/flexbuilder_linux/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HelpBalloon.js version 2.0 by Paul T.</title>
		<link>http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/#comment-33343</link>
		<dc:creator>Paul T.</dc:creator>
		<pubDate>Sat, 23 May 2009 23:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/#comment-33343</guid>
		<description>Hi,

very nice script!
I've been playing around with it for a few days now, changing background, tweaking styles, using classes etc... to suit my needs

One thing I found interesting was to take into account page scrolling when choosing the 0, 1 2 or 3 position dynamically. Here's what I changed:

Original code:

		var pos = 1;
		if(this.options.fixedPosition == HelpBalloon.POS_DYNAMIC)
		{
			var offsetHeight = this.balloonCoords.y - this.balloonDimensions[1];
			if(offsetHeight &#60; 0)
				pos  = 2;
	
Modified code:

		var pos = 1;
		if(this.options.fixedPosition == HelpBalloon.POS_DYNAMIC)
		{
			var cso = document.body.cumulativeScrollOffset();
			var offsetHeight = this.balloonCoords.y - this.balloonDimensions[1] - cso[1];
			if(offsetHeight &#60; 0)
				pos  = 2;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>very nice script!<br />
I&#8217;ve been playing around with it for a few days now, changing background, tweaking styles, using classes etc&#8230; to suit my needs</p>
<p>One thing I found interesting was to take into account page scrolling when choosing the 0, 1 2 or 3 position dynamically. Here&#8217;s what I changed:</p>
<p>Original code:</p>
<p>		var pos = 1;<br />
		if(this.options.fixedPosition == HelpBalloon.POS_DYNAMIC)<br />
		{<br />
			var offsetHeight = this.balloonCoords.y - this.balloonDimensions[1];<br />
			if(offsetHeight &lt; 0)<br />
				pos  = 2;</p>
<p>Modified code:</p>
<p>		var pos = 1;<br />
		if(this.options.fixedPosition == HelpBalloon.POS_DYNAMIC)<br />
		{<br />
			var cso = document.body.cumulativeScrollOffset();<br />
			var offsetHeight = this.balloonCoords.y - this.balloonDimensions[1] - cso[1];<br />
			if(offsetHeight &lt; 0)<br />
				pos  = 2;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is Adobe scrapping Flex Builder for Linux? by Michael Kimsal</title>
		<link>http://www.beauscott.com/2009/05/04/is-adobe-scrapping-flex-builder-for-linux/#comment-33325</link>
		<dc:creator>Michael Kimsal</dc:creator>
		<pubDate>Sat, 23 May 2009 20:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/?p=55#comment-33325</guid>
		<description>I didn't know they ever released Flex Builder for Linux.  It was always a 'coming soon' sort of thing last I checked.  When did it come out?</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know they ever released Flex Builder for Linux.  It was always a &#8216;coming soon&#8217; sort of thing last I checked.  When did it come out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HelpBalloon.js version 2.0 by Anthony</title>
		<link>http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/#comment-33198</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 21 May 2009 21:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/#comment-33198</guid>
		<description>I found a "somewhat" hack to make it so the dimensions are configurable without requiring a custom image for each dimension:
=====================================================
1. Modify HelpButton.js to add "height" and "width" to the options
=====================================================
In the "prototype" method add the following (don't forget to add a comma after the autoHideTimeout option):
width:null,
height:null

NOTE: I added the parameters into two area of the file (around line 218 after _lastBaloon:null,  and around line 1152 after autoHideTimeout:0,)

=====================================================
2. Modify HelpButton.js to resize the imag
=====================================================
After:
var balloon = new Element('img', {
   src: this.options.balloonPrefix   i   this.options.balloonSuffix
});
Add:
if (this.options.width != null) {	
   balloon.width = this.options.width;
}
if (this.options.height != null) {	
   balloon.height = this.options.height;
}

3. You may also need to modify/set the contentMargin parameter to get the margins to work (I haven't had much time to play with this one, but hopefully this will help some of you) :-D</description>
		<content:encoded><![CDATA[<p>I found a &#8220;somewhat&#8221; hack to make it so the dimensions are configurable without requiring a custom image for each dimension:<br />
=====================================================<br />
1. Modify HelpButton.js to add &#8220;height&#8221; and &#8220;width&#8221; to the options<br />
=====================================================<br />
In the &#8220;prototype&#8221; method add the following (don&#8217;t forget to add a comma after the autoHideTimeout option):<br />
width:null,<br />
height:null</p>
<p>NOTE: I added the parameters into two area of the file (around line 218 after _lastBaloon:null,  and around line 1152 after autoHideTimeout:0,)</p>
<p>=====================================================<br />
2. Modify HelpButton.js to resize the imag<br />
=====================================================<br />
After:<br />
var balloon = new Element(&#8217;img&#8217;, {<br />
   src: this.options.balloonPrefix   i   this.options.balloonSuffix<br />
});<br />
Add:<br />
if (this.options.width != null) {<br />
   balloon.width = this.options.width;<br />
}<br />
if (this.options.height != null) {<br />
   balloon.height = this.options.height;<br />
}</p>
<p>3. You may also need to modify/set the contentMargin parameter to get the margins to work (I haven&#8217;t had much time to play with this one, but hopefully this will help some of you) <img src='http://www.beauscott.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AJAX Rating Stars by Jy</title>
		<link>http://www.beauscott.com/2006/08/26/ajax-rating-stars/#comment-33187</link>
		<dc:creator>Jy</dc:creator>
		<pubDate>Thu, 21 May 2009 16:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2006/08/26/ajax-rating-stars/#comment-33187</guid>
		<description>Hi there,

may i know how to use the ratings?
i cant seem to understand the demo.
where to add those codes?
which images to use?
by the way, im using visual studio for my project</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>may i know how to use the ratings?<br />
i cant seem to understand the demo.<br />
where to add those codes?<br />
which images to use?<br />
by the way, im using visual studio for my project</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HelpBalloon.js version 2.0 by Teo</title>
		<link>http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/#comment-32576</link>
		<dc:creator>Teo</dc:creator>
		<pubDate>Mon, 11 May 2009 18:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/#comment-32576</guid>
		<description>Hi

Wonderful work i love it so much but i have a big problem i can not see the balloon icon on ie7. With ff and opera it's all perfect but on ie7 i have javascripts error and i can not see the "i" icon. The error is on line 1767 in prototype.js. Have somebody an idea? Thank you very much, sorry for my bad english</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Wonderful work i love it so much but i have a big problem i can not see the balloon icon on ie7. With ff and opera it&#8217;s all perfect but on ie7 i have javascripts error and i can not see the &#8220;i&#8221; icon. The error is on line 1767 in prototype.js. Have somebody an idea? Thank you very much, sorry for my bad english</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AJAX Rating Stars by Eight Useful AJAX scripts - aComment.net</title>
		<link>http://www.beauscott.com/2006/08/26/ajax-rating-stars/#comment-31672</link>
		<dc:creator>Eight Useful AJAX scripts - aComment.net</dc:creator>
		<pubDate>Tue, 28 Apr 2009 21:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2006/08/26/ajax-rating-stars/#comment-31672</guid>
		<description>[...] Site &#124; Demo [...]</description>
		<content:encoded><![CDATA[<p>[...] Site | Demo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HelpBalloon.js version 2.0 by Tooltips Scripts: Scripts With AJAX, Javascripts, CSS &#38; Tutorials &#171; Online Free Applications Software Tips Tools Wallpapers</title>
		<link>http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/#comment-31670</link>
		<dc:creator>Tooltips Scripts: Scripts With AJAX, Javascripts, CSS &#38; Tutorials &#171; Online Free Applications Software Tips Tools Wallpapers</dc:creator>
		<pubDate>Tue, 28 Apr 2009 18:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/#comment-31670</guid>
		<description>[...] HelpBalloon.js &#124; Demo [...]</description>
		<content:encoded><![CDATA[<p>[...] HelpBalloon.js | Demo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HelpBalloon.js version 2.0 by Tooltips Scripts: 50+ Scripts With AJAX, Javascripts, CSS &#38; Tutorials&#160;&#124;&#160;BeckMint</title>
		<link>http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/#comment-31587</link>
		<dc:creator>Tooltips Scripts: 50+ Scripts With AJAX, Javascripts, CSS &#38; Tutorials&#160;&#124;&#160;BeckMint</dc:creator>
		<pubDate>Mon, 27 Apr 2009 01:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/#comment-31587</guid>
		<description>[...] HelpBalloon.js &#124; Demo [...]</description>
		<content:encoded><![CDATA[<p>[...] HelpBalloon.js | Demo [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
