Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
Patents

Submission + - Creative Commons v3.0 licences launched

An anonymous reader writes: Creative Commons announced the release of its licences on Friday 23 Feb 2007. Changes include "Clarifications Negotiated With Debian and MIT", CC-BY-SA "compatibility structure", endorsement control, etc.
XBox (Games)

Pyschonauts Now Back-Compat on 360 64

The much requested addition of backwards compatability for Psychonauts has reached the Xbox 360, reports the British Gaming Blog. The list also adds support for titles like Ultimate Spider-Man, Buffy, Shenmue II and ... Aquaman. The list was dropped early, so don't put the discs in quite yet and expect them to work. Still ... yay Psychonauts.

Comment It's a non-issue (Score 4, Insightful) 72

I think you're a little confused about what AJAX technologies are and where they run.

AJAX is a presentation philosophy (AKA: a client-side issue). It runs independent of the server technology used. On various projects, I have implemented AJAX on servers running PHP, ColdFusion, and static HTML. AJAX is server platform independent.

As for the particulars of IE7, I can say that using script.aculo.us and Prototype libraries run the same if not improved on IE7 in comparison to IE6. The fact that the libraries themselves are actively being tested for IE7 as new beta comes out means that I don't have to do anything extra for the changes; It just works.

I understand the initial concern for IE7/IE6 compatibility, but sticking with a popular library solve this problem and make the concern a non-issue.

As for the server-side of AJAX, what you'll be coding are pages that output either HTML, XML, or JSON. Any server platform can create this kind of output, so questions of server compatibility are moot.

But my word of cation is this: Know why you are changing a component to an AJAX philosophy and how best to implement it. There are good reasons to use AJAX as there are bad ones. Please proceed with cation and purpose.

Slashdot Top Deals

How much net work could a network work, if a network could net work?

Working...