Search Results

Search found 2 results on 1 pages for 'freiksenet'.

Page 1/1 | 1 

  • Failed to find CD/DVD driver when installing Windows 7 Pro SP 1 64bit from USB flash

    - by freiksenet
    I just got a new desktop PC and was trying to install Windows 7 on it. Unfortunately I don't have a DVD drive in my laptop to burn a DVD image of Windows installation DVD, so I made a installation USB flash drive. Installation started as normal, but after clicking "Install now" I got a message that Windows can't find CD/DVD drivers and installation can't proceed. I wonder what drivers could it be missing. Thanks!

    Read the article

  • Qooxdoo REST JSON request problem - unexpected token and then timeout

    - by freiksenet
    Hello! I am learning Qooxdoo framework and I am trying to make it work with a small Django web service. Django webservice just returns JSON data like this: { "name": "Football", "description": "The most popular sport." } Then I use the following code to query that url: var req = new qx.io.remote.Request(url, "GET", "application/json"); req.toggleCrossDomain(); req.addListener("completed", function(e) { alert(e.getContent()); }); req.send(); Unfortunately when I execute the code I get unexpected token error and then request timeouts. Uncaught SyntaxError: Unexpected token : Native.js:91013011 qx.io.remote.RequestQueue[246]: Timeout: transport 248 Native.js:91013011 qx.io.remote.RequestQueue[246]: 5036ms > 5000ms Native.js:91013013 qx.io.remote.Exchange[248]: Timeout: implementation 249 JSLint reports that this is a valid JSON, so I wonder why Qooxdoo doesn't parse it correctly.

    Read the article

1