performance
Adding values to Apache Logging – httpd
Apache HTTP server logs are source of very valuable information. Many trends, usage analysis can be extracted from these logs. Some times you may not get the information you require in the logs as it is not logged by the server like time taken by the request or port of the server serving the request. [...]
WordPress Optimization – Tips & Tricks
WordPress Optimisation – A4UExpo View more presentations from Joost de Valk.
Aspect Oriented Programming and MVC with Spring Framework
Aspect Oriented Programming and MVC with Spring Framework View more presentations from Massimiliano Dessì.
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: public static void main(String args[]) throws Exception{ int[] newArr = new int[]{21,33,2,56,34,11,7,35,27,87,233,108,26,12,6,90,365,243,666,67}; int [...]
Server Not Found – DNS resolution failing
I have been facing this problem from some time. When ever I try to open a website, mostly for the first time I get Server not found (Firefox, IE and Chrome) on all browsers. And with a refresh second or third time successfully get the home page opened on my browser. This is bearable couple [...]
