<br><br><div class="gmail_quote">On Mon, Mar 29, 2010 at 9:08 PM, Philip Taylor <span dir="ltr"><<a href="mailto:excors%2Bwhatwg@gmail.com">excors+whatwg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Mon, Mar 29, 2010 at 4:27 PM, Tab Atkins Jr. <<a href="mailto:jackalmage@gmail.com">jackalmage@gmail.com</a>> wrote:<br>
> On Mon, Mar 29, 2010 at 7:05 AM, narendra sisodiya<br>
> <<a href="mailto:narendra.sisodiya@gmail.com">narendra.sisodiya@gmail.com</a>> wrote:<br>
>> Dear all,<br>
>>     I am making a (uff from long time) some e-learning modules using HTML5.<br>
>> The idea is just to make a full interactive lectures (audio, video, svg<br>
>> animations , JavaScript, canvas , all sort of new good web technologies etc<br>
>> ),<br>
>> But there is a little problem. Student will be able to download as a zip<br>
>> file. When they want to watch those html5 based interactive tutorials, all<br>
>> they need to click on index.html which will open the tutorial.<br>
>>  I want to ask that what will not work in this mode.<br>
>> for example, I have cheked that some basic jQuery ajax demos are working<br>
>> well in both url<br>
>> <a href="http://localhost/narendra/demo.html" target="_blank">http://localhost/narendra/demo.html</a> OR file:///var/www/narenda/demo.html<br>
>><br>
>> I want to know the list for all the such drafts which will not work without<br>
>> server. So that I will avoid them Or try to get some workaround.<br>
><br>
> Anything that requires a server-side language (PHP, ASP, Python, Ruby,<br>
> etc.) won't work.  Anything that requires only client-side languages<br>
> (HTML, CSS, Javascript) will.<br>
<br>
</div></div>But you also need to be careful about security rules for file://<br>
differing from http://, e.g. Firefox 3 apparently considers files in<br>
parent directories to be non-same-origin, so you can't use<br>
XMLHttpRequest to get "../foo/bar.txt", and if you have an <img<br>
src="../images/example.png"> and draw it on a <canvas> then you won't<br>
be able to call toDataURL or getImageData, whereas it would be fine if<br>
the files were on an http:// site.<br>
<font color="#888888"><br>
--<br>
Philip Taylor<br>
<a href="mailto:excors@gmail.com">excors@gmail.com</a><br>
</font></blockquote></div><br>Thanks a lot, what about server-sent, websocket ?<br clear="all">At the same time I am thinking for using webshare command too. <br>alias <em>webshare</em>='<em>python</em> -c "import SimpleHTTPServer;SimpleHTTPServer.test()"'<br>
this command will start simple server at current directory. If i am unable to do something using file:/// , I will try to use this simple server.<br><br>-- <br>┌─────────────────────────┐<br>│    Narendra Sisodiya ( नरेन्द्र सिसोदिया )<br>
│    Society for Knowledge Commons<br>│    Web : <a href="http://narendra.techfandu.org">http://narendra.techfandu.org</a><br>└─────────────────────────┘<br>