The default version of Python supported on Snow Leopard is Python 2.6. However, in some cases, it could be useful to use Python 2.5. So, how to change the default Python version in Snow Leopard? It’s easy! Open your shell and enter the following commnad:
defaults write com.apple.versioner.python Version 2.5
Instead, to set again Python 2.6 as default version, enter the following command:
defaults write com.apple.versioner.python Version 2.6
For more information enter: man python
Videos and slides related to the WWDC 2010 have been released yesterday by Apple. Developers can download videos and slides using its own Apple ID. To download the video and/or the slides of the WWDC 2010, follow this link.
Some hours ago Apple has released the full video and the podcast of the Keynote (WWDC 2010) held yesterday, June 7th 2010, in which the new iPhone 4 has been presented. Interested people can see the video following this link. The podcast can be downloaded from iTunes following this link.
Having to extend or develop a web application in PHP with support for Semantic Web technologies, one wonders what are currently the main
frameworks which allow to easily manage structured data in RDF. For PHP, the main framework currently available are:
- ARC2: easy to use, it provides an RDF storage with support for the SPARQL query language, various RDF parsers for numerous formats (RDF/XML, Turtle, RSS, microformats, eRDF, RDFa, etc), serializers supporting numerous formats (N-Triples, RDF/JSON, RDF/XML, Turtle), a templating system and many other stuff. ARC2 is easily extendible developing dedicated plugins.
- RAP: it provides an RDF storage with support for the SPARQL and RDQL query languages, an inference engine supporting RDF-Schema reasoning and some OWL entailments, an integrated parsers end serializer supporting numerous format (RDF/XML, N3, N-TRIPLE, TriX, etc.), an integrated system to draw RDF graph and a GUI to manage the RDF back-end
What is the best Semantic Web framework for PHP language? It depends from your needs. Anyway, at the moment, it seems that the development of ARC2 is more active than RAP. ARC2 seems also more stable than RAP.
Marcin Wichary and Ernest Delgado have released a very interesting presentation, developed using HTML5 and CSS3, to show “the coming bleeding edge features for modern desktop and mobile browsers”. The presentation is a good starting point to understand the new features introduced in the new standard. The presentation was originally meant to run in Google Chrome but it can be seen in any recent browser with HTML5+CSS3 support (some experimental features might or might not be run in other browsers).
Some hours ago Apple has released the podcast of the Keynote held yesterday, April 8th 2010, about the preview of the firmware 4.0. The firmware 4.0 will introduce a lot of new features and it will be officially released during this summer (June/July).
Interested people can download the podcast from iTunes following this link. If you want to see only the list of new features introduced in the firmware 4.0, you can read an interesting post on the iSpazio.net website (italian).
Some hours ago the podcast of the Apple Keynote, held yesterday in San Francisco where the new iPad has been presented, has been released. Interested people could download the podcast from iTunes following this link.