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.
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.
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.
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
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
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
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 !
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 ?
