|
03-30-10 / 12:47 AM : OSX 10.6.3 / Leopard security update 2010-02 (cjed) |
The 10.6.3 update is available, as the second 2010 security update for Leopard. |
Post a comment |
03-30-10 / 12:43 AM : iPad Guided Tours (cjed) |
Apple provides new videos (Guided Tours) about the iPad. |
Post a comment |
03-23-10 / 09:06 PM : Opera Mini for iPhone (cjed) |
Opera Mini for iPhone has been submitted to Apple. It isn't a real browser, in fact it acts as a terminal, the rendering is computed on remote servers. Zoom isn't implemented yet (the image will have to be computed at another scale), and what about javascript support ? |
Post a comment |
03-17-10 / 12:07 AM : IE9 : GPU powered graphics and HTML5 (cjed) |
Microsoft presented a test version of IE 9, that brings support for some HTML5 technologies, provides hardware accelerating (through Direct2D) for SVG and HTML5 video element, and manages javascript code on an additional core. Then another news that won't help Flash. |
Post a comment |
03-13-10 / 09:13 PM : CP2JavaWS 1.0.1 : supports Cappuccino 0.8 (cjed) |
A new release (1.0.1) of CP2JavaWS is available. It adds support for Cappuccino 0.8 (won't work with previous versions - use CP2JavaWS 1.0 for these).
Note : when creating a tableView manually, and setting CP2JavaWSTableViewDelegate as the delegate,
we now have to define the sortDescriptor on each column, for example :
[column setSortDescriptorPrototype:[[CPSortDescriptor alloc] initWithKey:[column identifier] ascending:true]];
This is done automatically when using Direct2CP mode (see CP2JavaWSMasterDetailView).
Documentation : http://sourceforge.net/apps/mediawiki/cp2javaws/index.php?title=Main_Page
|
Post a comment |
03-13-10 / 12:57 AM : Safari 4.0.5 available (cjed) |
A 4.0.5 update to Safari is available. First reviews report a faster launch, quicker Top Site, and overall slightly better performance. |
Post a comment |
03-10-10 / 12:20 AM : Valve coming on Mac (cjed) |
Expected since the cancellation of Half Life 1 port on mac), Valve annonced that it will deliver its Steam game/purchase platform on mac (will use WebKit), as well as its Source 3D engine. Then games using it will run natively on MacOSX, and performances are stated as on par with those on Windows. Among planned games for mac are Left 4 Dead 2, Team Fortress 2, Counter-Strike, Portal, Half-Life 2, Portal 2 (will be released on mac and PC at the same time). Moreover we will be able to play/continue on mac and PC, by purchasing a single version for both platforms.
We also learn that Valve worked with Apple (and GPU providers) to ensure optimal performances on mac, and reported hints to Apple for its OpenGL implementation to benefit from Open GL 3.x enhancements (that should be included in MacOSX 10.6.3). |
Post a comment |
03-10-10 / 12:03 AM : Firefox will use Nitro (cjed) |
Mozilla announced that Firefox will use a new javascript engine, JagerMonkey, based on WebKit/Safari's Nitro engine. Recently they stated that Firefox will implement 2D accelerating through Direct2D on Windows, and OpenGL 2.1 on MacOSX and Linux (Safari on iPhone has been providing hadware accelerated graphics through CoreAnimation for years, and it was added to MacOSX desktop WebKit recently). |
Post a comment |
03-09-10 / 11:52 PM : Appcelerator : Titanium 1.0 / iPad (cjed) |
Appcelerator's Titanium solution, that allows to develop native applications using web technologies (acts as a container that provides acessibility to system features, like Adobe's Air does), is available in 1.0 version. Moreover a Professional version adds early preview to iPad platform. |
Post a comment |
03-09-10 / 11:43 PM : iPhone SDK 3.2 beta 4 for iPad dev (cjed) |
Apple released a fourth beta of iPhone SDK 3.2 to iPhone Developer Program's members. It allows to develop/test (through the emulator) applications targeted to iPad. This version requires Mac OS X 10.6.2, and then an Intel mac. Apple also states that the previous 3.1.3 SDK requires an Intel mac (and Mac OS X 10.5.7). The emulator (Aspen) may therefore not work anymore on PowerPC (previously we just had to edit the .dist file to allow installation on unsupported macs). |
Post a comment |
03-08-10 / 06:19 PM : Mac Developer Program : now 99 dollars per year (cjed) |
While Apple stock quote reached a new record (219$), and that the AppStore converted thousands of developers to Cocoa (150 000 applications available, a success that competitors won't likely be able to achieve), Apple dropped the subscription cost of Mac Developer Program to 99$ per year (that is the same pricing as with iPhone Developer Program), in order to promote mac (OSX desktop) development. Previously, Apple Developer Connection's licences ranged from 499$ to 3499$ per year. The new licence removes the discount on hardware purchases, however it still provides access to software beta versions (including MacOSX) and WWDC videos. |
Post a comment |