french english

RSS 1.0 
 
 Login 
 Password 
 Sign in 
 
08-31-09 / 10:25 PM : Apple : Special Event on September, 9 (cjed)
Apple is rumored to have sent invitations to select press for a Special Event held September, 9, and centered around iPods (that may gain video recording feature as on the iPhone 3GS) and iTunes 9 (expected Bluray management and social networks features).
 Post a comment
08-30-09 / 07:21 PM : Snow Leopard : new Finder and security (cjed)
Many very positive articles about Snow Leopard emerged in the online Press these last days (and are referenced at Apple site), among those the NY Times one. We discover here some less known new features :
Icons can now be 512 pixels (several inches) square, turning any desktop window into a light table for photos. You can page through a PDF document or watch a movie right on a file’s icon. (see this video).

You can now record your screen activity as a movie — fantastic for tutorials. (video here).

When you rename an icon on an alphabetically sorted desktop, it visibly slides into its new alphabetic position so you can see where it went. (typical example of Core Animation implicit animation mode).

About security, the XProtect component do not just ask confirmation when opening a downloaded application for the first time : it now also maintains a list of known trojans (two at this time), and displays a warning message if we click on a package that contains one of these. However it only works if the image/package has been downloaded with a software that sets the com.apple.quarantine extended property (see details at Sophos site). Then this protection isn't yet available for content downloaded using BitTorrent, or for files accessed through an USB key or network sharing.s
 2 comment
08-28-09 / 11:29 PM : CP2JavaWS 0.9 : new tableView header & sorting (cjed)
A new 0.9 version of CP2JavaWS is available :

- slight changes to the master/detail view, that is now fully compatible with the new CPTableView (that has been merged in the master branch). Compatibility with the older 0.71 version remains.

- now automatically adds an image background for the tableView columns's headers when creating a master/detail view.

- added support for sorting to the tableView (the logic was still available in the CPTableViewDelegate and remote generic DAO service, however the new CPTableView does not yet implement sortDescriptors creation and change notification) : a CP2JavaWS category has been added to CPTableHeaderView, in order to manage mouse click in the the header view, and then set the current sort descriptor and send the sortDescriptorsDidChange notification to the tableView's delegate.
Note : the header background does not reflect yet the sort order (no arrow).

The online demo has been updated.
 Post a comment
08-26-09 / 01:52 AM : J-34 before MJ Style (cjed)
Starting September, 30, MJ Style album (1996) will be released on all (worldwide) ITMS (and exclusively).
The registration process through Zimbalam is very comprehensive : producer name besides artist/band name (members can be listed), name of composer(s) and author(s) for each song (instrumental checkbox provided if author not relevant), detailed choice of stores (and areas), special indication/remix available besides song name, sample start position, choice of pricing policy (Front, back, etc.) and targeted release date. The site (user personnal space) is really great (clear, with Ajax contextual help and verifying, very fast upload with progress bar).
 Post a comment
08-24-09 / 05:51 PM : Snow Leopard will ship August, 28 (cjed)
The AppleStore did close for some hours and just reopened : MacOSX 10.6 Snow Leopard release date is confirmed, it will ship starting August, 28, that is some weeks ahead of expectations !
 Post a comment
08-24-09 / 02:52 PM : CP2JavaWS : exponential grow (cjed)
Since the full version of Direct2CP mode (and the online demo hosted on AppEngine), the number of downloads of CP2JavaWS at Sourceforge has been growing exponentially (still 85 for the first three weeks of August).
We can see the whole statistics page of the project since its launch early January.
 Post a comment
08-21-09 / 12:06 AM : iPhone 3GS : Full HD video out (cjed)
The iPhone 3GS may be capable of playing full HD videos (1920*1080p), despite being restricted (by software) to 640*480 (same with previous models). The iPhone 3G can handle decoding of 480p (854*480, exactly the resolution of my old projector), and output it through a component cable (49$, provides 480p from an iPod touch 2, but 480i - interlaced - on iPhone 3G).
 Post a comment
08-17-09 / 10:58 PM : Bespin 0.4 : collaborative development (cjed)
From Ajaxian's founder and lead columnist Dion (is also the Director of Mozilla's Developer Tools Lab) we learn that Bespin 0.4 brings collaborative work feature. I wonder whether we will find such Google Wave's like option in Atlas (finally the Cappuccino team went at Google IO). However, besides work on bindings, there isn't any clue about something else.
I have a very ambitious idea on this for Atlas (or for another online editor), and I wouldn't be suprised that 280North team reached the same one (that I won't reveal publicly that time).
 Post a comment
