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 MoreHow to reset root password in Linux (RHEL,FEDORA) ? What to do if you forgot root password ?
Today I want to give you some very useful tips on what to do if you have forgotten your root…
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 MoreGitHub: How to clone GitHub repo ? How to push to Github? How to get files from GitHub ? (Ubuntu)
GitHub is an online repository. Many people find it very confusing to use GitHub, so I’ve decided to share my…
Read MoreJava : 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 More