Tag: javascript

About

JavaScript is a scripting language most often used for client-side web development. "JavaScript" is an implementation of the ECMAScript standard.

JavaScript is a dynamic, weakly typed, prototype-based language with first-class functions. JavaScript was influenced by many languages and was designed to have a similar look to Java, but be easier for non-programmers to work with. The language is best known for its use in websites (as client-side JavaScript), but is also used to enable scripting access to objects embedded in other applications.

Despite the name, JavaScript is unrelated to the Java programming language; though both have a common debt to C syntax. The language was renamed from LiveScript in a co-marketing deal between Netscape and Sun in exchange for Netscape bundling Sun's Java runtime with their browser, which was dominant at the time. JavaScript semantics is much more similar to the Self programming language.

"JavaScript" is a registered trademark of Sun Microsystems, Inc. It was used under license for technology invented and implemented by Netscape Communications and current entities such as the Mozilla Foundation.

From en.wikipedia.org/wiki/JavaScript

 

This is a Javascript version of the PHP function: create_function.

This is a Javascript version of the PHP function: array_walk_recursive.

This is a Javascript version of the PHP function: array_walk.

This is a Javascript version of the PHP function: time.

This is a Javascript version of the PHP function: ksort.

This is a Javascript version of the PHP function: krsort.

This is a Javascript version of the PHP function: sort.

This is a Javascript version of the PHP function: rsort.

This is a Javascript version of the PHP function: is_int.

This is a Javascript version of the PHP function: htmlspecialchars_decode.

This is a Javascript version of the PHP function: htmlspecialchars.

This is a Javascript version of the PHP function: array.

This is a Javascript version of the PHP function: dirname.

This is a Javascript version of the PHP function: var_export.

This is a Javascript version of the PHP function: strchr.

This is a Javascript version of the PHP function: urlencode.

This is a Javascript version of the PHP function: urldecode.

This is a Javascript version of the PHP function: sizeof.

This is a Javascript version of the PHP function: round.

Hello good people. Our little project is going strong and thanks to Felix Geisendörfer there are a couple of new developments that I want to share with you. I'll limit this article to SVN though.

This is a Javascript version of the PHP function: long2ip.

This is a Javascript version of the PHP function: ip2long.

This is a Javascript version of the PHP function: echo.

I used to use Dean Edwards Javascript Packer a lot to compress my Javascript sources. Libraries of 100kB could easily shrink to 30kB and that saves load times & bandwidth. A good writeup by Julien Lecompte made me realize that there were better ways.

Thanks to a lot of extra effort by Michael White (http://crestidg.com) there now is a namespaced version of PHP.JS available for your coding pleasure.

This is a Javascript version of the PHP function: html_entity_decode.

This is a Javascript version of the PHP function: call_user_func_array.

This is a Javascript version of the PHP function: strpbrk.

This is a Javascript version of the PHP function: array_reduce.

This is a Javascript version of the PHP function: print_r.

This is a Javascript version of the PHP function: floatval.

This is a Javascript version of the PHP function: require_once.

This is a Javascript version of the PHP function: require.

This is a Javascript version of the PHP function: get_included_files.

This is a Javascript version of the PHP function: unserialize.