JavaScript: Understanding the Weird Parts Course Review

Understanding JavaScript could really be hard that you might want to drop everything in front of you. However, there is a course that is really designed to give a deeper understanding of this programming language. The JavaScript: Understanding the Weird Parts is a course that could help you understand and comprehend the difficult concepts like the Closures and Prototypal Inheritance in JavaScript

OOP PHP Registration and Login - Part 2

In this tutorial we will create a simple login form in an Object Oriented Programming(OOP). In my last tutorial I created a registration form operated by using PHP functions, but this time we will continue on for what we left behind. Before we proceed make sure you have read my previous tutorial OOP PHP Registration and Login - Part 1, because I will still using that, and I will add some new stuff to make this simple program complete.

Simple Drag and Drop Image Upload with MySQLi

The Simple Drag and Drop Image Upload with MySQLi was develop by using MySQLi/jQuery. This simple source code uses jQuery function to process the image when being dragged and dropped into the drop zone. The given source code can teach you on how to drag and drop a simple image to an advanced approach. It is an user friendly kind of source code, feel free to modify it and use it to your project

Wisdom Mini Player

Hello fellas, This is a simple media player made using VB.NET. This app allows you to upload your video/audio file using a coded button and play your uploaded file using play button, Pause, Stop etc. This app may help beginners to get an interest to learn to code. I hope you will enjoy it. You may send me a comment if you wish that, the developer should add a few more things.

Drag and Drop Inserting Text to Input Textbox with jQuery

The Drag and Drop Inserting Text to Input Textbox with jQuery is a simple source code that can be used to any project. The purpose of this source code is to provide a new programming techniques with an advanced capability for web developers. I used Bootstrap as a front-end framework for a stunning Graphical User Interface / GUI. It is a user friendly kind of source code, feel free to modify it and

Dependent Select Option With MySQLi Using jQuery/PHP

The Dependent select option was build using jQuery / PHP. This simple source code will show you how to create a dependent select option driven by MySQLi database server. The select option is automatically generate whenever the user choose from the first selection. It retrieve the data within the database to display the result based on the selected value. This is the sample code Sourcecodester