Ansermot.ch Another computer sciences blog….

22juin/100

Code::Blocks 10.05

Although the latest stable release dating back to 2008 with 8.02, many users had already signed on versions Nightly Build available regularly (especially on Windows).

The new stable version 5.10 is available for download on the website of Code:: Blocks.

2juin/100

Joomla! 1.6 Beta 2

The Joomla Project is proud to announce the immediate availability of Joomla 1.6 beta 2.
Since the Joomla 1.6 beta 1, the Joomla team have fixed approximately 140 issues. Much of this progress is directly related to the stepped up efforts of the Joomla! Bug Squad.

Download it
Read more...

4mai/100

Spip 2.1 is out

The new version of SPIP 2.1 is out. After a long wait, this new version brings huge changes.
This new version opens to the modularization of functionality in the form of extensions and plugins, as proposed by all the other CMS.

But Spip has also undergone other changes as an improvement of the cache, more security. It is also compatible with PHP 5.3 and includes the library Jquery 1.4.2 and 2.8.2 pclzip.
It is now more flexible and more structured with an improved debugging.
A statement of this new version is available.

Spip website

27avr/100

Eye OS 2.0.0.2

Eye OS is an application that allows you to have a virtual office through the web made with PHP.

Since version 2, a basic version includes a File System users and 5 applications in 19 languages. These applications are mainly office as word processing, spreadsheets, to Calendar ... The request for documents is more stable because it is possible to work with the application, create, save and open documents easily.

The administration interface has also been improved allowing more drag and drop and cut / copy / paste between different windows.

From the side of the tab management, was also reinforced to display real-time information.

Community

26avr/100

Joomla! 1.5.16 Released

The Joomla Project announces the immediate availability of Joomla 1.5.16 [Wojmamni ama busani]. It has been about six months since Joomla 1.5.15 was released on November 4, 2009.

The Development Working Group's goal is to continue to provide regular, frequent updates to the Joomla community.

Download Joomla 1.5.16
Installation instructions

20avr/100

TYPO3 4.4 beta 1 released

The first beta release also means that 4.4 is now feature complete, and in order to keep the aimed release date, we've had to cut down on some improvements and features, which are postponed to 4.5, coming in late 2010. Nevertheless, this release is packed with some amazing visual changes as well as some cool modifications under the hood:

Features :

  • Install Tool
  • Task Center
  • Documentation Updates

Get you package here
Full post here

18mar/100

Extbase Quickstart Documentation Released

During the TYPO3 snowboard tour (T3BOARD10) in Laax last week the Extbase quickstart documentation was improved and finished by Franz Ripfel from A.BE.ZET. Its aim is to help you get a first impression of how Extbase based extensions are working and what to do to get started with your own first selfmade Extbase extension. The Quickstart shows you important code points within the demo extension blog_example and guides you through a step by step example extension called Fridgemaster, which is made for controlling the contents of your fridge(s).

Download the original XML Editor version
Download the PDF version
Original post

3mar/100

JS – setInterval tip

You want to use the Javascript function setInterval() but you dont know how ?
Or you tried but it doesn't work ?

I think you do the thing like this :

var timerId = setInterval('myFunction', 200);

but it doesn't works.
Try like this :

var timerId = setInterval(function() { myFunction(); } , 200);

Hope this snippet helps you.
See ya !

21sept/090

And you, what do you do ?

Yes, I'm asking this question because today, for me, it's a day off work. But I dont know ^^ => what am I doing ? ..... Commenting BP Lib code...
And I think I gonna commit the trunk when I've finish. ;)

And you ? What do you do today :p ?

15sept/090

RSS Links Widget

A new widget is available for WordPress.com's blog owners.
This widget allow you to easily manage your rss feeds.

Full post
Rss Links Widget