http://jqhh
sembel       


   PageSpy  Download  Screenshots  Buy Now  Support  FAQ  Online Tools  Contact   


 
Search the FAQ:
Product FAQ    Purchase   



  • What is PageSpy?
    PageSpy is an invaluable tool that will help you save precious time writing and debugging web pages. It can also help you understand the structure and function of existing pages on the web.
  • Who should use PageSpy?
    Virtually, anyone writing or maintaining websites.
  • What browsers does PageSpy work with?
    Microsoft Internet Explorer 6 or later.
  • What are the system requirements for PageSpy?
    Windows XP, 2000 or 2003 Internet Explorer 6.0 or later
  • DHTML and Source what's the difference?

    The DHTML source of a web page is different than the basic HTML source that you see when clicking "View Source" in a browser. Basic HTML source is simply the HTML source sent from the web server to the browser. DHTML source is the HTML source of a web page after it has been interpreted by the browser. This means that DHTML source contains the results of client- side script execution.

    To illustrate the difference between standard HTML and DHTML source, consider the following client-side script:

    <script>
    var mydate = new Date();
    document.write(mydate);
    </script>


    When we click "View Source" in a browser we can only see the script source code as shown above. The DHTML source provided by PageSpy also displays the result of script execution as shown below:

    <script>
    var mydate = new Date();
    document.write(mydate);
    </script>
    Sat Jul 24 15:08:45 UTC+0200 2005


  • How do I upgrade to the latest version?
    Simply download the last version. The installer will upgrade you to the latest version. Do not uninstall your previous version of PageSpy. Leaving the old version installed will allow the installation procedure to replace the old version with the new version, while preserving your registration information.



  •    
     

    Pad file | Icons, Banners | Links | Free Online Tools


    © 2005 - 2010 SEMBEL.NET




    Mac and PC icons Graphic Design
    Mac and PC icons Graphic Design



    Wednesday 08th 2010f September 2010 11:30:33 PM