[CLOSED] Using CDN for Ext.Net static files

Page 2 of 3 FirstFirst 123 LastLast
  1. #11
    It is problem on your side (internet connection)
    http://www.checkupdown.com/status/E504.html
  2. #12
    I can access the URL's directly. I don't understand what the problem is.
  3. #13
    Maybe, your hoster could clarify what can be wrong.
  4. #14
    This is running locally through my own instance of IIS and visual studio.
  5. #15
    Is there anything else I can try? I'm really trying to eliminate some of this sluggishness, and I'm working against a deadline.
  6. #16
    Unfortunately, I don't know how we can help you because the problem outside the toolkit

    - compare generated cachefly link and link which you tried directly
    - try to copy generated script block (with cachefly link) in another page (pure html page, pure aspx page without Ext.Net and etc)
  7. #17
    Hi,

    Please create a very simple page (maybe only ResourceManager and a Window), then view in a browser. The rendering should fail if the CDN files are not being loaded correctly. If this is the case, view the HTML source (View > Source) and post the results here.

    With a copy of the HTML source (the html sent to the browser) we'll be able to reproduce locally.
    Geoffrey McGill
    Founder
  8. #18
    Here is the rendered page:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head> 
        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.4.0/resources/css/ext-all.css" /> 
    <title>
    
    
    </title> 
        <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.4.0/adapter/ext/ext-base.js"></script> 
        <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.4.0/ext-all.js"></script> 
        <script type="text/javascript" src="/testapp/extnet/extnet-core-js/ext.axd?v=24281"></script> 
        <script type="text/javascript"> 
        //<![CDATA[
            Ext.net.ResourceMgr.init({id:"ctl02",BLANK_IMAGE_URL:"http://extjs.cachefly.net/ext-3.4.0/resources/images/default/s.gif",aspForm:"form1",theme:"blue",appName:"testapp"});Ext.onReady(function(){Ext.QuickTips.init();new Ext.Window({id:"ctl03",html:"<h1>TEST</h1>",renderTo:Ext.get("form1"),height:300,width:400,title:"Test Window",hidden:false});});
        //]]>
        </script> 
    </head>
    <body>
        <form name="form1" method="post" action="webform3.aspx" id="form1">
    <div>
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE1NTA5NzI5NzcPZBYCAgMPZBYCAgMPZBYCZg8WAh4FY2xhc3MFCHgtaGlkZGVuZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAgUFY3RsMDIFBWN0bDAzFpj7g89wcdmJ2GPVV3j8CGYvSx8QL0UvxVAuE2mupfQ=" />
    </div>
    
    
    <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
        theForm = document.form1;
    }
    function __doPostBack(eventTarget, eventArgument) {
        if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
            theForm.__EVENTTARGET.value = eventTarget;
            theForm.__EVENTARGUMENT.value = eventArgument;
            theForm.submit();
        }
    }
    //]]>
    </script>
    
    
    
    
    <div>
    
    
        <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAgKMx9OFAwKfwImNC2aWk8LDD09wPpoXVy7+GQ94vb6dofbaOFbqH+2qYX/4" />
    </div>
        <div>
    
    
            
    
    
            
    
    
    
    
        
        </div>
        </form>
    </body>
    </html>
  9. #19
    Generated html is correct.
    Try to copy
     <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.4.0/resources/css/ext-all.css" /> 
        <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.4.0/adapter/ext/ext-base.js"></script> 
        <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.4.0/ext-all.js"></script>
    to html page and open that page in the browser. Do you have the same issue or resources are loaded fine?
  10. #20
    I assume you mean to a new html page? How would I test it? I've never use extjs directly.
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [CLOSED] [2.0] IDMode Static
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 27, 2012, 8:58 AM
  2. Static List
    By pc.cotemig in forum 1.x Help
    Replies: 0
    Last Post: May 31, 2011, 2:15 PM
  3. Replies: 13
    Last Post: May 16, 2011, 1:26 PM
  4. [CLOSED] Static DirectMethod
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 21
    Last Post: Jun 03, 2010, 12:42 AM
  5. [CLOSED] [1.0] How do I use static JS, CSS files for coolite 1.0
    By alexkay in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 22, 2010, 7:15 PM

Posting Permissions