User:Macowell

From 2007.igem.org

(Difference between revisions)
m
m
Line 39: Line 39:
[[User:Macowell/iChat Autoconnect|iChat Autoconnect script]]
[[User:Macowell/iChat Autoconnect|iChat Autoconnect script]]
-
 
</div>
</div>
Line 46: Line 45:
{{hide|Yay!  Got Austin's [http://openwetware.org/wiki/OpenWetWare:Toggle Toggle Extension] working on our old version of mediawiki! I imported several javascript functions from the openwetware's [http://openwetware.org/skins/common/wikibits.js wikibits.js] into iGEM07's [[MediaWiki:Monobook.js]] file, allowing javascript in [[MediaWiki:Monobook.js]] (above the last couple of lines) to register an Onload Hook in the manner I presume is standard for more recent mediawiki versions.  I didn't mess with our [https://2007.igem.org/wiki/skins/common/wikibits.js wikibits.js] file.   
{{hide|Yay!  Got Austin's [http://openwetware.org/wiki/OpenWetWare:Toggle Toggle Extension] working on our old version of mediawiki! I imported several javascript functions from the openwetware's [http://openwetware.org/skins/common/wikibits.js wikibits.js] into iGEM07's [[MediaWiki:Monobook.js]] file, allowing javascript in [[MediaWiki:Monobook.js]] (above the last couple of lines) to register an Onload Hook in the manner I presume is standard for more recent mediawiki versions.  I didn't mess with our [https://2007.igem.org/wiki/skins/common/wikibits.js wikibits.js] file.   
'''note:''' based on a look at any page's source, it appears that the [MediaWiki:Monobook.js]] file is being loaded before the [https://2007.igem.org/wiki/skins/common/wikibits.js wikibits.js] file - this is probably wrong.}}
'''note:''' based on a look at any page's source, it appears that the [MediaWiki:Monobook.js]] file is being loaded before the [https://2007.igem.org/wiki/skins/common/wikibits.js wikibits.js] file - this is probably wrong.}}
 +
 +
 +
They call this an embed code!
 +
<html>
 +
<!-- Start of IET.TV webcast -->
 +
<script src="http://iet.tv/f/core/frontend/http/http.php?embed=5452&amp;popup=0.1.1.1%211.1.2.29897%2129897.1.1.29898%2129898.2.1.29906-1" type="text/javascript"></script>
 +
<!-- End of IET.TV webcast -->
 +
</html>

Revision as of 16:54, 30 August 2007

It's finally hidable! See Austin's Toggle Extension page for examples!

Yay! Got Austin's Toggle Extension working on our old version of mediawiki! I imported several javascript functions from the openwetware's wikibits.js into iGEM07's MediaWiki:Monobook.js file, allowing javascript in MediaWiki:Monobook.js (above the last couple of lines) to register an Onload Hook in the manner I presume is standard for more recent mediawiki versions. I didn't mess with our wikibits.js file.

note: based on a look at any page's source, it appears that the [MediaWiki:Monobook.js]] file is being loaded before the wikibits.js file - this is probably wrong.


They call this an embed code!