Archive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Let's say you want your local restricted users to be able to restart specific services. On linux you'd probably type visudo. In Windows I found, you have to dig a little deeper into the system and really do your research. I needed several sites, programs and articles. So I thought it might be useful to others if I'd bundle all the required information in one place. Here it is.

Sometimes when digging real deep into Windows like I recently had to, you need to have the Windows SID (Security Identifier) of a local user. I wasn't able to find any standard way of obtaining this info, so I wrote this little VBScript. Might help some people, might not. Putting this online anyway ;)

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.

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.