Type:
Not planned session
This session will include live, enlightening demonstrations that will help you write JavaScript code that is more beautiful and more maintainable. This session will help you understand and avoid some of the common pitfalls made possible by JavaScript's flexibility.
This session will include live, enlightening demonstrations that will help you write JavaScript code that is more beautiful and more maintainable. This session will help you understand and avoid some of the common pitfalls made possible by JavaScript's flexibility.
JavaScript code can be at least as beautiful as PHP code. Take a quick look at this PHP code:
function setText(&$elements, $text) {
myeach($elements, create_function('&$element, $text',
'$element = preg_replace("/>[^<]*</", ">$text<", $element);'),