User Murmelschlurmel - Stack Overflowmost recent 30 from stackoverflow.com2009-12-01T22:55:43Zhttp://stackoverflow.com/feeds/user/77385http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1182619/do-you-know-a-date-picker-to-quickly-pick-one-day-of-the-current-week1Do you know a date picker to quickly pick one day of the current week?Murmelschlurmel2009-07-25T17:52:00Z2009-07-25T18:06:11Z
<p>Most date pickers allow you to pick the date from a tine calendar or enter the date by hand.
For example <a href="http://jqueryui.com/demos/datepicker/" rel="nofollow">http://jqueryui.com/demos/datepicker/</a></p>
<p>This requires
- two clicks (one to display the calendar and one to select the correct date)
- good eyesight (usually the pop-up calendar is very small)
- and good hand-eye coordination to pick the correct date in the tiny calendar with your mouse.</p>
<p>That's no problem for power users, but a hassle for older people and computer beginners.</p>
<p>I found a website with a different approach. It seems like their users mostly select dates of the current week. So they listed all the days of the week in a bar together with the weekday. The current day is marked in another color. There is a tiny calender icon on the right hand that opens up a regular date picker. That gives you access to all regular date picker functionality.
Here is a screenshot: <a href="http://mite.yo.lk/assets/img/tour/de/zeiten-erfassen.png" rel="nofollow">http://mite.yo.lk/assets/img/tour/de/zeiten-erfassen.png</a></p>
<p>Do you know of any jquery plugin which has a similar feature?
If not, do you any other plugin or widget which would help me speed up development ?</p>
<p>Thank you!</p>
http://stackoverflow.com/questions/790392/how-to-automate-photoshop/819785#8197851Answer by Murmelschlurmel for How to automate Photoshop?Murmelschlurmel2009-05-04T11:55:28Z2009-05-04T11:55:28Z<p>Have you tried using Photoshop Actions? I don't now about the scanning part, but the rest can all be done by actions quite easily.</p>
http://stackoverflow.com/questions/700792/automate-photoshop-to-insert-text-from-file/772706#7727061Answer by Murmelschlurmel for Automate Photoshop to insert text from fileMurmelschlurmel2009-04-21T13:57:35Z2009-04-21T13:57:35Z<p>You can use "Data Driven Design" to do this. There is also a concept of <a href="http://en.wikipedia.org/wiki/Data-driven%5Fdesign" rel="nofollow">data driven design</a> in computer science, but as far as I can see this is not not related to the use of the word in Photoshop.</p>
<p>Here is how to proceed:</p>
<p>Load your image in Photoshop and define your variables with <strong>Image > Variable > Define</strong>.</p>
<p>Then convert your csv to a format Photoshop can read. I had the best experiences with <strong>tab delimted text</strong>.</p>
<p>Finally load the text file in Photoshop with <strong>Images > Variables > Data Set</strong> and let Photoshop save all iterations.</p>
<p>When I tried this first, I found that the Photoshop help file didn't provide enough details. I searched the Internet for <strong>photoshop "data set"</strong> and found some good tutorials, e.g. this one from <a href="http://www.digitaltutors.com/free%5Ftutorials/video%5Fd.php?vid=716" rel="nofollow">digitaltutors</a>.</p>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/753581#7535811Answer by Murmelschlurmel for Best practices for login pages?Murmelschlurmel2009-04-15T20:33:37Z2009-04-15T20:33:37Z<p>Smashing Magazine has pretty complete round-up about login forms.
<a href="http://www.smashingmagazine.com/2008/07/04/web-form-design-patterns-sign-up-forms/" rel="nofollow" title="Link">Web Form Design Patterns: Sign-Up Forms</a></p>
http://stackoverflow.com/questions/682005/data-centric-web-application-design-book-article-recommendations/749040#7490401Answer by Murmelschlurmel for Data-centric web application design book/article recommendationsMurmelschlurmel2009-04-14T19:34:21Z2009-04-14T19:34:21Z<p>The books "The Visual Display of Quantitative Information" or "Envisioning Information"
by Edward R. Tufte could be helpful. </p>
<p>They don't deal with web applications, but if I've read your question correctly you problem is more of a general nature and not specifically attached to web application development.</p>
http://stackoverflow.com/questions/534019/specific-examples-of-agile-documentation/640567#6405672Answer by Murmelschlurmel for Specific examples of Agile documentation?Murmelschlurmel2009-03-12T21:29:11Z2009-03-12T21:29:11Z<p>This article shows a couple of actual task boards.
<a href="http://www.mountaingoatsoftware.com/task-boards" rel="nofollow">http://www.mountaingoatsoftware.com/task-boards</a></p>
http://stackoverflow.com/questions/1182619/do-you-know-a-date-picker-to-quickly-pick-one-day-of-the-current-week/1182630#1182630Comment by Murmelschlurmel on Do you know a date picker to quickly pick one day of the current week?Murmelschlurmel2009-07-25T18:20:52Z2009-07-25T18:20:52ZWhat plugin would you recommend to start changing so that it fits my needs?http://stackoverflow.com/questions/1182619/do-you-know-a-date-picker-to-quickly-pick-one-day-of-the-current-week/1182630#1182630Comment by Murmelschlurmel on Do you know a date picker to quickly pick one day of the current week?Murmelschlurmel2009-07-25T18:06:59Z2009-07-25T18:06:59ZThank you! I rephrased my question. I'm looking for a plugin which already has similar functionality. There is no point in reinventing the wheel.http://stackoverflow.com/questions/514083/why-is-good-ui-design-so-hard-for-some-developers/537490#537490Comment by Murmelschlurmel on Why is good UI design so hard for some Developers?Murmelschlurmel2009-06-03T17:16:12Z2009-06-03T17:16:12ZExcellent booklist, every developer should at least read 5 of the books you listed.