<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Branding the date picker calendar</title>
	<atom:link href="http://designshare.wordpress.com/2008/08/04/branding-the-date-picker-calendar/feed/" rel="self" type="application/rss+xml" />
	<link>http://designshare.wordpress.com/2008/08/04/branding-the-date-picker-calendar/</link>
	<description>Branding and Customizing SharePoint for Designers</description>
	<lastBuildDate>Wed, 11 Nov 2009 17:27:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mostafa</title>
		<link>http://designshare.wordpress.com/2008/08/04/branding-the-date-picker-calendar/#comment-76</link>
		<dc:creator>mostafa</dc:creator>
		<pubDate>Mon, 23 Feb 2009 07:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://designshare.wordpress.com/?p=11#comment-76</guid>
		<description>hi
i have problem with using datepicker ,
i want to have new kind of date , and i wrote the program with java script
but i dont know how to use it in iframe.aspx or anywhere else which should i load it
u know , i mean i have new datepicker instead of share point date picker , but i want to use it in share point , what should i do ?
tnx in advanced</description>
		<content:encoded><![CDATA[<p>hi<br />
i have problem with using datepicker ,<br />
i want to have new kind of date , and i wrote the program with java script<br />
but i dont know how to use it in iframe.aspx or anywhere else which should i load it<br />
u know , i mean i have new datepicker instead of share point date picker , but i want to use it in share point , what should i do ?<br />
tnx in advanced</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: novolocus.com &#187; Style the DatePicker using an Alternate CSS</title>
		<link>http://designshare.wordpress.com/2008/08/04/branding-the-date-picker-calendar/#comment-73</link>
		<dc:creator>novolocus.com &#187; Style the DatePicker using an Alternate CSS</dc:creator>
		<pubDate>Mon, 20 Oct 2008 17:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://designshare.wordpress.com/?p=11#comment-73</guid>
		<description>[...] a while later Michelle posted with a good idea of how to brand them - use an alternate CSS URL. I must confess, this tip passed me by until my recent branding efforts, and I discovered her [...]</description>
		<content:encoded><![CDATA[<p>[...] a while later Michelle posted with a good idea of how to brand them &#8211; use an alternate CSS URL. I must confess, this tip passed me by until my recent branding efforts, and I discovered her [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mpakron</title>
		<link>http://designshare.wordpress.com/2008/08/04/branding-the-date-picker-calendar/#comment-71</link>
		<dc:creator>mpakron</dc:creator>
		<pubDate>Thu, 16 Oct 2008 15:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://designshare.wordpress.com/?p=11#comment-71</guid>
		<description>Hey Andy, your idea sounds cool, the only issue for me, and I suspect a lot of folks who are designers by trade and not programmers, is we wouldn&#039;t have a clue how to do what you suggested. I post the actual how-to&#039;s that I have figured out for my intranet, and sometimes I really have to push my comfort level with the more technical stuff. And I suspect many designers tasked with dealing with SharePoint probably have admins that would have a coronary if we tried some more prgrammatic approaches, if we could even figure out how to do them ;)</description>
		<content:encoded><![CDATA[<p>Hey Andy, your idea sounds cool, the only issue for me, and I suspect a lot of folks who are designers by trade and not programmers, is we wouldn&#8217;t have a clue how to do what you suggested. I post the actual how-to&#8217;s that I have figured out for my intranet, and sometimes I really have to push my comfort level with the more technical stuff. And I suspect many designers tasked with dealing with SharePoint probably have admins that would have a coronary if we tried some more prgrammatic approaches, if we could even figure out how to do them <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andyburns</title>
		<link>http://designshare.wordpress.com/2008/08/04/branding-the-date-picker-calendar/#comment-70</link>
		<dc:creator>andyburns</dc:creator>
		<pubDate>Thu, 16 Oct 2008 14:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://designshare.wordpress.com/?p=11#comment-70</guid>
		<description>Oo - good idea. The only option I found was altering the file in the _layouts directory (just like you&#039;re not supposed to...). 

Hey, actually, I suspect that you&#039;ve mentioned this on my blog, now that I check my own one!

http://www.novolocus.com/2007/11/02/the-lunacy-of-the-sharepoint-datepicker-control/

Regarding the caveat - all the ChangeSiteMasterPage does is recurse over the site and subsites setting the AlternateCSSUrl property of the SPWeb object. If you&#039;re not afraid of a little c# code, you could programmatically set the AlternateCSSUrl on a site-by-site basis. 

Recently I&#039;ve been looking at using a feature receiver to programmatically apply a combination of theme and master pages (for both normal sites or meeting workspaces), though it does have to be activated site-by-site. You could build setting the alternate date-picker CSS into something like that.

Actually, I might blog about both these things shortly!</description>
		<content:encoded><![CDATA[<p>Oo &#8211; good idea. The only option I found was altering the file in the _layouts directory (just like you&#8217;re not supposed to&#8230;). </p>
<p>Hey, actually, I suspect that you&#8217;ve mentioned this on my blog, now that I check my own one!</p>
<p><a href="http://www.novolocus.com/2007/11/02/the-lunacy-of-the-sharepoint-datepicker-control/" rel="nofollow">http://www.novolocus.com/2007/11/02/the-lunacy-of-the-sharepoint-datepicker-control/</a></p>
<p>Regarding the caveat &#8211; all the ChangeSiteMasterPage does is recurse over the site and subsites setting the AlternateCSSUrl property of the SPWeb object. If you&#8217;re not afraid of a little c# code, you could programmatically set the AlternateCSSUrl on a site-by-site basis. </p>
<p>Recently I&#8217;ve been looking at using a feature receiver to programmatically apply a combination of theme and master pages (for both normal sites or meeting workspaces), though it does have to be activated site-by-site. You could build setting the alternate date-picker CSS into something like that.</p>
<p>Actually, I might blog about both these things shortly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: novolocus.com &#187; The lunacy of the SharePoint DatePicker control</title>
		<link>http://designshare.wordpress.com/2008/08/04/branding-the-date-picker-calendar/#comment-69</link>
		<dc:creator>novolocus.com &#187; The lunacy of the SharePoint DatePicker control</dc:creator>
		<pubDate>Thu, 16 Oct 2008 14:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://designshare.wordpress.com/?p=11#comment-69</guid>
		<description>[...] Michelle has an excellent suggestion, and she&#8217;s blogged about it here. It&#8217;s still a hack, really, but there are worse [...]</description>
		<content:encoded><![CDATA[<p>[...] Michelle has an excellent suggestion, and she&#8217;s blogged about it here. It&#8217;s still a hack, really, but there are worse [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
