Author: Sumit Gupta

  • 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, that display a Warning message when viewed through “Internet Explorer” … Warning is something like you are view some blah blah kind of web browsers…

  • 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 you have to put something like google Search or other such service on your Site and place for such “explicit” forms are in middle of…

  • 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 local server(mind it your Http server must be running as root user in order to use this script ) Its a raw way of doing…

  • 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:/ {print $2}’ | cut -d\: -f2 first get the ifconfig output to awk, find “inet addr:” in it (for ip version 6 use “inet6 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 look “Quanlity Assurance”. At that time I neglect that word and doesn’t bother about it, as i don’t know what it is and why we…

  • 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 my basic knowledge to see whats the cause of problem. And found these three things need to be modify in order to correctly upload file…

  • Need guidance

    Not sure, i should post it or not, but I am definately looking for guidance from someone. As I was working on a complex project from last 6 months, which is totally new thing for me to learn and develop. I was going all smooth till my company plan to expand my development team by…