User Jonta - Stack Overflowmost recent 30 from stackoverflow.com2009-12-02T04:44:35Zhttp://stackoverflow.com/feeds/user/36948http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/302087/how-to-implement-ui-wise-a-button0How to implement (UI-wise) a buttonJonta2008-11-19T14:46:32Z2009-10-18T22:25:26Z
<p>I am designing the (G)UI of a program, and have stumbled across a problem; The program will convert a number into different units, and the layout of a unit been cvonverted to is:</p>
<p>[Unit name (when clicked gives information)]
[Special status, if any][Output in textfield that can also be used for input (to convert to other units)]</p>
<p>I want the user to be able to copy an outputnumber onto the clipboard, without having to mess around with highlighting and finding the right buttons to press. So, I thought I'd make a button after the text-output field, saying something like "C" or "Copy".</p>
<p>But I was reading on <a href="http://www.joelonsoftware.com/uibook/chapters/fog0000000063.html" rel="nofollow">joelonsoftware.com</a> yesterday, and discovered that users seem to be cursorclumsy. So what should I do?</p>
<p>I've thought about a number of different options:</p>
<ol>
<li>Click on textfield to copy to clipboard - BUT: I want to use it for input as well</li>
<li>Pressing a numeral on the keyboard to copy the respective one - BUT: There will probably be more than 10, and I need them for new input</li>
<li>Bigger Copy button, like on that actually says "Copy" - Hmm, would this work? I know that I like to use the keyboard when I can, so a solution involving it would be nice.</li>
<li>Each unit will have its own space, where everything (name, textfield etc.) fits in. What if it would copy to clipboard when clicked anywhere in that space except for on the name or textfield. - BUT: What if you miss, meaning to click below one textfield, and clicking above another?</li>
<li>But what about highlighting the unit's space as I went along? - Could still mean trouble...</li>
</ol>
<p>What do you think? I think I just might opt for #3 - Bigger copy-button..</p>
http://stackoverflow.com/questions/300254/how-to-make-mockup-screenshots-without-vb5How to make mockup screenshots without VBJonta2008-11-18T21:47:54Z2009-06-04T14:37:39Z
<p>I am looking for a program to make mockup screenshots with. I first found out I could do it with Visual Basic (uglier names I have yet to hear a programming language being called) from <a href="http://www.joelonsoftware.com/articles/fog0000000033.html" rel="nofollow">joelonsoftware.com</a>. I don't want to start learning VB now, especially since I am still in the process of learning Java. I then found <a href="http://www.mockupscreens.com" rel="nofollow">mockupscreens.com</a>, with the searchstring "how to make mockup screenshots". But seeing as I am going to use this program quite infrequently, I don't think paying $80 for it is worth it.</p>
<p>The mockups I'd like to do would be mainly for Windows XP (perhaps also for GNOME, KDE and Mac OSX, but these are not top-priority).</p>
<p>Edit: Balsamiq is suggested, but this is also a non-free program.</p>
http://stackoverflow.com/questions/182112/what-are-some-funny-loading-statements-to-keep-users-amused/789753#7897530Answer by Jonta for What are some funny loading statements to keep users amused?Jonta2009-04-25T21:23:00Z2009-04-25T21:23:00Z<p>Instead of <a href="http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/186673#186673">this</a> one:</p>
<p>Not panicking</p>
http://stackoverflow.com/questions/182112/what-are-some-funny-loading-statements-to-keep-users-amused/789711#7897117Answer by Jonta for What are some funny loading statements to keep users amused?Jonta2009-04-25T20:59:20Z2009-04-25T20:59:20Z<p>Not sure if this one's suggested:</p>
<p><strong>Commencing infinite loop</strong></p>
<p>alternatively</p>
<p><strong>Commencing infinite loop (this may take some time)</strong></p>
http://stackoverflow.com/questions/418751/is-tip-of-the-day-good3Is "tip-of-the-day" good?Jonta2009-01-07T00:29:25Z2009-01-07T17:43:56Z
<p>Many programs (often large ones, like MS Office, The GIMP, Maxthon) have a feature called "tip-of-the-day". It explains a small part of the program, like this one in Maxthon:</p>
<p>"You can hide/show the main menu bar by pressing Ctrl+F11"</p>
<p>You can usually browse through them by clicking next. And other options provided are "Previous", "Close", "Do not show at startup".</p>
<p>I think I like the way Maxthon used to handle this; in the browser's statusbar (down at the bottom usually, together with "Done", the progress-bar etc), there would sometimes be a small hint or tip on what else you could do with it.</p>
<p>As Joel Spolsky wrote in his article-series "<a href="http://www.joelonsoftware.com/uibook/fog0000000249.html" rel="nofollow">User Interface Design for Programmers</a>", people don't like reading manuals. But we still want them to use the program, and the features they could benefit from, don't we? Therefore, I think it is useful to have such a feature, without the annoyance of the pop-up on startup.</p>
<p>What do you think? Pop-up? Maxthonstyle? No way?</p>
http://stackoverflow.com/questions/284407/best-mobile-phone-for-development/284421#2844211Answer by Jonta for best mobile phone for developmentJonta2008-11-12T16:06:31Z2008-11-12T16:12:08Z<p>I suppose the iPhone can be used. Otherwise HTCs phones. You could code your own Java-program for it. T-Mobile's G1 with Google Android might be an option..</p>
<p>Edit: Many HTC-phones have keyboards, which are almost essential if you want to do a lot of typing on them.</p>
http://stackoverflow.com/questions/431777/funny-interesting-software-limitations-due-to-design-choices/433193#433193Comment by Jonta on Funny/Interesting software limitations due to design choicesJonta2009-04-26T10:26:54Z2009-04-26T10:26:54ZHeh, maybe not very on topic, but quite a funny story.http://stackoverflow.com/questions/182112/what-are-some-funny-loading-statements-to-keep-users-amused/623722#623722Comment by Jonta on What are some funny loading statements to keep users amused?Jonta2009-04-25T20:51:42Z2009-04-25T20:51:42ZHeh, that's a nice concept.http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/234535#234535Comment by Jonta on What is your best programmer joke?Jonta2009-03-27T14:48:52Z2009-03-27T14:48:52ZHeh, that's a good one.http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/254533#254533Comment by Jonta on What is your best programmer joke?Jonta2009-03-27T14:42:30Z2009-03-27T14:42:30ZSvish: I presume you have used Mac OSX enough to come to such a fair, non-exaggerating conclusion? Good joke.http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/242456#242456Comment by Jonta on What is your best programmer joke?Jonta2009-03-27T14:38:25Z2009-03-27T14:38:25ZIn english you could say "nearly done!"http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/236716#236716Comment by Jonta on What is your best programmer joke?Jonta2009-03-24T15:39:18Z2009-03-24T15:39:18Z+1 on LiraNunas versionhttp://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/316143#316143Comment by Jonta on What is your best programmer joke?Jonta2009-03-24T15:33:50Z2009-03-24T15:33:50ZVery nice. Upvoted and rememberedhttp://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/332010#332010Comment by Jonta on What is your best programmer joke?Jonta2009-03-24T15:32:10Z2009-03-24T15:32:10ZIlya: Barmen often don't know how to add something that seems to be infinite. The solution to such a problem is s = (a1)/(1-k). Where a1 is the first number, and k is the constant rate of increase or decrease. k<1 means convergence, so you get s = (1)/(1-0,5) = 2 (If I'm not mistaken)http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/234405#234405Comment by Jonta on What is your best programmer joke?Jonta2009-03-24T09:27:21Z2009-03-24T09:27:21Z+1 for Shabbyrobe's refactorhttp://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/236736#236736Comment by Jonta on What is your best programmer joke?Jonta2009-03-24T09:11:48Z2009-03-24T09:11:48ZIt is quite a bad comparisement, and only a last resort in discussions about programming languages. It's not funny.http://stackoverflow.com/questions/209015/self-documenting-code/209052#209052Comment by Jonta on Self-documenting codeJonta2009-03-15T16:02:27Z2009-03-15T16:02:27ZEBGreen: But what if you want to change the code? Then the other method might make more sense, and this could be explained, in short, in commentshttp://stackoverflow.com/questions/182112/what-are-some-funny-loading-statements-to-keep-users-amused/208911#208911Comment by Jonta on What are some funny loading statements to keep users amused?Jonta2009-03-15T13:35:16Z2009-03-15T13:35:16Z++ for the second one.http://stackoverflow.com/questions/182112/what-are-some-funny-loading-statements-to-keep-users-amused/182178#182178Comment by Jonta on What are some funny loading statements to keep users amused?Jonta2009-03-15T13:30:46Z2009-03-15T13:30:46ZPrepare for awesomeness. Hihihttp://stackoverflow.com/questions/182112/what-are-some-funny-loading-statements-to-keep-users-amused/183312#183312Comment by Jonta on What are some funny loading statements to keep users amused?Jonta2009-03-15T13:28:22Z2009-03-15T13:28:22Z++ for the bottles of beer on the wall and hang on a sechttp://stackoverflow.com/questions/182112/what-are-some-funny-loading-statements-to-keep-users-amused/182151#182151Comment by Jonta on What are some funny loading statements to keep users amused?Jonta2009-03-15T13:26:45Z2009-03-15T13:26:45ZHaha, you could add something like "One inch of cable length. Two inches of cable length. Three inches of..."