Hi, I am not so happy saying that, but yes its last post for now on this blog. Hey that doesn’t mean i will not write … I have new…
Another idiotic Story
Hi, I face a new problem now a days while surfing internet website. As I am working on opensource software now a days, I some how get to some sites,…
Two Forms in ASP.Net
Hi, As any other ASP.Net developer, I was not feeling comfortable with only one form concept that ASP.Net has (not sure about v2.0 as never work on it). Also, when…
Linux User authentication using PHP
In one of my last post i try to define how linux store its password. Today I will be putting Complete PHP code for it. Just run it on your…
My first use of awk command
Hi, today I has to detect the machines IP. So I thought to make use of “awk” for it and got build this command ifconfig eth0 | awk ‘/inet addr:/…
Quality assurance
Hi, One of my friend told me that they have a QA department in their company. I ask him what is QA ? and get this old word in new…
Three things to do for File upload using PHP and Apache
Recently I have been ask by a developer to check the Apache configuration as his PHP script is not able to upload files more than 512KB. I looked around with…