Slashdot Mirror


User: lieven_dekeyser

lieven_dekeyser's activity in the archive.

Stories
0
Comments
26
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 26

  1. Re:The *big* problem with GNUStep... on GNUstep Project Gets New Chief Maintainer · · Score: 1

    PyObjC and RubyCocoa are both open source projects, and they will remain open. Cocoa-Java apps still run on 10.4, and will continue to do so, but new features will not be ported to Java.

  2. Re:The *big* problem with GNUStep... on GNUstep Project Gets New Chief Maintainer · · Score: 2, Informative
  3. Re:GINAC on Resource-Based GUIs Vs. Code Generators In Java · · Score: 1

    Yep we should have googled.. Oh well, we had to come up with a name fast, and an acronym sounded like fun :-)

  4. Re:GINAC on Resource-Based GUIs Vs. Code Generators In Java · · Score: 1

    We looked at what was availiable back then and nothing was satisfying. A bicycle wheel doesn't fit on a 10 ton truck... not reinventing the wheel, just creating one according to our needs.

  5. GINAC on Resource-Based GUIs Vs. Code Generators In Java · · Score: 4, Interesting

    We started a project along the lines of Interface Builder with a Java Swing implementation for our master's thesis in 2005. It's called GINAC, as in GUI Is Not Application Code.

    As I really hate designing GUI's in code, I've started working on it again lately, currently implementing something along the lines of cocoa bindings. If anybody is interested in helping out, let me know!

  6. Re:Ho hum. on Apple Releases Multi-Button "Mighty Mouse" · · Score: 1

    Mac OS X has _allways_ supported multi-button mice.

  7. Re:HTML4 + CSS on Web Designer's Reference · · Score: 1

    using xhtml or not has nothing to do with using the table tag or not. You can use tables in xhtml just as you would in html. It's the strict variants of both markup languages that encourage you to use more semantically correct code.

    Using CSS for layouting can be a bit scary at first, especially a few years ago when browsers interpreted things in some wild fashions, but nowadays, the only one that needs a lot of fixing is Internet Explorer.. If you stick to the basics, it shouldn't have too much problems though...

    One tip is to use XHTML or HTML Strict when writing your pages. This will put most browsers in a special mode that tries to be as standards compliant as possible.. The transitional variants make the browsers go in "quirks mode" which means that they'll behave like old and unpredictable browers...

  8. Re:What about doctype? on Web Designer's Reference · · Score: 1

    Browsers will probably maintain backwards compatibility in quirks mode, so I don't think there's a need for people with old html 3.2 style ( /. ? ) code to update them. But when you write new pages, it's a good idea to make them with the latest standards. XHTML fixes a lot of ambiguity that was left in HTML. XHTML 1.0 strict is a clean way to keep away from the layout-in-markup trap..

    The reason why it's so frustrating to write pages that look pretty much the same on all browsers is the lack of standards-support from both browser vendors (IE) and webpage designers ("hey, if it's watchable in IE, why should I care about standards?")

  9. Re:HTML4 + CSS on Web Designer's Reference · · Score: 1

    if you write your html4 the way an xhtml writer would write it (i.e. close your tags, write tag names lowercase, enclose attribute values between quotes,..), there's not much advantage, but then again, you could just put the xhtml doctype in front of it, and it will probably validate.

    The big advantage of sticking to these extra guidelines that xhtml defines is that there's only one possible interpretation of your markup, so it makes it more difficult for browsers to find excuses for interpreting things differently.

  10. Re:Missing feature on iPod Shuffle, Mac Mini, iLife '05, iWork · · Score: 1

    Build in the airport extreme card, and use it as a wireless router?
    You've been meaning to get rid of those messy cables anyway, right?

  11. Re:Apple offers a similar tool on Free iTunes Over a Browser · · Score: 2, Interesting

    iTMS Link Maker is just for searching the store, and finding out links to songs in the music store. The links are still opened in iTunes though, and not much information is retrieved except for title, artist and album.
    this new script retrieves pretty much all information, including the previews.

  12. Re:Nice article but... on Coding The Future Linux Desktop [updated] · · Score: 1

    Interface Builder/Obj-C/Cocoa is actually very much like Java/.NET it's the Cocoa class library that helps Apple move faster than a few years ago, not the +/-5 syntax rules that Obj-C adds to C to make it object oriented

  13. Re:Shouldn't... on IETF Approves XMPP Core as Proposed Standard · · Score: 1
  14. Re:haha silly eurotrash on Mars Express Confirms Water on Mars · · Score: 1

    just quoting CNN here:
    NASA's Mars Odysse (...) picked up signs of hydrogen at the south pole, the first indication that water ice might be found there.

  15. Re:Keynote Available Online Anywhere? on Rumors of iPod mini, 100 Million Songs, Xserve G5 All True · · Score: 2, Informative

    yes, it's here.. a live stream though, so you can't "scrub" through it..

  16. Re:Why only MacOS 9 & X? on 55 Operating Systems On A PowerBook · · Score: 1

    yep, it does

  17. Re:Background info on New Remote Root in Mac OS X · · Score: 1

    you could've said it in a nice way too, you know...

  18. Re:In common parlance, it isn't. on Mac OS X 10.3 vs. Linux · · Score: 1

    Then you shouldn't be comparing OSX to Linux - you should be comparing Darwin to Linux.

    nope, you should be comparing Mach to Linux :p

  19. Re:Is it a good standalone MP3 player? on Apple Releases iTunes for Windows · · Score: 1

    the mac version is an insanely great music player.
    rip mix burn!

  20. Re:An undisclosed flaw? on Microsoft Introduces IM Licensing · · Score: 1

    well, the newer protocols use SSL for authentication, the older ones just used an MD5 hash of the combination of the password and a server generated stamp.. the rest is more or less the same. Okay, SSL might be a little more secure than the MD5 sheme they used, but still.. there's no way to decrypt the MD5 hash and get the users password, the server generated stamp means sending the same hash twice doesn't work, so it should be pretty secure, no?

    I can imagine the cost of maintaining an IM network is pretty high, but MicroSoft shouldn't seek excuses like that.. just be honest!

  21. Re:Mac Zealot Translator on Motorola to Boost 0.13-micron PowerPCs · · Score: 0

    I wasn't only talking about how it looks (although consistency in looks also help for non-technical people), but consistency in how the user interface reacts to the user.

    I use both Linux (Debian unstable with KDE3) and Mac OS X, and there's a huge difference.

    Drag & Drop, clipboard, widget look & feel,... all these things are consistent between applications and throughout the entire system in Mac OS X.

    When I'm running Gaim, Konqueror and OpenOffice on Linux, I have 4 seperate clipboard systems. Dragging things between applications in Linux mostly results in nothing. The mixture between GTK+, QT, Motif,.. and other widget libraries results in a lot of different ways a user has to operate the different applications on his system.. that's the inconsistency I was talking about.

  22. Re:Mac Zealot Translator on Motorola to Boost 0.13-micron PowerPCs · · Score: 2, Insightful

    Some corrections:

    "MacOS X is everything Linux wants to be."

    Translation: "Mac OS X is everything some Linux distributions attempt to be: easy to install/maintain, with the power of a good *nix"

    "Aqua makes me so much more productive!"

    Translation: "The consistency in the way applications and the system look/react allowes you to focus on your work, rather than having to deal with finding out how everything works"

  23. Re:My *camera* crashes on Why Do Computers Still Crash? · · Score: 1

    yeah.. my cellphone crashes too.. but, it seems to have a crash-recovery system, because after a few seconds, it "reboots".. pretty cool for a piece of crap like this (the cheapest one I could find :) )

  24. Re:mac problem on Still Life in the Apple II Community · · Score: 1

    hmm.. i've read this story before.. euhm.. in the comments of just about every story on apple.slashdot.org get a life :p

  25. Re:zipping divx on Opteron Benchmarked Against Xeon · · Score: 1

    they're just trying to save bandwidth by letting users download the movie first.. this way, less users will download it twice (either by visiting the page twice, or by clicking refresh)