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 ?
