Search

You searched for the word(s): userid:874533

Matching Posts

  • Ajax does not work for Firefor, Solution Here

    Generally simple ajax code doesnot work for Firefox and lot of questions are floating over internet. But here is the solution. <script type="text/javascript"> var request; function getName(){ var roll = document.getElementById("roll").value; var url = "http://localhost:8080/blog_demo/StudentInfo?roll="+roll; if(window.ActiveXObject){ request = new ActiveXObject("Microsoft.XMLHTTP"); } else if(window.XMLHttpRequest){ request = new XMLHttpRequest(); } request
    Posted to Tips & Tricks (Forum) by BinodSuman on 6/27/2009
  • Re: compare two images online

    You can compare two images content using imagemagick. It is very easy. You can download imagemagick from here . Version must be greater than 6.0. compare -metric AE 5001.MAIN.jpg 5002.MAIN.jpg difference.jpg if it returns value 0 means both images are same. This post might help you. Thanks, Binod Suman http://binodsuman.blogspot.com
    Posted to System.Drawing/GDI+ (Forum) by BinodSuman on 6/9/2009
    Filed under: "image processing" image processing graphics, Images, Javascript
Page 1 of 1 (2 items)