Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:distributing the private API key (Score 1) 262

Or not including the key in the source code at all. I have written a Dropbox client and Dropbox also uses OAuth for authentication, and I didn't include the key in the source code. And now when someone wants to compile my application, they have to get a new key from Dropbox. Only the binaries I distribute include the key Dropbox gave me.

Comment UI / Logic Separation (Score 1) 440

The next big thing might be the separation of UI and core program logic. An example of this is what Nokia's Qt is heading towards: QML for UI (which is similar to or might even be a subset to Javascript, I am not sure) and Qt for the program logic and actual implementation of functionality. This is a powerful approach and it has many advantages that I think most Slashdot reader know. This might a new (optional) strategy for Microsoft applications, HTML5/Javascript for the UI and .NET for the implementation. Disclaimer: I am an expert in neither Qt/QML nor HTML5/Javascript/.NET and what I am saying is just a thought, and I haven't heard about Microsoft (or anyone else for that matter) saying that this is what they are aiming at. I just wanted to share a thought.
Ubuntu

Submission + - Ubuntu 11.04 Natty Narwhal Released - See What`s N (webupd8.org)

An anonymous reader writes: After the usual 6 months of development, Ubuntu 11.04 has finally been released.

Ubuntu 11.04 doesn't come with GNOME 3 / GNOME Shell (in fact it's not even available in the repositories but only in a PPA) and instead it comes with an interface designed especially for Ubuntu called Unity (based on GNOME 2.x). Unity was already default in Ubuntu 10.10 netbook edition but besides being default for the desktop edition (the netbook edition doesn't exist anymore starting with 11.04), it was also completely re-written and now uses Compiz.

Windows

Submission + - Nokia's new strategy: Windows Phone 7 (cnn.com)

An anonymous reader writes: Nokia CEO Stephen Elop announced Friday that the Finnish mobile phone maker would make a radical shift in its business strategy, highlighted by a switch to Microsoft's Windows Phone 7 smartphone platform.

Elop, who joined Nokia (NOK) in September after heading Microsoft's business division for the two years, spoke about the company's future at a strategy conference held in London. The announcement comes in the wake of a memo he sent to Nokia employees earlier this week in which the CEO described the company as standing on a "burning platform." Nokia will die if it does not change the way it does business, he said.

GUI

Nokia Releases Qt 4.6 6

Lawand writes "Nokia today released Qt 4.6, the latest version of the cross-platform application and UI framework. Featuring new platform support, powerful new graphical capabilities and support for multi-touch and gestures, and this is the first release to include significant code contributed from the community. This release introduces support for the Symbian platform with integration for the S60 framework, expanding the addressable market for Qt applications by over 130 million Symbian devices."

Submission + - juel-2.2.0 final released (sourceforge.net)

SF:beckchr writes: JUEL 2.2.0 final has been released. JUEL is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245, maintenance release 2), which includes an API for method invocations. The new API replaces JUEL\'s proprietary mechanism for method invocations used in 2.1.x releases. The BeanELResolver class now provides a generic default for method invocations using reflection. To simplify configuration, JUEL now provides feature profiles \"JEE5\" and \"JEE6\" (default, method invocations and vararg calls enabled).

Slashdot Top Deals

Old programmers never die, they just hit account block limit.

Working...