Couple of hours I was “googling” to find the best solution on how to create Checkboxes and Radio Buttons on…
Read MoreHow to setup Dual Monitor in Ubuntu 10.04 using nVidia driver
Yesterday I was installing Ubuntu 10.4 for my new project and everything went smoothly until it finished installing and I…
Read MoreTop 5 Free Web Poll Scripts (Vote Scripts)
Here is Myprogrammingblog’s updated version of Top 5 FREE Web Poll Scripts, every poll in this list could become a…
Read MoreOracle SQL: DECODE, UPPER(), LOWER()
Case: Write a query that displays the employee’s Full Name and Job Title in the following format: DAVIES, CURTIES is…
Read MoreFind Difference Between two dates in YEARS with Oracle
My friend asked me how to create following SQL query: For each employee hired before 1992, display the employee’s last…
Read MoreCreate CakePHP Login Form
While working on one of the projects realized how is to created fully functional login form using CakePHP framework. For…
Read MoreSimple C Program: Seneca GPA Calculator
This program was written by me in September 2010. The idea of this program is very simple: – You choose…
Read MoreC Language: How to count digits of a number?
Often when you are writing a script, you need to know how many digits will your input have. Function that …
Read More