Hey guys! Today I have decided to share with you little secret, that can save you quite some time, while…
Read MoreProgramming Tutorials
Step by step programming tutorials
How to create a contact form with Bootstrap ? (JQuery/PHP/HTML5/JqBootstrapValidation)
Hey guys! Today we will talk about such essential feature for any website as contact form. Recently, while working on…
Read MoreHow to find if a number is power 2 ? (Bitwise and Iterative) [Python Script]
As I have promised, I continue answering your questions. One of the readers of myprogrammingblog.com wrote me an email asking…
Read MoreHow to check if a number is ODD or Even ? [PHP function]
Hey guys! Long time no seen! Today I had a pleasure of going over myprogrammingblog emails, where many users have…
Read MoreJava Helper Class: BMI calculator, lb to kg converter, kg to lb converter, feet to cm converter, cm to feet converter
Hey Guy’s, Long time no seen. Today I want to share with you Java helper class that I have designed…
Read MoreHow to setup ADT (Android Development Tools) on 64bit Fedora 17 ?
Quick Intro Yesterday I was excited to receive a task to install ADT for Eclipse and Android SDK on my…
Read MoreSWT: GTK_INCLUDE_INFERIORS worst enemy (Sash Widget)
Good day my fellow Developers and Engineers, In my previous post I’ve written about INCLUDE_INFERIORS in Tracker Widget. Today I’ve…
Read MoreHow to setup TinyMCE using ASP.NET (C#) ? How to customize TinyMCE buttons ?
Today we are going to take a look at one of the most customizable Rich Text Editors for Asp.Net –…
Read MoreJava: How to split Java String with delimeter comma, space, new line, tab ? [SOLVED]
Sometimes it is very important to split a string on a comma n t etc. This piece of code will…
Read MoreJava: How to find Longest String in ArrayList ? [FUNCTION]
While I was playing with Java code, I have coded a class that has method that finds longest String in…
Read More