<?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>My Happy Moments &#187; Ajax</title>
	<atom:link href="http://blogs.myhappymoments.com/category/programming/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.myhappymoments.com</link>
	<description>Just another weblog</description>
	<lastBuildDate>Thu, 15 Jul 2010 23:13:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ajax CalanderExtender :Display dates of current (selected) month only</title>
		<link>http://blogs.myhappymoments.com/2008/11/26/ajax-calanderextender-show-dates/</link>
		<comments>http://blogs.myhappymoments.com/2008/11/26/ajax-calanderextender-show-dates/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 03:27:59 +0000</pubDate>
		<dc:creator>Vish</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://blogs.myhappymoments.com/?p=201</guid>
		<description><![CDATA[Today I have decided that I will start writting one post everyday. Lets see how far I go. Today only one bug( rather a minor change) was requested by our clients doing UAT. Problem : We have ajax calanderextender and it shows all the dates for the selected month. Solution : So rather than doing ]]></description>
			<content:encoded><![CDATA[<p>Today I have decided that I will start writting one post everyday. Lets see how far I go.</p>
<p>Today only one bug( rather a minor change) was requested by our clients doing UAT.</p>
<p><strong>Problem</strong> : We have ajax calanderextender and it shows all the dates for the selected month.</p>
<p><strong>Solution</strong> : So rather than doing something in the code the best thing to do was just try and chage the CSS.</p>
<p><span id="more-201"></span>And it did work like charm.<br />
I added following lines to the CSS.<br />
<code><br />
.MyCalendar .ajax__calendar_other .ajax__calendar_day,</code></p>
<p><code> .MyCalendar .ajax__calendar_other .ajax__calendar_year<br />
{<br />
color: White;&lt;!--  Select What ever colour you want --&gt;<br />
}</code></p>
<p>And the problem was fixed without messing the CalanderExtender.</p>
<p>Thank you.</p>
<p>Vishal</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.myhappymoments.com/2008/11/26/ajax-calanderextender-show-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
