Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Community > MacNN Lounge > Vista: huh?

Vista: huh? (Page 4)
Thread Tools
Millennium
Clinically Insane
Join Date: Nov 1999
Status: Offline
Reply With Quote
Jan 30, 2006, 09:09 PM
 
Originally Posted by ambush
I was talking about svg style or XUL style. Something open.
SVG isn't anywhere near sufficient for a GUI, nor is its cousin XForms, and as for XUL... well, go to the OSX forum and tell people you want XUL implemented throughout the OS, and see what kinds of reactions you get. What is this "open" of which you speak? How will it magically improve things? How is the property list format any less "open", anyway? There are open implementations of the property-list standard, and once that's done all that's left is unwrapping into the GUI itself.

Out of curiosity, what did you think of the Renaissance project that I mentioned? Would that be satisfactory?
( Last edited by Millennium; Jan 31, 2006 at 10:48 AM. )
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
     
iomatic  (op)
Mac Elite
Join Date: Oct 1999
Status: Offline
Reply With Quote
Jan 31, 2006, 01:21 AM
 
Again, I attest, why would it matter to a layperson, heck a programmer even, how a GUI's underpinnings are built? XML/XAML/Straight-up C code…?

What can Vista do that the Mac OS doesn't already rock?
     
Rolling Bones
Banned
Join Date: Oct 2004
Location: Six feet under and diggin' it.
Status: Offline
Reply With Quote
Jan 31, 2006, 01:41 AM
 
No Anti-Virus in Vista...

"For unspecified business (not technical) reasons, Microsoft will sell anti-virus protection to consumers through its OneCare online backup and security service."

http://it.slashdot.org/article.pl?sid=06/01/30/1941243

     
Ganesha
Senior User
Join Date: Jul 2002
Location: Arizona Wasteland
Status: Offline
Reply With Quote
Jan 31, 2006, 02:44 AM
 
Originally Posted by Rolling Bones
No Anti-Virus in Vista...

"For unspecified business (not technical) reasons, Microsoft will sell anti-virus protection to consumers through its OneCare online backup and security service."

http://it.slashdot.org/article.pl?sid=06/01/30/1941243

Business Reasons:

#1: You make more money selling monthly subscriptions to OneCare then you do giving it away for free.
#2: It makes Vista seem more secure. Hey we don't need no anti-virus!
     
- - e r i k - -
Posting Junkie
Join Date: May 2001
Location: Brisbane, Australia
Status: Offline
Reply With Quote
Jan 31, 2006, 02:45 AM
 
#3: Pressure from existing makers of anti-virus software.

[ fb ] [ flickr ] [] [scl] [ last ] [ plaxo ]
     
Millennium
Clinically Insane
Join Date: Nov 1999
Status: Offline
Reply With Quote
Jan 31, 2006, 11:19 AM
 
Originally Posted by 11011001
Maybe this XML thing is such a big thing for the Windows people, because they are use to expressing a lot of their interfaces in code. I know this would be a big thing for Java if it natively supported it (I know there are 3rd party solutions).
That's my guess, and as far as that goes, XML does get the job done. There are even simpler solutions, though. If only there were bindings to something other than Tk, Tcl scripts would be an even better format: it's compact but very easy to read, and it has the major advantage of being able to be built up interactively in a shell: you can modify everything on the fly with very simple commands. And before you get after me for the "code" aspect of things, yes, there are WYSYWIG GUI builders for Tk, so presumably something similar could be done for other GUI frameworks.
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
     
Chuckit
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Jan 31, 2006, 12:05 PM
 
Originally Posted by iomatic
Again, I attest, why would it matter to a layperson, heck a programmer even, how a GUI's underpinnings are built? XML/XAML/Straight-up C code…?

What can Vista do that the Mac OS doesn't already rock?
These cute 3D buttons that look like scrolls.
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
Millennium
Clinically Insane
Join Date: Nov 1999
Status: Offline
Reply With Quote
Jan 31, 2006, 12:14 PM
 
