Archive for the ‘Misc’ Category

Easy Wordpress Blogging with Firefox Extension - Performancing

Friday, November 10th, 2006

I was just exploring the extension/add-on page of FF and found this an add-on tool Perfomancing for easy blogging specialy for me like lazy bloggers. it’’s really cool and I found it very easy to configure with Wordpress even. Give it a try and you will love it.

Apache Virtual Hosts for Windows

Sunday, March 5th, 2006

What is Virtualhost.
By using Apache Virtualhost directive an Apache Server can be used for several domains with one or many static IP addresses. And from a web developer’’s perspective it could be very helpfull for setting up multiple local domains for different projects.

The Usablity.
Every web developer wants to check his work before uploading his/her work to the live server. Whether the developer works for his/her own or for an organization it’’s a common and best practise. It is very usefull to see the beta in simulated real life test environment, like testing the static links with TLD names(abcd.com) and testing the dynamic part of the development with it also.
So our requirement #1 comes up as having a facility to test our work against for say goutamdey.com.

(more…)