Community Page
- theappslab.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Heh, yeah. Fieldrunners was one of my fave games. If you like it, you'll love StarDefense, a 3D tower defense game. See if you can beat my all-Twitter high score of 72 waves on Rydhon! You can...
- You're in an interesting situation, since your customers do not directly pay to use your product (although perhaps the Oracle accountants allocate costs to users in some internal way). I'm...
- My colleagues and I went on a strategy planning type of meeting for a few days and thought strategically how to improve our business within our roles. I am in <a...
- Looks tough, but the price is right :) If only I'd done this research before I had jury duty. I guess I could stockpile for my next trip on a plane or to the DMV. Boredom. There's an app...
- I highly recommend <a href="http://drawesome.ngmoco.com/">Dr. Awesome.</a> Other ngmoco games are also well done and engaging, but Dr. Awesome got its hooks in deepest. :-)
Jump to original thread »
Oracle Financials is 20 this year. Joe managed to dig up a screen capture. I found a higher resolution HR one.
He refers to the cult of users who loved character mode because it was optimized for data entry and keystrokes, a totally lost art in applications today. Of course, Financials user ... Continue reading »
He refers to the cult of users who loved character mode because it was optimized for data entry and keystrokes, a totally lost art in applications today. Of course, Financials user ... Continue reading »
1 year ago
However, you're right when you say "Mousing wastes time." In Oracle Apps, I can hit F11 and start my query much faster than clicking View - Query by Example - Enter from the toolbar; 1 keystroke > 3 mouse clicks. Or if I want to start Firefox I hit Ctrl + Esc, then the F key. If I want to open that spreadsheet from yesterday I hit Ctrl + Esc, the D key, and the letter of the file name to open it from My Recent Documents. Try it, you'll like it!
1 year ago
I'm a big keyboard only guy, especially for repetitive tasks. It saves a lot of time. From my days writing code in notepad, I still use Alt-F-S to save all kinds of files. Back when Win 95/98 were new, only the shiny new keyboards had the Start key, so I used Ctrl+Esc a lot.
I'm not against GUI by any stretch, just remembering the old days.
1 year ago
1 year ago
GUI is good when you don't know how to get what you want, you can stick more controls and emphasize them differently using GUI, unlike when using a text terminal. You can use the mouse to tell "I want *that*" without knowing the concept. (But you still need to learn the concepts of click, double-click and drag-and-drop, the concepts of button, menu, drop-down list boxes and text scroll area, and loads of other concepts which seem to us, GUI users, natural)
I think that GUI comes easier to the people because the developers of the interface silently came to a standard of what interface concepts mean what. (Go standardize shell commands!.. But buttons come across as activators of an action across all GUI)
A keyboard has 101 dimensions of freedom, whereas a mouse has 4 or slightly more, if you have three buttons or a wheel.
However, in the dev world, what do you need a GUI editor of the source code for? The project is built using ant, there is a lot of disk navigation and file inspection, when debugging a problem. Code highlighting is available in non-GUI editors too.
I have tried GUI editors, where they attempt to tell me what the method name is. I am sorry, if it didn't stop to think about the method name, I would have typed it long ago.
I have seen developers using XTerm to navigate somewhere, and trying to copy-paste a path from a different XTerm windows. Poor soul struggled to select the right part of the string with the mouse. This is an example of GUI getting in the way. Tab-completion of the path would have worked faster to type the whole path from scratch.
Oh yes, I do have the Internet browser window open to read javadocs. :-)
1 year ago
1 year ago
Have you tried using voice commands on Vista? I did. What threw me was that I do not think in terms of "switch to notepad", as the tutorial suggests. I think in terms of "click that over there" or "alt-tab, watch with alt pressed, then press tab a few times to select the mozilla icon". That is why I cannot use the voice commands very well.
The point I am making is that with GUI people start using things without having common understanding of how it works, so it can be used in cases when this understanding is not important. Try to share knowledge like that.
1 year ago