Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:oh please (Score 2, Insightful) 228

The web without all this proprietary stuff would be so boring it would be unreal.

Really? Why. The vast majority of what Flash can do is standardized in SVG, SMIL and many other standards that Adobe and Microsoft studiously ignore. What do you do on the Web that is so exciting that it cannot be accomplished with SVG and SMIL? Of course there are things that Flash can do but SVG cannot and vice versa. But in general, all of the major Web app categories would be served just fine with SVG et. al.

Microsoft, Yahoo Finally Merge IM Networks 299

WinBreak writes "Marketwatch is reporting that, nine months after their announcement, Microsoft and Yahoo! are finally ready to roll out beta IM clients of MSN Messenger and Yahoo! Messenger that will be able to talk to each other." The Windows Live Ideas and Yahoo! Messenger pages have more information; the companies say that the resulting user community will be the world's largest, at around 350 million accounts, and that they'll be using SSL to encrypt the traffic between the systems.

Low Emission Cars Continue to Gain Popularity 744

Rio writes "A company may soon offer American motorists a new option to save on high gas prices -- vehicles powered by lithium batteries. From the article: 'Just plug in these cars for about five hours or so and you'll get about 300 miles on a single charge.' The vehicles cost about $35,000 or about double what buyers would pay for a gas-powered model." Relatedly acidrain writes to tell us The BBC is reporting that a prototype of the new "Clever car" (Compact Low Emission Vehicle for Urban Transport) is starting to make the rounds on European test tracks. The car is one meter wide and less polluting than normal vehicles. It has a top speed of 100 km/h (60mph) and uses a novel tilting chassis to make it safe and maneuverable.

Pay-per-email and the "Market Myth" 295

Bennett Haselton has written a thoughtful piece on the latest developments in the pay-for-email schemes making the rounds from some of the big players in the world of AOL. This one is really worth your time, so please click on and read what he has to say.

Comment Cocoa *is* fun to program for (Score 1, Informative) 784

Having recently introduced myself to Cocoa through Cocoa Programming for Mac OS X by Aaron Hillegass, I would have to say that Cocoa is quite fun to program for. Specifically, Apple's Interface Builder allows you to quickly build up a GUI without writing a single piece of code. A lot of common tasks require next to no code at all. For instance, adding tabular data requires only that you create your model in XCode and perform all other tasks in Interface Builder. Within seconds your application can have a table with movable, sortable, editable columns. The only code you have to worry about is your model. Of course, should you want to do something more complicated with tables you can.

Tabular data is just one example, but there are many other ways in which programming for Cocoa is quite easy. Copy and paste using multiple types is a snap, and drag and drop is just a slight extension on top of that, accomplished in minutes. Can Windows' Visual environment say the same? Friends of mine who have implemented drag and drop on Windows spent days doing so, and it still didn't work quite right. The broken nature of drag and drop in many Windows apps is the result.

Since Mac OS X uses PDF as its native format, creating PDF versions of your data requires only a few lines of code. Similarly, Cocoa provides support for many data formats such as RTF, PNG and TIFF so saving and reading images is a no-brainer.

Comment Re:No WinCE/PocketPC (Score 1) 37

As a side note, I've recently been informed that you can get a GTK+ dll for some PocketPC models, with which you can run the GTK+ version of Plucker. That might be a faster route to go to get a working WinCE client.

Slashdot Top Deals

An authority is a person who can tell you more about something than you really care to know.

Working...