Originally Posted by Chuckit
These cute 3D buttons that look like scrolls.
Screenshot, please? I'm not sure I understand what the deal is here.
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
     
Chuckit
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Jan 31, 2006, 12:45 PM
 
Somebody posted a video earlier in the thread demonstrating how Sparkle (the XAML authoring tool) allows you to create radio buttons that look like 3D models of paper without writing any code.

http://channel9.msdn.com/showpost.aspx?postid=115387
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
Millennium
Clinically Insane
Join Date: Nov 1999
Status: Offline
Reply With Quote
Jan 31, 2006, 02:19 PM
 
That sounds like something you'd use Quartz Composer to do in Tiger.
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
     
theolein
Addicted to MacNN
Join Date: Feb 2001
Location: zurich, switzerland
Status: Offline
Reply With Quote
Jan 31, 2006, 05:00 PM
 
Originally Posted by Millennium
That sounds like something you'd use Quartz Composer to do in Tiger.
The problem is that QC doesn't do GUI controls, whereas XAML does.

In fact Microsoft is really pushing XAML for a number of reasons, almost none of which have to do with how much better or worse it is than a NIB file.

Microsoft's claims:

1. XAML will work both in the browser (only IE of course, and with a plug-in in a limited fashion in Safari) and for stand alone software. You'll use XAML for every kind of GUI in Windows.
2. XAML is a standard. I don't actually know whether it is an ECMA standard but the specs are easily available. In other words you CAN (Tetenal, don't wet yourself on this point, please) write your own GUIs by hand, as you can in Java, but, AFAIK, NIBs are not a standard and the specs are not open. There are often times when you want to change the code for a GUI by hand (optimising for instance), and it would be nice to be able to do it by hand with NIBs (This point is moot if Apple has released the specs to NIBs in the mean time, but I couldn't find them).
3.XAML is very flexible. I can't really judge, but from the demo of the Speakle tool and the way you can switch between the XML view and the tool view, it certainly does look that way.
4. XAML is very simple. MS, much along the lines of VB, has made doing basic GUIs as simple as creating a simple web page.

In reality, Tetenal is right in that most people won't be making GUIs by hand, but that is exactly what I was pointing to with that video link to Sparkle. Making custom controls is far beyond anything you can do with IB or XCode at the moment. I don't know how much it really matters, but MS (and the legions of developers) will use it as a reason for choosing Microsoft.
weird wabbit
     
Kerrigan
Addicted to MacNN
Join Date: Apr 2005
Status: Offline
Reply With Quote
Jan 31, 2006, 06:43 PM
 
I cannot wait until the 0-D interface.
     
- - e r i k - -
Posting Junkie
Join Date: May 2001
Location: Brisbane, Australia
Status: Offline
Reply With Quote
Jan 31, 2006, 06:44 PM
 
So you are saying that because developers can homebrew their own interfaces (complete with controls and everything) all developers will go Microsoft? Hah! Only if they are as stupid as Haxial.

Interface rules and guidelines are there for a reason. People already complain about visual disparity even when it's skin deep (aqua vs metal vs plastic). Forgive me if I'm jumping to conclusions, but this just sounds like "skinning" on steroids. Or perhaps acid.

[ fb ] [ flickr ] [] [scl] [ last ] [ plaxo ]
     
theolein
Addicted to MacNN
Join Date: Feb 2001
Location: zurich, switzerland
Status: Offline
Reply With Quote
Jan 31, 2006, 06:55 PM
 
I'm saying nothing of the sort. Microsoft is saying that XAML will cure world hunger and stop global warming. I'm saying that the tools MS is releasing are more advanced than XCode/IB at the moment. That's nothing to fall to pieces about. MS will still have its fans and Apple will have its fans, and both will argue about the relative merits of the various systems for all eternity or until one goes broke, whichever comes first.
weird wabbit
     
production_coordinator
Mac Elite
Join Date: Aug 2005
Status: Offline
Reply With Quote
Jan 31, 2006, 07:05 PM
 
Microsoft has made a number of "Vista will have <insert amazing technology here>!!!" only to remove or reduce the functionality at a later time.

It seems to be a wonderful marketing tool.
     
greenamp
Mac Elite
Join Date: Jun 2004
Location: Nashville
Status: Offline
Reply With Quote
Jan 31, 2006, 07:11 PM
 
And twenty bucks says within one month of Vista retail the net will be cluttered with "[X]-Effect crashed my [dull little box], how do i disable it!!!!!1111111!"
     
OreoCookie
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Jan 31, 2006, 07:16 PM
 
To be honest, I wouldn't know why Apple would push developers to `develop their own GUI'. They are trying developers to stick to the Interface Guidelines (although they should learn to apply them themselves, eat your own dog food).
I don't suffer from insanity, I enjoy every minute of it.
     
production_coordinator
Mac Elite
Join Date: Aug 2005
Status: Offline
Reply With Quote
Feb 1, 2006, 12:27 PM
 
Originally Posted by OreoCookie
To be honest, I wouldn't know why Apple would push developers to `develop their own GUI'. They are trying developers to stick to the Interface Guidelines (although they should learn to apply them themselves, eat your own dog food).

I agree. One of the things I love about OS X is that most of the applications maintain consistency. It's not perfect, but it's 10X better than Windows.
     
Tomchu
Mac Elite
Join Date: Sep 2005
Status: Offline
Reply With Quote
Feb 1, 2006, 04:32 PM
 
Originally Posted by production_coordinator
Microsoft has made a number of "Vista will have <insert amazing technology here>!!!" only to remove or reduce the functionality at a later time.

It seems to be a wonderful marketing tool.
Yeah, and ... surprise surprise, that has only happened twice -- and both features will be released at a later date as an add-on. Unless you can find me proof of this happening more than twice in Vista's history, then your comment is just a cheap shot at FUD. :-)
     
Chuckit
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Feb 1, 2006, 04:43 PM
 
Actually, supplying a precise number of times Microsoft has done the thing they are accused of doesn't let them off the hook for doing it. "This man is responsible for multiple killings!" "Your honor, my client has only murdered two men, so unless the prosecutor can find a third victim, this is merely a tawdry attempt to besmirch my client's good name."
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
goMac
Posting Junkie
Join Date: May 2001
Location: Portland, OR
Status: Offline
Reply With Quote
Feb 1, 2006, 05:45 PM
 
I don't think us developers are looking to create our own widgets. I think we're asking to have widget support in Quartz Composer.

As it is, [b]Apple is forcing us to create our own widgets for Quartz Composer.[b] We're the ones asking for consistency support.
8 Core 2.8 ghz Mac Pro/GF8800/2 23" Cinema Displays, 3.06 ghz Macbook Pro
Once you wanted revolution, now you're the institution, how's it feel to be the man?
     
11011001
Mac Elite
Join Date: May 2001
Location: Up north
Status: Offline
Reply With Quote
Feb 1, 2006, 07:25 PM
 
Indeed, and I wish Quartz Composer worked with Core Data. As it is, if you want to use it with Core Data, you first have to convert whatever it is you want to look at to a NSDictionary or a NSArray first. I've really jumped onto this Core Data thing, and am loving it, but there were things I was looking forward to trying in Quartz that are impractical and overly complicated. I've decided to give up, and write it all in OpenGL and Core Image. I have some custom views that need better performance that Quartz alone can offer. On the bright side though, Quartz Composer did give me a good idea how all of this stuff is working.
     
iomatic  (op)
Mac Elite
Join Date: Oct 1999
Status: Offline
Reply With Quote
Nov 5, 2006, 02:48 PM
 
*Dusts off archaeologist's hat*

So how does Core Animation compare with XAML (I realize one is an engine, and the other is a language, but bear with me)? A Microsoft-y relative (WAAAY high up) pronounces how awesome and mind-blowing Vista will be, logical fallacies, pejorative usage, etc., yadda yadda. Is this true? (He also told me they're still on time--snicker.) How is the interface and graphics engine going to blow doors off the Mac OS? Current and Leopard?

Apple - Apple - Mac OS X - Leopard Sneak Peek - Core Animation
     
Chuckit
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Nov 5, 2006, 03:07 PM
 
From the sound of it, Vista's graphics engine will be impressive indeed. As for how it compares to Core Animation — well, Core Animation is still under NDA, so nobody can disclose that. Tentatively, it sounds like they will probably be pretty close to neck-and-neck.
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
mac1896
Forum Regular
Join Date: Dec 2005
Location: Florida
Status: Offline
Reply With Quote
Nov 6, 2006, 08:29 PM
 
OK, I'll admit that I'm not much of a Windows user (except at work, have to use MasterCAM). I''ve been using and upgrading my Macs for the last 6 years, and I kinda enjoy using either 9 or X.

But, possibly, I can be persuaded to really, really LIKE Windows.

Just tell me, with the touted as "superb" graphics that is running in Vista.........

If I get a new Virus while running Vista, will the graphics kick in like some psychedelic desktop dream moments before my pc melts down.........

.....or will a "Quartz-like" little AOL kind of guy run around on my desktop, rendered in 3-D flames, screaming, moments before his last bit of conciousness fades away, along with my HDD..........

Gee, I hope they're friendly..........
     
iomatic  (op)
Mac Elite
Join Date: Oct 1999
Status: Offline
Reply With Quote
Nov 30, 2006, 04:23 PM
 
Microsoft Vista: A video play that will dwarf Google, Apple. - December 1, 2006


So 3D charts! Whoopee!

I mean practically everything mentioned as some sort of innovation (recognizing devices, media editing, and the above-mentioned 3D charts) has pretty much been done on the Mac side if not recently, freaking years ago. Except for Sideshow: whoop-de-feckin'-do.

So diddly what? Because of Microsoft's marketshare, it's more significant? Yeah, well, it's still half-baked Microsoft ideas. Sigh. I mean, what am I missing here?

I hate dirty companies that sully the world with their moronic, diluted copy-cat crap.



Please, can we end Microsoft?
     
Love Calm Quiet
Mac Elite
Join Date: Mar 2001
Location: CO
Status: Offline
Reply With Quote
Nov 30, 2006, 07:50 PM
 
I'm not really familiar with this Vista version. Is that gonna be 10.4.9? or 10.5.0 ? Will it make my PB G4 snappier?
TOMBSTONE: "He's trashed his last preferences"
     
goMac
Posting Junkie
Join Date: May 2001
Location: Portland, OR
Status: Offline
Reply With Quote
Nov 30, 2006, 08:04 PM
 
Originally Posted by Chuckit View Post
From the sound of it, Vista's graphics engine will be impressive indeed. As for how it compares to Core Animation — well, Core Animation is still under NDA, so nobody can disclose that. Tentatively, it sounds like they will probably be pretty close to neck-and-neck.
CoreAnimation and Vista's graphics engine are for now in different leagues. I've used both, and obviously on the OS X side I"ll have to stick to publicly known information.

Vista's graphics engine is really more than just a graphics engine. It's a new way of designing GUI's that at the very least catches it up with Mac OS X's Interface Builder. Windows GUI's created in Avalon are stored in XAML files, so they can be used on any platform or a web browser. You can even use Avalon GUI's on the web in a very Flash like fashion. Avalon fully supports mixing 2D and 3D environments. You can put 2D interface widgets into a 3D environment.

Core Animation is Apple's answer to Avalon, and from a technical standpoint, it's basically the same thing. From a developer who's working with the API's standpoint... the edge goes to Microsoft. One thing that annoys me is Microsoft has built a lot of tools to allow you to graphically compose rich Avalon based environments. Sparkle, which is Microsoft's tool to build Avalon GUI's, is basically a Flash clone. It looks easy to work with, and makes it so you don't have to be a coder to build nice UI's. In fact, Microsoft is pushing the idea that UI designers working on a team will actually create the UI in Sparkle themselves, rather than just sending UI sketches and mockups to developers.

Apple has announced no such sort of tools yet. Just a framework to write code for. I really like the idea of GUI designers getting their hands dirty and working directly with the UI alongside the programmers, but Apple just isn't there yet.
8 Core 2.8 ghz Mac Pro/GF8800/2 23" Cinema Displays, 3.06 ghz Macbook Pro
Once you wanted revolution, now you're the institution, how's it feel to be the man?
     
::maroma::
Addicted to MacNN
Join Date: Jan 2002
Location: PDX
Status: Offline
Reply With Quote
Nov 30, 2006, 08:05 PM
 
That article said nothing new. And most of the crap they noted are already in the MacOS. God I hate ignorant journalists.

Also, this article is assuming that Vista will be flawless and will be adopted by everyone. This won't happen. The OS can have a billion shiny buttons and 3D graphs and animations, but if it sucks balls no one will use it.

Vista will not revolutionize the video market. It will not bring forth a new era of video into the PC market. I don't get why people don't realize that MS doesn't do this sort of thing. MS follows. They always have, and they always will. Let Apple do what they've always done, which is lead the industry. MS will copy and follow. Same old story.
     
PowerPc = Pwnage
Forum Regular
Join Date: Oct 2006
Location: New York
Status: Offline
Reply With Quote
Nov 30, 2006, 09:53 PM
 
lol, I was looking at a picture of vista, like all of the windows doing various things, and right in the middle of the screen in bold font, it says: PLEASE WAIT, I love it!

"Oh! You smell good, what is that? Macintosh."-http://www.penny-arcade.com/comic/2006/03/03
     
- - e r i k - -
Posting Junkie
Join Date: May 2001
Location: Brisbane, Australia
Status: Offline
Reply With Quote
Nov 30, 2006, 10:03 PM
 
Originally Posted by ::maroma:: View Post
That article said nothing new. And most of the crap they noted are already in the MacOS. God I hate ignorant journalists.
Seconded. That article was just beyond retarded in it's "Vista will dwarf Google, Apple" statement. Nothing I could gleam from that article or what I have seen from Vista is anything near what Apple or even Google is capable of.

[ fb ] [ flickr ] [] [scl] [ last ] [ plaxo ]
     
macroy
Mac Elite
Join Date: Nov 2002
Location: Ellicott City, MD
Status: Offline
Reply With Quote
Dec 2, 2006, 07:44 PM
 
Got a copy from our MSDN folks this week... so far I like it. But I've yet to do anything with it since its been a real busy week. However, my first words when I booted it up after installation was "wow, they turned my HP into a Mac!!" Which got a few chuckles from teh folks around me.

The first thing I can say is that it looks pretty impressive so far. Except for one thing, anytime you do something that may have a "security" implication, you get the "you are trying to do this, are you sure?" ... but it doesn't ask for any authentication (maybe because I'm local admin?). Just seems a bit annoying. I'm sure I can turn it off... but like I said, I haven't really sat down and looked around yet.

Oh, and Office 2007 rocks.
.
     
goMac
Posting Junkie
Join Date: May 2001
Location: Portland, OR
Status: Offline
Reply With Quote
Dec 2, 2006, 07:50 PM
 
I won't use Vista yet. The compatibility sucks. Can't run anything on it.
8 Core 2.8 ghz Mac Pro/GF8800/2 23" Cinema Displays, 3.06 ghz Macbook Pro
Once you wanted revolution, now you're the institution, how's it feel to be the man?
     
 
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 08:33 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,