coding
Why re-invent the wheel? Apache Commons – Lang
While coding what we do most? I think checking the Object variable if it is not null before using it. There are various things which we do usually in our code like iterating an Array for deleting the item, Escaping Strings for a particular use, Adding days to the current date, Adding an item in [...]
HTML 5 and CSS 3
Up to Speed on HTML 5 and CSS 3 View more presentations from M. Jackson Wilkinson.
Aspect Oriented Programming and MVC with Spring Framework
Aspect Oriented Programming and MVC with Spring Framework View more presentations from Massimiliano Dessì.
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 [...]
