GitHub is an online repository. Many people find it very confusing to use GitHub, so I’ve decided to share my…
Read MoreProgramming Tutorials
Step by step programming tutorials
Java : How to swap two objects [Problem Solved]
As you might knowJava does not support pointers, thus swapping things around could create problems. In this post I will…
Read MoreActionScript 3 How to redraw/refresh Canvas ?
Use this two functions: invalidateDisplayList(); validateNow(); Good Luck, Anatoly Thanks for installing the Bottom of every post plugin by Corey…
Read MoreActionScript 3, Flex 4 Script – How to dynamically create CheckBoxes, RadioButtons and add them to the View
Couple of hours I was “googling” to find the best solution on how to create Checkboxes and Radio Buttons on…
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