preload preload

Apache httpd mod_jk PHP/Java Alias issue

As we all know that, Apache httpd can be used as a front end webserver for Apache tomcat to provide the better handling of static files like css, javascript etc. It can also be used to allow running PHP and Java parallely over the same server. While configuring, we can define that all PHP requests should goto PHP interpreter and all the ...

phpMyAdmin: Export All Query Results

phpMyAdmin is an industry standard tool for creating and managing MySQL databases. It allows you to interact visually with the mysql databases and hide all the mysql operations behind it. A common operation which phpMyAdmin allows, is to export the table results to the number of output formats like sql, excel, csv etc. And a common ...

Who retweeted my tweets??

In my last article "The Big Social Buttons", I have walked through the retweet button which allows us to share our favorite content with the world. If you have used this button on your website or blog, you might always be interested that who along with you find your article interesting and shared among their followers. This article will explain you how exactly you can see who retweeted your tweets. So here we go: 1. Login to your twitter ...