<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog at binod singh</title>
	<atom:link href="http://binodonline.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://binodonline.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 06:22:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Mouse Wheel Issue AS3</title>
		<link>http://binodonline.com/blog/2012/01/27/mouse-wheel-issue-as3/</link>
		<comments>http://binodonline.com/blog/2012/01/27/mouse-wheel-issue-as3/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 06:22:09 +0000</pubDate>
		<dc:creator>binod</dc:creator>
				<category><![CDATA[ActionScript3.0]]></category>

		<guid isPermaLink="false">http://binodonline.com/blog/?p=258</guid>
		<description><![CDATA[While implementing Mouse Wheel in as3 I got some issue 1. When I compile from flash cs5 then the swf doesnot fire event of mouse wheel but that worked when I publish. 2. I am using a code less mouse then also it doesnot fire mouse wheel event. Would be great if any one have [...]]]></description>
			<content:encoded><![CDATA[<p>While implementing Mouse Wheel in as3 I got some issue</p>
<p>1. When I compile from flash cs5 then the swf doesnot fire event of mouse wheel but that worked when I publish.</p>
<p>2. I am using a code less mouse then also it doesnot fire mouse wheel event.</p>
<p>Would be great if any one have some suggestion on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://binodonline.com/blog/2012/01/27/mouse-wheel-issue-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UnknownHostException Error &#8211; Android</title>
		<link>http://binodonline.com/blog/2011/07/27/unknownhostexception-error-android/</link>
		<comments>http://binodonline.com/blog/2011/07/27/unknownhostexception-error-android/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 06:37:10 +0000</pubDate>
		<dc:creator>binod</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://binodonline.com/blog/?p=255</guid>
		<description><![CDATA[If you are facing this error while making any server call. Add &#60;uses-permission android:name=&#8221;android.permission.INTERNET&#8221; /&#62; tag just before Application tag. &#160; njoy coding.]]></description>
			<content:encoded><![CDATA[<p>If you are facing this error while making any server call.</p>
<p>Add &lt;uses-permission android:name=&#8221;android.permission.INTERNET&#8221; /&gt; tag just before Application tag.</p>
<p>&nbsp;</p>
<p> <img src='http://binodonline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  njoy coding.</p>
]]></content:encoded>
			<wfw:commentRss>http://binodonline.com/blog/2011/07/27/unknownhostexception-error-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gestures On Mobile</title>
		<link>http://binodonline.com/blog/2011/06/22/gestures-on-mobile/</link>
		<comments>http://binodonline.com/blog/2011/06/22/gestures-on-mobile/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 05:19:58 +0000</pubDate>
		<dc:creator>binod</dc:creator>
				<category><![CDATA[Flex - Andriod]]></category>

		<guid isPermaLink="false">http://binodonline.com/blog/?p=252</guid>
		<description><![CDATA[Zoom Gesture Pinch to zoom in and zoom out on image or maps. Multitouch.inputMode = MultitouchInputMode.GESTURE; stage.addEventListener(TransformGestureEvent.GESTURE_ZOOM,zoomHandler); private function zoomHandler(evt:TransformGestureEvent):void{ // previewImage is the container of image/map anything previewImage.scaleX *= evt.scaleX; previewImage.scaleY *= evt.scaleY; } Will be posting on more Gestures and Touch Events. Feel free for comments / suggestions &#160;]]></description>
			<content:encoded><![CDATA[<p><strong>Zoom Gesture</strong></p>
<p>Pinch to zoom in and zoom out on image or maps.</p>
<p>Multitouch.inputMode = MultitouchInputMode.GESTURE;</p>
<p>stage.addEventListener(TransformGestureEvent.GESTURE_ZOOM,zoomHandler);</p>
<p>private function zoomHandler(evt:TransformGestureEvent):void{</p>
<p>// previewImage is the container of image/map anything</p>
<p>previewImage.scaleX *= evt.scaleX;</p>
<p>previewImage.scaleY *= evt.scaleY;</p>
<p>}</p>
<p>Will be posting on more Gestures and Touch Events. Feel free for comments / suggestions <img src='http://binodonline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://binodonline.com/blog/2011/06/22/gestures-on-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>binodonline.com @ keyrow.com</title>
		<link>http://binodonline.com/blog/2011/06/06/binodonline-com-keyrow-com/</link>
		<comments>http://binodonline.com/blog/2011/06/06/binodonline-com-keyrow-com/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 04:50:37 +0000</pubDate>
		<dc:creator>binod</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://binodonline.com/blog/?p=245</guid>
		<description><![CDATA[Felling gud to see]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://binodonline.com/blog/wp-content/uploads/2011/06/keyrow1.png"><img class="aligncenter size-full wp-image-250" title="keyrow" src="http://binodonline.com/blog/wp-content/uploads/2011/06/keyrow1.png" alt="" width="770" height="507" /></a></p>
<p style="text-align: left;">Felling gud to see <img src='http://binodonline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://binodonline.com/blog/2011/06/06/binodonline-com-keyrow-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scroller Spark Component &#8211; Flex 4.5</title>
		<link>http://binodonline.com/blog/2011/06/06/scroller-spark-component-flex-4-5/</link>
		<comments>http://binodonline.com/blog/2011/06/06/scroller-spark-component-flex-4-5/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 04:37:34 +0000</pubDate>
		<dc:creator>binod</dc:creator>
				<category><![CDATA[Flex - Andriod]]></category>

		<guid isPermaLink="false">http://binodonline.com/blog/?p=241</guid>
		<description><![CDATA[Scroller component is the component which is bydefault configured with horizontal and vertical scrollers. If the content of this component is in more area than that of scroller then the content will be able to scroller up/ down or side wise to have proper look of the content. Lets have a look on the example. [...]]]></description>
			<content:encoded><![CDATA[<p>Scroller component is the component which is bydefault configured with horizontal and vertical scrollers. If the content of this component is in more area than that of scroller then the content will be able to scroller up/ down or side wise to have proper look of the content. Lets have a look on the example.</p>
<p>&lt;s:Scroller id=&#8221;scroller&#8221; x=&#8221;0&#8243; y=&#8221;45&#8243; width=&#8221;320&#8243; height=&#8221;410&#8243;&gt;<br />
&lt;s:Group&gt;<br />
&lt;s:Image id=&#8221;previewImage&#8221; x=&#8221;0&#8243; y=&#8221;0&#8243; width=&#8221;620&#8243; height=&#8221;810&#8243; source=&#8221;bird.png&#8221; cacheAsBitmap=&#8221;true&#8221; /&gt;<br />
&lt;/s:Group&gt;<br />
&lt;/s:Scroller&gt;</p>
<p>Feel free to post queries. <img src='http://binodonline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://binodonline.com/blog/2011/06/06/scroller-spark-component-flex-4-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ItemRenderer in Flex 4.5</title>
		<link>http://binodonline.com/blog/2011/06/01/itemrenderer-in-flex-4-5/</link>
		<comments>http://binodonline.com/blog/2011/06/01/itemrenderer-in-flex-4-5/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 10:35:48 +0000</pubDate>
		<dc:creator>binod</dc:creator>
				<category><![CDATA[Flex - Andriod]]></category>

		<guid isPermaLink="false">http://binodonline.com/blog/?p=229</guid>
		<description><![CDATA[We can say item renderer as custom component, which we can define by our own. We can set it properties , can add image , text, label and all that can be done dynamic too. Let say we can have a list and its dataprovider will be array collection , its itemRenderer will be our [...]]]></description>
			<content:encoded><![CDATA[<p>We can say item renderer as custom component, which we can define by our own. We can set it properties , can add image , text, label and all that can be done dynamic too.</p>
<p>Let say we can have a list and its dataprovider will be array collection , its itemRenderer will be our custom item renderer and will be behaving according to our properties.</p>
<p>Eg. Lets consider we have a array collection (_arrayColl) with five elements  which contains objects having a label and an icon image.</p>
<p>Each object have properties like  : -  obj.name = &#8220;My computer&#8221;; obj.icon =&#8221;myComp.png&#8221;;</p>
<p>Lets define ItemRenderer  first : &#8211; listRenderer.mxml</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;s:ItemRenderer xmlns:fx=&#8221;http://ns.adobe.com/mxml/2009&#8243; xmlns:s=&#8221;library://ns.adobe.com/flex/spark&#8221;<br />
xmlns:views=&#8221;views.*&#8221; width=&#8221;295&#8243; height=&#8221;44&#8243; &gt;<br />
&lt;s:Label id=&#8221;name&#8221; x=&#8221;3&#8243; y=&#8221;13&#8243; enabled=&#8221;false&#8221; fontFamily=&#8221;Arial&#8221; text=&#8221;{data.name}&#8221; /&gt;<br />
&lt;s:Image  x=&#8221;237&#8243; y=&#8221;13&#8243; source=&#8221;{data.icon}&#8221; /&gt;<br />
&lt;/s:ItemRenderer&gt;</p>
<p>&nbsp;</p>
<p>Now above mxml can be called inside list as : -</p>
<p>&lt;s:List id=&#8221;dlist&#8221; x=&#8221;12&#8243; y=&#8221;171&#8243; width=&#8221;295&#8243; height=&#8221;216&#8243; dataProvider=&#8221;{_arrayColl}&#8221;<br />
itemRenderer=&#8221;listRenderer&#8221; /&gt;</p>
<p>&nbsp;</p>
<p>Now we are done : You can see your list showing the data correctly with five items.</p>
<p>Feel free to put comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://binodonline.com/blog/2011/06/01/itemrenderer-in-flex-4-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting browser name in Flash</title>
		<link>http://binodonline.com/blog/2010/01/29/getting-browser-name-in-flash/</link>
		<comments>http://binodonline.com/blog/2010/01/29/getting-browser-name-in-flash/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 01:01:40 +0000</pubDate>
		<dc:creator>binod</dc:creator>
				<category><![CDATA[ActionScript3.0]]></category>

		<guid isPermaLink="false">http://binodonline.com/blog/?p=53</guid>
		<description><![CDATA[To get the browser name in flash , let say in click of a button and display it in a text field btnMC.addEventListener(MouseEvent.CLICK,btnClicked){ var browser:String = getBrowserName(); txtField.text = browser; } function getBrowerName():String{ var browser:String; var browserAgent:String = ExternalInterface.call(&#8220;function getBrowser(){return navigator.userAgent;}&#8221;); if(browserAgent != null &#38;&#38; browserAgent.indexOf(&#8220;Firefox&#8221;) &#62;= 0) { browser = &#8220;Firefox&#8221;; } else if(browserAgent [...]]]></description>
			<content:encoded><![CDATA[<p>To get the browser name in flash , let say in click of a button and display it in a text field</p>
<p>btnMC.addEventListener(MouseEvent.CLICK,btnClicked){</p>
<p>var browser:String = getBrowserName();</p>
<p>txtField.text = browser;</p>
<p>}</p>
<p>function getBrowerName():String{</p>
<p>var browser:String;<br />
var browserAgent:String = ExternalInterface.call(&#8220;function getBrowser(){return navigator.userAgent;}&#8221;);<br />
if(browserAgent != null &amp;&amp; browserAgent.indexOf(&#8220;Firefox&#8221;) &gt;= 0) {<br />
browser = &#8220;Firefox&#8221;;<br />
}<br />
else if(browserAgent != null &amp;&amp; browserAgent.indexOf(&#8220;Safari&#8221;) &gt;= 0){<br />
browser = &#8220;Safari&#8221;;<br />
}<br />
else if(browserAgent != null &amp;&amp; browserAgent.indexOf(&#8220;MSIE&#8221;) &gt;= 0){<br />
browser = &#8220;IE&#8221;;<br />
}<br />
else if(browserAgent != null &amp;&amp; browserAgent.indexOf(&#8220;Opera&#8221;) &gt;= 0){<br />
browser = &#8220;Opera&#8221;;<br />
}<br />
else {<br />
browser = &#8220;Undefined&#8221;;<br />
}<br />
return (browser);</p>
<p>}</p>
<p>&nbsp;</p>
<p>njoy <img src='http://binodonline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8230;&#8230;&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://binodonline.com/blog/2010/01/29/getting-browser-name-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Based Process Designer</title>
		<link>http://binodonline.com/blog/2009/04/28/flash-based-process-designer/</link>
		<comments>http://binodonline.com/blog/2009/04/28/flash-based-process-designer/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 23:59:35 +0000</pubDate>
		<dc:creator>binod</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://binodonline.com/blog/?p=16</guid>
		<description><![CDATA[The latest version of Interstage Business Process Manager (version 10.0) from Fujitsu uses flash based editor for creating and editing process definitions, process Instances as well as viewing of the process definitions and process instances. Enhansement to version 10.0 is under progress,  now you can find some more icons on the pallete as compared to 10.0 in [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of <a href="http://www.fujitsu.com/global/services/software/interstage/bpm/">Interstage Business Process Manager</a> (version 10.0) from Fujitsu uses flash based editor for creating and editing process definitions, process Instances as well as viewing of the process definitions and process instances. Enhansement to version 10.0 is under progress,  now you can find some more icons on the pallete as compared to 10.0 in version 10.1.</p>
]]></content:encoded>
			<wfw:commentRss>http://binodonline.com/blog/2009/04/28/flash-based-process-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loading External image files &#8212; Flash CS3</title>
		<link>http://binodonline.com/blog/2009/03/13/loading-external-image-files-flash-cs3/</link>
		<comments>http://binodonline.com/blog/2009/03/13/loading-external-image-files-flash-cs3/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 23:58:35 +0000</pubDate>
		<dc:creator>binod</dc:creator>
				<category><![CDATA[ActionScript3.0]]></category>

		<guid isPermaLink="false">http://binodonline.com/blog/?p=14</guid>
		<description><![CDATA[One of the improvements made in AS3 is how you load external content into your application. Some of the new changes make it easier for you to initiate and measure the progress of a download &#8211; something which was always a bit of a challenge in the AS2 world. To load suppose an image(png file) [...]]]></description>
			<content:encoded><![CDATA[<p>One of the improvements made in AS3 is how you load external content into your application. Some of the new changes make it easier for you to initiate and measure the progress of a download &#8211; something which was always a bit of a challenge in the AS2 world.</p>
<p>To load suppose an image(png file) to flash content or to a movieclip which is added in runtime. Let the image file be bird.png into a movieclip imageHolderMC. And imageHolderMC is on the stage or you have added that to stage.</p>
<p>var imgPath = &#8220;bird.png&#8221;;</p>
<p>var loader:Loader = new Loader();</p>
<p>var request:URLRequest = new URLRequest(imgPath);</p>
<p>loader.load(request);</p>
<p>imageHolderMC.addChild(loader);</p>
<p>:- Now you can see that the image is loaded into imageHolderMC. It is same as we doing loadMovie in AS2.</p>
<p>Njoy&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://binodonline.com/blog/2009/03/13/loading-external-image-files-flash-cs3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vaishnodevi Shrine &#8211; Tour India</title>
		<link>http://binodonline.com/blog/2009/02/26/vaishnodevi-shrine-tour-india/</link>
		<comments>http://binodonline.com/blog/2009/02/26/vaishnodevi-shrine-tour-india/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 05:08:37 +0000</pubDate>
		<dc:creator>binod</dc:creator>
				<category><![CDATA[Tour India]]></category>

		<guid isPermaLink="false">http://binodonline.com/blog/?p=77</guid>
		<description><![CDATA[I have been planning to visit this holy place since I came to chandigarh i.e from 2006  and people use to say that &#8221; Jab mata ka bulawa aata hai kabhi koi wahan ja pata hai.&#8221;. Means when goddess call then only you can visit this holy place. So I hope on 13th Dec of 2008 she called me and my [...]]]></description>
			<content:encoded><![CDATA[<p>I have been planning to visit this holy place since I came to chandigarh i.e from 2006  and people use to say that &#8221; Jab mata ka bulawa aata hai kabhi koi wahan ja pata hai.&#8221;. Means when goddess call then only you can visit this holy place. So I hope on 13th Dec of 2008 she called me and my wife&#8230; At first I was in thinking what to do there where to go where to live this and that but we reached there you cant believe everying was clear what to do.</p>
<p><strong>How to reach there</strong> :- For going to Vaishnodevi Shrine U can reach to Jammu by train or flight from there 1 hour bus journey to Katra. Then from there by walking for around 13 km U can reach to main Shrine. In between the walking journey will find everythig food, shelter and what ever you want.</p>
<p><strong>What I liked There </strong>:- Everything Everything&#8230;.</p>
<p>Any queries about this just put your queries here I will be writing for you&#8230;.  <img src='http://binodonline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  njoy&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://binodonline.com/blog/2009/02/26/vaishnodevi-shrine-tour-india/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

