<?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 for IGI - blog</title>
	<atom:link href="http://www.infogroupindia.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.infogroupindia.com/blog</link>
	<description>A blog of Professional Web Developers :Working with Flash Action Script-3, JavaScript jQuery, CSS ,PHP, MySQL,Server Admin</description>
	<lastBuildDate>Mon, 06 Sep 2010 21:17:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>Comment on Create a Glossy Volt Icon in Photoshop by mittubose</title>
		<link>http://www.infogroupindia.com/blog/?p=107&#038;cpage=1#comment-261</link>
		<dc:creator>mittubose</dc:creator>
		<pubDate>Mon, 06 Sep 2010 21:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.infogroupindia.com/blog/wordpress/?p=107#comment-261</guid>
		<description>wow.... superb tricks.... </description>
		<content:encoded><![CDATA[<p>wow.… superb tricks.…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Make a Efficient Flash AS3 SWF content Loader[Preloader] by NiDiN</title>
		<link>http://www.infogroupindia.com/blog/?p=49&#038;cpage=1#comment-260</link>
		<dc:creator>NiDiN</dc:creator>
		<pubDate>Thu, 26 Aug 2010 16:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.infogroupindia.com/blog/wordpress/?p=49#comment-260</guid>
		<description>i am not able to update this component. 
i am working on a web based designing tool. </description>
		<content:encoded><![CDATA[<p>i am not able to update this component.<br />
i am working on a web based designing tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Make a Efficient Flash AS3 SWF content Loader[Preloader] by Stefan Verbakel</title>
		<link>http://www.infogroupindia.com/blog/?p=49&#038;cpage=1#comment-259</link>
		<dc:creator>Stefan Verbakel</dc:creator>
		<pubDate>Thu, 26 Aug 2010 16:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.infogroupindia.com/blog/wordpress/?p=49#comment-259</guid>
		<description>Ok I figured it out.. little update for your component: 
 
change the following line in calendarSkin.as: 
var weekdisplay:Array=[&quot;MTWTFSS&quot;, &quot;SMTWTFS&quot;]; 
 
into: 
var weekdisplay:Array=weekdisplay; 
 
add the following to UIProperties.as variable list: 
 
public var weekdisplay:Array = [&quot;MTWTFSS&quot;, &quot;SMTWTFS&quot;]; 
 
-- 
Now users can choose to overwrite the daynames to their own language by using: 
dateChooser.weekdisplay = [&quot;MDWDVZZ&quot;, &quot;ZMDWDVZ&quot;]; // for dutch 
dateChooser.weekdisplay = [&quot;LMMJVSD&quot;, &quot;DLMMJVS&quot;]; // for french 
 
Hope it helps someone. Thanks again for the great component. </description>
		<content:encoded><![CDATA[<p>Ok I figured it out.. little update for your component: </p>
<p>change the following line in calendarSkin.as:<br />
var weekdisplay:Array=[“MTWTFSS”, “SMTWTFS”]; </p>
<p>into:<br />
var weekdisplay:Array=weekdisplay; </p>
<p>add the following to UIProperties.as variable list: </p>
<p>public var weekdisplay:Array = [“MTWTFSS”, “SMTWTFS”]; </p>
<p>–<br />
Now users can choose to overwrite the daynames to their own language by using:<br />
dateChooser.weekdisplay = [“MDWDVZZ”, “ZMDWDVZ”]; // for dutch<br />
dateChooser.weekdisplay = [“LMMJVSD”, “DLMMJVS”]; // for french </p>
<p>Hope it helps someone. Thanks again for the great component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Make a Efficient Flash AS3 SWF content Loader[Preloader] by Stefan Verbakel</title>
		<link>http://www.infogroupindia.com/blog/?p=49&#038;cpage=1#comment-258</link>
		<dc:creator>Stefan Verbakel</dc:creator>
		<pubDate>Thu, 26 Aug 2010 15:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.infogroupindia.com/blog/wordpress/?p=49#comment-258</guid>
		<description>Is there a way to change the day letters, so instead of the English: S M T W T F S it becomes for example the dutch Z M D W D V Z 
 
I tried overwriting the Days array by doing the same you can do with Months: 
dateChooser.Days = [&quot;Zondag&quot;, &quot;Maandag&quot;, &quot;Dinsdag&quot;, &quot;Woensdag&quot;, &quot;Donderdag&quot;, &quot;Vrijdag&quot;, &quot;Zaterdag&quot;]; 
 
But it doesn&#039;t work. Can&#039;t find a substring either and changing the Day-names in UIProperties.as doesn&#039;t work either, so that&#039;s not where the component gets its daynames from. Any help would be greatly appreciated! 
 
Great component btw. </description>
		<content:encoded><![CDATA[<p>Is there a way to change the day letters, so instead of the English: S M T W T F S it becomes for example the dutch Z M D W D V Z </p>
<p>I tried overwriting the Days array by doing the same you can do with Months:<br />
dateChooser.Days = [“Zondag”, “Maandag”, “Dinsdag”, “Woensdag”, “Donderdag”, “Vrijdag”, “Zaterdag”]; </p>
<p>But it doesn’t work. Can’t find a substring either and changing the Day-names in UIProperties.as doesn’t work either, so that’s not where the component gets its daynames from. Any help would be greatly appreciated! </p>
<p>Great component btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Make a Efficient Flash AS3 SWF content Loader[Preloader] by NiDiN</title>
		<link>http://www.infogroupindia.com/blog/?p=49&#038;cpage=1#comment-257</link>
		<dc:creator>NiDiN</dc:creator>
		<pubDate>Fri, 13 Aug 2010 01:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.infogroupindia.com/blog/wordpress/?p=49#comment-257</guid>
		<description>hi friend, 
i haven&#039;t get any time for improve this project. no its not painful :) </description>
		<content:encoded><![CDATA[<p>hi friend,<br />
i haven’t get any time for improve this project. no its not painful :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
