You are here: News
Akatombo Media logo
English 日本語

Akatombo Web Log

Saturday, September 15, 2007

Changes in the podcast

I am currently working on the presentation of the AMPPcast podcast portion of this website so things are likely to break and/or look very plain or strange at times.  Also, doing an enhanced podcast seemed a little silly since it took extra time with very little benefit and limited our audience to people on the site or people with iPods.  I’ll probably convert all our prior episodes to mp3 files and change the site to expect mp3 files instead of the m4a files we’ve been putting up so far.  So if you want the enhanced versions get or watch them now.  They could disappear at any moment.

Posted by UltraBob on 09/15 at 05:20 PM
No Comments | No Trackbacks | Permanent Link

Friday, September 14, 2007

can’t execute code from a freed script - FIXED

This is a placeholder for further information on a javascript problem I know I’m going to have to figure out in the near future.  Internet Explorers 6 and 7 (is there ever another browser that gives me problems?) throw the somewhat cryptic “can’t execute code from a freed script” when loading a page that I’ve recently added some ecma script to.  I’m just getting back into DOM scripting after a while away from messing with it, and am definitely rusty.  Still, my understanding of the error message is that it is roughly speaking a matter of scope of code, and that code loaded for one window or frame will have been freed from memory and will not be available when in other windows or frames.  This doesn’t seem to apply with the scripting I’m doing.  I’m dealing with only one window and no frames so I need to find more out about what the error really means.  If you know, please comment and let me know.  If you want to know, please watch this space for updates.  (If you leave a comment, you can receive notifications when new comments are added)

UPDATE:  FIXED!  About 10 minutes after posting this I found the bizarre (to me, maybe someone can explain it) solution for this problem.  It was as simple as moving any meta tags before the script tags in the head element of the html document.  <script><meta> = heartache <meta><script> = salvation.

headnod.

Posted by UltraBob on 09/14 at 01:38 PM
5 Comments | No Trackbacks | Permanent Link


Page 1 of 1 pages