Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:My feelings on Wave (Score 1) 183

Why is Google spoiling good concepts by tying them to the browser exclusively? They just need to develop for the three major platforms, Windows, Linux and OS X.

Perhaps the team doesn't want to have to constantly maintain 3 seperate codebases for the same app whenever an OS goes thru a major revision.

Or perhaps because they want users to use it "right now" instead of having them go thru the install process considering almost every machine has a browser on it.

Comment Re:Hundred Millions or Hundred Thousands? (Score 5, Funny) 293


Rebel Farmer: The more you tighten your' grip, the more Star Systems will slip through your' fingers

Chinese Govt: Not after we demonstrate the power of this station. In a way, you have determined the choice of the planet that will be destroyed first. Since you are reluctant to provide us with the location of the rebel base, I have chosen to test this station's destructive power on the World of Warcraft.

Rebel Farmer: No! Warcraft is peaceful, we have no weapons you can't possibly-

Chinese Govt: You will provide another target - a military target? The name the system! I grow tired of asking this, so it will be the last time. Where is the rebel base?

Rebel Farmer: ...Runescape. They're on Runescape.

Chinese Govt: There! You see Lord British she can be reasonable. Continue with the operation, you may fire when ready.

Rebel Farmer: WHAT?!

Chinese Govt: You're far too trusting. Runescape is too remote to make an effective demonstration but don't worry - we will deal with your rebel friends soon enough.

Rebel Farmer: noo..

Comment Re:Propietary Format (Score 1) 193

the kindle supports .txt files.

When you plug it in via USB, the computer detects it like a harddrive. Just drag the files in and you're done.

You can even view images on it, just create a folder and place your images in there, the kindle lists the folder amongst the list of books, like an album. Hit the next/prev to go thru the images as you please. I've been using this to read some manga on the bus.

Comment Re:About Time! (Score 1) 349

I have a copy of IE6 and I'll never give it up. I need it for testing IE6 bugs.

Ditto for me. I fire up Virtual PC with an instance of XP with IE 6 (and an older version of FF for the hell of it). That way it can do it's worst and I'll just shut it down. Saves me a lot of grief.

As an aside, IE6 needs to die in a fire. Especially concerning the png alpha-transparency issue.

Comment Re:Actionscript (Score 2, Informative) 165

I assumed the problem with using javascript was the inability to manipulate images at the bit level with relative ease. People have made some successful projects using the canvas object to handle their 'blitting,' but do all browsers even support it (shifting eyes at IE)?

Another (rather unrelated) issue would be the lack of a mature way to communicate between server and client - cheaply that is. If someone is going to make their own browser based graphic mud, that means they are going to have to write their own comet app. Not a lot of ppl are willing to write their own server. You can't really control how you want your game to do socked based communication.

But the main issue is the lack of ability to be able to program close enough to the 'metal.' That means no native support to take advantage of things like the video card for 3D, or sound card or what have you. Nor the fact that you can't simply plug in a gamepad controller and just playing your javascript game (at least, not without doing some config work on your gamepad prior).

Most games are (relatively) graphic intensive, and the people that code them want to have the freedom to be able to access the power of the computer that is running them. With different browsers having different javascript engines, you're going to end up with very inconsistent results when playing a game on IE compared to FF compared to Safari compared to Chrome. *shrug* I don't know, it just seems too much of a pain to take into account all those factors when trying to come up with consistent gaming experiences, at least with flash or java you can (somewhat) expect to have a common platform to develop on, considering the trouble people are having with cross-browser compatability when simply making web pages. (just being snarky) :-P

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...