Do a good deed for the day, can any one help please. I need some one to help me walk through this...

Discussion in 'ASP.NET / ASP.NET Core' started by Dillon, May 7, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have already done point-1 to Point 3 but that is about a the skill I have at this time .Can some one be so kind to walk me through this..Thank You...Dillon.</o:p>
    POINT ONE</o:p>
    </o:p>
    The each issue must be hosted in a subfolder of the following URL :
    </o:p>
    http://www.rgvhandyman.com/3dissue/</o:p>
    </o:p>
    eg:
    http://www.rgvhandyman.com/3dissue/issue1/pageflip.htm</o:p>
    </o:p>
    </o:p>
    </o:p>
    http://www.rgvhandyman.com/3dissue/issue2/pageflip.htm</o:p>
    </o:p>
    </o:p>
    POINT TWO</o:p>
    </o:p>
    </o:p>
    I have attached a file "pageflip_archive.xml" that must be hosted at the following URL:
    </o:p>
    http://www.rgvhandyman.com/3dissue/pageflip_archive.xml</o:p>
    </o:p>
    </o:p>
    This file will be used to link to previous issues, if you so wish. Each time you add a new publication you will have to open this file in a text editor and add in the link manually. As you will be the structure is very simple and easy to follow.
    </o:p>
    POINT THREE</o:p>
    </o:p>
    Javascript should be used to open the digital magazines at full screen size to optimize user experience ( as there is no account for different resolutions, tool bars, browser plugins etc..)</o:p>
    </o:p>
    In the html of the page that links to the digital magazine, have the following URL :</o:p>
    </o:p>
    WITHIN THE HEAD TAG</o:p></o:p><SCRIPT LANGUAGE="JavaScript">function fullScreen(theURL) { window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');}// End --></script>
    </o:p>
    IN THE BODY (the link. EG: text link)</o:p>
    </o:p><a href="javascript:void(0);" onClick="fullScreen('FullURLName/pageflip.htm');"> VIEW DIGITAL MAGAZINE </a></o:p>
    POINT FOUR</o:p>
    </o:p>
    Ensure that asp is activated on your site and that an ODBC link for Microsoft access databases in activated also ( for send to friend, keyword searching and commenting)</o:p>
    </o:p>

    Post Edited (JDillon) : 5/7/2008 2:15:29 PM GMT
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Do you mean you don't know how to setup ODBC? I highly recommend you change your application to use OleDB since it is far more stable than ODBC.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page