<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/webui/static, branch v0.9.0</title>
<subtitle>Simulate foreground for 21cm EoR signal detection
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/'/>
<entry>
<title>webui: Use the same "#modal-box" and the "showModal()" function</title>
<updated>2016-11-28T06:16:34+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-28T06:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=f556ea8a2c4409b170775c7ef46a8a5976980ee8'/>
<id>f556ea8a2c4409b170775c7ef46a8a5976980ee8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: websocket.js: Get rid of the global variables</title>
<updated>2016-11-28T06:05:45+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-28T06:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=f766c58aabfa35678f2a0a1e5163ff8b3c6129de'/>
<id>f766c58aabfa35678f2a0a1e5163ff8b3c6129de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: main.js: Add the global object "FG21SIM"</title>
<updated>2016-11-28T05:43:41+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-28T05:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=45bc450dc1229089bd67b6cd6518e26ae27bb56a'/>
<id>45bc450dc1229089bd67b6cd6518e26ae27bb56a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Some JavaScript cleanups and refactors</title>
<updated>2016-11-28T04:28:12+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-28T04:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=39dc175b88fe7e76770708c96bad9915c1eaa893'/>
<id>39dc175b88fe7e76770708c96bad9915c1eaa893</id>
<content type='text'>
Credit:
"JavaScript: The Good Parts" by Douglas Crockford
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Credit:
"JavaScript: The Good Parts" by Douglas Crockford
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Replace jQuery.when() with jQuery.Deferred's .then()</title>
<updated>2016-11-24T08:59:14+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T08:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=71e70b2ef185da3a3d8f0a17463b4a8c68e6bd43'/>
<id>71e70b2ef185da3a3d8f0a17463b4a8c68e6bd43</id>
<content type='text'>
Note that jQuery.when() can NOT promise the ordering of the passed
Deferred's.  Therefore, chain multiple AJAX requests using ".then()" and
".done()" to keep them ordered.

This fixes the configurations loading problem on IE (v11), which calls
the "when()" arguments in different orders as Firefox and Chromium, thus
leads to the wrong results.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that jQuery.when() can NOT promise the ordering of the passed
Deferred's.  Therefore, chain multiple AJAX requests using ".then()" and
".done()" to keep them ordered.

This fixes the configurations loading problem on IE (v11), which calls
the "when()" arguments in different orders as Firefox and Chromium, thus
leads to the wrong results.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Use new ".getJSONUncached()" instead of ".getJSON()"</title>
<updated>2016-11-24T08:40:22+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T08:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=ef4ffe1c5cb865e20b236192e1acf15fb36e4eed'/>
<id>ef4ffe1c5cb865e20b236192e1acf15fb36e4eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Extend jQuery with "getJSONUncached()"</title>
<updated>2016-11-24T08:33:52+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T08:33:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=098656014870aa59d9ffde51c4021a3e21ddfae0'/>
<id>098656014870aa59d9ffde51c4021a3e21ddfae0</id>
<content type='text'>
This jQuery extension sent the AJAX GET request but force the requested
page NOT to be cached by the browser!

NOTE:
IE will by default cache the GET request even the contents has changed.

Credit: https://stackoverflow.com/a/35130770/4856091
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This jQuery extension sent the AJAX GET request but force the requested
page NOT to be cached by the browser!

NOTE:
IE will by default cache the GET request even the contents has changed.

Credit: https://stackoverflow.com/a/35130770/4856091
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Update modal box styles</title>
<updated>2016-11-24T06:26:10+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T06:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=aa3b2f588ce684739f688363dc05911cecf56adc'/>
<id>aa3b2f588ce684739f688363dc05911cecf56adc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: configs.js: Trigger "Enter keypress" event after field updated</title>
<updated>2016-11-24T05:32:24+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T05:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=2a1be466fb989f9485468e30ddb40a68f3de8772'/>
<id>2a1be466fb989f9485468e30ddb40a68f3de8772</id>
<content type='text'>
When the value of a configuration field is updated by jQuery ".val()",
trigger the "Enter keypress" event to update its related contents, e.g.,
the resolution note for "common/nside".

Remove the wrong "Enter keypress" event triggering on page loading.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the value of a configuration field is updated by jQuery ".val()",
trigger the "Enter keypress" event to update its related contents, e.g.,
the resolution note for "common/nside".

Remove the wrong "Enter keypress" event triggering on page loading.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: products.js: Support download healpix/hpx products</title>
<updated>2016-11-24T04:45:26+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T04:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=2e1305178ba2382188c7b48414152004ff036e09'/>
<id>2e1305178ba2382188c7b48414152004ff036e09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
