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 +
Strict Standards: Only variables should be passed by reference in PHP Posted by Optimist on May 02, 2015 passed by reference reference warning +
Binary search in PHP using divide and conquer algorithm (recursively) Posted by Optimist on May 01, 2015 algorithm binary serach divide and conquer recursive +