08-13-09 / 12:13 AM : Snow Leopard reaches Golden Master (cjed)
While elements about a new Apple product announcement are growing (the latest being a recent secret ad spot filming), Snow Leopard did reach Golden Master. Moreover this version might not having being released to developpers, that is Apple could keep some surprise stuff, besides the expected benchs and comparative performances with Windows. A late September shipping date is then likely.
 Post a comment
08-12-09 / 11:48 PM : Apple eWorld : social online services back in 1995 (cjed)
While iTunes 9 is rumored to include social services, we can look back at eWorld, a social online services solution released by Apple in 1995 (I remember having it available with all system and magazines CDs, but wasn't interested at that time as I didn't have internet connection on the Mac LC475 - was better as a Midi sequencer and for playing Dark Forces) ! The eWorld application presented each service as a building, and was more a community city. It also included a dedicated browser (that was before the Opendoc enabled Cyberdog browser). In fact all started in 1985, with AppleLink, the first online service using a GUI !
We can even get a look at eWorld through this recreation (fake, uses DOM) of System 7 desktop and eWorld applications : just click on the eWorld application icon, and when the dialog displays click on the connect button (not a real one, just a DOM element - all other controls do not work). It shows launch images (fake connection) and then opens the eWorld village window. Really cool !
 Post a comment
08-07-09 / 04:49 PM : Article about CP2JavaWS 0.85 at TheServerSide (cjed)
The article introducing the new 0.85 version of CP2JavaWS is now online at theserverside.com.
 Post a comment
08-05-09 / 12:00 AM : WebGL / Canvas 3D / GPU accelerated (cjed)
Khronos announced that its WebGL technology (see the project's page at sourceforge) will be publicly available during the first part of 2010, and without royalties. This framework implements OpenGL ES 2.0 (that is a subset of the full OpenGL APIs) through recent versions of the Canvas element (2D context for now), and allows manipulation/description of scenes in Javascript.

We can read on that blog detailed thoughts about Canvas 3D (and notably the difficulty to provide Javascript counterparts of the OpenGL APIs, the later being closely tied to some C language conventions). We can also watch a presentation from Google about HTML5 new features, and among these a part dedicated to the Canvas element.

As we can see in that Canvas version of Castle Wolfenstein, performances are still good, and we expect first results from work on GPU acceleration (not available yet in 2D Canvas), that will require new developments in browsers / some hooks (in the same way WebKit still proceeded since iPhone WebKit launch - and now with latest WebKit nigthly builds for MacOSX Leopard -, to allow hardware acceleration of CSS Effects - 3D transforms, transitions).

To remember, Canvas (2D) is being used in Cappuccino as the foundation to the Objective-J implementation of Quartz 2D rendering engine (and VML is used on IE).

As I said recently, Flash has been facing strong competition for one year from all actors of the Web, in all areas, and this new 3D framework (that won't require any aditionnal plugin contrary to Google's O3D solution) will contribute to Adobe's container demise.
 Post a comment
08-04-09 / 09:56 PM : CP2JavaWS at Dion's Twitter (cjed)
Many Thanks to Dion Almaer from Ajaxian.com for having posted a message at his Twitter about the new version and demo of CP2JavaWS !
 Post a comment
08-02-09 / 02:44 AM : CP2JavaWS 0.85 : master/detail view completed (cjed)
A new version of CP2JavaWS is available. It completes the master/detail view (Direct2CP) :

- added automatic support for creation/insert (add button) and delete in generic detail view, with full state management.

- added management for business key(s) in master and detail views, besides technical one. Moreover the business key can be multiple (composite). The detail view allows to set these key elements at creation time (once). If using a technical key, it is set by the database (sequence, identity, etc.) and retrieved/displayed back in the detail view after creation.

- added support for combo lists and radio buttons : through codes/labels descriptors we can associate codes/labels pairs with an attribute (its detail view field). That collection can be setted in the client side or retrieved using a specified remote service (useful for long lists read from a database, and for localization).

- added the innovative DatePicker component from Randall Luecke (RCL concepts) as date field editing (requires some provided images resources).

- master and detail views can use the generic DAO service (typically for services backed by a relational database) or custom ones (read elements, read one element, update, insert, delete) if using a specific datastore or connector.
The master/detail view provides then 4 modes : generic detail view with generic DAO service or custom service, or custom detail view with generic DAO service or custom service.

- the HTTP requests sender now behaves as expected when using synchronous requests : the result is returned (does not use anymore a delegate and handlers).
 Post a comment