Ansermot.ch Another computer sciences blog….

18juin/100

WordPress 3.0 released !!

WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download.
Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, menus (no more file editing), post types, and taxonomies.
Developers and network admins will appreciate the long-awaited merge of MU and WordPress, creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation.

1,217 bug have been fix.

Just watch the video.

Download it
Read more...

7mai/100

New Facebook PHP SDK

With the new Facebook, a new PHP SDK has been made available for developers. It will allow you easily make your own page Facebook.

Emran Hasan published a tutorial on his blog to show you how good start with this SDK. He guides us through three stages:

  • Creating a new API
  • Create a configuration file
  • Create a main page

The tutorial is illustrated because it shows step by step all the operations.

Quickstart (IFrame based)

27nov/090

Zorba with PHP

Zorba is an application which conforms to the standard XQuery processor. Now Zorba proposes an extension to PHP which it is provided with the API.
With this new extension, new features in PHP appear, like this developer and development can add sophisticated treatment of XQuery for applications PHP / XML.
Vikram Vaswani offers a tutorial for using this extension, including the following:

  • Basic usage
  • Treatment sequences
  • Filtering and Sorting Data
  • Manipulations
  • Repos functions
  • Json functions

Zorba official site
Zorba PHP tutorial

25nov/090

Use APIs with PHP

Jeez wrote an article containing a summary of the most popular applications on the Internet. These APIs have the advantage of being able to connect themself with your PHP scripts.

Even if all developers are aware of the possibilities of connection, it is always useful to be able to easily find all available links.

Here's a list of the most commons :

  • Akismet
  • Amazon
  • Blogging
  • Compete
  • Delicius
  • Digg
  • eBay
  • Facebook
  • Google
  • Twitter
  • Yahoo
  • Youtube

Read the post