Programmer’s Dilemma

Submitted by coderz on
Most of the time, we work alone and we solve our programming problem without the help from other programmer. And Ideas popup in our mind with contradicting thoughts. In this video, it portrait a situation in which a programmer struggle to fix the problem with contradicting ideas. This could happen sometimes if we don’t plan our project prior to coding. And in most cases as will, errors is hard to

Login Using JSP and MySQL

Submitted by CHINMAY VIVEK on
Login using JSP and My SQL This is a simple program to demonstrate the JSP working. This code will show how to make login using JSP and MySQL. The Vr2. will be consist Login Registration View All user Delete All user Contact me For: Anyone who needs program or source code for thesis writing or any Professional Software Development (desktop/Web) :- Facebook : https://www.facebook.com/CHINMAYVIVEK

Authentication Secure Login, Registration and View Profile

Submitted by rinvizle on
Authentication Secure Login, Registration and View Profile where the users of your websites can be able to create their accounts, and log in with their valid information so as to access the system to their various accounts. Users information during registration process have been validated and stored in the database. The system can show you the details about your profile that you've been created before and after you logging in. The system validates new users for duplicate email addresses and performs valid authentication during registered users log in.

A Day in the Life of a Programmer

Submitted by coderz on
The reality of being a programmer is somehow portrayed on this GIF. This situation merely happens when a newbie programmer seeks help from a fellow programmer. Sometimes, it is also a challenge for an expert programmer to extend help to our fellow programmer; but yes, reaching out a hand should never be a worry. I hope you can relate on this GIF, and gracefully extend your expertise to help or

Update, Delete And Reserve Product In PHP

Submitted by rinvizle on
Update, Delete And Reserve Product In PHP, in this tutorial i will teach you how this application created in PHP. This simple tutorial updates the products and the quantity of every data of product. You can also Delete and Reserve a products that you want to reserve. Each product that you've been reserved has based on the day that you issued and the day that you want it to pick the product. Every reserved product has been recorded to the list of reserved users.