How Javascript closure works inside a loop? Posted by Optimist on July 20, 2015 asynchronous asynchronously closure javascript +
What are Javascript closures? Explain with basic example. Posted by Optimist on July 10, 2015 closure environment global variable local variable +
PHP arrays are pass by value or pass by value? Posted by Optimist on July 04, 2015 array parameter pass by reference pass by value reference reference operator +
Does PHP session work when cookie is disabled? Posted by Optimist on June 25, 2015 cookie disabled cookie PHPSESSID session URL based +
How the value change in parent scope reflects inside the closure? Posted by Optimist on June 10, 2015 anonymous function closure inherit inherit by reference PHP closure +
Javascript inheritance with basic example Posted by Optimist on May 20, 2015 inheritance javascript Object Prototype +
File upload does not work without enctype="multipart/form-data" Posted by Optimist on May 19, 2015 file file type file upload form-data multipart server +
How Javascript Encapsulation is possible? Posted by Optimist on May 18, 2015 encapsulation inheritance javascript Object +
What is prototype in Javascript? Explain prototype with a basic example Posted by Optimist on May 12, 2015 function Object Prototype +
What is Javascript closures? Explain closures with basic example Posted by Optimist on May 08, 2015 closures javascript Object +
How the keyword this works in Javascript? Explain it with basic example Posted by Optimist on May 07, 2015 context function global javascript Object this window +
Difference between SOAP and REST for Web services Posted by Optimist on May 03, 2015 ACID compliant JSON REST RESTful SOAP Web services XML +
What will happen if $_GET and $_POST has same variable when submitting form? Posted by Optimist on May 02, 2015 $_GET $_POST $_REQUEST EGPCS order superglobals +