Sound Doesn't Work Kubuntu 9.10 with PulseAudio
Posted In: Uncategorized, Ubuntu | No Comments
Posted In: Uncategorized, Ubuntu | No Comments
Posted In: Zend Framework | 3 comments
autoloaderNamespaces[] = "Bolton_"
Posted In: Zend Framework | No Comments
Posted In: Zend Framework | 3 comments
Em_Model_Collection_MapperTest::testDeleteCollectionWithJoinTable
Expectation failed for method name is equal towhen invoked 2 time(s).
Method was expected to be called 2 times, actually called 2 times.
Posted In: PHP | No Comments
window.addEvent('domready', function() {
$('myForm').addEvent('submit',function(event) {
event.preventDefault();
this.send();
})
});
window.addEvent('domready', function() {
$('myForm').addEvent('submit',function(event) {
event.preventDefault();
this.send({onComplete:function(){alert('this');}});
})
});
window.addEvent('domready', function() {
$('myForm').addEvent('submit',function(event) {
event.preventDefault();
this.set('send',{onComplete:function(){
alert('this');
}
}).send();
})
});
Anyways, after a day of playing with MooTools, I have say I am impressed. Not sure why, but I think this is my favorite framework. I can't say I have much experience with JS frameworks, and my JavaScript is pretty bad these days, but I am impressed with MooTools so far.
Posted In: Uncategorized, JavaScript | No Comments
Posted In: PHP, Zend Framework | 1 comment
Posted In: PHP, Zend Framework | 1 comment