Slashdot Mirror


A History of Icons

John H. Doe writes "The GUIdebook has a great page illustrating the history of icons. Of course, they have the Lisa/Mac/OS X paths, but there's the Windows progressions, along with entries for NeXT, OS/2, BeOS, and yes, Linux. Would you call it progress?"

400 comments

  1. Rolling your own by ackthpt · · Score: 5, Interesting
    I haven't been big on designing my own Windows icons because, before I gave up looking, all icon editors cost $$. Inexplicably the one format Paint doesn't support is *.ico

    I used to have some beauties on my Amiga, and they could be any size I liked, up to the whole screen if that was your wish. IIRC they were easy to draw with something that came with the operating system.

    I'd like to take some of my raytracings and make them icons. Any ideas where to start?

    Darn my dyslexia. At first glance I thought it said "A History of Loons" and thought it was something biographical about slashdot.

    --

    A feeling of having made the same mistake before: Deja Foobar
    1. Re:Rolling your own by wiredlogic · · Score: 5, Informative
      Inexplicably the one format Paint doesn't support is *.ico

      That's because the Windows .ico format is a complex meta-format with the capacity for multiple icon sizes and color depths. Paint Is just a rudimentary application like notepad and has never been the target of much improvement by MS.

      The best Windows tool for editing icons is Microangelo. There is a shareware trial version available.

      --
      I am becoming gerund, destroyer of verbs.
    2. Re:Rolling your own by razjml · · Score: 3, Interesting

      Ahh, the good old days of throwing a MacOS 7 icon together with ResEdit. Too bad there's no quick and dirty all-in-one utility like that in MacOS X. That was the pinnacle of mac hacking.

    3. Re:Rolling your own by stratjakt · · Score: 1, Insightful

      There are plenty of free icon editors out there.

      Thing is, there are bajillions of free icons out there too, so we've never wasted time drawing our own.

      Nobody cares much about them anyways, they only care if the button the icon is sitting on works when they click it.

      --
      I don't need no instructions to know how to rock!!!!
    4. Re:Rolling your own by Random+Chaos · · Score: 5, Informative

      Well, I have found a few freeware ICO editing programs, but really you don't need them unless you want a multi-size icon (one that looks good in both a toolbar and in a folder).

      It turns out that Windows can read BMPs as ICOs. Just make a BMP of the right size (16x16, 32x32, or 64x64) and rename the extension from .bmp to .ico.

      ----

      As for my most used icons: Giving all my hard disks a icon with the drive letter on it. Makes using a tool bar (I have a "goto" toolbar that links to every drive and a few important folders) easy to locate which drive is which (I only have 6 partitions/hard drives on my windows box).

    5. Re:Rolling your own by rsmeds · · Score: 1

      I use a lovely Deluxe Paint clone called ProMotion (http://www.cosmigo.com/promotion//) for all my bitmapping needs. USD 29.95 for the lite version, which is probably good enough. Definitely worth the money if you do a lot of traditional pixel-gfx.

      AFAIK, it only supports up to 256 colors, though, so for converting raytraced images to icons, it might not be the perfect tool.

    6. Re:Rolling your own by raider_red · · Score: 2, Informative

      You can just use a .tif file and use interface builder to add it to your program.

      --
      It's good to use your head, but not as a battering ram.
    7. Re:Rolling your own by Instantlemming · · Score: 2, Insightful

      Yeah, screen-sized icons in a whopping 4 colours! (which also were the WRONG colours if you deviated from the standard Workbench theme)
      Then we had about 3 different icon-enhancement sets, and the ugly MUI won...

      But I want a decent icon editor and a pointer editor too!
      I miss the pointer editor from OS/2Warp...

    8. Re:Rolling your own by nazh · · Score: 5, Informative

      I design the icons in .png then convert them to .ico with png2ico works both on *nix and windows. You can also add several different image sizes in the icon file you make with this program.

    9. Re:Rolling your own by Anonymous Coward · · Score: 5, Informative

      Use the gimp... its free and supports this format. I made my own Shuffle icon for my pc so it would look more like it does in OSX.

    10. Re:Rolling your own by tgrigsby · · Score: 2, Informative

      Graphics Workshop Professional will convert just about anything to an ICO. It's not 100% though -- sometimes you end up with an icon that's off-center for some odd reason. But I love this application -- I've been using it for years now and it's just too handy not to have. It's not terribly expensive, either.

      Website: http://www.mindworkshop.com/
      Price: $44.95

      I also have the GIF Construction Set, which is great and all, but I'm just as likely to use some of my other graphics tools to create GIFs, or just use Flash. Xara3D is good for animated text.

      rambling...

      --
      *** *** You're just jealous 'cause the voices talk to me... ***
    11. Re:Rolling your own by iBod · · Score: 2, Informative

      Try...

      http://www.microangelo.us/

    12. Re:Rolling your own by Renegrade · · Score: 1
      I haven't been big on designing my own Windows icons because, before I gave up looking, all icon editors cost $$. Inexplicably the one format Paint doesn't support is *.ico

      I believe the official Microsoft way to make icons is via the Visual Studio developer kit. Worst $500 icon editor ever.

      I used to have some beauties on my Amiga, and they could be any size I liked, up to the whole screen if that was your wish. IIRC they were easy to draw with something that came with the operating system.

      It was a <sarcasm>really counter-intuitive</sarcasm> name, "IconEdit". It was in the Tools folder on your system drive (or disk if/when you used floppies)

      (Sys:Tools/IconEdit)

    13. Re:Rolling your own by n1ywb · · Score: 0, Flamebait

      My God, ResEdit was the shiznizzle! Resources! Words fail to describe just how GOOD that idea was. I still don't understand how Apple could have had so much potential and yet they still sucked out, at least until OS-X.

      --
      -73, de n1ywb
      www.n1ywb.com
    14. Re:Rolling your own by Leo+McGarry · · Score: 1

      Or, if you choose to get fancy, you can assemble a variety of sizes and bit depths with Icon Composer, which is included with the bundled developers' tools.

    15. Re:Rolling your own by Dogtanian · · Score: 2, Insightful

      I used to have some beauties on my Amiga, and they could be any size I liked, up to the whole screen if that was your wish.

      Was this a *good* thing? IIRC, Amiga programs came with lots of oddly-shaped icons that frequently *were* a large portion of the screen-size.

      I'm sure it's nice for the designer's ego, but massive icons aren't that great from a usability point-of-view.

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    16. Re:Rolling your own by yintercept · · Score: 5, Funny
      all icon editors cost $$.

      Well, when you consider all of the things that icons do, they certain are worth the money you spend on the icon editor.

      Have you ever clicked on an icon? You click on an icon and, bammo, there's a big spread sheet or email program on your screen or something. Icon editors must be complex and expensive to accomplish that. Seeing all of the amazing things icons do, it is the one software expense that the guys in purchasing will have no problem approving.

      On an unrelated note, being a manager of a large software development team, I had been wondering why you techies like Dilbert so much. I have a big informative staff meeting. Afterwards, the techies gather around to pick the Dilbert that matches the meeting. I don't get it.

    17. Re:Rolling your own by alfboggis · · Score: 4, Informative

      This page is a useful guide if you ever need to create icons for Windows XP. It gives information on style, perspective and colours needed to make icons consistent with that OS. They recommend an app called GifMovieGear to create the actual icon files.

    18. Re:Rolling your own by grahamlee · · Score: 4, Informative
      /Developer/Applications/Utilities/Icon Composer.app

      I think that says it all.

    19. Re:Rolling your own by pinchhazard · · Score: 1, Informative

      What you want is Irfanview. Supports a shitload of formats, plugins, etc. It's lightweight. It saves .ico format. Irfanview is the shiz.

      --
      Do you love freedom??? Do you love freedom!!! DO YOU LOVE FREEDOM!!!!!!!!
    20. Re:Rolling your own by Pope+Raymond+Lama · · Score: 1

      www.gimp.org

      --
      -><- no .sig is good sig.
    21. Re:Rolling your own by Cutterman · · Score: 2, Informative

      Neil Rubenking's IconEdit32 first appeared in PCMag in March 2000. "With IconEdit32 you can create icons that can include all valid combinations of size and color depths - up to nine images. It features various drawing tools, such as a pencil, dropper, paint, line, rectangle and ellipse. You can also easily add text to your icon. The main window shows both an enlarged version of the icon, and a preview area that displays the icon against a background color of your choice. The icon can be shifted in any direction, rotated, mirrored and flipped." Free. Dozens of places to find it on the Web.

    22. Re:Rolling your own by Hes+Nikke · · Score: 1

      i'm quite fond of Iconagrpher as an icon creation/editing tool. It works well in a pinch, however, i usualy design my icons in photoshop at 256x256 (or higher) then scale them down, and drop them into iconographer. :)

      --
      Don't call me back. Give me a call back. Bye. So yeah. But bye our, well, but alright we are on a shirt this chill.
    23. Re:Rolling your own by Anonymous Coward · · Score: 1, Insightful

      Speaking of Amiga, it is a pretty damn important system to be omitted in such a comparison. I don't know what that comparison professes to be (only seen the one mirrordot page), but AmigaOS had a very much working GUI...in 1985. Colour too, of course. I bet the other icons were to embarrased and kicked it out. ; )

      So sad that most of the few people who know about it think it was all about gaming. On the other hand, it's a nice chart, so I shouldn't just complain I guess.

    24. Re:Rolling your own by the+darn · · Score: 4, Funny

      Ahh, yes! You should have seen mom's face when she noticed that I had replaced her trash can icon with a carefully crafted toilet. When you put files in it, instead of swelling like the can did, I added tasteful wavy green 'stink lines'. Those were the days...

      --
      Ceci n'est pas un post.
    25. Re:Rolling your own by Saeger · · Score: 1
      Definitely one of the easier ways to make quick favicon's for websites.

      I usually just take some representative artwork or branding and crop & resize it down to 16x16 before converting. A pixel artist I ain't.

      --
      Power to the Peaceful
    26. Re:Rolling your own by hattig · · Score: 2, Insightful

      Yes, it was a good idea.

      Unimportant, but maybe required at some point, files/folders could have small icons.

      Important files (e.g., the application itself) would havea big icon. They'd also have a location in the window that was easy to get to, e.g., the centre.

      Files you never need to see had no icon, and you'd have to select the option to view all files to see them.

      A good use of Fitt's Law.

    27. Re:Rolling your own by MightyMartian · · Score: 1

      OS/2 came with an icon editor. Wasn't a great tool, but it did the job. I could never figure out why Windows never shipped one.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    28. Re:Rolling your own by Anonymous Coward · · Score: 4, Funny
      Here is a nice modified firefox icon.

      It shows the firefox shagging an IE icon instead of the world. :)

    29. Re:Rolling your own by Freshie · · Score: 3, Informative

      You can make an icon in paint. an icon is a bmp with the extension changed. The first pixel in the upper left denotes the transparency. Granted it won't give you sizability, but if all you icons are 48x48, just make it 48x48, and save it with a .ico extension. :)

      --
      'I don't want more choices. I just want better things.' - Edina Monsoon
    30. Re:Rolling your own by GerbilSoft · · Score: 4, Interesting

      Who needs multiple icon sizes or color depths when you've got SVG icons?

    31. Re:Rolling your own by c0ldfusi0n · · Score: 1

      Personally, i use PhotoShop for everything, so i figured i might as well use it for icons. There's a plugin from Telegraphics that allows you to save your image as ICO. Alright, it's not really an icon editor as you can only save one icon per ICO file, but you get to use a powerful tool..

      --
      A computer makes it possible to do, in half an hour, tasks which were completely unnecessary to do before.
    32. Re:Rolling your own by T3kno · · Score: 4, Interesting

      I like these icons better, the nicest FF and TBird icons I've seen. Kudos to whomever did them!

      --
      (B) + (D) + (B) + (D) = (K) + (&)
    33. Re:Rolling your own by Dogtanian · · Score: 2, Informative

      That's good in theory, but in practice, it requires people to stick to the guidelines you gave. I have memories of opening disks full of programs with massive icons that didn't help much.

      And, to be fair to windows, it lets you hide system files (though I don't).

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    34. Re:Rolling your own by Anonymous Coward · · Score: 0

      Who needs multiple icon sizes or color depths when you've got SVG icons?

      Everyone. Vector graphics solve the problem of scaling artefacts; they do not, by themselves, adjust the level of detail as you zoom.

      Scale an SVG icon right down. Observe how any fine detail becomes a mess of pixels/a blurry mass, depending on whether your SVG implementation antialiases or not.

      Scale an SVG icon right up. Observe how it looks like crap, albeit crap drawn with lines rather than crap drawn with a grid of squares.

      There is never a magic bullet, and SVG icons, while neat, are never going to look significantly better than bitmap icons a la OS X. (Count the number of OS X users who swear blind they already have vector-based icons, if you don't believe me.)

    35. Re:Rolling your own by Anonymous Coward · · Score: 0

      Inexplicably the one format Paint doesn't support is *.ico

      That, my friend, is what Photoshop was created for.

    36. Re:Rolling your own by after+fallout · · Score: 3, Informative

      try snico at http://www.snidesoft.com it is freeware

    37. Re:Rolling your own by Picticon · · Score: 2, Interesting

      I'm the author of Iconian, Picticon, and several other Amiga icon utilities. Ahh I do miss those big, gaudy icons... I get teary eyed thinking about my Amigas.

      When I moved over to Windows 95, my first project was going to be an icon editor. Then I realized that icons in Windows suck. Such tiny little things. Sigh.

      But seriously, the best icon editor I've found on Windows is the one built into Visual C++ 6. It's straight forward and no-frills. Very easy to use. And it's included for free as part of my line of work.

      I tried some of the shareware crap out there. $20 to 50$ for some of the buggiest, confusing P.O.S. programs out there. Micheangelo in particular was VERY confusing to me. But everyone recommends it.

    38. Re:Rolling your own by hattig · · Score: 1

      Each icon format has its own advantages and disadvantages in the end.

      Windows does have the ability to have different sized icons, which does mean that you can have a small icon in list mode, and a large icon in a different view. However I'm sure you've done the "hunt for the installer icon" when installing an application with tonnes of files in the same directory.

      Amiga had any-size icons and clicked alternate images. It didn't have any control over the creator however. Still it was a good solution for the time, given that the usual way of launching an application back then was by running the application directly, not via a menu system or taskbar, etc. Many applications came with a decent setup, a reasonable sized main application image, etc. Games came with vast icons though.

      These days it isn't such an issue though.

    39. Re:Rolling your own by Ark42 · · Score: 3, Informative


      Thats not true. ICO files have 2 channels per image (an XOR mask and an AND mask) plus other data different from BMP, such as the number of sizes and colors in the .ICO file.

    40. Re:Rolling your own by rizzo420 · · Score: 1

      the only issue i have is that the firefox icons are not a fox, but a red bird, more like firebird. the thunderbird ones are nice though.

      --
      please me, have no regrets.
    41. Re:Rolling your own by chriscrowley · · Score: 1

      I found a free Photoshop plug-in that lets you open and save ICO files and you can even download the GPL source. It doesn't work as well as most of the Shareware icon editors which I gave up using after I found this tool, but it does a good enough job. I'll probably send the author $5 eventually.

      http://www.telegraphics.com.au/sw/

      On a side note, anyone remember the icons on SGI's Irix? I loved how they were vector based and would scale to any size. I'm surprised that many of the newer OSes don't use this idea, but I guess designing those icons are much more time consuming than filling in blocks on a 16x16 or 32x32 sized matrix.

    42. Re:Rolling your own by value_added · · Score: 5, Interesting

      Consistent with XP? That would mean an odd mixture of sometimes 16, sometimes 32 colours, sometimes more, and sizes in ranging (depending on the icon) from 16x16 to 48x48, each size being made available in either 16 or 32 colours or more, or all three, but not always, and depending on which .dll that particular icon is being served from, as opposed to other .dlls which contain an identical (but not always) icon.

      There was a Slashdot article posted some time ago where Steve Jobs was quoted as saying (way back when, and I paraphrase) that Bill Gates never understood the concept of design.

      Despite the overhaul made for the XP interface, much of the same crap found on NT, 2K, etc. can be found on XP, and the inconsistencies aren't limited to icon choices.

      As for the icon editor recommendation, unless it's capable of replacing the icons buried in innumerable .dlls, I don't believe it could compare favourably against any number of alternatives (Microangelo, etc.) which, thankfully, make Windows at least bearable.

      But that's just an opinion. I have otheres, of course.

    43. Re:Rolling your own by Ark42 · · Score: 2, Interesting

      http://ark42.com/freeimage/alphahlp.exe is a nice little free command line utility that can:
      • Convert to/from png/tga/tif/bmp/ico
      • split/join alpha channels to/from separate files
      • split/join multi-page images into single images per page (tif/ico specific)
      • split/join image tiles (where you, for example, have 8 16x16 toolbar icons stored as a 128x16 image)

    44. Re:Rolling your own by Ark42 · · Score: 1


      "nine valid images" ?

      I know monochrome is pretty old, but I assume this means 16 color, 256 color, or 24bit. There is also a 32bit format used in Windows XP and higher, which supports an alpha channel as a replacement for the AND-mask. I guess it only supports 16x16, 32x32, and 48x48 sizes? Those are pretty common, but icons are valid at any combination of sizes 1 to 255.
      Thats at least 325,125 valid image combinations so far.

    45. Re:Rolling your own by Anonymous Coward · · Score: 0

      Steve Jobs was quoted as saying (way back when, and I paraphrase) that Bill Gates never understood the concept of one true way.

    46. Re:Rolling your own by raider_red · · Score: 1

      Thanks. I'll check that out next time I get some time to work with XCode. I'm just learning how to program for the Mac, so I'm happy to pick up hints wherever I can find them.

      --
      It's good to use your head, but not as a battering ram.
    47. Re:Rolling your own by DrWhizBang · · Score: 2, Informative

      From the page you linked:

      * - Altorught this version is known as "SVG", the icons are still in PNG format, the SVG files will be relased once the support for the format improves in KDE.

      Not SVG. And Jimmac doesn't agree with you anyways.

      --
      Schrodinger's cat is either dead or really pissed off...
    48. Re:Rolling your own by chromaphobic · · Score: 1

      Jobs is not one to talk. OS X (and Apple apps) are a mish-mash of visual styles that seem to have been picked using a dart/dartboard selection method.

      The finder is brushed metal, unless you hide the sidebar and toolbar, then it's Aqua. Safari, iTunes, Quicktime & iCal are all brushed metal, but then there's Mail, System Prefs, Preview that are Aqua.

      Then, you start getting into Apple's other apps, like Garageband, Final Cut, Logic, et al and there's all kinds of visual styles that are neither Brushed Metal or Aqua. Ahhh!

      I used to let it bother me, especially before I had a dual G5 and Brushed Metal apps (in particular) were horribly sluggish on my G4. Now, I just shrug it off. Apple wrote their Human Interface Guidlines, so I guess they can ignore or re-write them as they see fit, whatever GUI style (and Jobs whim) they need to accomodate. :-)

    49. Re:Rolling your own by Leo+McGarry · · Score: 2

      It's an incredibly simply program. You just drag and drop images of various bit depths and resolutions to the appropriate wells, then save out an ".icns" file, which you can put into your Xcode project in place of the TIFF you might otherwise use for your application icon.

    50. Re:Rolling your own by Chief+Typist · · Score: 2, Informative

      Icon Composer is fine for developers who "just want to get the job done". If you're a designer who's developing a suite of icons with a consistent theme/style, you're going to be using Freehand/Illustrator and Photoshop (easier to review & edit.) To output from Photoshop, they use IconBuilder

      When you're dealing with applications that have hundreds of icons (think about MS Office) tools like Icon Composer just don't cut it.

      -ch

    51. Re:Rolling your own by Anonymous Coward · · Score: 0

      Yeah but getting the colors right is damn hard with that thing. I could never get it to work right.

      Try making 16 color icons, or converting a RGB to lower colors. Pffft, most of the time the resulting icon won't even work in Windows applications.

    52. Re:Rolling your own by GerbilSoft · · Score: 1

      That page hasn't been updated in a while. The Crystal SVG icon theme that comes with KDE includes the SVG versions as well as PNG.

    53. Re:Rolling your own by hairyfeet · · Score: 1

      Google freeware world team.They have thousands of free and open source apps and a great google style interface.just type in "make icons" and you'll find many great free icon tools.If you need a free program to do any job,you should try them first.great site.I have custom icons on the popsel app that i got from there to replace my overloaded quicklaunch.Now i just click the a/v icon for anything audio/video,G for games,And util for tools.With the big bright custom icons even my little nephews can find any program easy!

      --
      ACs don't waste your time replying, your posts are never seen by me.
    54. Re:Rolling your own by JabberWokky · · Score: 1
      Hunh. Just renaming a .gif or .png to .ico works for Konqueror and Firefox. I thought it did for IE as well. Not sure about Safari or Opera, though.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    55. Re:Rolling your own by Anonymous Coward · · Score: 0

      please mod the above guy into oblivion. i wish he posted with a real account...

    56. Re:Rolling your own by Anonymous Coward · · Score: 0

      Also count the number of OSX users who don't have a clue. Surprisingly both that number and the number who swear they have vector icons are almost the same as the number of OSX users. There really needs to be a -5 "Mac users are morons" mod on /..

    57. Re:Rolling your own by MrBallistic · · Score: 1

      on the pro side, iconfactory has a great program called iconbuilder. it's easy to use, integrates with photoshop, and builds icons for both xp and os x. great tool, that.

    58. Re:Rolling your own by Anonymous Coward · · Score: 0

      chad randall? hey!

      microangelo (written by a group of whacko neopagans) is pretty crappy, i agree. never understood why folks like it so much...

    59. Re:Rolling your own by zonker · · Score: 0

      someone above mentioned using vector graphics as icons (.svg). someone else mentioned an article from a dude that goes into explaining why it may not be such a good idea after all. mostly because the scaling is processor intensive and depending on how it is scaled it can produce incomprehensible tiny graphics or very large messy strokes that look awful.

      doesn't seem like an issue that is insurmountable though. i guess i would think you could create a .svgi (svg icon) file that had prescaled high and low bitmapped sizes and use the vector stuff for everything in between. if you build the scaling engine to use directx or opengl it would seem the processor usage wouldn't be so bad...

    60. Re:Rolling your own by jc42 · · Score: 2, Interesting

      I think that says it all.

      Maybe, but where is it all documented? I looked all around in its menus and meagre Help stuff, and couldn't find a thing that let me do any image editing at all. I could load images from iPhoto, but I couldn't find even a way to do a bit of cropping. All it seems to allow is loading images from other apps or files, and has no actual "composing" ability at all.

      From the name "Icon Composer", I was expecting something that would let me edit individual pixels and perform at least a few of the more common transformations. Nope; none to be found anywhere.

      So what am I missing? Where's the "compose" stuff hidden?

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    61. Re:Rolling your own by porksoda · · Score: 1

      ...Inexplicably the one format Paint doesn't support is *.ico

      1) Open up paint.

      2) Create 16x16 image.

      3) Save as windows bitmap.

      4) Open up IE or FireFox or whatever, and view the bitmap from there.

      5) Right click the bitmap, choose Save As..., select the .bmp format, but give it an .ico extension.

      Problem solved.

    62. Re:Rolling your own by tomhudson · · Score: 2, Funny
      the only issue i have is that the firefox icons are not a fox
      Neither does Excel excel.
      Photoshop isn't a place to get your pix developed.
      Paint Shop won't sell you a gallon of white latex
      Word would like to have a word with you.
      Neither is PowerPoint powerful in the hands of most users, or good at making points
      The GIMP, at leas[tt], *IS* "gimpy", The UI drives me nuts!!!!!!!

      Life is full of disappointments. Icons are the LEAST of my problems.

    63. Re:Rolling your own by Tape_Werm · · Score: 0

      It's similar to situation of FTP clients, they're all shite, but some don't smell as bad as the others. Microangelo is quite buggy, and definitely not worth the price they charge. However, it's better than most of the other editors I've tried. So I guess that's why it gets the reputation it has.

      --
      Linux sucks. And you're fat. Take a shower hippy.
    64. Re:Rolling your own by mughi · · Score: 1
      vector graphics solve the problem of scaling artefacts; they do not, by themselves, adjust the level of detail as you zoom.

      Actually, they're starting to. Just look at section 12.3 of the SVG 1.2 spec: "Alternate content based on display resolutions". Not only is it in the spec, but it's shown up on the roadmaps of things such as librsvg. Just two or three levels can replace a slew of bitmap icons.

    65. Re:Rolling your own by Anonymous Coward · · Score: 0

      I note that unlike windows, replacing a creator's naff icon was a simple matter if you didn't like it on AmigaOS.

      In windows, the icons are often embedded _into_ the executable. Blargh!

      The AmigaOS stored icons in the .info file associated with the application executable. Replace the info file, replace the icon.

      Linux on the other hand, goes too far, typically: icons are in central locations and often only loosely and even manually (either by the distro maker or the end user) associated with the application.

      AmigaOS had a happy medium: Creator of application chose the default, user could faff with it if he could be bothered. If application author didn't make a default, OS inserted crappy default icon for him and everyone laughed, so there was always motivation for good icons.

    66. Re:Rolling your own by springbox · · Score: 1

      Resource Hacker is a nice tool for editing the resource files in windows binary files. It lets you replace dialogs, icons, etc. Probably works with DLLs, but I haven't used it recently.

    67. Re:Rolling your own by Anonymous Coward · · Score: 0

      all icon editors cost $$

      That's completely untrue. You obviously didn't search very hard.

      Check out LiquidIcon XP from X2 Studios. It costs nothing and can create and edit icons as well as cursors.

    68. Re:Rolling your own by grahamlee · · Score: 1
      I looked all around in its menus and meagre Help stuff, and couldn't find a thing that let me do any image editing at all.

      Welcome to the UNIX philosophy - little tools that do one task well. You can use an image editor for editing image files - you use an icon composer for composing icons files (in this case, .icns). You combine the two and you can create an icons file from your arbitrarily edited image.

      I could load images from iPhoto, but I couldn't find even a way to do a bit of cropping.

      Yegad. Last time I checked, iPhoto was capable of said function.

    69. Re:Rolling your own by spectecjr · · Score: 1

      AmigaOS had a happy medium: Creator of application chose the default, user could faff with it if he could be bothered. If application author didn't make a default, OS inserted crappy default icon for him and everyone laughed, so there was always motivation for good icons.

      The user can still faff with it if they want in Windows too. Right click on the shortcut, and choose another icon if you want to from the Properties menu.

      Some icons (IE, Outlook) don't do this, but they're not normal icons either...

      --
      Coming soon - pyrogyra
    70. Re:Rolling your own by Dogtanian · · Score: 1

      The AmigaOS stored icons in the .info file associated with the application executable. Replace the info file, replace the icon.

      Downside; lots of .info files lying about the place. I didn't like that, personally.

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    71. Re:Rolling your own by Anonymous Coward · · Score: 0

      Works for me. You have to use the right color palette. Ofcourse, finding the right color palette can be tricky.

    72. Re:Rolling your own by Karl+Tacheron · · Score: 1

      You could just make the PNGs using Photoshop or a similar program and convert them in one of the many free programs that exist out there. To name a few, you could use IconSushi or the AveIconifier.

    73. Re:Rolling your own by eggsome · · Score: 2, Informative

      That's because the Windows .ico format is a complex meta-format with the capacity for multiple icon sizes and color depths. Paint Is just a rudimentary application like notepad and has never been the target of much improvement by MS.

      While it would be going too far to call this statement "wrong" you are basicly asserting that you cannot create a windows icon without all of that meta-data, orignaly windows icons had no such meta-data (Win 3.1 days) icons were just 32x32 monocrome or 16 color (4bit) BMP files renamed to .ICO.
      Indeed, if you create such a file in MS Paint and rename it, it will be recognised as a valid icon. It will even automagicly create a 16x16 version for use in the Start menu ect. This is true for all windows right up to and including WinXP.

      The original .ICO format was Very Very simple.

      --
      If they made a movie of your life, would anybody buy a ticket?
    74. Re:Rolling your own by netsharc · · Score: 1

      Wow, that sure brings back memories, I used to have this program back in Windows 3.1 days (or was it even DOS?), with the cool big-eyed frog!

      Nowadays I use IrfanView though, which can also save as ICO.. to create the image itself I use Paint Shop Pro..

      --
      What time is it/will be over there? Check with my iPhone app!
    75. Re:Rolling your own by n1ywb · · Score: 1

      Typical apple zealot reaction. Here I am singing the praises of ResEdit AND OS-X and yet I still get modded as flamebait because I mention that Apple had a few shitty years. Face the facts, people.

      --
      -73, de n1ywb
      www.n1ywb.com
    76. Re:Rolling your own by ken-reno · · Score: 1

      Do you know how much icons cost to buy $$$$? There are lots of variables but US companies charge $400 to $500 per icon. We send ours to a guy in Russia who does them for ~$150 each. He does great work though he is not that punctual.
      If this sound like a lot of money consider that each icon is an Adobe Illustrator file that looks like a 3-d rendering of the image. The icons are then converted to various bit map formats and color depths. As they get small, they require hand retouching. One also typically also need normal, selected and disabled version

    77. Re:Rolling your own by Anonymous Coward · · Score: 0

      So were you born stupid? Or did someone repeatedly drop you on your head every hour for the formative years in your life?

  2. Deja Vu by suso · · Score: 4, Informative
    1. Re:Deja Vu by NetNifty · · Score: 2, Informative

      That was a history of GUIs, this focuses on icons.

    2. Re:Deja Vu by ackthpt · · Score: 1
      Or if you don't like this slashdot article, you can read the same one that was posted on slashdot exactly one year ago (well, almost exactly) Sorry, I couldn't resist.

      A year ago?!??! That's ancient history!

      We here at slashdot require only the most up to date information.

      Geez.. trying to pass off old news as current... wotta lotta nerve..

      An it's all slashdotted, too.

      --

      A feeling of having made the same mistake before: Deja Foobar
    3. Re:Deja Vu by yorugua · · Score: 1

      Seems sometimes history repeats itself... and in this particular case, the site is /.'ed once again... We haven't learned how to put links to "weaker" sites using nyud.net:8090 just yet. Give it another year..

    4. Re:Deja Vu by Ki+Master+George · · Score: 2, Informative
      There is a difference:

      The old one announces the existance of GUIdebook (which is described as a history of all things GUI, not all things icons). The new one announces a page on GUIdebook about the history of icons.

      --
      Before you walk a mile in someone's shoes, you should insult them so you know how they are and what they're doing.
    5. Re:Deja Vu by biglig2 · · Score: 1

      I don't know which is sadder, when a slashdot editor posts two dupes a story apart, or when a slashdot reader spots two dupes a year apart...

      --
      ~~~~~ BigLig2? You mean there's another one of me?
  3. As typical by imsabbel · · Score: 0, Flamebait

    no slashdot story summery with an idiodic comment.
    YES, IT WAS PROGRESS.
    And yes, its nice to have icons, even if you, mr submitter, probably still think that anything thats not a cli is bad.

    --
    HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
  4. Amiga Icons by Moby+Cock · · Score: 3, Insightful

    I know on my Amiga 500 I used to draw icons in Icon Editor, and it was pretty cool. I too had some real beauties. I miss Workbench, it was pretty sweet.

    1. Re:Amiga Icons by YorgleLlama · · Score: 2, Informative

      you can always use AmiWM, using my 1.x patch... http://www.cis.rit.edu/~jerry/Software/amiwm/ :)

    2. Re:Amiga Icons by British · · Score: 1

      Didn't the Amiga OS allow icons of any size to exist? That tended to get obnoxious.

    3. Re:Amiga Icons by SharpFang · · Score: 5, Interesting

      Some interesting features of Amiga icons:
      - Arbitrary size
      - Could change image when clicked
      - Possible arbitrary placement

      This was making for some interesting applications. Like, the game Heimdall had screen high and half-screen wide icon of the character with a warhammer, when clicked the character was slamming the hammer down. I would add a tiny, 5x5px icon placing it over corner of Filemaster 2.2 icon just to launch Filemaster 2.0 in case it was needed (just like small "arrow down" in corner of "back" of Firefox)
      There were tools converting pictures to icons. You could tile icons being parts of bigger image over some area, making a "clickable image". Clicking on directory ("drawer") icon was "opening the drawer", there were also many other cool "mini-anims" like hydraulic press "compressing" the package for a compressor program, a floppy multiplying itself for file copy etc.
      Windows was a BIG step backwards from Amiga icon functionality. That step was never undone. Now all leading OSes have single-image, fixed-size icons.

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    4. Re:Amiga Icons by Dogtanian · · Score: 2, Insightful

      Some interesting features of Amiga icons: - Arbitrary size. Windows was a BIG step backwards from Amiga icon functionality. That step was never undone. Now all leading OSes have single-image, fixed-size icons.

      Yeah, the multiple images were nice. HOWEVER... we have enough problems under Windows with stupid non-standard GUI flashy crap, without allowing those same aesthetically-challenged cretins to design icons that take up three-quarters of the screen.

      I'm sure those assholes would make hideous fully-animated icons that ran whenever they were visible and consumed 75% of your processor time... if it were possible, that is.

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    5. Re:Amiga Icons by CableModemSniper · · Score: 3, Interesting

      Now all leading OSes have single-image, fixed-size icons.

      Well as far as fixed sized goes, yo've obviousy never used Gnome or KDE with SVG icons. And icons in the Dock of OS X can be animated, likewise the systray in windows.

      --
      Why not fork?
    6. Re:Amiga Icons by tverbeek · · Score: 1
      Now all leading OSes have single-image, fixed-size icons.

      If by "now" you mean "1995", you're absolutely right. But in 2005, the leading OSes (i.e. Windows, Mac OS, Linux) all support multiple-resolution icons. OS X will even scale them in real time for you.

      --
      http://alternatives.rzero.com/
    7. Re:Amiga Icons by moonbender · · Score: 1

      You've got 5 or so fixed sizes (in Windows anyway), that's still a step back from an arbitrary size, not to mention having them animated. I mean, personally I don't think it's much of a step backwards, but feature-wise I guess it is.

      --
      Switch back to Slashdot's D1 system.
    8. Re:Amiga Icons by Anonymous Coward · · Score: 0

      likewise the systray in windows.

      Uh, if you mean "they can be changed by your proggie", then yeah. They are not really animations though, it's just your program changing the icon.

    9. Re:Amiga Icons by Soruk · · Score: 2, Informative

      RiscOS supported multiple sized icons up to 256 colours - in 1988.

      --
      -- Soruk
    10. Re:Amiga Icons by Bambi+Dee · · Score: 1

      Amiga icons were fixed-size in that there was no way to scale them. A drawer window could easily turn into a cluttered mess because all those variably-sized icons refused to line up properly, "clean up" or no "clean up". It was alright for games and goofy GUI fun, but on systems with as many files as anything recent tends to have I really prefer having icons that are all the same size, with that size being something specified by me. (Then again, for anything like that you'd probably want a list view, for which the Amiga had no icons anyway.) I loved the Amiga, but I never thought Workbench was all that great.

    11. Re:Amiga Icons by KarmaMB84 · · Score: 1

      As opposed to the systray or some other part of the OS flipping through the frames itself?

    12. Re:Amiga Icons by Kent+Recal · · Score: 1

      Fine with me. That way I know which of the crapware I just downloaded can be deleted right away without even clicking on it and which makes a sane first impression.

    13. Re:Amiga Icons by Anonymous Coward · · Score: 0

      Note that amiga icons were stored in a separate file to the main executable. If you didn't like the creator's icon, it wasn't a risky binary edit to a .exe file to change it, you just overwrote the data in the .info file.

    14. Re:Amiga Icons by amaupin · · Score: 1

      One of the most useful things about Amiga icons was that they could contain the command line arguments for the program they called.

    15. Re:Amiga Icons by master_p · · Score: 2, Informative

      Windows was a BIG step backwards from Amiga

      Brother, you couldn't have said it better:

      • Workbench apps could run at their own private screen or in the main Workbench screen, whereas in Windows all apps run in the same screen.
      • Each Workbench app could have its own resolution. Clicking the arrows in the menu bar would switch to the next app, changing the resolution automatically. You could edit your game's sprites in 320x240 while editing the game's code in 720x584 overscan.
      • Workbench screens could be dragged down from the menu bar and reveal the screen underneath, with all resolutions visible in the same screen!. Drag-n-drop from one screen to the other was fully supported.
      • The Amiga O/S was fully pre-emptive multitasking, without memory protection and virtual memory.
      • Each Amiga app lived completely in its own directory. There were no installers, just decompress the app in a directory and click its icon. You could copy an app anywhere you liked, and it worked.
      • The settings of each app were saved in an .info file, which was the app's registry. The application 'infoeditor' was used to edit the .info file. When you copied an executable from a Workbench window to another, the icon of the executable and the info file was copied along. No need to mess with a registry.
      • Amiga drivers were installed with ...drag-n-drop. No need to reboot.
      • Zorro slots were automatically configured. Plug-n-play without problems right from the start.
      • When the Amiga read from the floppy, cd rom or hard disk, the applications did not grind to a halt. Even in my PC today (a mighty Athlon XP 2400+), when the CD/floppy stalls, the Windows Explorer goes bonkers.
      • Amiga icons were animated. 'Nough said.
      • The mouse cursor of the Amiga was a hardware sprite. It was so smoothly moving across the desktop in 50 fps. Even in the mightiest PC today, the mouse cursor is quite jerky.
      • There was no silly limitation of 640 KB, and programming in C was as it was supposed to be: there was no silly large and small memory models.
      • For those into programming, the Amiga's chipset was the easiest one programmable. If you wanted to change the resolution, you simply wrote the size of the screen in pixels at some memory location and the video mode was changed. In the PC, before Windows and DirectX, I had to struggle with mode-X, video timing registers that used characters as the display unit, weird memory addressing systems etc.
      • The Amiga's command line was a joy! instead of using drive letters, the Amiga OS named its devices with user-defined names. When a device's name was changed, the links were not broken, because the O/S remembered the namings! Devices could also be accessed as 'device0:', 'device1:' etc.
      • Amiga filenames could accept 32 characters, instead of 8 characters of DOS.
      • Amiga had file types: a file type could be connected to an app, so when double-clicked, the registered app would open it, even from the command line.
      • Amiga had AREXX, one of the finest scripting languages around. One could write whole apps in it...you could control everything with it, and most apps where scriptable through it!
      • The menu bar was used as an information bar when the mouse was away from it, saving useful space. Now all apps waste space in status lines.
      • My Amiga booted from HD in 10 seconds in WB 3.0. There weren't many things to do though: just load the WB(!!!).
      • My Amiga could boot in GUI mode from a floppy, with WB fully ususable from floppy, both from GUI and command line.
      • A friend of mine had an Amiga with two expansion cards: one with an 68030 at 40 MHz, and another with a PowerPC processor at 120 MHz. All CPUs of the machine could be run in parallel! he used to run Lightwave3d on the PowerPC, while the 68030 was busy with code editing and the main 68000 was copying stuff.
      • The above mentioned conf
    16. Re:Amiga Icons by bjb · · Score: 1
      You can do that with Windows shortcuts today. Create a shortcut to a document, program or whatever. You can specify working directory and program/arguments/etc. After that, you can assign an icon to it.

      Its been a while since I've fired up my Amiga, but if I remember correctly, you created a specific icon type, created the graphic, and then set up the command line, etc.. You couldn't change the icon after the fact.

      --
      Never hit your grandmother with a shovel, for it leaves a bad impression on her mind...
    17. Re:Amiga Icons by Anonymous Coward · · Score: 0

      Yeah, only where is it now?

    18. Re:Amiga Icons by wolverine1999 · · Score: 1

      Couldn't you have run an emulator?

    19. Re:Amiga Icons by vortexau · · Score: 1

      > Yeah, only where is it now?

      Pardon? Where is WHAT now?

      (posted from an AmigaOne XE-G4)

      --
      (David Bowman, EVA near HUGE Monolithic Win-PC in orbit around Jupiter) "My God - its full of Malware!"
  5. Google Cache by WhatsAProGingrass · · Score: 2, Informative
    --
    Mark
    1. Re:Google Cache by matth · · Score: 5, Informative

      Why not just use mirrordot.org ?

    2. Re:Google Cache by Phisbut · · Score: 1
      Why not just use mirrordot.org ?

      Because the background made me go blind...

      --
      After 3 days without programming, life becomes meaningless
      - The Tao of Programming
    3. Re:Google Cache by mattOzan · · Score: 1
      Why not just use mirrordot.org ?

      Because all the icons there are broken.

      No, the icons are intact at Mirrordot.

    4. Re:Google Cache by randyest · · Score: 1

      No, they really are broken. Mirrordot appears to be slashdotted, which is kinda funny since mirrordot claims to "solve the slashdot effect."

      --
      everything in moderation
    5. Re:Google Cache by Anonymous Coward · · Score: 0

      Now even the Google cache is slashdotted.

      How the heck can I see these things?

  6. History of Icons? by Deliveranc3 · · Score: 4, Funny

    Worship the icon you techno pagans!

    1. Re:History of Icons? by y00nix · · Score: 1, Redundant

      Worship MIRRORDOT instead!
      Click for the complete article with icons

    2. Re:History of Icons? by SpryGuy · · Score: 1

      ...except hat mirrordot is slashdotted, and all the links to the icon pics are broken. So that doesn't help at all.

      --

      - Spryguy
      There are three kinds of people in this world: those that can count and those that can't
  7. Hmmm.... by Psychotext · · Score: 2, Insightful

    Where's my flaming server icon?

    I think it's about time that slashdot AUTOMATICALLY posted mirrors for the static pages they link to. Either that or stop posting links to crappy little servers that can't handle the traffic!

    --
    People that believe in their opinions don't post AC.
    1. Re:Hmmm.... by Anonymous Coward · · Score: 2, Insightful
    2. Re:Hmmm.... by Anonymous Coward · · Score: 1, Insightful

      Those answers are excuses.

      There is no difference between slashdot providing a mirror of a page, and a http proxy. Slashdot would just have to be a huge http proxy, where only pages that the http headers say can be cached are cached. All sites that don't want to be cached already have no-cache headers for other proxies. My ISP even sets up the default configuration of its hundreds of thousands of clients to automatically use a http proxy. To say slashdot would be somehow a "special" proxy is ridiculous.

      I suspect the real reason slashdot doesn't cache pages is because it costs money. The slashdot pages itself are a ton of bandwidth. Add all the linked stories that can be cached to that, and you get a doubling or tripling of the bandwidth bill.

    3. Re:Hmmm.... by matth · · Score: 1

      Why not just use mirrordot.org ?

    4. Re:Hmmm.... by Ki+Master+George · · Score: 1

      The servers ought to be setting up HTTP Redirects if they get Slashdotted (and they're able to at least partially handle it).

      --
      Before you walk a mile in someone's shoes, you should insult them so you know how they are and what they're doing.
    5. Re:Hmmm.... by JoshRoss · · Score: 1

      It appears that mirrordot does not mirror images. So, I wonder why they even mirrored that page?

    6. Re:Hmmm.... by baadger · · Score: 2, Interesting

      Why doesn't the slashcode include something like this...

      $post =~ si/http:\/\/([^\/]+)\/?/http:\/\/$1.nyud.net:8090/ g;

      My perl isn't so good..but wouldn't that be ever so trivial?

    7. Re:Hmmm.... by jea6 · · Score: 1
      --

      sarchasm: The gulf between the author of sarcastic wit and the person who doesn't get it.
  8. Slooooooow Server... by Shadow+Wrought · · Score: 4, Funny

    Looks like an iconoclast got to it.

    --
    If brevity is the soul of wit, then how does one explain Twitter?
  9. my favorite icon by JeanBaptiste · · Score: 5, Interesting
    1. Re:my favorite icon by fussili · · Score: 5, Informative

      The Dogcow's name is Clarus, it simply makes the sound "Moof" :) It's a common misconception.

    2. Re:my favorite icon by Jim+Hall · · Score: 1

      Kare's web site has a link to the Moof Icon store on cafepress. You can buy tshirts and such with the dogcow on them! :-)

      No buttons, though ... I'd like to have a bunch of dogcow buttons for my next meeting (lots of Mac users there, it would be fun to hand them out.)

  10. Mirror by Broke+Mirror · · Score: 0
    --
    In case of Slashdotting, break mirror.
    1. Re:Mirror by Blaskowicz · · Score: 1

      looks like that mirror is slashdotted too.

    2. Re:Mirror by TruthSeeker · · Score: 2, Funny

      In case of Slashdotting, break mirror.

      Oh, and we broke it ...

      --
      I sense much beer in you. Beer leads to intoxication, intoxication leads to hangover. Hangover leads to sobering.
  11. Icons are history by Enigma_Man · · Score: 0, Redundant

    Slashdotted... Why do they even bother linking to a page full of images?

    -Jesse

    --
    Nothing says "unprofessional job" like wrinkles in your duct tape.
    1. Re:Icons are history by marcansoft · · Score: 1

      not only that, but mirrordot didn't get in on time, and now 404's me on the link. Plus the page is totally dead, Connection Refused.

    2. Re:Icons are history by marcansoft · · Score: 1

      working now... reeeeeeeeaaaaaallllllllsssssslllllllooooooowwwwww

  12. Icons? by chrispl · · Score: 4, Funny

    Hm, all of the icons look like the same "broken image" icon to me...

    Slashdotted to hell.

    --
    What post? The one you're carrying inside your rusty innards!
    1. Re:Icons? by ewieling · · Score: 1

      Most icons look to me like some psychopath's attempt at drawing a toaster.

      --
      I really shouldn't have used someone else's email address for this account.
  13. Full article text! by Anonymous Coward · · Score: 5, Funny

    This is a chart of icons from various interfaces. Clicking on GUI names, section names or icons themselves will lead to the appropriate page: Options Show GUI families: Lisa Office System Mac OS NeXTSTEP/OPENSTEP/Rhapsody Windows OS/2 GEOS/GeoWorks Apple II Amiga OS RISC OS BeOS Red Hat Linux QNX Solaris

  14. progress? by justforaday · · Score: 2, Insightful

    Hard to say whether it's progress, since I can't access TFA. However, I will say that the MS/Windows habit of trying to iconify every possible command is not progress. Some things simply cannot be conveyed via a 12x12 or 16x16 (or whatever the res is) pictogram.

    --
    I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    1. Re:progress? by Frankie70 · · Score: 1


      Hard to say whether it's progress, since I can't access TFA. However, I will say that the MS/Windows habit of trying to iconify every possible command is not progress. Some things simply cannot be conveyed via a 12x12 or 16x16 (or whatever the res is) pictogram.


      Can you give an example?

      Also can you suggest what should be done for the said example?

      And also explain how 'iconyfing' the said command is bad?

    2. Re:progress? by Anonymous Coward · · Score: 3, Insightful

      I will say that the MS/Windows habit of trying to iconify every possible command is not progress.

      And I will say that the Slashdot habit of blaming everything you don't like on Microsoft is also not progress.

      Funny how in one article everyone's like "Apple is teh cool, they invented EVERYTHING and Microsoft just copied them", and then as soon as someone percieves something Apple popularised - like using icons for everything and deprecating the command line - as "bad", they blame Microsoft for it!

      Apple are the ones to blame for dumbed-down icon-based interfaces. And KDE and Gnome have far more inscrutable icons than Windows does. So really, Microsoft are about as good as anyone gets in this one tiny regard... not that I expect anyone to give them credit for it.

    3. Re:progress? by Anonymous Coward · · Score: 0

      If pictures are so powerful why did you type your message? Surely a picture would have been better.

    4. Re:progress? by Leo+McGarry · · Score: 1

      I'm guessing that he was referring to the tendency in programs like Microsoft Word to try to reduce every program function to an icon on a toolbar.

      That is, indeed, a terrible idea. We have menu bars for a reason.

    5. Re:progress? by be-fan · · Score: 1, Insightful

      You miss the point. Apple's interfaces are not like Microsoft's interfaces. It's not the use of icons that's the problem, but the overuse of cryptic ones. MS Word is the most egregious offender. There are several toolbars full of tiny icons that don't really mean anything to you unless you've used the program before. Most Apple apps, however, have one or two toolbars of big, clear icons for the most important functionality. The rest is left to text labels in the menus.

      --
      A deep unwavering belief is a sure sign you're missing something...
    6. Re:progress? by tehshen · · Score: 1

      Quick hyperbolic examples:

      This screenshot is an example of Microsoft Word and its 16x16 buttons. Although most people can recognise the page icon for New, floppy disk icon (with the flap the wrong way round, too!) for Save, there are inexplicable little things like a set of tools, a clipboard with a tick on it, and a padlock. I could guess at what some of these mean, but without seeing the tooltip I couldn't be sure. It's a shame most applications have adopted this way of doing things.
      Iconifying said commands is bad because it's hard to deduce said icon's meaning (little clipboard with a tick in it, for example).

      For a better way, see the iWork applications (I can't find screenshots, though), which store most commands in menus, or GTK applications such as this one (I know gedit isn't as complex as Office, I'm just showing the toolkit). The save button has both a floppy disk icon and "Save" under it, if you weren't sure. Spellcheck has "Spellcheck" written under it. And you can change these things (globally) under Menus and Toolbars in Preferences.

      --
      Guy asked me for a quarter for a cup of coffee. So I bit him.
    7. Re:progress? by kahei · · Score: 1, Interesting


      There are several toolbars full of tiny icons that don't really mean anything to you unless you've used the program before. Most Apple apps, however, have one or two toolbars of big, clear icons

      So, it's a choice between:

      A -- lots of functions, but you have to actually learn something before you can use them fluently

      B -- a small number of functions, but with biiig pretty pictures

      I'll pick A.

      --
      Whence? Hence. Whither? Thither.
    8. Re:progress? by justforaday · · Score: 1

      This is exactly what I was referring to. Rather than having an icon/button for every single command, it's a better idea to allow keyboard shortcut customization for the menu commands. That way, if someone is a power user, they can have a key-binding of their own choosing that performs the command, rather than having to move the mouse to click a button that they usually have to wait for the tooltip to appear on to make sure it's the right one.

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    9. Re:progress? by cowscows · · Score: 3, Informative

      I'll give a specific example that isn't really windows, but still bugs me. phpMyAdmin is an excellent piece of software that really makes my life easier. But a few versions ago they made a change that really bugs me. Before, if you were looking at a database, it could list all of the different tables in a chart, and it'd have links for all the different options (browse, insert, search, drop, empty, etc). Then one day I logged in and it was updated. All those quick little text links were replaced with tiny 16x16 icons. And they aren't even good icons. The icon for empty is a trashcan on top of some weird looking window. It's arguable whether or not a trashcan is a good symbol for empty, but regardless of that, the stupid window in the background makes it illegible. A finger pointing at a piece of paper stands for "structure"?

      There are six commands in that table that they icon-ified. They saved maybe a few pixels of horizontal space, but I don't think they were hurting for room anyways. And it's a big step backwards in terms of usability and intuitiveness.

      They say a picture is worth a thousand words. So isn't it overkill to use an image to replace one single word? How is that supposed to make things any easier?

      It'd be like /. replacing the Submit and Preview button text with little images. What would be the point?

      --

      One time I threw a brick at a duck.

    10. Re:progress? by Anonymous Coward · · Score: 0

      Except you deliberately ignored this part of your parent post:
      The rest is left to text labels in the menus.
      So no, you don't give up functionality, you just don't access it through meaningless pictures.

    11. Re:progress? by buckhead_buddy · · Score: 1
      I agree with your assertion that:
      I will say that the MS/Windows habit of trying to iconify every possible command is not progress.
      I notice this especially in toolbars that attempt to cram the most common commands into tiny space. It may be "common" to use File:Open or File:Save, but these are probably the worst candidates for "useful" toolbar icons. You probably already have the shortcut ingrained in your hand motion already, and if you're using the mouse, the toolbar is hardly a twitch away from the menubar (where Open and Save's position are well known). On the Mac, I almost never see these two icons in default toolbar arrangements (there was a directive against doing this in Inside Macintosh long ago I think).

      Even worse is when toolbars have only a fixed size. On today's smaller displays the physical resolution can go well above 96dpi. On those monitors I find small icons useless unless they are common ones (like "Find") or are sigils themselves (like "Play" or "Eject").

      While Apple gets a lot of heat about making cosmetic eye candy, one thing they changed in OS X that goes unnoticed is that they upped the default icon size to 128x128 (and still let developers make smaller versions). Thus it makes it easy to make good looking, recognizable, icons that will scale up to almost 256x256 (with antialiasing) without starting to look choppy. While I don't expect toolbars to ever need 128x128, other places that use icons in the Mac OS (the app's "About" box, or the toolbar) really do benefit from these larger sizes.

      I don't find Window's icons useless, but I think my habits of using them well are just because they frequently use the same (or similar) elements in their icon design. It WOULD probably throw me off somewhat for a developer to use a purple handle on their magnifying glass for their Find feature. Just because I have an expectation, and at the tighter dpi's my eyes don't want to work to decode whether purple has any significance in that icon. Windows has a good language for icons, but it doesn't scale up well to those tighter dpi's. I don't find Windows useless, but the differences from the Mac icons run deeper more than just cosmetics.

    12. Re:progress? by saltydogdesign · · Score: 4, Insightful

      Some things simply cannot be conveyed via a 12x12 or 16x16 (or whatever the res is) pictogram.

      Tell that to the Chinese.

      --
      // This is not a sig.
    13. Re:progress? by Bradee-oh! · · Score: 2, Interesting

      So, it's a choice between:

      A -- lots of functions, but you have to actually learn something before you can use them fluently

      B -- a small number of functions, but with biiig pretty pictures


      I think you missed a key point of the grandparent post - That on may OSX applications the "small number of functions with biiig pretty pictures" are the icons visible on the default toolbars and the ADDITIONAL functionality is available through the menu system and keyboard shortcuts.

      I think it would be very difficult to argue that OSX versions of the big applications actually have LESS functionality than the MSW versions - they don't. The whole point of this thread is that Microsoft would rather give you a smaaaaaal pretty picture for every single function you can perform which basically clutters up your screen and masks the simple, most common functions. The common OSX approach is to have those biiiig pretty pictures for the functions you'll use 80% of the time and provide organized, readable menus for the other functionality

      As a power user I still have to learn applications. I would much rather hunt for the function I need in a menu system which follows an organizational pattern anyone who's used a computer before should be familiar with then search through the tooltips of scores of archaic pictures for what I need.

      --
      "This is Zombo Com, and welcome to you who have come to Zombo Com" - www.zombo.com
    14. Re:progress? by Anonymous Coward · · Score: 0

      I don't see what the big deal is. Okay, so some of the icons aren't the greatest, but once you've used a program for awhile you get to know what they mean. Maybe you can't always tell what an icon does just by looking at it, but isn't that the whole purpose of tooltips? You don't like having so many icons? Each and every toolbar in any Microsoft Office program can be removed. Icons too small for you? A simple right click on a toolbar offers an option to customize it many ways, including the icon size. Want to create your own customized toolbar containing just the icons you use often? No problem. Want to use keyboard shortcuts? They're still there. No one's creating toolbar icons at the expense of keyboard commands. You can hide all toolbars and just navigate with the keyboard if that's what you like. This whole thread seems like just another excuse to bash Microsoft over nothing.

    15. Re:progress? by M$+Mole · · Score: 1

      I notice this especially in toolbars that attempt to cram the most common commands into tiny space. It may be "common" to use File:Open or File:Save, but these are probably the worst candidates for "useful" toolbar icons. You probably already have the shortcut ingrained in your hand motion already, and if you're using the mouse, the toolbar is hardly a twitch away from the menubar

      You'd think that, but trust me, I've seen users, when I've stood over them and told them to save their work, over and over again go to File, Save...going right over the icon in the toolbar and none of them EVER know shortcuts (I write software for police departments...and I'd say a good 60% of my users don't know that CTRL+C in Windows is "Copy", based on my personal experience).

      MS's approach to "Lowest Common Demoninator" for users seems to be putting icons and menus and shortcuts everywhere, so the user can have 30 different ways to screw things up.

      --
      Karma: Non-existant. Due mostly to the fact that you smell funny and nobody likes you.
    16. Re:progress? by justforaday · · Score: 1

      I'm not saying I have a problem with icon-based interfaces. I am saying that I have a problem with iconifying every single command. It makes sense to iconify commonly used commands. In one of my other responses, I point out how (IMHO) giving the "power users" the ability to assign keyboard shortcuts to any menu command is more usable than having an iconified button for every command. And yes, KDE/Gnome are worse off for it in many ways than Windows is.

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    17. Re:progress? by ghqman · · Score: 1

      Since Word etc allow you to hide or show the toolbars, and assign your own shortcuts to the commands what is the problem? That they allow toolbars for people who do like them?

    18. Re:progress? by Anonymous Coward · · Score: 0

      Wooosshh..

      Hear that? The point, fanboy, the point. You missed it.

      He wasn't blaming Apple or anyone for dumbing down interfaces. He's refering to the current practice in the windows world - and KDE as well, there you go - of sticking icons all over the place, down to menus. Which is stupid because people can scan down lines of text much more easily than deciphering necessarily small icons.

      FWIW, the Apple HIG specifically forbids icons in menus. Icons in toolbars have to be big -and- meaningful (unless you're writing Photoshop ;-), and toolbars optional (everything has to be accessible from the menus).

    19. Re:progress? by spitzak · · Score: 2, Insightful

      He is talking about "toolbars" as popularized by Microsoft software, not desktop icons. That idea is certainly Microsofts, whether it is good or bad. I do believe it is *way* overused, and am rather annoyed that they still have not figured out that there is no difference between the "menubar" and the "toolbar" and have failed to make them graphically match or merge them together. To be fair, Microsoft also came up with the popup tooltip that works (Apple's earlier version was too graphically intense and I believe had some other problems that made it hard to use as a quick reference), these tooltips make the "toolbar" as usable as a text bar and the screen realestate savings may be worth it. A vertical menubar with text would be far better, but you can probably blame Apple for convincing all the morons that a menu must be horizontal.

      Both platforms are quite guilty of having inscrutable *appliation* icons, which I think you were talking about. This is mostly commercial software that insists on using their company logo rather than any representation of what it does. Microsoft has apparently given up, their nice looking modern icons use "W" to indicate Word, which is not really an icon, if you think about it!

    20. Re:progress? by Anonymous Coward · · Score: 0

      Here's what you do:
      1) Open Microsoft Word
      2) Right click on any toolbar. This will bring up a list of all available toolbars.
      3) Uncheck all toolbars you don't want.

      There you go. No more pretty pictures to threaten your geek-dom. No more clutter on your screen. Each and every keyboard shortcut is still functional. Each and every option is still accessible through the standard menu bar. Problem solved. Hell, if you want a toolbar with a few useful icons that doesn't match any of the predefined ones, you can easily create a custom one.

      It's amazing how so many "power users" can have so much trouble with this. But hey, I guess it's more fun to bitch about Micro$oft than to take 30 seconds to realize that the exact functionality you want is already there.

    21. Re:progress? by tehshen · · Score: 1

      once you've used a program for a while you get to know what they mean
      True, but it's true for anything. I shouldn't have to learn what an icon does, I should be able to tell from looking at it.
      For another example of how to do it better, see any desktop. There are clear icons with text under them, so you can see what it does.

      A simple right click on a toolbar offers an option to customize it many ways, including the icon size.
      In all the versions of Office I can use (2000 to XP) increasing the icon size just renders the pixels four times as big, not actually making them any clearer. (Microsoft Works does this better, oddly).

      Each and every toolbar in any Microsoft Office program can be removed....Want to create your own customized toolbar containing just the icons you use often? No problem.
      I know I can do this (and when I have to use Office, I do) but it's just a workaround to a problem that shouldn't be there in the first place. The clipboard with a tick in it is actually Create Outlook Task, and is placed under Reviewing. My mother (who is the Outlook user) has complained that it should be something better, such as a new item in a task list, even when I 'Customize'd and put it in the main toolbar for her. And there's no menu or shortcut equivalent that I could find that could be used instead.

      --
      Guy asked me for a quarter for a cup of coffee. So I bit him.
    22. Re:progress? by afd8856 · · Score: 1

      You may be wrong about file:open and file:save being the worst candidates. I think it depends on the app. For example, for me in Corel Draw the save icon is an indicator for my save state (I tend to save every few moves, and the open icon is quite handy to avoid a few thumb-twisting moves). And anyway, my right hand sits on the mouse, so in this type of applications I think those icons cannot hurt. To tell the truth, in a new application I wouldn't be messing at first with the icons, and stick with the traditional, common ones.

      --
      I'll do the stupid thing first and then you shy people follow...
    23. Re:progress? by moonbender · · Score: 1

      FWIW, the Apple HIG specifically forbids icons in menus.

      Really? Wow, that sucks. I mean, using only an icon in a menu would be pretty dumb, but who does that? I've never seen that in any large Windows program. But most programs provide the command icon along with the command title in a menu. That way, the next time you can easily use a toolbar icon for that command, learning by doing. (Java Swing UI guidelines mandate this, too, afaik.) Of course, if your toolbar isn't that large to begin with, there isn't much use in providing the icons in the menu.

      --
      Switch back to Slashdot's D1 system.
    24. Re:progress? by Anonymous Coward · · Score: 0

      The Windows default is to show an icon and part of the filename in lists, leaving off the extension. That's one of the things that drives me insane when I have to use someone else's PC. I usually change their settings to show the whole filename.

    25. Re:progress? by xenoandroid · · Score: 1

      You still have the issue with the icons being small and meaningless.

    26. Re:progress? by xenoandroid · · Score: 1

      Vertical menu bars? I think I'd rather have as little of my screen possible dedicated to menus, unless you're from an asian country where the written language is read from top to bottom, right to left or plan on replacing every menu text with an icon, vertical menu bars are a stupid idea. Reading english like this:

      F
      i
      l
      e

      is bad UI design, as is turning the text on it's side. You want to make thing easier for users, not harder.

    27. Re:progress? by spitzak · · Score: 1

      By "vertical" I meant the text would look like this:

      File
      Edit
      View
      Whatever

      It is quite incredible that somebody would think that I meant turning the graphic on it's side, or turning it on it's side and rotating the letters back. But I guess it proves my point that the horizontal menubar has brainwashed the masses into believing that no alternative is possible and thus they cannot even picture it!

    28. Re:progress? by xenoandroid · · Score: 1

      "I think I'd rather have as little of my screen possible dedicated to menus"

      I was referring to that possibility too, it's a waste of pixels. Why would I want all that white space to the right of File, Edit, and View because Whatever has to extend the size of the bar. If you're planning on having floating text without framing it in a menu bar, things are going to start looking way too cluttered.

    29. Re:progress? by Echnin · · Score: 1

      Humm, my bookmark and log menus in Safari show icons next to site names, actually. But to be fair, these are to show items, like the start menu in Windows, not functions, like Office for Windows (XP and 2003).

      --
      Lalala
    30. Re:progress? by drsmithy · · Score: 1
      I would much rather hunt for the function I need in a menu system which follows an organizational pattern anyone who's used a computer before should be familiar with then search through the tooltips of scores of archaic pictures for what I need.

      Which you also do on Windows, so... what's your point ?

    31. Re:progress? by argel · · Score: 1
      It is quite incredible that somebody would think that I meant turning the graphic on it's side, or turning it on it's side and rotating the letters back.

      Kdevelop (and I guess Kate) in Ideal mode rotates the text for the vertical toolbars.

      But I guess it proves my point that the horizontal menubar has brainwashed the masses into believing that no alternative is possible . . . !

      Vertical toolbars with unrotated text will usually use more screen realestate than horizontal ones since we write left to right (horizontal). I suppose if you tried to group all of the toolbars on the left or the right you might be able to make it work out to about the same screen realestate.

      Photoshop and Painter (8+) both use vertical (and horizontal) toolbars. And various 3D apps let you place things all over the place.

      --

      -- Argel
    32. Re:progress? by ChoccyHobNob · · Score: 1

      I just noticed that Word 2k3 has a toolbar called "Japanese Greetings" and a total of 30 Toolbars. I think maybe they have gone a step too far. There is even an icon for M$ Foxpro as standard even though it isn't part of Office (The icon just gives an error message)

    33. Re:progress? by Anonymous Coward · · Score: 0

      I'd pick "B".

      How often do you use most of those functions? Take web browsing: six actions account for about 99.95% of my workflow:

      1) Open a link in this tab
      2) Open a link in a new tab
      3) Go back
      4) Reload
      5) Type an address into the address bar
      6) Go forward

      Any toolbar icons that don't facilitate one of these actions are useless to me.

    34. Re:progress? by rhennigan · · Score: 1

      The only reason I'm replying to you is so that I can see the submit and preview buttons. Hmmm.. Nice buttons.

    35. Re:progress? by Anonymous Coward · · Score: 0

      You ever try to read Chinese in 12pt? Take it from me, it's not a pretty sight.

    36. Re:progress? by moonbender · · Score: 1

      Eh? That's windows explorer, I agree it's annoying. But it really doesn't have anything to do with the interface guidelines implemented in menu and tool bars.

      --
      Switch back to Slashdot's D1 system.
    37. Re:progress? by be-fan · · Score: 1

      C -- Most important functions in toolbars, with easy-to-recognize pictures, and less important functions in menus, with quick-to-recognize text.

      Like in all multiple-choice tests, C is the right answer.

      It's idiotic to reduce this to a "newbie" vs. "elite MS Office user (chuckle)" thing. It's a matter of efficiency --- once you put too much crap in a toolbar, recognizing a given item goes from being requiring a single-glance to requiring a linear scan. It's a matter of O(1) vs O(n).

      --
      A deep unwavering belief is a sure sign you're missing something...
    38. Re:progress? by be-fan · · Score: 1

      The problem with overloading the toolbars is that it makes them useless. Let's go back to first principles. Why do we have toolbars? We have toolbars because it's faster to access an item out of a small linear set than a large hierharchical set. The idea is that the items you use 80% of the time should be in the toolbar, so you have to go to the menu less often. However, when you put too much crap in the toolbar, that advantage goes away. It's faster to access an item from a large hierarchical set than a large linear set. Thus, you've eliminated the very trait that made the toolbar useful in the first place!

      --
      A deep unwavering belief is a sure sign you're missing something...
    39. Re:progress? by be-fan · · Score: 1

      1) The icons are still tiny (unlike KDE, you can't adjust the toolbar size).
      2) I paid $400 for a piece of software* and you expect me to make it usable?

      * Actually, I didn't. I refuse to spend good money on software that makes my documents look like utter crap.

      --
      A deep unwavering belief is a sure sign you're missing something...
  15. They're too "static" by diegocgteleline.es · · Score: 4, Funny

    Why not .avi files instead of .png icons? Sure, it will eat more resources, but it'd be great to see a animation (a real animation, not just a .gif or a jumping/flash effect) each time I press or put the mouse over it.

    1. Re:They're too "static" by Anonymous Coward · · Score: 0

      Kinda like porn icons?

    2. Re:They're too "static" by Anonymous Coward · · Score: 0

      I used to have a piece of software for Windows 3.1, of all things, that let you do that. If you think it would be hard on a 2.4 ghz machine with a gig of ram, just imagine what it was like on a 486/66 with 8 megs of ram.

    3. Re:They're too "static" by skweegee · · Score: 1

      Yeah I used to have the same thing, seeing this article and your post reminded me about it. Too bad I can't remember the name of the app, I'm going to google and try to reminisce.

    4. Re:They're too "static" by newrisejohn · · Score: 1

      IconDoIt.

      That's not a joke. That's what it was actually called. I had a copy for Win3.1.

      Google for icondoit.

    5. Re:They're too "static" by Anonymous Coward · · Score: 0

      Reminds me of a VB app I worked on in the mid-90's. Another developer on the project came to me with a problem -- She wanted to know why her new form was taking so long to load. The problem ended up being that she had used a huge image for the form icon. VB saved the entire image in the resource file, and would scale the image down to the proper size at run time. You could actually see the icon being drawn from top to bottom when you loaded the form.

    6. Re:They're too "static" by Anonymous Coward · · Score: 0

      "Too static"???

      An icon should be a minimal, unambiguous, symbolic representation of its purpose. Early icons at least made sense.

      Just what the heck does an "e" with an orbiting thingamajig mean? A "Q" with a clock hand on it? You need to reconsider your icons if you think they need to be dynamic, because you are making a grave mistake in interface design if you can't come up with a decent static icon.

    7. Re:They're too "static" by aftk2 · · Score: 1

      IconDoIt? :)

      I imagine, on a 486 it was more like Ican'tDoIt, IDon'tHaveThePower!

      --
      concrete5: a cms made for marketing, but strong enough for geeks.
    8. Re:They're too "static" by Touisteur · · Score: 0

      Yeah, nice idea. Now when you'll forget not to say YES on the "'d you want to install your favorite activeX", you won't see the tiny dozen of Meg4Pr0n icons.

      Instead you'll see a bunch of hot (or not so...) chicks begging you for a little (stick what you want there... err...).

      Then you will understand that (future) MS Parental Filter is your solution against movicons (is it patented ?) and what means Microsoft LongHorn(y) and why slashdotters can't stand waiting for it...

      No no, don't mind me, I'm not trying to give good ideas to the http://www.goatse.cx/ guy...

    9. Re:They're too "static" by MrP-(at+work) · · Score: 1

      I remember buying that at CompUSA back in the early 90s, for as you said win 3.x

      Had a magical rabit coming out of a hat on the box if I remember correctly

      I think i still have it on floppy somewhere

      --
      [an error occurred while processing this directive]
    10. Re:They're too "static" by Anonymous Coward · · Score: 0

      Better to use SVG (infinite scalability) and the SVG animation stuff.

    11. Re:They're too "static" by cpt+kangarooski · · Score: 1

      IconDolt? Why would I want to use a program that was a dolt?

      That's pretty bad, OK.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
  16. The more things change... by HAKdragon · · Score: 5, Insightful

    While I can't read the article as the server is being slashdotted, I can't help feel that icons, for the most part, have stayed the same since their invention. Sure, we have icons that can be huge, have millions of colors, and have cool transparencey effects, but for the most part, Icons have remained a picture that represents an object or action. The only real innovation that I can think of when it comes to icons are ones which convey information as well as symbolize actions/items. While I'm not familiar if this exists on other icons, it's pretty easy to see on a number of iApps on OSX. For example, Mail's icon shows you how many new messages you have, iCal shows the current date, and when you're downloading files with Safari,the download icons have little progress bars on them, I love the idea of icons providing information to me realting to their particular application and hope to see that implimented more on other systems,

    --
    "Our opponent is an alien starship packed with atomic bombs. We have a protractor."
  17. It's as if icons peaked 2-4 years ago by Alternate+Interior · · Score: 5, Interesting

    In the last handful of years, icons have started making a transformation from functional to stylish. Specifically, look at the differences between Windows 2000->XP icons, and Jaguar->Panther icons. In both cases, the Calculator icon illustrates specifically what I mean. In Jaguar and W2k, it was completly clear what the icon was. In Panther, however, the buttons became grayer, and as a result, the overall icon is less clear. The XP icon is much worse - it is not even distinctly a calculator.

    There are many more examples in the 2k->xp comparison. The address book, for instance. What was once clearly an Address book is now just an open book. The control panel, while not exactly clear in 2k, is now a Todo list! The desktop icon went from a desk with a letter in draft to a _vertical_ oriented surface.

    1. Re:It's as if icons peaked 2-4 years ago by stratjakt · · Score: 1

      The XP calc icon looks like a calculator to me, even in "small icons" mode on the start menu.

      But then, I have a relatively modern machine and dont run 640x480x256 any more.

      I think KDE is honestly the worst culprit for icons that dont look anything like what they're supposed to be.

      For example, the lifesaver thing brings up help? That's just not intuitive, since anyone with experience on any GUI would be hunting for something with a big question mark on it.

      --
      I don't need no instructions to know how to rock!!!!
    2. Re:It's as if icons peaked 2-4 years ago by Threni · · Score: 4, Insightful

      Stupid icons are a bit of a bugbear of mine. So often it would be more clear to simply have some text telling you what the button is/does, rather than an abstract, highly coloured blob. I like this little quote from an interview with Richard Stallman:

      ---
      I used a word processor once. Basically I was at a hotel, and I had to type something and get it out, so I used a computer there. And it was running some word processor, which might have been Microsoft Word, I don't know. On the screen there were lots and lots of cryptic icons, whose meanings I couldn't begin to understand. If they had been English words, I might have had a chance.
      ---

    3. Re:It's as if icons peaked 2-4 years ago by tazan · · Score: 1

      Yes, I hate the xp icons. My quicklaunch bar is now a row of indistingishable blue icons, and if that's not bad enough every few days they rotate a position or 2. My quicklaunch bar has become roulette.

    4. Re:It's as if icons peaked 2-4 years ago by hackstraw · · Score: 1


      Hmm, I've always considered icons those funny little pictures that I had no clue what they did until I learned their relative position in the application from their mouseover text.

      I obviously could not read the article, but the Slashdot blurbette did not mention the Xerox star which started the whole WIMP (Windows Icons Menus & Pointers). In my opinion, the whole WIMP paradigm has not significantly changed since its inception in 1980 or so. The most different OS that I can tell is OS X, but even that is subtly different from Microsoft's offerings and the "Desktop Environments" for the *NIXes.

    5. Re:It's as if icons peaked 2-4 years ago by FuturePastNow · · Score: 1

      I have a Mac and an XP machine sitting in front of me, and I gotta say, the icons look like calculators to me.

      --
      Give a man fire, and you warm him for the night. Set a man on fire, and you warm him for the rest of his life.
    6. Re:It's as if icons peaked 2-4 years ago by Anonymous Coward · · Score: 0

      The KDE folks are just avoiding that pesky Matsushita patent.

    7. Re:It's as if icons peaked 2-4 years ago by Short+Circuit · · Score: 1

      You've obviously never undestood the purposes of the equipment stored at swimming pools...

    8. Re:It's as if icons peaked 2-4 years ago by cowscows · · Score: 1

      It's important to understand what icons were originally meant for, and how their use has been stretched. If you look at the original MacOS, icons were used on the desktop to represent folders, files, and applications. And very importantly, all of those also had text names written underneath them.

      With the exception of the apple menu, pretty much everything else that you interacted with was plain old text. The dialog boxes may have had an icon of some sort, but you always clicked on a button that had text. The menu items were text.

      It starts getting really problematic when applications start filling up huge toolbars with tiny little icons. It's a pain in the ass learning what all of those tiny buttons do, not to mention that their small size makes them hard to click quickly. This is a problem far more prevalent in windows than on Macs, even to this day. Although phpMyAdmin did that crap too in a semi-recent update, and that drives me crazy.

      --

      One time I threw a brick at a duck.

    9. Re:It's as if icons peaked 2-4 years ago by Anonymous Coward · · Score: 0

      > You've obviously never undestood the purposes of the equipment stored at swimming pools...

      Highly idiomatic. Most people don't even see it as a lifesaver first, because it's so out of place. A questionmark is an accessible metaphor to everyone that uses the roman alphabet. Anywhere else can use their ideogram for "help" I guess.

      And GNOME of course slavishly copied it.

    10. Re:It's as if icons peaked 2-4 years ago by Quill_28 · · Score: 1

      Make your own toolbar. Seriously.
      You can even put words by the icons.

    11. Re:It's as if icons peaked 2-4 years ago by Anonymous Coward · · Score: 0

      Since Word 5 or something you have been able to create your own toolbars, and drag items off of menus onto them. Word is cluttered as hell, but it's because people are used to it.

      Frankly, RMS is not one who should be talking about intiutive interfaces.

    12. Re:It's as if icons peaked 2-4 years ago by EnglishTim · · Score: 1

      I hate the bloody KDE help.

      Mainly because all KDE applications seem to have a 'help' menu item, but when you press it THERE IS NO HELP.

    13. Re:It's as if icons peaked 2-4 years ago by Doctor+Crumb · · Score: 1

      Really? Hmm.

      [Help | Kopete handbook] (or hit F1) ...

      Table of Contents
      1. Introduction
      2. Getting Started
      3. Using Kopete
      4. Configuring Kopete ...

      I'm not sure what apps you're using , but my KDE apps certainly have excellent documentation available through the help menu. I actually use it once in a while, as opposed to windows apps where I know there will be nothing useful and don't even bother trying.

    14. Re:It's as if icons peaked 2-4 years ago by Doctor+Crumb · · Score: 1

      Decent(recent?) apps tend to have tooltips that pop up when you point at the icons. It makes it considerably less painful to use such GUIs. Tooltips should really be required by all interface guidelines. As a bonus, if the programmer has to think of a nice short tooltip, they might manage to think of a better icon while they're at it.

    15. Re:It's as if icons peaked 2-4 years ago by spitzak · · Score: 2, Interesting

      Are you kidding? There are a lot of KDE/Gnome applications where picking help gets you irrelevant or useless information. I am afraid too many of the developers think it is ok if some HTML document appears.

      Most recent example is in Gnome control panel, I picked "Sessions", and I got a little window with a "Help" button. I hit that "Help" button and I got a page "Part I Setting Appearance and Personal Preference...". This document did a great job of describing *some* of the items on the Control panel, and would perhaps be acceptable for a "Help" button *ON THE CONTROL PANEL* (which unfortunatly did not have a help button...). However it did not have a chapter on the "Sessions" popup, and I wasted time seeing if it was buried in one of the other chapters.

      Suggested improvement to the GUI: if no help is written, pop up a message that says "no help is available". To be really clever, have it google for answers (that would actually work pretty good for Linux, too!). Don't pop up a page of other text.

      I have to say it is incredibly annoying that "man" from 1970 still works better for getting information than any of these modern systems. With "man" I can quickly and unambigously determine if the information exists (so I don't waste time looking for nonexistent stuff), and if it does it always has the information I need (ie it lists *how to run that command*).

    16. Re:It's as if icons peaked 2-4 years ago by billh · · Score: 1

      Some apps seem to have a help entry that tells you absolutely nothing about the app or how to use it.

      A quick check (KDE 3.2):
      Konquest: Useless and out of date
      Kedit: Nice
      Kmplayer: Nothing useful
      Kate: Good
      Kmenuedit: Sparse, but looks like enough

      Not that I think Windows apps have better help, but that doesn't make KDE help any better.

    17. Re:It's as if icons peaked 2-4 years ago by Ki+Master+George · · Score: 1

      At least the new ones are pretty. That's all that matters.

      --
      Before you walk a mile in someone's shoes, you should insult them so you know how they are and what they're doing.
    18. Re:It's as if icons peaked 2-4 years ago by nine-times · · Score: 1

      I've also noticed that there's been a big move to "photorealistic" icons, despite the fact that a more simple/symbolic icon would often be more quickly recognizable and easier to distinguish from other things. It's not even as though symbolic icons can't be as pretty as the photorealistic ones, but I guess people want to pretend they're interacting with real objects or something.

    19. Re:It's as if icons peaked 2-4 years ago by Anonymous Coward · · Score: 0

      I would say reading the text that is shown when an application starts is quite intuitive...

    20. Re:It's as if icons peaked 2-4 years ago by pinchhazard · · Score: 0

      The other responders to the parent have it all wrong. RMS is not pointing out any flaw in the word processor. He just has trouble understanding certain concepts, like everyone does.

      --
      Do you love freedom??? Do you love freedom!!! DO YOU LOVE FREEDOM!!!!!!!!
    21. Re:It's as if icons peaked 2-4 years ago by Porter+Doran · · Score: 1

      It's a pretty brilliant artist that can do both -- photorealism and strong symbolism -- and I don't know that anyone but whomever it was Apple hired has pulled it off effectively. I'm looking at my Dock now, and pretty much every icon fails in one way or the other except the Apple apps icons. Maybe this is actually a failure on Apple's part -- raising the bar too high.

    22. Re:It's as if icons peaked 2-4 years ago by Anonymous Coward · · Score: 0

      ... whose meanings I couldn't begin to understand.

      I wonder how he drives a car.

    23. Re:It's as if icons peaked 2-4 years ago by MustardMan · · Score: 4, Insightful

      Frankly, RMS is not one who should be talking about intiutive interfaces.

      NO SHIT! Clicking a picture of a disk to save is a lot more intuitive than typing control-x, control-s. And if you can't figure out that the disk is for saving, you might think... hey, "file" might do things with my file, I'll click that, and hey look here it says "save", I wonder if that saves things

      Hell, I even like emacs, but Stallman criticizing user interfaces is like Carrot Top criticizing fine theater.

    24. Re:It's as if icons peaked 2-4 years ago by Anonymous Coward · · Score: 0

      Because Emacs has neither a menu bar nor a toolbar right?

    25. Re:It's as if icons peaked 2-4 years ago by Cthefuture · · Score: 1

      I've done a lot of research on this particular subject (icons vs. text) and this is what I found:

      - Icons/graphics are best for saving screen space.

      - Text is best for beginners and rarely used functions. Most of the time plain text is more appropriate than a picture. This is true even when working across language barriers. Ever hear the expression "A picture says a thousand words"? Yeah, that is not what you want.

      So, to make a proper application you should default to text and then allow the user to switch whichever buttons they choose to graphical representations as they become more experienced (hello GNOME developers?! with your "Computer" and "Applications" menus that I can't put on the side of the screen).

      Also, even text buttons should have "tool tips" or they should update a status bar with a longer explaination of the button's function.

      --
      The ratio of people to cake is too big
    26. Re:It's as if icons peaked 2-4 years ago by MustardMan · · Score: 1

      The accesibility of said menu or tool bar depends heavily on which version of emacs you use. Obviously you can't click a menu button on a command line version, but the menu system on the command line version is far from intuitive, and the graphical versions aren't much better.

    27. Re:It's as if icons peaked 2-4 years ago by stratjakt · · Score: 1

      Not many people living in desert states like Arizona or Texas would. Lot's of people don't know how to swim, and have never been on a boat.

      Everyone who speaks a latin language knows what a question mark means.

      It makes as much sense as a picture of a dog because seeing eye dogs "help people find their way".

      I get the metaphor they're making, it's just stupid and unintuitive.

      --
      I don't need no instructions to know how to rock!!!!
    28. Re:It's as if icons peaked 2-4 years ago by Anonymous Coward · · Score: 0

      The graphical version has a standard GUI menu, I don't understand what you are complaining about. You have to start Emacs with '-nw' to even get at the non-gui version in a modern distribution so its menu is a non-isue as far as 'intuitivenes' is concerned.

    29. Re:It's as if icons peaked 2-4 years ago by J053 · · Score: 1
      I have to say it is incredibly annoying that "man" from 1970 still works better for getting information than any of these modern systems. With "man" I can quickly and unambigously determine if the information exists (so I don't waste time looking for nonexistent stuff), and if it does it always has the information I need (ie it lists *how to run that command*).

      What's even more annoying is the tendency of application developers to NOT include a man page - expecting the user to either use their "Help" button (which, as the OP pointed out, is often useless) or, worse, hunt throught /usr/share/docs in hope of finding something relevant.

    30. Re:It's as if icons peaked 2-4 years ago by spitzak · · Score: 1

      Good point. Even a man page that says "the docs are in /blah/foo/index.html" or even directed you to a public website, would be better than nothing.

    31. Re:It's as if icons peaked 2-4 years ago by BobNET · · Score: 1

      I wonder how he drives a car.

      I wonder how he shaves.

    32. Re:It's as if icons peaked 2-4 years ago by splatg · · Score: 1

      That particular example isn't a problem anymore, I just tried it in gnome 2.10 and it took me to a page on configuring sessions in the help browser.

    33. Re:It's as if icons peaked 2-4 years ago by lostchicken · · Score: 1

      Everybody knows how to swim in Texas. It's too fucking hot outside here to do much else.

      --
      -twb
    34. Re:It's as if icons peaked 2-4 years ago by wickedsteve · · Score: 1

      It's just hardware advancements. The screens in 85 were so low res the icons had to be small. Good interface design says a larger target (like an icon for example) is better and easier to hit. Todays monitors hold a lot more pixels. Hence Apple OS X icons have more resiolution which allows more realism.

    35. Re:It's as if icons peaked 2-4 years ago by ookaze · · Score: 1

      And you think you and the GP post are clever.

      You will then explain to me how you save your document in Emacs in a terminal with no mouse (and no GUI), where Emacs works perfectly well.

      Given that Emacs do the right thing most of the time (because often, Emacs actually guess what it should do, perhaps you did not notice)and that it can handle most tasks efficiently with all the keyboards key, I think you should not dismiss RMS so fast on intuitive interfaces.

      FYI, most newbie computer users can read (and there is a tutorial in Emacs), but most can't even use a mouse, and take time to even associate the mouse with the icon on the screen.
      I mean, Emacs can be self-taught, using a GUI is much more difficult at first (we are talking intuitive, not familiar interfaces).

    36. Re:It's as if icons peaked 2-4 years ago by Threni · · Score: 1

      How about having text in place of the icon, and have a stupid coloured blob appear when you move the mouse over the text. Note: it should be possible to turn off the tooltip, so you don't see stupid coloured blobs when you move the mouse over the text.

    37. Re:It's as if icons peaked 2-4 years ago by drsmithy · · Score: 1
      Stupid icons are a bit of a bugbear of mine. So often it would be more clear to simply have some text telling you what the button is/does, rather than an abstract, highly coloured blob.

      The primary objective of toolbar icons is not to be intuitive, but to be rememberable. Toolbar icons are meant to be used as *shortcuts*.

      I like this little quote from an interview with Richard Stallman

      And, naturally, arbitrary, unobvious vulcan nerve-pinches of key combinations are so much more superior.

      Of course, had RMS actually been interested in learning something instead of creating an anecdote, he could have looked at bit higher for the menu bar, and all the "English words" he could want.

  18. ICO by justforaday · · Score: 0, Offtopic

    i loved that game... : p

    (Score:-5,offtopic as hell)

    --
    I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
  19. Susan Kare - Icon Artist by YorgleLlama · · Score: 5, Informative

    If you like icons, you should check out Susan Kare's page She made most of the original MacOS icons, as well as most of the original Windows icons. Lots of great pixel art.

    1. Re:Susan Kare - Icon Artist by Anonymous Coward · · Score: 0

      Good catch! Kare is a true artist.

      BTW, the /. summary implies that Lisa's GUI preceded the Mac. Not so. Raskin's Macintosh project contributed the GUI to Lisa -- which was planned to have only an Apple ][ style CLI -- after Jobs finally got convinced that graphical is the way to go. Which wasn't trivially easy.

      (Google up "Jef Raskin" for some of the lost history. Observe how Raskin's university work on humane and ergonomic computer interfaces precedes the founding of PARC, and how his actual work interleaved theirs. And be amused or bemused by "T.H.E."... and ph34r the Canon Cat! Too bad Jobs smoked him out of Apple. An interesting character, and one of the real icons of interface design.)

    2. Re:Susan Kare - Icon Artist by DrewCapu · · Score: 1

      Susan: I'm thinking of writing a book.
      Publisher: What's the title?
      Susan: "Icon Artist"
      Publisher: Hmm, a spoof on "I, Robot?" Are you trying to con me?
      Susan: I said "Icon Artist," not "I, Con Artist!"
      Publisher: Yeah, I heard you the first time, the second time, and the third time.
      Susan: Nevermind. You, idiot.

    3. Re:Susan Kare - Icon Artist by thogard · · Score: 1

      So why does her windows 3.1 control panel icon clearly show an early amiga complete with one of their early start up screens?
      Its shown here.

    4. Re:Susan Kare - Icon Artist by Spire · · Score: 1

      Susan Kare didn't make any of the original Windows icons. She had no involvement with Windows until Windows 3.0.

      --
      begin 644 .sig22&%I;"P@9F5L;&]W(&=E96 LA`end
    5. Re:Susan Kare - Icon Artist by YorgleLlama · · Score: 1

      That icon was never used on the amgia. The amiga never had a startup screen that looked anything remotely close to that. I think she was just making a computer that was colorful. (That's not even an amiga mouse)

    6. Re:Susan Kare - Icon Artist by Anonymous Coward · · Score: 0

      The red/yellow/green were the early Amgia colors. And why the A?

    7. Re:Susan Kare - Icon Artist by Anonymous Coward · · Score: 0

      Amiga's earliest logo was the checkered-ball, followed by the full-rainbow checkmark. The Windows icon in question uses Red/yellow/cyan. It was common (and still is, in Windows XP) to signify font settings with the letter "A" in italics. Also, the Amiga 1000 mouse had hard edges, not rounded ones.

    8. Re:Susan Kare - Icon Artist by thogard · · Score: 1

      You mean this check and Italics A? The ball didn't even show up until they started shipping lots of units and Commodore never liked it so it wasn't an official logo for long, it was more of a symbol. The edges are going to disappear on a small icon.

  20. Orthodoxy Sunday by stoolpigeon · · Score: 4, Interesting

    Was this last sunday - maybe it is an annual holiday type thing. (Yes I know-- they aren't related but shouldn't they be?)

    The dominant theme of this Sunday since 843 has been that of the victory of the icons. In that year the iconoclastic controversy, which had raged on and off since 726, was finally laid to rest, and icons and their veneration were restored on the first Sunday in Lent. Ever since, that Sunday been commemorated as the "triumph of Orthodoxy."

    Orthodox teaching about icons was defined at the Seventh Ecumenical Council of 787, which brought to an end the first phase of the attempt to suppress icons. That teaching was finally re-established in 843, and it is embodied in the texts sung on this Sunday.

    --
    It's hard to believe that's how Micronians are made. Why don't we see it right now by having you both kiss one another?
    1. Re:Orthodoxy Sunday by Anonymous Coward · · Score: 0

      Which brings to mind a former co-worker of mine, whose organization style was a bit.. lacking. A visitor once exclaimed, "Your desktop has more icons than the Orthodox Church!"

    2. Re:Orthodoxy Sunday by Ugmo · · Score: 1

      This past Sunday was not the first Sunday in Lent, it was the last Sunday (Palm Sunday) at least according to the Catholic Church but icons and iconoclasts were a big Eastern Orthodox issue and maybe you are referring to Greek Easter so your dates could be right.

    3. Re:Orthodoxy Sunday by stoolpigeon · · Score: 1

      yeah - eastern orthodox. and though it may imperil my karma-- it was a joke though somebody thought it was insightful. oh well-- what are you gonna do? Karma is fitting I guess since this balances out the times I was modded down unfairly (in my mind).

      Icons were a big issue in the great schism. But I am not eastern orthodox or roman catholic so I could have botched up the whole thing entirely. My apologies if this is so.

      --
      It's hard to believe that's how Micronians are made. Why don't we see it right now by having you both kiss one another?
    4. Re:Orthodoxy Sunday by Anonymous Coward · · Score: 0

      The Sunday of Orthodoxy is the church admitting it was wrong to have participated in iconoclasm (literally, a breaking of icons) which was begun because of contact with Islam, which believed all images were wrong. It was the Western part of Christendom, specifically the Popes who supported the veneration of icons. Now, how often does your church admit they were wrong? One of the cool aspects of Orthodoxy. Of course, the Orthodox never accepted the use of statuary, but that may be because the Greeks who were the major players in Eastern Christendom rememberd all those pagan idols they put up generations before.

    5. Re:Orthodoxy Sunday by FCon4 · · Score: 1

      Could be that I'm a sicko, but this is one of the funniest posts I've read in some time.

      --
      Paul Revere was a tattle-tale.
  21. Here is a free Icon Editor by Anonymous Coward · · Score: 0

    http://www.freedownloadscenter.com/Shell_and_Deskt op/Icon_Editing_Tools/Icon_EDITor.html

    It is fairly basic, admittedly, and only supports sizes up to 64x64, but it's free. Doesn't seem to be supported anymore though...

  22. Coral links by spin2cool · · Score: 5, Insightful

    How hard is it to use coral links? Editors - why aren't you automatically append ".nyud.net:8090" to any url? How hard is that, really?.

    Sigh...

    1. Re:Coral links by Anonymous Coward · · Score: 0, Offtopic

      Mods, why is this offtopic? Since the site was slashdotted within minutes of the story appearing, it seems pretty freakin' relevant to me. How are we supposed to discuss this? Is it a wonder people don't read the articles when they're slashdotted half the time? I think Coral links are a great idea for smaller sites.

    2. Re:Coral links by Anonymous Coward · · Score: 1, Insightful

      My company's proxy blocks sites that operate on a port other than 80 due to the fact you might be trying to avoid the inhouse one. In other words I can't go to nyud.net:8090.

    3. Re:Coral links by canavan · · Score: 1

      And even if they didn't put it in the links (hey, somebody could whore some karma), they could at least seed coral cache by loading the page through it once. It's dead now, and the copy in the coral cache reads:

      Due to techical problems this page is currently unavailable.

      Please try after a while - we will do our best to resolve this issue as soon as possible.

    4. Re:Coral links by Short+Circuit · · Score: 1

      I'm not sure, but I suspect it might have something to do with banner ads. Do the original banner ad links get preserved, or does nyud.net cache the first banner image it sees?

      If the image gets cached, DoubleClick isn't going to notice that one of its banner-displaying sites just had thousands of page views per minute.

    5. Re:Coral links by squiggleslash · · Score: 3, Interesting
      Because it's difficult to access those links when you're stuck behind corporate firewalls. Coral uses port 8090, a non-standard port that most firewalls are unaware of and block.

      It's like a restaurant. You're stuck with the menu the restaurant has. Now, it's not that you can't necessarily get the kitchen to do a ham and cheese, but you have to do it in terms it understands (for example, you can order a burger that has ham and cheese, and order it without the beefburger, salad, etc), kind of like h[tt]p:, which runs on port 80. You can do it via the firewall, but it has to look like an HTTP request, which means running it on port 80. You can then say "Ohh, it's not really a burger, it's a ham and cheese sandwich" but as far as the kitchen's concerned, it's just one of their regular burgers. You might look at port 8090 as the ham - they're likely to have cheese burgers, but a ham, cheese, and beef burger? Not likely. So you can't have your ham and cheese because you haven't come up with a sandwich that really works within the framework you're given.

      The only option is to leave the restaurant, and cook your own sandwich, but that's not always an option, especially if you actually work at the restaurant so can't leave until 5pm, but you're a waiter or you work at the bar or you greet people or wash up or something so you can't actually make the sandwich yourself (well, not in a unionized restaurant anyway. A union-free restaurant might allow it, but you don't want to upset the staff, and it's probably going against company policy.)

      Port 8090 isn't supported by most corporate firewalls, so making all URLs point at it would just prevent Slashdot's working readers (the vast majority) from "eating their ham and cheese sandwich" - or, in other words, accessing the website. This would damage Slashdot long term as people would just stop reading it except for a few people at Universities and in Cybercafes, neither of which are appealing to Slashdot's advertisers.

      --
      You are not alone. This is not normal. None of this is normal.
    6. Re:Coral links by ggvaidya · · Score: 1

      Also, clicks are probably great for advertising. A good slashdotting can get you over 200,000 hits in a single day, or around 6,000 potential customers. Advertisers will like those numbers.

    7. Re:Coral links by mooingyak · · Score: 1

      The problem I have with your post is that I think this situation is a lot closer to being a 'Ham and Swiss' scenario, rather than the more generic 'Ham and Cheese' scenario that you've laid out. If you think about that some, you'll see why this could all work.

      --
      William of Ockham had no beard. The most likely explanation is that it was chewed off by squirrels every morning.
    8. Re:Coral links by Anonymous Coward · · Score: 1, Insightful

      Most crack-addled analogy. Ever! :)

      Seriously, dude. They're meant to make things *clearer*, you know.

      I'm going to have horribly fucked up nightmares tonight involving hamburgers and cheese that aren't, or something. I hope you're happy.

    9. Re:Coral links by hacker · · Score: 1
      "All my posts are valid XHTML. Too bad Slashdot isn't."

      I'm not sure if you're joking or not, but your posts, and your blog site mentioned in your .sig, are not valid XHTML. You are presenting them with the Content-Type of text/html, which is HTML4.01, not XHTML.

      Also, your blog doesn't validate cleanly either. You are sending a DOCTYPE of XHTML, but a Content-Type of HTML. You might want to pick one, and stick with it, and then begin to validate the content presented with it.

      Lastly, while you're wondering, the correct Content-Type for XHTML is 'application/xhtml+xml', not 'text/html'. Just be aware that MSIE doesn't support XHTML at all, so you may want to stick with HTML4.01 for now, if you have MSIE users.

    10. Re:Coral links by Anonymous Coward · · Score: 1, Interesting

      > Editors - why aren't you automatically append ".nyud.net:8090" to any url?

      Some people have responded that's because of firewalls but that's a lame excuse: you can perfectly put a Coral link AND a standard link next to it for high-port-challenged persons. The problem is different. It's called the "I Must Be Doing Something Right Syndrome" (IMBDSRS), and it basically happens when you find yourself running a venture that happens to have a fair share of success. Its main symptom is that you no longer listen to people who ask for changes (even little ones) or enhancements because you look at your stats and, seeing that despite the complaints, people still come to your site in droves, you decide that it must be that you're doing it right.

      On slashdot, the IMBDSRS has attained unheard-of proportions. People bitch and moan about so much things, you can hardly keep track of all shortcomings: the site uses invalid, broken HTML; the lameness filter and other antitroll devices just make posting difficult (I still cannot use perfectly standard characters like French guillemots or em dashes because they're filtered for some reason. Nor can I use handy HTML tags like <acronym>); the stories are more often than not dupes (sometimes of a story that was submitted very shortly ago); there is ZERO fact-checking, even on preposterous claims; it's also obvious no grammar and spelling checks are done, and I've seen numerous occurrences of a "story" being simply a paragraph lifted from the original article; people have been known to post advertisements as news (*cough* Roland Piquepaille *cough*); the editorial policy (if it exists) is very muddy, what is primarily peddled as a technology site sometimes drifts around topics that are certainly not "news for nerds" (the Politics section is probably the pinnacle of completely awkward and unrelated editorial content, not to mention non-US visitors couldn't care less); the moderation system is quite bad, and the nesting/reparenting thing frequently renders threads hard to follow (e.g., when there have been several posts beneath your threshold between to that are above it), and so on.

      Actually, I could probably go on and on finding other problems, but basically this is useless. As I said above, the IMBDSRS blinds the editors, and they will think they're right no matter what people say. Note that many issues are really simple to solve (adding an additional Coral cache link to every link in a story could be done automatically at posting time, for instance), but I bet you won't see it happen anytime soon. *Sigh*, indeed...

    11. Re:Coral links by CylanR77 · · Score: 5, Insightful

      To everyone on a corporate firewall, just suck it up.

      Either just figure out the url to the original content, stop reading slashdot at work and get some *work* done, convince your administrators/managers that you should be allowed to view content on a nonstandard port so you can spend more company time browsing the web, or leave and find a different job.

      For a website which is devoted to shoveling up information for the most elitist of all computer-literate people [including some bright individuals], you'd think that somehow, a better system could be put into place than "bomb websites with loads of traffic, indiscriminantly".

      --
      http://cylan.deviantart.com/gallery/
    12. Re:Coral links by 1110110001 · · Score: 1

      How about having coral run at port 80 instead of making everyone else change their firewall.

      b4n

    13. Re:Coral links by squiggleslash · · Score: 1
      For a website which is devoted to shoveling up information for the most elitist of all computer-literate people [including some bright individuals], you'd think that somehow, a better system could be put into place than "bomb websites with loads of traffic, indiscriminantly".
      That's what Coral is supposed to fix. You could at least be consistant, either tell office workers they shouldn't complain about not being able to use Coral, and rejoice in the overloading of servers this results in, or support Coral changing to a more regular port.
      --
      You are not alone. This is not normal. None of this is normal.
  23. Biblical Icons by mfh · · Score: 5, Funny

    Don't forget the Biblical Icons. That Golden Calf must have some pretty great raytracing and high polys to be worshipped so blatantly at the risk of utter destruction.

    --
    The dangers of knowledge trigger emotional distress in human beings.
    1. Re:Biblical Icons by fiendracer · · Score: 1

      Don't you mean "udder" destruction?

      Nothing to see here, mooove on...

  24. here you go by Anonymous Coward · · Score: 0

    .ico export format plugin for photoshop/paintshop
    http://www.telegraphics.com.au/sw/

    Win/Mac GPL FOSS

  25. Whoa, deja vu. by roman_mir · · Score: 1

    -A story was posted on /. and then another story that looked just like it.
    -How much like it, was it the same story?
    -Might have been, I'm not sure.

    A deja vu is usually a glitch in the /. It happens when they change something.

  26. Heard of Google Cache? by JaF893 · · Score: 1
    1. Re:Heard of Google Cache? by Psychotext · · Score: 1

      True enough... but it's not going to stop the bulk of slashdot viewers killing the main site. These cache links need to be put automatically into the submitted stories.

      --
      People that believe in their opinions don't post AC.
  27. If you like icons by titaniam · · Score: 2, Informative

    Then see my site iconsurf.com where hundreds of thousands of icons are displayed to help you surf the internet.

    1. Re:If you like icons by JawzX · · Score: 1

      I'm not sure why, but it's fun.

  28. google IMAGE cache by mzs · · Score: 1
    You can click here for a google image search that returns the pictures:

    cached thumbnails

    Unfortunately the site is ./ed so it will not do much good to actually click on any of the thumbnails. The good news is that so many of the thumbnails are of icons that in effect the cached thumbnails are essentially full-size :)

    Enjoy...

  29. Mirror on Archive.org by Dugsmyname · · Score: 1

    It's slow, but at least it's still up! Archive.Org Mirror

  30. no icons in linux by latroM · · Score: 1

    Unless you include that penguin logo on boot. The graphical desktops have icons, not some kernels.

    1. Re:no icons in linux by AssHatAnonymous · · Score: 1

      You're an idiot. If you want to prove you aren't an idiot, then this is what you have to do. Run Linux the kernel. Nothing else. If it's not in the tarball you download from kernel.org you can't run it. Then when you've got that running, come back here and post and I'll put up a huge retraction, even send you $1,000,000.00. However, since I know you'll never come to claim your reward, I'd like to continue with the berating and humilating of a moron. Without programs like gcc, the Linux kernel is just so much source code and does nothing whatsoever except take up space on disk. Without programs like grub and lilo, even the compiled version does nothing but sit and occupy disk space. Without mke2fs it doesn't even have a file system to organize itself within. Without init all it does is initialize some hardware and then panic and reboot. Without ifconfig (or a remote dhcp/bootp server) it's wholy unable to configure a network device. All of these things, when coupled with the kernel that Linus Torvalds started, is called Linux. When a normal, socially mature person talks about Linux, they are talking about a unix like system with a linux kernel and a large assorted userland. It's just hilarious when the clever little freshman nerds start saying "Linux is a kernel!" Sorry you cretin, "Linux" may be the kernel Linus began, but Linux is an OS. So grow up. Stop trying to show all the other nerds that you are the alpha-nerd and enter society. Maybe you'll see some boobies in real life then.

    2. Re:no icons in linux by Anonymous Coward · · Score: 0

      Actually, you're the idiot here.

      I install Debian. Does it have any icons by default? No. Once I install a desktop environment (GNOME, KDE, Xfce) a set of icons specific to that environment gets installed. (Or apt-get install an icon-set package).

      Every Linux distro has different icons. Some of them just use the desktop environment's icons. Some have their own sets. Some of them pioneered the icon sets. In all of them I can completely change my icon set by installing a new one and telling GNOME/KDE/Xfce to use it instead.

      However, those environments are not specific to Linux... they run on all UNIX and UNIX-like systems. Hence, it would be far more appropriate to talk about different desktop environments' icons... since something like Debian which can be installed without them has no icons.

      There is no "Linux OS". There are hundreds of different Linux distros... but none of them is the "Linux OS". There is no standard icon set like there is in the MacOS and Windows world.

    3. Re:no icons in linux by Anonymous Coward · · Score: 0

      Classic.

  31. Am I missing X icons or what? by A+nonymous+Coward · · Score: 1

    Please inform me. I was using X on SunOS in 1989. Did it have icons and this page is missing X altogether, or is my memory playing tricks and X hasn't had icons until recently?

    1. Re:Am I missing X icons or what? by linguae · · Score: 1

      X by itself doesn't provide icons; window managers do, however. I believe twm (one of the early window managers) had icons.

  32. how about mirroring the icons, too? by Anonymous Coward · · Score: 0

    If you post a mirror, I suggest you will
    choose one also mirroring the images, especialy
    if it is about an article about images...

    1. Re:how about mirroring the icons, too? by Dugsmyname · · Score: 1

      Patience is a virtue!

  33. While we wait for the flames to go out... by The_Rippa · · Score: 1

    Enjoy an article about designing those full color icons we so cherish today...

    http://msdn.microsoft.com/library/default.asp?ur l= /library/en-us/dnwxp/html/winxpicons.asp

    Informative page, who says microsoft is 100% evil?!

    1. Re:While we wait for the flames to go out... by Horrortaxi · · Score: 1

      Informative page, who says microsoft is 100% evil?!

      1.) I got a 404 on that page. 2.) I do.

    2. Re:While we wait for the flames to go out... by Anonymous Coward · · Score: 0
    3. Re:While we wait for the flames to go out... by Anonymous Coward · · Score: 0

      Fantastic... the world no. 1 sw. corp. do NOT have their own icon editing tool...

    4. Re:While we wait for the flames to go out... by srmalloy · · Score: 1
      Fantastic... the world no. 1 sw. corp. do NOT have their own icon editing tool...

      No, what's incredible is that, with the tool that they use being an outside product, they haven't followed established practice by buying out the company, integrating the icon-editing tool into their own product line, creating a 'standard' icon format that is an industry-standard file format with 'extensions' specific to their product, and either doubled the price or bundled it with their OS, claiming that it's an 'integral part of the system and can't be removed' when companies making competing icon-editing tools complain.

    5. Re:While we wait for the flames to go out... by David+Taylor · · Score: 1
    6. Re:While we wait for the flames to go out... by David+Taylor · · Score: 1

      Hmm, no matter what I do that space won't go away. Sorry.

    7. Re:While we wait for the flames to go out... by Anonymous Coward · · Score: 0

      The URL in the hyperlink will work, but Slashcode will insert a space in any long displayed URL to prevent users (trolls) forcing wide pages.

  34. Wow... by Patrick+Mannion · · Score: 1

    I never knew that so many Slashdotters had an intrest in icons, so much that it brings down a DAMN SITE ON THE HISTORY OF ICONS! You people have no lives, of course then again, neither do I.

    --
    In America, you spam computers In Soviet Russia, computers spam you!
    1. Re:Wow... by cowscows · · Score: 1

      Yeah, learning a little about something that many of us interact with for hours upon hours of every day sure is strange.

      The easy spread of information as obscure as the history of icons is what makes the internet so cool. I'm glad such things are available (or at least will be when the current barrage of traffic slows).

      --

      One time I threw a brick at a duck.

  35. and then there is Adobe... by Anonymous Coward · · Score: 0

    The latest in their progression of Acrobat icons is just plain ugly!

  36. Re:The more things change... by sepelester · · Score: 0

    Well, the icons in windows' systray have popup bubbles showing how many new mails you've got, the status of your firewall etc. As for Linux/Gnome, there's the notification area applet doing the same thing (except it's not bloated with flashing icons for non-critical messages).

    NextStep had this feature back in '96 I think (Icon changed when you recieved an email). At least I think so, I first tried AfterStep back then.

    Another neat feature is that if you interact with the icon, it can turn into a full window, showing a whole range of information!

  37. Where are the default gnome icons? by arose · · Score: 2, Insightful

    I find them better than most of the icons included in the article.

    --
    Analogies don't equal equalities, they are merely somewhat analogous.
    1. Re:Where are the default gnome icons? by BenjyD · · Score: 1

      Me too

      Lots of people seem to complain about the default GNOME icons, but they do one thing that so many 'prettier' icon sets fail to do: they allow me to quickly distinguish between them.

  38. No, it wasn't. by Anonymous Coward · · Score: 0

    See comment above.
    http://slashdot.org/comments.pl?sid=143326 &cid=120 13344
    Amiga with some extensions (MagicWB) was the top of the line of icon quality/functionality/robustness. After that Windows with its ugly primitive icons came and no progress was made, except of increasing color depth and adding antialiasing. But the modern systems never recovered to the Amiga levels. The regression wasn't undone.

  39. Bad joke about icons (believe it or not) by sczimme · · Score: 5, Funny


    Q. Once upon a time a mouse became trapped in a Russian cathedral; how did he escape?

    A. He clicked on an icon and opened a window.

    (I can't claim credit for that one...)

    --
    I want to drag this out as long as possible. Bring me my protractor.
    1. Re:Bad joke about icons (believe it or not) by Gulthek · · Score: 2, Funny

      (I can't claim credit for that one...)

      Would you want to?

    2. Re:Bad joke about icons (believe it or not) by Beardo+the+Bearded · · Score: 1

      Since he didn't post anonymously we can infer that he did want to take credit for the joke.

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
  40. Joke? by Anonymous Coward · · Score: 2, Funny

    Q: Why is Judy Garland like a cute little picture on an Apple Mac?
    A: Because they're both gay icons.

    Man, that was lame... sorry.

  41. The GIMP by Heliode · · Score: 2, Interesting

    The Gimp lets you create .ico files just fine. I use the Windows version of The GIMP whenever I really need to build icons for Windows.

    --
    Fox can take the sky from you.
  42. Only icons I need by utlemming · · Score: 1

    The only icon that I need is #
    Maybe > but only temporarily until I get to #

    --
    The views expressed are mine own and do not express the views of my employer.
  43. another false story filed by GarbanzoBean · · Score: 2, Funny
    The GUIdebook has a great page illustrating the history of icons.

    Yet again, the Slashdot editors have allowed a mispelled story to be posted. It should be had.

  44. Icon progess... by linebackn · · Score: 4, Insightful

    I'm not sure I would call everything that has happened to icons progress.

    Now that icons are commonly 24 bit color or more and use complex shading and styles they are often more difficult to identify at a glance than 2-color monochrome icons. (Icons should always be capable of being represented as a 2-color monochrome icons to ensure they have enough visual contrast)

    And with all of the varying styles these days, if you don't make your icons specific to each operating environment then they stick out like sore a thumb.

    The days of 16-color icons were probably the best because you could make a decent icon without having to be an artist or having an expensive paint program.

    It still boggles my mind how many people choose bad icons for their products. I currently have the joy of working with a particular software product where many of the different configuration tools all have slightly different pictures of little computer... looking things with some kind of network dealy around them, and I keep getting them all mixed up. Of course part of the problem is that the programs aren't very well organized to begin with and the fact that they keep changing the program names in each version proves that.

    Anyway, it is important that any application have a clear distinct purpose, a good icon to reflect that purpose and then to stick with it as people learn what it symbolized.

    Remember, Icons literally become a language to people!

  45. Slashdotted by Anonymous Coward · · Score: 0

    They should have an icon for slashdotted servers

    1. Re:Slashdotted by maxwell+demon · · Score: 2, Funny

      I can even imagine what it could look like. A big hammer hammering onto a server, where the shaft of the hammer forms the slash of the slashdot sign (i.e. there's the dot part right of it).

      --
      The Tao of math: The numbers you can count are not the real numbers.
  46. Yes, but ... by A+nonymous+Coward · · Score: 1

    Why the paltry examples under Solaris? That page seems to imply *nix didn't have icons until way after all the others.

  47. People Could I have your attention? by danalien · · Score: 3, Informative
    for a tiny-winy bit.

    DISCLAIMER: This is off-topic, yet related.

    Now that I have it, all I wanted to say is that we (the 'slashdotters') need to agree to some common courtesy.
    Yes, I'm talking about the 'slashdot effect'.

    That each time we, who post something, take the 'common courtesy' of at least Coral CDN [mirror it].

    And, no it's not that hard at all, either!

    all that 'we' have to do is: http://redirect.nyud.net:8090/?url=${SUBSTITUTE_WI TH_URL} (see footnotes for more info...)

    See, not that hard, really. If it wheren't I would have taken *this time to ask for you attention.


    ----

    *) ...and if you got 'Konqueror' create a (new) shortcut (like so):
    'Searh provider name' == 'Coral CDN' (or enter your own name :P)
    'Search URI' == 'http://redirect.nyud.net:8090/?url=\{@}'
    'URI shortcuts' == 'cdn,mirror,mirr' (or, again, pick your own 'web shortcuts' :P)

    so, now all you konqi's have to do is 'mirr: ${URL} '

    *) .. and for all you Firefox'rs, here's a searchplugin for you'vs too: coral.src & coral.gif [add them to your 'Mozilla Searchplugins'-dir]

    *) .. and you with other browser, I don't know much about others to comment about. But if you use an enhanced browser (eg. not-IE :-) *blow below the belt, I know, I know =)*), you might be able to add it yourself, someway, like with 'Konqueror'. But I wouldn't know about it, so I leave this up to you'vs.

    --
    I don't claim I know more than I know, and if you know you know more than I know, then by all means, let me know.
    1. Re:People Could I have your attention? by dacarr · · Score: 2, Interesting

      Howsabout instructions on getting around firewalls? Like was indicated earlier, most firewalls block port 8090.

      --
      This sig no verb.
    2. Re:People Could I have your attention? by randyest · · Score: 2, Informative
      Right; it's not hard. But it rarely works. Like now. Coral gives:
      Due to techical problems this page is currently unavailable.

      Please try after a while - we will do our best to resolve this issue as soon as possible


      And mirrordot is slashdotted.

      Any more ideas you can present to us in that super pedantic manner?
      --
      everything in moderation
    3. Re:People Could I have your attention? by cipher+uk · · Score: 1

      the links could be in the fashion

      corallink [*]

      or something similar. ofcourse the link[domain] protection isn't in 'news' summaries.

    4. Re:People Could I have your attention? by danalien · · Score: 1
      --
      I don't claim I know more than I know, and if you know you know more than I know, then by all means, let me know.
    5. Re:People Could I have your attention? by danalien · · Score: 2, Insightful
      hehe :)

      1st) it's hard to mirror, if the target URL has been slashdotted prior to CoralCDN-mirroring it...*but you knew that*

      2nd) ... and it's also hard to mirror a target URL if CoralCDN has been slashdotted, too. [CoralCDN in my eye's is still a quite a 'green' project (needs more exposure to grow), but it sure has got potential of becoming something great!]

      3rd) .. or it could be something with your (closest) node ... or something

      --
      I don't claim I know more than I know, and if you know you know more than I know, then by all means, let me know.
    6. Re:People Could I have your attention? by danalien · · Score: 1
      or, *d'ooh*

      4th) ... that's what the CoralCDN mirrored, =), *just* priror to the server's meltdown :)

      --
      I don't claim I know more than I know, and if you know you know more than I know, then by all means, let me know.
    7. Re:People Could I have your attention? by moodboom · · Score: 1

      coralcdn.org: "Due to techical problems this page is currently unavailable. Please try after a while - we will do our best to resolve this issue as soon as possible."

      Somebody mod the parent Funny. I think I can smell Coral CDN burning from here...

  48. doh... by diegocgteleline.es · · Score: 1

    ...I got moderated as "funny", despite being a realistic propose.

    OK, now imagine: I put the mouse over the icon. If I left there x seconds, system shows you a big (say 300x200 or something) video at the left of how the app looks when its running. Or show the video as background, or something. Sure it'll take resources, but is not a bad idea IMHO...

    1. Re:doh... by 99BottlesOfBeerInMyF · · Score: 1

      Upgrade to OS X. Icons change to show information. In column view a preview of many file types is available. If you have a movie file playing and minimize it a thumbnail of it continues to play in the dock. If you mouse over it it magnifies (if you have that feature enabled). Files being downloaded or tasks being computed generally show a progress bar on the icon when minimized. This is much more useful than a generic movie of how an app looks. For the most part people know what any application they plan to run does. Providing useful feedback in the form of dynamic icons is very useful, and is the norm on OS X.

    2. Re:doh... by Anonymous Coward · · Score: 0

      Well, you said .avi files so of course no one took you seriously. .avi is one shitty old container that should've died long ago.

    3. Re:doh... by drsmithy · · Score: 1
      Upgrade to OS X. Icons change to show information. In column view a preview of many file types is available.

      Ah. Just like Windows ca. 1997.

      If you have a movie file playing and minimize it a thumbnail of it continues to play in the dock. If you mouse over it it magnifies (if you have that feature enabled).

      *Some* apps do. Quicktime player (ugh) does, neither VLC nor the Apple DVD player do.

      Providing useful feedback in the form of dynamic icons is very useful, and is the norm on OS X.

      I wouldn't go quite that far. It's common, but not the "norm".

      Not to mention the types of things you are talking about have a very different purpose to the proposal of the parent.

    4. Re:doh... by 99BottlesOfBeerInMyF · · Score: 1

      Upgrade to OS X. Icons change to show information. In column view a preview of many file types is available.
      Ah. Just like Windows ca. 1997.

      Funny, I have a Win2K box sitting in front of me that won't let me play previews of mp3s, movies, and can't show me a preview of my photoshop files.

      *Some* apps do.

      True, but it is up to the application developer. The hooks are there and even built into the dev tools. The state of the art is there, just many developers are not very interested in a polished interface. Gee, what a surprise, crappy UI programming.

      ..the types of things you are talking about have a very different purpose to the proposal of the parent.

      Yes, they are useful more than one time. The parent's proposal was that icons should be more useful and one way they could be more useful was to show a movie of the app running. That is fine, but not really very useful for most icons compared to the kinds of feedback they are actually capable of. I explained this in my post.

  49. hmm? by numbski · · Score: 1

    You enjoy having girls follow you around mindlessly, yet they must always have their 2 feet of personal space?

    --

    Karma: Chameleon (mostly due to the fact that you come and go).

    1. Re:hmm? by Anonymous Coward · · Score: 0

      Yes, yes I do.

  50. Whats the icon... by first.last · · Score: 0

    ...for a burning server?

    --
    Wishing I was a millionaire since 1969.
  51. Re:Deja Vu (Slashdotted) by supergiovane · · Score: 3, Funny

    Awesome! The post you mention is one year old and the link is STILL SLASHDOTTED!

    --
    Signatures are for stupids.
  52. Icons for software development by KIngo · · Score: 2, Informative
    Until recently, I've found it quite difficult to find decent icons for software development. As a software developer I have a natural inability to draw anything that remotely resembles the intended object and the free icon collections on the internet made my applications look like frankenstein clones.

    Fortunately, nowadays the situation has improved considerably. You can find a lot of useful BSD-licensed icons in the eclipse project, most of them are quite IDE-related, but with a little bit of imagination you can use them in lots of different situations.

    If you have some money to spend, you can buy the icon collections from Incors. They're really great Windows XP-style icons for a very reasonable price.

    1. Re:Icons for software development by hyperizer · · Score: 1

      There's also stockicons.com.

    2. Re:Icons for software development by Brandybuck · · Score: 1

      Try the KDE Classic icons. No inappropriate (L)GPL crap, just a blanket permission to use them for any purpose commercial or noncommercial.

      --
      Don't blame me, I didn't vote for either of them!
  53. Pshaw, 3d icons man by phorm · · Score: 1

    The windows explorer already has such functionality on the sidebar. If you're "exploring" it will show an image/video preview window on the bar for known formats.

    Personally if we're going to monopolize resources for the GUI, I'd rather see a 3d interface and meshed icons. If you think that the bouncing/zooming icons are sweet how cool would a 3d rotating one be? :-)

  54. Truth is Beauty by Doc+Ruby · · Score: 2, Interesting

    Aesthetic progress, sure. Functional progress? Well, every icon represents a file. Why aren't the complete file operations available for that file available by clicking the icon? Why isn't it obvious by looking at a file icon which apps can process it? Why aren't different modes for reading and writing apparent from the app icons? Why aren't there very obvious differences between data, logic and presentation file icons? Why can't I draw pipes and redirects among the icons, making a graph like the one simulated in a commandline with "|" and "" characters? Not to mention no way to start an app in the background by its icon. And don't get me started on representing permissions, ownership, in-use status, or any other state metadata.

    As icons have progressed, we've evolved some very stable patterns in using the files which they represent. But all that these icons communicate is that a file exists, in a given storage subdivision (folder), with some clues to its datatype. If half the time spent beautifying icons were spent making them work better, more interactive, more representational of the full state of the file and its context, we'd all be more productive.

    --

    --
    make install -not war

    1. Re:Truth is Beauty by 99BottlesOfBeerInMyF · · Score: 2, Informative

      But all that these icons communicate is that a file exists, in a given storage subdivision (folder), with some clues to its datatype.

      I have three OS's in front of me right now. Two of them have icons more or less the same as in the 90's. One is different. If you want useful icons, you want OS X. My mail icon tells me how many unread messages I have. My minimized windows indicate what application they are associated with and a thumbnail of the window. My calendar app shows the date. Downloading files show a progress bar. Minimized movies show, well the movie, still playing, or still if paused. Applications with a dialogue box, or that need attention bounce. One of my icons shows me system stats (cpu, memory, disk, network activity, and cpu use over the last minute) in a cryptic, but readable fashion.

      There is certainly a lot more that can be done to make icons more informative and useful, but to say that they have not advanced is to ignore all of the above. OS X has provided the means to make icons useful. Some developers have run with it and some have ignored the capabilities. There is more to be done, mostly with with more advanced file managers. Some will have to wait until there is more cpu power available and some can be done now. Just don't ignore the state of the art because you are not using it for whatever reason.

    2. Re:Truth is Beauty by Doc+Ruby · · Score: 1

      I ignored it because I was ignorant - thanks for the tip :). Is that icon state updated by the OS, or direct write by the app? Is the facility ready now for exposing (get/set) STDIN/OUT/ERR in the icon? Can a separate app read/write the icon state of another app? And could I write an app that lets me draw stretchy lines between icons, to indicate pipelines? If the hooks are there, maybe we won't have to wait too long.

      --

      --
      make install -not war

    3. Re:Truth is Beauty by 99BottlesOfBeerInMyF · · Score: 1

      Is that icon state updated by the OS, or direct write by the app?

      The icon is drawn by the OS in the Finder (file manager) and in the dock (err, running application manager and shortcuts to any specified files, application, directories, etc.) when the application is not running. It can be updated at any time by the application while it is running, but control reverts to the OS when the application closes. This is something that can be worked around, but I wish the dev tools would easily allow application icons to change to indicate the last state of that application. Right now applications can mostly send updates to the icon in the dock, not in the window manager (as far as I can tell). The window manager supports previews of a number of file types (similar to Windows XP, but with more file types supported) and displays progress bars for downloading files.

      Is the facility ready now for exposing (get/set) STDIN/OUT/ERR in the icon? Can a separate app read/write the icon state of another app?

      I'm no expert on this. I'm sure it is doable, but I'm not sure how easy it is. I suspect it is not quite there yet for practical purposes.

      could I write an app that lets me draw stretchy lines between icons, to indicate pipelines? If the hooks are there, maybe we won't have to wait too long.

      Sadly, I think you would need to write your own file manager for this (or modify one of the already written open source ones for OS X). It is certainly possible, but I have never looked into how hard it would be. OS X supports pipes of course, but I don't think the finder supports easily creating them and the finder is closed source. There is a GUI scripting application called "Automater," I think, due out next month with the OS X 10.4 that allows for this sort of thing, but I don't know how well it will be integrated with the file manager.

  55. you will laugh, but by dunkelfalke · · Score: 2, Informative

    many of those windows animations, like for example this small animation when deleting files to the recycle bin, are avi files.

    --
    Conservatism: The fear that somewhere, somehow, someone you think is your inferior is being treated as your equal.
    1. Re:you will laugh, but by LiquidCoooled · · Score: 1

      Phew!
      for a minute there, I thought you were going to say "this small animation when your system crashes".

      --
      liqbase :: faster than paper
    2. Re:you will laugh, but by Anonymous Coward · · Score: 0

      No wonder it always takes longer to load the animation than delete the file.

  56. Application icons? by haluness · · Score: 1

    On a related note does anybody know where one could get good quality file type icons (PDF, Word etc). Browsing the Net I see websites that use these types of icons to indicate documents but I was wondering where they got them from.

    Any points would be appreciated

    1. Re:Application icons? by godless+dave · · Score: 1

      They get them by browsing to web sites that use them, right-clicking the icons they want, and choosing "Save image as..."

      --
      "If it's real, then it gets more interesting the closer you examine it. If it's not real, just the opposite is true." -
  57. Icons by RagingChipmunk · · Score: 2, Insightful

    A neat step forward in Iconography for windows would be the ability to use alternate image formats. Time for the 'ICO' to go, yes, I know its a special format, multiple resolutions, color schemes yadda yadda.

    Even though it begs for abuse, support for an animated GIF as your desktop icons could be fun.

    --
    The only PT Boat Journal on the web: http://www.PT171.org
    1. Re:Icons by SithLordOfLanc · · Score: 0

      I seem to vaguely remember that some of the IBM Aptivas included animated icons on your desktop. I have no idea what format they were or how they worked. Anyone have any input on this?

    2. Re:Icons by Anonymous Coward · · Score: 0

      God, no - this would NOT be a step forward! PLEEEEEEEEEEEZE don't do this!

  58. That's no fun by bstadil · · Score: 2, Funny
    Taking down the site is part of the Esprit de Corp of being a slashdotter.

    It instills a sense of empowerment and camaraderie among us, don't take this away from us ;-)

    --
    Help fight continental drift.
    1. Re:That's no fun by danalien · · Score: 1
      ... well, I can admit I felt the same way when I was a Teenager ... but whu't ya' know, time did beat some common sense into me, after all :-)

      ... sense will bite you, sooner or later. Young skywalker =)

      --
      I don't claim I know more than I know, and if you know you know more than I know, then by all means, let me know.
  59. Menus? by Anonymous Coward · · Score: 1, Interesting

    On the screen there were lots and lots of cryptic icons, whose meanings I couldn't begin to understand. If they had been English words, I might have had a chance.

    Has RMS ever heard of "menus"?

    Hmmm, I want to Save my File to disk. Clearly, the large, glowing disk icon is too vague to understand, and I'm far too busy to investigate what the File -> Save option does...

    1. Re:Menus? by moonbender · · Score: 1

      And typically the menus have the associated icon attached to the command, which helps learning the icons for future usage.

      --
      Switch back to Slashdot's D1 system.
    2. Re:Menus? by arose · · Score: 1

      Have you ever heard of Emacs?

      He is obviously talking about the in-your-face expierence -- the menu bar is small compared to all the default toolbars in MS Word.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    3. Re:Menus? by Anonymous Coward · · Score: 0

      Have you ever heard of Emacs?

      Indeed I have. They should include a text editor in that little OS.

      the menu bar is small compared to all the default toolbars in MS Word.

      I don't know what you did to your copy of Word, but my menu bar is perfectly clear and legible, sitting right atop my toolbars. By my eyes, it looks about 2-3 pixels smaller than the toolbar. If you can't see the File option, then you've seriously monkeyed-up your install.

    4. Re:Menus? by arose · · Score: 1

      I haven't used Word in a long time, but I am talking about the first impression (it's full of icons) not menu bar visibility.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    5. Re:Menus? by Anonymous Coward · · Score: 0

      I am talking about the first impression (it's full of icons) not menu bar visibility.

      So you'd prefer that the toolbar be hidden by default? You do know that you can hide toolbars with a simple right-click, right? Now you've got your menus, and it's no longer "full of icons". Of course, your definition of "full" obviously means "two rows".

      I bet if there were just menus, you'd be complaining that Word doesn't provide quick-and-easy icon-based access like OO.o or Abiword does.

    6. Re:Menus? by arose · · Score: 1

      One toolbar with a few carefully selected icons sounds like a good default to me. I think abiword should get rid of the formating bar as it clutters the workspace and makes it easy to do "bad" formating. Also I seem to remember Word 97 having the "Graphics" toolbar by default at the bottom, but I could be mistaken.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
  60. Opinion on History of Icons by Anonymous Coward · · Score: 0

    :-)

  61. My two dollars! by blueZ3 · · Score: 1

    My two dollars!

    --
    Interested in a Flash-based MAME front end? Visit mame.danzbb.com
  62. Rude! by EEPS · · Score: 2, Funny

    ICONS??? I use the terminal you insensitive CLOD!

    1. Re:Rude! by Anonymous Coward · · Score: 0

      Well... So do I...
      ...X-terminal...

      excellent graphics... but in grayscale...

  63. bah humbug by Anonymous Coward · · Score: 0

    Gateway Timeout
    The following error occurred:
    [code=GATEWAY_TIMEOUT] A gateway timeout occurred. The server is unreachable. Retry the request.

  64. Artist (aka not me) by LPetrazickis · · Score: 4, Informative

    Weboso (aka Jairo Boudewyn) is the creative force behind those. DeviantArt has a sprawling interface, so here's a direct link to his Gallery.:)

    --
    Is this a sigs-optional kind of place? 'Cause I am totally down with that if you know what I mean.
  65. Icons long before computers:Coptic,Armenian,Byzant by Anonymous Coward · · Score: 0

    Early church invented the icons long before computers: Coptic (Egyptian) icons, Armenian icons, Georgian, Nestorian, Byzantine (Greek, Slavic) icons, Maronite icons, Assirian (Iraki) icons, and last (but not least) Roman Catholic icons, where are they?. There were wars fought for and against icons, the Eastern and Western churches were separtared for 170 years because a difference of opinion about icons, etc. A history of icons MUST DEAL with all these issues.

  66. My friend maht said it best... by Anonymous Coward · · Score: 0

    "the only place for icons is in a church, a burning church at that" -- maht

    [posting anonymously because the general lack of sense of humour among /. moderators]

  67. mirror here by BibelBiber · · Score: 1

    http://mirrordot.com/stories/8245c9dd88b5025e1c6ce 44f17fd4fb3/index.html here you go!

  68. Re:mirror here link works now by BibelBiber · · Score: 1, Redundant
  69. What? No Amiga?! by AstroSurf · · Score: 2, Informative

    Talk about icons! You could make full-screen icons on Ami! And the selected version could be a completely different picture from the unselected.

    That said, it was mostly a low-overhead UI. Now sadly missed.

    --
    Astro
    1. Re:What? No Amiga?! by Brandybuck · · Score: 1

      You could make full-screen icons on Ami!

      But why would you want to? Seriously, my current desktop allows me to use icons in the sizes 16x16, 22x22, 32x32, 48x48, 64x64 and 128x128. Sure, the Amiga could use any arbitrary size, but why would I ever need a 21x21 or 66x66 icon? Those fixed sizes cover every case I need (desktop toolbar, taskbar, panel, zoom, etc). There's simply no pressing need for arbitrary icon sizes.

      --
      Don't blame me, I didn't vote for either of them!
    2. Re:What? No Amiga?! by AstroSurf · · Score: 1

      >>You could make full-screen icons on Ami!

      >But why would you want to?

      Didn't say I did. Didn't say I liked them. (I mostly didn't.)

      >Sure, the Amiga could use any arbitrary size

      And in that respect, I think it's unique and therefore merits a special place in the history.

      --
      Astro
  70. A little credit to the inventor by blamanj · · Score: 4, Informative

    When the Xerox Star came out, it had icons because they had been proposed in a PhD thesis by David Smith.

  71. It's as if icons STARTED 2-4 years ago... by Beltway+Prophet · · Score: 1

    I have to disagree. The NeXT had amazing icons back in the late 80s and early 90s, many of which still hold up today (though they were only 2-bit black and white).

    I really like having the side-by-side comparison of icons, but they've chosen mostly modern, mostly mainstream OSes. "Trash" icons in particular are a favorite of mine, but here they're all nearly identical (with the exception of OS/2's wacky shredder). It's also weird that they don't include the folder icon, one of those basics that some OSes did slightly differently (eg, the Amiga's "drawers").

    They do show some Lisa icons here, but what about all the other early GUIs? It would be great to include DEC GEM, a sampling of X11 icons from different UNIXes, and geesh - the NeXT, which they claim to be represented by Rhapsody (it's not! Where are the Black Hole and Recycler?!?)

    Plus, any history of the GUI that excludes Xerox is missing the prime mover! With a quick search I found this site which includes screenshots from the Xerox Star. The icons are distorted, being photos of a curved screen, but surely someone somewhere has the original bitmaps.

    The "interactive chart" of GUI influences on this page shows dozens of sources I've never even heard of...I'd like to see a history that cites these designs, to show the initial struggle to represent all these machine functions graphically, not just the differences between popular, modern UIs, after everyone's adopted a common visual vocabulary for most things.

    1. Re:It's as if icons STARTED 2-4 years ago... by Anonymous Coward · · Score: 0

      NeXTSTEP as also 32 bits icons. They were built with http://www.levenez.com/NeXTSTEP/IconBuilder.jpg. They can also be animated in the Dock http://www.levenez.com/NeXTSTEP/Fonctions_Noms.htm l#Icones.

  72. The real inventor by Anonymous Coward · · Score: 0

    was an anonymous church (catacomb) painter around 50-100 AD, probably a slave (Christianyty started as a slave's religion, they craved for the illusion of the afterlife). Rich folks did not care for the illusion of the afterlife, for them life on Earth was Heaven and classical Roman religion was good enough (who could blame them, If I lived back then and I were rich I would have stayed a pagan or possibly a freethinker and would not adopt christianity either)

  73. i did some math back in the day... by option8 · · Score: 1
    [this was back before Mac OS 9, 1998ish, when mac icons were 32x32 @ 32 bits/pixel with 16x16 versions as well. i had just started creating my own custom icons, and was intrigued by the idea that i could potentially write a program to create every possible bitmap icon, but thought about where to store them.]

    i thought i'd share with you folks the results of a few moments' inspiration, and several moments' calculation - hey it was a friday afternoon.

    i was thinking today, with the number of icons i have stuffed away on my hard drive, just how many possible icons there could be, and, consequently, could i have them all (would i have room)?

    so, i looked at 8 bit icons first. 8 bits means 7 bits (255 levels) of color and 1 bit (2 levels) for transparency. this isn't exacly how it works in icons, but it's close enough. so let's say 256 possible colors for each of 1024 (32 columns x 32 rows) pixels in a standard 8 bit, 32x32 icon.

    though it's been a while since i did any permutation/combination, i think this means that an icon can take on any one of 256^1024 (256x256x256... 1024 times). and that's just the 8 bit, 32x32 variety. which, to answer my first question, is a very, very large number of possible icon combinations - the iconfactory will never go out of business. not in my lifetime, anyway.

    so, would i be able to store them all?

    considering each 8 bit icon takes on a 4 bit and 1 bit version, as well as a 1 bit mask, _and_ 16x16 (256 pixel) versions of same, each custom icon takes up 2240 bytes ((8 + 4 + 1 + 1 * 1024) + (8 + 4 + 1 + 1 * 256) bits) (resedit shows 2640 bytes, what's the other 400?). so, in one megabyte, i can theoretically store 3,177 uncompressed icons. on a one gig drive, that's about 3,253,763. compressed? ask aladdin.

    unfortunately, i have no calculator that will tell me an actual numerical answer to 2240x(256^1024) but suffice it to say, it's quite a large number. much too large to be contained on any hard drive i own.

    now, if you consider that macos 8.5 added a 32 bit icon to the mix (24 bits color + 8 bits tranparency) the number of possible icons jumps to a whopping 4,294,967,296^1024, and that multiplied by the additional 4k per icon.. well, i doubt even nasa has that kind of storage. well, maybe nasa.

    - bored with a calculator on a friday afternoon -
  74. MODS?! by Anonymous Coward · · Score: 0

    WTF? The Gimp does not support .ico without some serious patching. And even then the support sucks.

  75. Can't we all just get along? by game+kid · · Score: 1

    You and the parent are both right, believe it or not. Windows icons can either be in the completely different format described above, or made from a plain old BMP with (as parent stated) the first pixel being the desired transparency key. Confusing, but true. The GIMP makes the ICOs you refer to, while both Paint and GIMP can make the simpler "keyed" one as a BMP (you rename it after).

    --
    You can hold down the "B" button for continuous firing.
  76. No, nevermind. by game+kid · · Score: 1

    You are right, the keyed one doesn't exist. I fail it.

    --
    You can hold down the "B" button for continuous firing.
    1. Re:No, nevermind. by Random832 · · Score: 1

      you're not supposed to rename it - just go to "change icon" on the shortcut and select the bmp as filename

      --
      We've secretly replaced Slashdot with new Folgers Crystals - let's see if it notices.
  77. I gotta say my favorite group is, surprisingly ... by Anonymous Coward · · Score: 0

    RedHat's! Maybe my brain is able to process the images easier, or maybe it's the colors chosen, or maybe it's the nice looking ballpoint pen there on the notepad app ...

    Wow! Mad props to RedHat!

    Dave

  78. SVG? by tardigrades · · Score: 1

    Why is no one mentioning kde and scalable vector graphics. That means any size. Also the crystal icon set blows everything else away as far as looks go.

    --
    really bored? My blog
  79. Icon usage by Anonymous Coward · · Score: 0

    I see that there is alot of antigonism here to the overuse of icons in applications but icons serve a very important usage. Anyone who has worked on the interface side of things for global applications knows that localization of text is often a very difficult process. While the use of unicode has helped things out in recent years, as developers no longer have to support multiple encodings, some languages present some unique layout challenges. For instance, the german word for "Settings" is some 29 letters long! Keeping things like this in mind during interface layout is a nightmare.

    A properly designed icon has universal recognition no matter the background of the user. It makes things easier on the localization team, easier on the developer, and ultimately gives a better experience to the user.

    For icon design philosophy, it is interesting to read the icon design guidelines for
    Apple's OS X Aqua interface
    Microsoft Windows XP

  80. Mirror by tajmorton · · Score: 2, Informative

    Thanks to Mirrordot.

    --
    Tell the truth and you won't have so much to remember.
  81. Jimmac's GNOME icons by Jim+Hall · · Score: 2, Informative

    If you like icons, you may also want to check out Jimmac's ikony. You've probably seen a lot of his icons already, if you use GNOME. Really great stuff!

  82. I did some in 1998 by Anonymous Coward · · Score: 0

    They were used in may programs at the time as toolbar icons... I still see them often.

    They are on SourceForge at http://sourceforge.net/projects/icon-collection/

    you can see many of them here http://www.trash.net/~ffischer/admin/icons/

  83. Re:The more things change... by Echnin · · Score: 1

    Yeah, this is because when you open an app in OS X, its dock icon actually becomes a part of the open application's writable screen space. So they can do anything in that area that they can do in an application window. Which I think is nice.

    --
    Lalala
  84. png2ico supports multiple images by krunk4ever · · Score: 1

    i was going to post this too!

    one cool thing about png2ico is it takes in multiple images and displays the best one. so i can put a 16x16, 32x32, 64x64, 128x128, etc and the program displaying the icon will automatically select the best size.

  85. Amiga??? by Anonymous Coward · · Score: 0

    It's one thing not to mention AmigaOS in an article about, say, server OS history (though the "Envoy" amiga proprietary network system for what would later come to be called "clusters" (we called 'em "farms") was vaguely interesting in its time).

    But GUI Desktop Icon history???? Huh? Just totally leaving out the Amiga is INSANE.

  86. OS versus Window Managers by MavEtJu · · Score: 1

    I wish that people who made these overviews understood the difference between the underlaying OS and the Window managers on top of it (I understand that for a lot of ms-windows people this is still a tricky concept).

    RedHat Linux isn't a window manager, it is an operating system. GNOME is a window manager, KDE is a window manager and they have different icons. And there are more window managers, with and without icons on the desktop, than these two.

    --
    bash$ :(){ :|:&};:
    1. Re:OS versus Window Managers by Anonymous Coward · · Score: 0

      *whine* why do people not know every uninteresting bit about my linux distribution and talk about interesting things instead of nitpicking?

    2. Re:OS versus Window Managers by Anonymous Coward · · Score: 0

      Gnome is a desktop environment, Metacity or Fluxbox (my personal favourite) is a window manager.

    3. Re:OS versus Window Managers by nickos · · Score: 1

      Woah, be careful there. You're right to point out that there's a difference between operating systems and window managers, but there's also a difference between desktop environments (like the (IMO) bloated KDE and GNOME) and window managers. Desktop environments consist of a seperate window manager (KDE uses KWin, while GNOME may use any NetWM compliant WM (the default is currently Metacity)), file manager and many other parts. It is usually the file manager that uses icons.

      That explanation took longer than I thought...

  87. Amiga Icon sets -proto themes by Anonymous Coward · · Score: 0

    One of the other points about Amiga icons apart from their animation and arbitrary size that several other posts have mentioned, was that people produced themed icon sets in the 80s and 90s, mainly because the default out-of-box theme was, uh, functional at best (it was designed to be clear on a crappy TV, though).

    MagicWB was probably the most popular in the Amiga european heyday of the early 90s and widely imitated by third parties. Yeah, it looks kinda crappy now. But boy could it piss off a PC/AtariST/Mac owner back in the day (NeXT users presumably went "meh", not that cognitive dissonance would let them ever admit an amiga 1/10th the price of a NeXT box could hold a candle to their machines)

    The later 90s NewIcons set was more about function than prettiness (they expanded icon images to a 256-color palette), but the "newicons style" (colorful isometric, think old KDE only drawn by artists with talent :-) ) had the most clearly distinguishable icons and wasn't bad looking anyway, and it was designed for long term use, not just initial wow factor. Countless icons were 2-style, with MagicWB native images and NewIcons style images embedded in the .info files (which stored icons for the associated applicats) where only OSes with newicons patches could see them.

    NewIcons could still hold their own against some iconsets I see today, anyway, especially in the clarity stakes.

    Exoticons were NewIcons popular with gamers for obvious reasons when you see the screenshot...

    GlowIcons were a NewIcons set and characteristic style third-parties imitated that appeared in the sunset of Amiga era.

    NewIcons and GlowIcons inspired clean, elegant default look of later niche-market AmigaOS releases in the zombie-living-death of Amiga era.

  88. Re:They're too "static" [winhat] by winhat · · Score: 0

    Because i like to go to one central place for music, movie and tv-series downloads where i know the quality of the oak tree.

    Time flies like a banana.

  89. Major advancement... by 4_Minor_Drawbacks · · Score: 0

    One of the greatest websites for mac icons has a fun history section. you all should check it out. [iconfactory.com]

  90. Re:Amiga Icons from long time Amiga user by amiga-x · · Score: 1

    The other thing was that ordinary people could write icon programs and post them on aminet
    I use a 3 button mouse I think icons are a relic...

  91. Jobs quote about Microsoft by BancBoy · · Score: 1

    All I could think of is the Steve Jobs interview where he says that "the trouble with Microsoft is they (just) have no taste." http://en.wikiquote.org/wiki/Steve_Jobs

    --
    [UID-HeinzIntel]
    1. Re:Jobs quote about Microsoft by grahamlee · · Score: 1

      Ah yes, that was in Triumph of the nerds. I loved that show (and Glory of the Geeks/Nerds 2.0), but still haven't got around to reading Accidental Empires. Well, I did read a small section, in which we have a quote from Gates about Jobs - when NeXTSTEP was released, Gates was asked (I think by Cringely for InfoWorld, but that point isn't made clear) whether he would be developing for the new system. "Develop for it? I'll piss all over it!" Well, in terms of sales he did, but in terms of style? I don't think so.

  92. Not as good as I expected by ESqVIP · · Score: 1

    I personally found the article quite lacking. There's no "directory" representation, something that appears in pretty much every graphical interface.

    Not to mention they didn't consider the Win95 Plus! icons (they sucked, I never liked them, but anyway they're part of Windows' icon history).

    Let's not even get into Internet Explorer being a synonym to "browser"... yeah, I found interesting to see how IE's icon changed across time (but I'm fairly sure there's a Win95 icon missing in there for IE1-IE3), but couldn't we have a specific "Internet Explorer" category? Same for e-mails: saying the Microsoft Exchange icon evolved into Outlook Express is quite dumb (btw, there's also an icon for OE missing, from the IE 4.0 times, I believe; when the Outlook Express counterpart of IE 4.01 launched they replaced the globe with the blue "e" that we see there)

  93. What would you call it? by 1davo · · Score: 1

    "Of course, they have the Lisa/Mac/OS X paths, but there's the Windows progressions, along with entries for NeXT, OS/2, BeOS, and yes, Linux. Would you call it progress?"

    Nah, not really - while I love some of the eye candy themes out today, such as SVG based icons...

    Sometimes I need a break from all that glitz so I just xinit -geom =100x20+100+100 so I can launch my openGL stuff without any WM candy.

    Icons? yes thanks- I am an icon >;-)

    Peace_out

  94. It is a verry different thing by Anonymous Coward · · Score: 0

    Animated Icons on the Amiga meant that in your filemanager you clicked on a document or program and it presented a different Image than before. This was aestetically pleasing and gave you a better feedback than todays highlights, because the second Image could tell what happens (after you double clicked it) in a visual way.

    This is verry different from the animations in Dock or Systray(TM).

    Likewise the arbitrary size of Amiga icons was that a small program (Utility) could have a small icon and a big one that would take over your machine could have a huge icon, depicting a lot of detail. The maker of the Icon had the choice. Thats verry different from the scalable icons in todays OSses, where all icons can have multiple sizes as long as they are all the same size ;-)

    1. Re:It is a verry different thing by CableModemSniper · · Score: 1

      Untrue. I am not sure about KDE but I KNOW that icons on the GNOME desktop can be different sizes from each other.

      --
      Why not fork?
  95. What do you mean you don't read Chinese? by Anonymous Coward · · Score: 0

    But what happens when you show that character to someone who isn't Chinese, Japanese, or possibly Korean (or other Chinese influenced cultures?)

    An image of a floppy disc is far more interpretable across all cultures than a combination of a box, line, squigglydit and two hashmarks (or whatever character would represent "save file.")

    ...and at least one person will look at it and say, "hey, I got a tattoo like that!"

  96. AssHat indeed by setagllib · · Score: 1

    (This is from someone with some boobie experience)

    You're the idiot, and it's in not realising that while calling GNU/Linux just 'Linux' is just fine, calling KDE/GNOME/etc 'Linux' is idiocy. It runs just as well on any BSD, and other platforms too I've heard. Yet the same icons are still there, and are drawn the same. Therefore the icons have NOTHING to do with Linux, except that you can get them drawn on a Linux box. The same way, you can take the images and stick them on a Windows box, within resolution limits. Now, they we're MADE for the Windows system of course, they were for their desktop environment or window manager, but they weren't made for Linux either - for all you know it could have been made under a BSD.

    I keep getting asked about my WindowMaker environment, "so is that Linux?", and I have to explain that, no it's not, it's WindowMaker in an XOrg server, but yes the kernel is Linux, not that it matters here since its effects on my graphical interface are completely trivial. Of course this is usually asked by the people who think that there are only three systems out there (MacOS, Windows, and Linux - and that all of them only run on x86 because there is no other architecture, and what's an architecture?), and so on.

    But you're not much better. Classing OS-agnostic software like KDE or GNOME as Linux just because it happens to be MOST OFTEN USED in Linux, and saying that separating kernel from software is self masturbation and completely pointless, is idiocy of the highest order. Hell, the ICONS, which are completely untied to the kernel, definitely shouldn't be stuck with the OS title.

    --
    Sam ty sig.
    1. Re:AssHat indeed by AssHatAnonymous · · Score: 1
      Absolutely nowhere in my post did I refer to KDE or Gnome. I was referring to the pedantic losers who feel an uncontrollable urge to get oral giardia and start spewing "Linux is a kernel!" "Linux is a kernel!" anytime anyone actually users the phrase outside of that context. To the rest of the computing world, Linux is more than just a kernel.

      Oh, and it's not GNU/Linux, it's just Linux. Get over it. Nobody who was involved in putting together the original linux distros ever looked at Dick Stallman's lunatic screed when assembling the components of their systems. They copied Unix, just like the big Dick did. Only they were smart enough not to have such a hard on for Lisp that they envisioned a world where you only needed a keyboard with two symbols, open- and close-parenthesis. Besides GNU isn't even a has been, it is a never was.

      Finally I wasn't talking about your hairy man boobs. So in the future you might want to strike that qualifier of "some boobie experience".

  97. "Develop for it? I'll piss all over it!" by BancBoy · · Score: 1

    True....to a point. Last time I checked, Microsoft's Mac Business unit is producing Office, Media Player as well as the acquired Virtual PC for, what can only be described as the current incarnation of NeXT...the OS I am booted into at the moment, Mac OS X. Funny, all these years later the game continues. TIme to dig out the .AVI of Revenge of The Nerds fo a chuckle.

    --
    [UID-HeinzIntel]
  98. Re:Amiga??? and then some . . by vortexau · · Score: 1

    Truely, and what other desktop could display
    301 clocks with a 50Mhz speed cpu?

    --
    (David Bowman, EVA near HUGE Monolithic Win-PC in orbit around Jupiter) "My God - its full of Malware!"