<?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 on: Date Picker jQuery Plugin to Fit in Your Web Application</title> <atom:link href="http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/feed/" rel="self" type="application/rss+xml" /><link>http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <lastBuildDate>Thu, 18 Mar 2010 23:05:32 -0700</lastBuildDate> <generator>http://wordpress.org/?v=2.8.6</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Brian Scott</title><link>http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/comment-page-1/#comment-30957</link> <dc:creator>Brian Scott</dc:creator> <pubDate>Mon, 07 Dec 2009 16:32:11 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1479#comment-30957</guid> <description>Has anyone restyled the CSS to work with IE6? I made an attempt but found it troublesome. It would be good if someone could provide me with some sample CSS to put me in the right direction.@Rob Morris:
I&#039;m also experiencing the issue with the window resizing causing issues with the calendar positioning. Did you get round this?</description> <content:encoded><![CDATA[<p>Has anyone restyled the CSS to work with IE6? I made an attempt but found it troublesome. It would be good if someone could provide me with some sample CSS to put me in the right direction.</p><p>@Rob Morris:<br
/> I&#8217;m also experiencing the issue with the window resizing causing issues with the calendar positioning. Did you get round this?</p> ]]></content:encoded> </item> <item><title>By: 網站製作學習誌 &#187; [Web] 連結分享</title><link>http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/comment-page-1/#comment-20866</link> <dc:creator>網站製作學習誌 &#187; [Web] 連結分享</dc:creator> <pubDate>Thu, 12 Feb 2009 06:34:20 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1479#comment-20866</guid> <description>[...] Date Picker jQuery Plugin to Fit in Your Web Application [...]</description> <content:encoded><![CDATA[<p>[...] Date Picker jQuery Plugin to Fit in Your Web Application [...]</p> ]]></content:encoded> </item> <item><title>By: Marc Grabanski</title><link>http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/comment-page-1/#comment-20667</link> <dc:creator>Marc Grabanski</dc:creator> <pubDate>Wed, 28 Jan 2009 18:31:56 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1479#comment-20667</guid> <description>Yeah, there are 100+ datepickers to chose from, which is great for the developer. But, I like to keep tabs on the jQuery UI Datepicker project and make sure any issues people have get resolved. I will forward your comments onto the jQuery UI team. Thank you for your feedback!</description> <content:encoded><![CDATA[<p>Yeah, there are 100+ datepickers to chose from, which is great for the developer. But, I like to keep tabs on the jQuery UI Datepicker project and make sure any issues people have get resolved. I will forward your comments onto the jQuery UI team. Thank you for your feedback!</p> ]]></content:encoded> </item> <item><title>By: Rob Morris</title><link>http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/comment-page-1/#comment-20649</link> <dc:creator>Rob Morris</dc:creator> <pubDate>Tue, 27 Jan 2009 17:49:07 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1479#comment-20649</guid> <description>Marc: I don&#039;t disagree with you - I think that the jQuery version will eventually work nicely, but it just feels awkward right now.  I kept using it, and kept having issues.  YMMV, and all that.The css issues I ran into seemed to be due to the default styles (ie from ThemeRoller) not setting things like line-height and so forth - I kept getting weird bugs as I took the widget from one site to the next with different text rules.  I ended up getting rid of it entirely and going back to just manual entry out of frustration.  I think if I weren&#039;t trying to use it on so many sites, it would have been a great tool.  Anyway, here&#039;s to competition in the widget world!</description> <content:encoded><![CDATA[<p>Marc: I don&#8217;t disagree with you &#8211; I think that the jQuery version will eventually work nicely, but it just feels awkward right now.  I kept using it, and kept having issues.  YMMV, and all that.</p><p>The css issues I ran into seemed to be due to the default styles (ie from ThemeRoller) not setting things like line-height and so forth &#8211; I kept getting weird bugs as I took the widget from one site to the next with different text rules.  I ended up getting rid of it entirely and going back to just manual entry out of frustration.  I think if I weren&#8217;t trying to use it on so many sites, it would have been a great tool.  Anyway, here&#8217;s to competition in the widget world!</p> ]]></content:encoded> </item> <item><title>By: Rob Morris</title><link>http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/comment-page-1/#comment-20648</link> <dc:creator>Rob Morris</dc:creator> <pubDate>Tue, 27 Jan 2009 17:42:58 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1479#comment-20648</guid> <description>Spent the past few hours integrating this one into my system, have some notes for anyone who&#039;s interested:The DatePickerShow/Hide methods are buggy - you need to edit the source to extend DatePicker.showPicker/hidePicker @ line 817 or so instead of DatePicker.show/hide.The floated version uses page-absolute positioning, so if you (like me) use centered page layouts or similar, users who resize their browser window while the picker is displayed will see the picker moved to an incorrect location.  I think this can be fixed by embedding the picker in a custom div, but haven&#039;t tried that yet.All-in-all, a pretty nice tool, and definitely an improvement over the jQuery UI version (as of 1.5.x).</description> <content:encoded><![CDATA[<p>Spent the past few hours integrating this one into my system, have some notes for anyone who&#8217;s interested:</p><p>The DatePickerShow/Hide methods are buggy &#8211; you need to edit the source to extend DatePicker.showPicker/hidePicker @ line 817 or so instead of DatePicker.show/hide.</p><p>The floated version uses page-absolute positioning, so if you (like me) use centered page layouts or similar, users who resize their browser window while the picker is displayed will see the picker moved to an incorrect location.  I think this can be fixed by embedding the picker in a custom div, but haven&#8217;t tried that yet.</p><p>All-in-all, a pretty nice tool, and definitely an improvement over the jQuery UI version (as of 1.5.x).</p> ]]></content:encoded> </item> <item><title>By: Marc Grabanski</title><link>http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/comment-page-1/#comment-20644</link> <dc:creator>Marc Grabanski</dc:creator> <pubDate>Tue, 27 Jan 2009 16:36:16 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1479#comment-20644</guid> <description>Rob morris: the datepicker inside dialog worked for me http://tinyurl.com/aob98q by setting the z-index of #ui-datepicker-div to 9999. The CSS can be changed via UI Themeroller ( http://ui.jquery.com/themeroller ) and also changing the theme by hand is fairly straight-forward. Hopefully that information helps someone here that might be considering UI datepicker.</description> <content:encoded><![CDATA[<p>Rob morris: the datepicker inside dialog worked for me <a
href="http://tinyurl.com/aob98q" rel="nofollow">http://tinyurl.com/aob98q</a> by setting the z-index of #ui-datepicker-div to 9999. The CSS can be changed via UI Themeroller ( <a
href="http://ui.jquery.com/themeroller" rel="nofollow">http://ui.jquery.com/themeroller</a> ) and also changing the theme by hand is fairly straight-forward. Hopefully that information helps someone here that might be considering UI datepicker.</p> ]]></content:encoded> </item> <item><title>By: Marc Grabanski</title><link>http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/comment-page-1/#comment-20643</link> <dc:creator>Marc Grabanski</dc:creator> <pubDate>Tue, 27 Jan 2009 16:14:07 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1479#comment-20643</guid> <description>The jQuery UI Datepicker core itself is very mature, 50+ customization options and 30+ languages. I don&#039;t know how you guys can say it is not fitting your needs because I started the project back when jQuery first came out and added the features people needed. Jonny, the ui datepicker has all of those customization options you just mentioned.That said, I donated the core to jQuery UI and they have been changing it since.If you ever want a more pure implementation of the core I developed with Keith wood, than check out this project:
http://keith-wood.name/datepick.html</description> <content:encoded><![CDATA[<p>The jQuery UI Datepicker core itself is very mature, 50+ customization options and 30+ languages. I don&#8217;t know how you guys can say it is not fitting your needs because I started the project back when jQuery first came out and added the features people needed. Jonny, the ui datepicker has all of those customization options you just mentioned.</p><p>That said, I donated the core to jQuery UI and they have been changing it since.</p><p>If you ever want a more pure implementation of the core I developed with Keith wood, than check out this project:<br
/> <a
href="http://keith-wood.name/datepick.html" rel="nofollow">http://keith-wood.name/datepick.html</a></p> ]]></content:encoded> </item> <item><title>By: Jonny</title><link>http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/comment-page-1/#comment-20642</link> <dc:creator>Jonny</dc:creator> <pubDate>Tue, 27 Jan 2009 15:56:21 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1479#comment-20642</guid> <description>My initial impressions of this are good. I agree with Rob...the jQuery UI calendar hasn&#039;t come through for me in the past either. At a very basic level it works great...but it seems that every time I use a calendar I have some special preference...whether it be a specific date range, or I only want the first day of the week selectable, or whatever.I expect the UI calendar to continue to get better...but until then I&#039;m open to other options!</description> <content:encoded><![CDATA[<p>My initial impressions of this are good. I agree with Rob&#8230;the jQuery UI calendar hasn&#8217;t come through for me in the past either. At a very basic level it works great&#8230;but it seems that every time I use a calendar I have some special preference&#8230;whether it be a specific date range, or I only want the first day of the week selectable, or whatever.</p><p>I expect the UI calendar to continue to get better&#8230;but until then I&#8217;m open to other options!</p> ]]></content:encoded> </item> <item><title>By: Articles and tutorials for web developers &#124; CssGalleries</title><link>http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/comment-page-1/#comment-20640</link> <dc:creator>Articles and tutorials for web developers &#124; CssGalleries</dc:creator> <pubDate>Tue, 27 Jan 2009 15:29:48 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1479#comment-20640</guid> <description>[...] Date Picker jQuery Plugin to Fit in Your Web Application [...]</description> <content:encoded><![CDATA[<p>[...] Date Picker jQuery Plugin to Fit in Your Web Application [...]</p> ]]></content:encoded> </item> <item><title>By: Rob Morris</title><link>http://www.webappers.com/2009/01/27/date-picker-jquery-plugin-to-fit-in-your-web-application/comment-page-1/#comment-20639</link> <dc:creator>Rob Morris</dc:creator> <pubDate>Tue, 27 Jan 2009 14:22:18 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1479#comment-20639</guid> <description>Daniele, the jQuery UI libraries, while cool, are very, very early in development.  The datepicker tool, for example, fails in many simple scenarios (for example, when attached to controls in a jQuery UI dialog), and the current CSS styling leaves it hard to customize and deploy.  I&#039;m using jQuery UI for some of my admin tasks, but only the most basic features.In short, I&#039;ve been looking for a fully functional jQuery-based datepicker for a while, will definitely check this one out.</description> <content:encoded><![CDATA[<p>Daniele, the jQuery UI libraries, while cool, are very, very early in development.  The datepicker tool, for example, fails in many simple scenarios (for example, when attached to controls in a jQuery UI dialog), and the current CSS styling leaves it hard to customize and deploy.  I&#8217;m using jQuery UI for some of my admin tasks, but only the most basic features.</p><p>In short, I&#8217;ve been looking for a fully functional jQuery-based datepicker for a while, will definitely check this one out.</p> ]]></content:encoded> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2010-03-18 22:29:12 -->