Monthly Archives: April 2012

Rise of Virtualization – VPS – Cloud Server

You must have heard it somewhere during conversations or on the internet the term “VIRTUALIZATION”. Virtualization comes out of the concept of time and resource sharing and multi-programming. Imagine a server running a OS and several programs running on that server asking … Continue reading

Posted in Tech News | Leave a comment

Clear strange Language characters to english equivalent.

Java 1.6 onwards we have the following normalize method to clear most of those strange characters java.text.Normalizer.normalize(stringtobecleared, java.text.Normalizer.Form.NFD).replaceAll(“\\p{InCombiningDiacriticalMarks}+”,””) The above method removes and replaces a lot of characters like Á to A, what this method generally does is it splits … Continue reading

Posted in Thechy Stuff | Tagged | Leave a comment

So is HTML5 ready to be used?

A couple of days ago a friend asked me this question can i use HTML5?. Lets say you want to develop a web shop to sell certain items online, Will you use HTML5, just to make it modern? well the … Continue reading

Posted in Thechy Stuff | Leave a comment