





|
<?php require_once 'include/layout.inc'; commonHeader("scribbles: McGurk Effect", 1); ?>
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://ivan.freeshell.org/mt/scribbles/index.rdf" />
<link rel="start" href="http://ivan.freeshell.org/mt/scribbles/" title="Home" /> <link rel="prev" href="http://ivan.freeshell.org/mt/scribbles/archives/000305.php" title="Shit Smoke" />
<link rel="next" href="http://ivan.freeshell.org/mt/scribbles/archives/000307.php" title="gedanken" />
<script type="text/javascript" language="javascript"> <!--
function OpenTrackback (c) { window.open(c, 'trackback', 'width=480,height=480,scrollbars=yes,status=yes'); }
var HOST = 'ivan.freeshell.org';
// Copyright (c) 1996-1997 Athenia Associates. // http://www.webreference.com/js/ // License is granted if and only if this entire // copyright notice is included. By Tomer Shiran.
function setCookie (name, value, expires, path, domain, secure) { var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); document.cookie = curCookie; }
function getCookie (name) { var prefix = name + '='; var c = document.cookie; var nullstring = ''; var cookieStartIndex = c.indexOf(prefix); if (cookieStartIndex == -1) return nullstring; var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length); if (cookieEndIndex == -1) cookieEndIndex = c.length; return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex)); }
function deleteCookie (name, path, domain) { if (getCookie(name)) document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; }
function fixDate (date) { var base = new Date(0); var skew = base.getTime(); if (skew > 0) date.setTime(date.getTime() - skew); }
function rememberMe (f) { var now = new Date(); fixDate(now); now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000); setCookie('mtcmtauth', f.author.value, now, '', HOST, ''); setCookie('mtcmtmail', f.email.value, now, '', HOST, ''); setCookie('mtcmthome', f.url.value, now, '', HOST, ''); }
function forgetMe (f) { deleteCookie('mtcmtmail', '', HOST); deleteCookie('mtcmthome', '', HOST); deleteCookie('mtcmtauth', '', HOST); f.email.value = ''; f.author.value = ''; f.url.value = ''; }
//--> </script>
<!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about="http://ivan.freeshell.org/mt/scribbles/archives/000306.php"> <dc:title>McGurk Effect</dc:title> <dc:description>Play this movie and listen to it with your eyes closed. What do you think he's saying?Then, read more about what's actually happening....</dc:description> <dc:creator>Ivan</dc:creator> <dc:date>2005-03-12T22:29:53-08:00</dc:date> <license rdf:resource="http://creativecommons.org/licenses/by-nc/1.0/" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-nc/1.0/"> <requires rdf:resource="http://web.resource.org/cc/Attribution" /> <requires rdf:resource="http://web.resource.org/cc/Notice" /> <permits rdf:resource="http://web.resource.org/cc/Reproduction" /> <permits rdf:resource="http://web.resource.org/cc/Distribution" /> <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> <prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" /> </License> </rdf:RDF> -->
<table border="0" width="100%"> <tr> <td width="75%" align="right"> <h2 class="date">March 12, 2005</h2> <div id="menu"> <a href="http://ivan.freeshell.org/mt/scribbles/archives/000305.php">« Shit Smoke</a> |
<a href="http://ivan.freeshell.org/mt/scribbles/">Main</a> | <a href="http://ivan.freeshell.org/mt/scribbles/archives/000307.php">gedanken »</a>
</div> </td> <td width="25%"><br></td> </tr>
<tr> <td valign="top">
<br><br> <a name="000306"></a> <div id="scribble-title"> <?php echo strtolower("McGurk Effect"); ?> </div>
<div id="scribble-body"> Play <a href="http://www.media.uio.no/personer/arntm/McGurk_medium.mov">this movie</a> and listen to it with your eyes closed. What do you think he's saying?<br><br>Then, read more about what's <a href="http://www.media.uio.no/personer/arntm/McGurk_english.html">actually happening</a>.<br><br> <a name="more"></a> <br><br> </div>
<table border="0" width="100%"><tr> <td id="scribble-footer" align="center" width="50%"> comments: 0 </td> <td align="right" width="50%"> <div id="scribble-footer"> Sat, 2005.03.12 22:29 <br>ivan </div> </td> </tr> </table>
<div class="comments-head"><a name="comments"></a>Comments</div>
<div class="comments-head">Post a comment</div>
<div class="comments-body"> <form method="post" action="http://ivan.freeshell.org/mt/mt-comments-nospam.cgi" name="comments_form" onsubmit="if (this.bakecookie[0].checked) rememberMe(this)"> <input type="hidden" name="static" value="1" /> <input type="hidden" name="entry_id" value="306" />
<div style="width:180px; padding-right:15px; margin-right:15px; float:left; text-align:left; border-right:1px dotted #bbb;"> <label for="author">Name:</label><br /> <input tabindex="1" id="author" name="author" /><br /><br />
<label for="email">Email Address:</label><br /> <input tabindex="2" id="email" name="email" /><br /><br />
<label for="url">URL:</label><br /> <input tabindex="3" id="url" name="url" /><br /><br /> </div>
Remember personal info?<br /> <input type="radio" id="bakecookie" name="bakecookie" /><label for="bakecookie">Yes</label><input type="radio" id="forget" name="bakecookie" onclick="forgetMe(this.form)" value="Forget Info" style="margin-left: 15px;" /><label for="forget">No</label><br style="clear: both;" />
<label for="text">Comments:</label><br /> <textarea tabindex="4" id="text" name="text" rows="10" cols="45"></textarea><br /><br />
<input type="submit" name="preview" value=" Preview " /> <br /><br />
</form>
<script type="text/javascript" language="javascript"> <!-- document.comments_form.email.value = getCookie("mtcmtmail"); document.comments_form.author.value = getCookie("mtcmtauth"); document.comments_form.url.value = getCookie("mtcmthome"); if (getCookie("mtcmtauth")) { document.comments_form.bakecookie[0].checked = true; } else { document.comments_form.bakecookie[1].checked = true; } //--> </script> </div>
</td>
<td width="25%" valign="top"> <br><br><br><br> <?php include_once("include/calendar-column.inc"); ?> </td> </tr> </table>
<br><br><br>
<?php commonFooter(); ?>
|
linkroll
|