coding

i18n framework for HTML pages – jQuery

The problem is quite simple. You have HTML pages as your front end and you are not using any server side scripting to display your pages i.e. you are not using jsp or php or servlets to get HTML content. Application is HTML pages and javascript which is using Ajax to talk to back end [...]


Bubble Sort and Binary Search – Java

Just like that i was again brushing my core Java few days back and wrote bubble sort and binary search code in Java. Here i am sharing the code, please post your comments in case this can be further optimized: Bubble Sort: And once we have sorted array with us we can apply binary search [...]


Using HTTPS GET/POST – Commons HttpClient with Self Signed Certificate

I think Commons HTTPClient is a quite useful open source library for accessing various HTTP APIs from Java back end. It is very easy to setup a quick test program using this library. I used this very recently when one of our clients requested quick HTTPS access on one of his servers and we had [...]


Facebook Application Crash Course

Facebook Application Crash Course View more presentations from Xavier Ochoa.


window.open in IE (invalid argument)

I was struggling with this issue and I found some hope on some blog and then thought the same way and fixed the issue. Issue was quite simple but took significant time. It was a webpage from where we wanted to open a new web page using javascript function window.open(). The standard syntax of this [...]